Guides, scripts and tips & tricks
Increase media volume with ffmpeg
Easily increase or decrease the volume of any video or audio file using ffmpeg.
Running hugo in docker
Run hugo inside docker as a bash alias rather than system binary.
Limit your SSH logins using GeoLite2 "country"
This tutorial describes a simple method to limit your SSH logins to a particular country (or countries) using the free GeoLite2 country (mmdb) database.
Clear a docker container's logfile
Use this script to easily clear an individual docker container’s logs.
Track outbound links with Google Universal Analytics.js
Automatically track all outgoing links from your website using the Google Universal Analytics.js code (UA) using this script.
Gmail snooze script
Snooze emails easily in Gmail! Create a Google Apps Script that will run automatically to ‘unsnooze’ emails placed in certain folders automatically. No additional software needed.
Run node.js service with systemd
Automatically starting a node.js service is easy and reliable with systemd. There is now no need to install additional node.js modules (such as ‘forever’).
Unity (Ubuntu) middle click title bar
Send windows to the back using the middle mouse click in unity (Ubuntu desktop).
Using SSH tunnels
How to create & use secure & encrypted SSH tunnels between machines & networks.
Gmail POP3 with fetchmail
This tutorial describes downloading of your Gmail emails using fetchmail with SSL support on Linux using POP3s.