Howto: What is Git and Github? How do I use it and why should I care?

Git was made by Linus Torvalds in 2005, originally as version control software to better enable contributors to upload code to the Linux kernel. Git is a version control system. Sometimes…

SSHFS? What’s that and how do I use it?

Check out Tecmint’s great article on SSHFS, a way that you can securely see the filesystem of a remote computer, using the SSH protocol. It works kind of like NFS,…