Another user data leakage event happened recently. Here is an article about how to design and implement your user/password system with good hashing/salt strategies in web applications.
How to create a sudo user on CentOS
Using rz/sz to transfer files
In some cases when you cannot use “ftp/scp” to transfer files between hosts, you can try the “sz/rz” commands which use the “ZMODEM“ protocol.
Cross domain cookie, redirect and more
Some ways to free disk space on Ubuntu
Git Stash
Some network security issues in web application
combine multiple git repositories into one
The purpose is to combine multiple Git repositories into one without losing the history information. From here(MiniQuark’s answer).
Ubuntu PPAs By WebUpd8
Fix the Octopress "invalid ELF header in ffi" error
The error happened on Ubuntu Xenial with Octopress. The fix is to copy the needed “libpython2.7.so.1.0” to override the existing “libpython2.7.so.a” file.