rclone: Google Drive, Microsoft OneDrive, box, DropBox and much more from the CLI

I used to use insync to access my Google Drive account from the command line because it was reliable, however insync ceased support for their CLI client, so I had…

Your Raspberry Pi as a Zombie Bitcoin Harvesting Beast

But mommy, I just wanted to play with my Pi… Straight from the bowels of all things unholy on the Interwebs, it now turns out that some ‘so called’ malware…

SSHPass: How to SSH into a server using a script with no password (non-interactively)

Ever asked yourself: How do I use ssh in a shell script? How do I login non-interactively performing password authentication with SSH and shell scripts? How do I login over…

How To Set Up SSH Keys

About SSH Keys SSH keys provide a more secure way of logging into a virtual private server with SSH than using a password alone. While a password can eventually be…

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,…

How to get to a service/server which is on an inaccessible network (using SSH tunnels)

In the latest of our ‘just the examples’, imagine you are in a scenario where you want to ssh to a server (or even browse a web page etc) on a…