Fix Sshd Socket Activation When Using Tmux Slash Screen
When using sshd.socket to start sshd on demand, detaching from a tmux/screen session will not work. The reason is once the ssh session is …
My brain-dump of random code/configuration.
When using sshd.socket to start sshd on demand, detaching from a tmux/screen session will not work. The reason is once the ssh session is …
By default Digitalocean add some custom rc.d scripts for network configuration to your droplet. You can just append the content of …
The bananapi does currently assign random mac addresses to its ethnernet nic, which is bad if you want to assign static dhcp leases. To …
If you are a ruby user and find it annoying to remove binding.pry by hand, you may find the following snippet useful. (Put it in your …
The Docker daemon add his own custom rules by default to iptables. If you use ferm to manage your iptables rules, it is a good idea to …
tl;dr: How-to use ACRA and a PHP-script for getting fairly pretty crash-reports and user-feedback via email (without ugly Android …
Update: Added adhoc wlan network A guide to connect with a different machine using a ethernet cable for internet sharing or just …
Some days before I broke my raspberry pie, after pacman running out of memory, while updating my glibc. To solve such problems on any of my …
Because my shift key got broken, I remapped Caps Lock to Shift using xmodmap: remove Lock = Caps_Lock keysym Caps_Lock = Shift_L add Shift = …
For our latest iOS app we are using RestKit Framework, which is a really great and advanced library to communicate to your REST API. When …