My Tmux configuration
This Tmux configuration has been inspired by several dotfiles found on the Internet (mainly these two : here and here) It consists in adding few options, defining »
This Tmux configuration has been inspired by several dotfiles found on the Internet (mainly these two : here and here) It consists in adding few options, defining »
If you're using Linux and Windows on the same computer, you've probably noticed they're not managing time the same way. Linux considers BIOS time as UTC »
When I first started this blog, I promised to myself not to post anything about Ghost Blogs - mainly because when I was looking for installing »
This post explains how to pass an array or a list of items (string, integer, etc.) to a MySQL stored procedure in order to use it »
In case you want to remove all your Iptables rules : iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -F iptables -X »