Skip to content
View jdenoy's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@fr-emcom

Block or report jdenoy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jdenoy/README.md

Hi 👋, I'm Johan

GIF

  • 👮 Building the next SaaS to secure your email delivery @MailAuthCheck
  • 🔭 Ex-Cloud Operations Manager @ Saagie
  • 🧑‍💻 I'm currently looking for my next challenge
  • 🤝 I’m available for freelancing

🤝 Connect with me 🤝

threads linkedin github twitter telegram

more

💻 Tech Stack:

Cursor Atom visualstudiocode

Python PHP Perl Go HTML5 Shell Script

AWS Cloudflare exoscale Google Cloud Scaleway ovh

N8N Make Zapier Home Assistant

Apache Nginx Proxmox

MongoDB MariaDB SQLite Postgres MySQL

Ansible Arduino Docker Terraform Raspberry Pi Rancher Vagrant Postman Notion Kubernetes Jira OpenAI zsh

ArchLinux debian Ubuntu windows mac-os esp8266

📊 GitHub Stats:

jdenoy

 jdenoy

 

Pinned Loading

  1. francois2metz/steampipe-plugin-ovh francois2metz/steampipe-plugin-ovh Public

    Steampipe plugin to query your OVH Cloud projects and ressources

    Go 10 4

  2. dapnet_send dapnet_send Public

    Scripts to send messages to dapnet users

    Python 3

  3. svxlink-announcement svxlink-announcement Public

    Script to generate audio bulletins to announce automatically on an svxlink

    Python 1 1

  4. List process' swap usage on linux List process' swap usage on linux
    1
    #! /bin/sh
    2
    for file in /proc/*/status ; do awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; done | sort -k 2 -n -r | less