Tag: ssh
Accessing a Home Laptop Remotely from Android
Consider this: You're on vacation in the Maldives, when your office calls, with an urgent request for some files and information. These happen to...
Write Your Next Program on Linux
Quite a few colleges and schools still teach C/C++/Java programming on Windows -- and even worse, on DOS (using Turbo C/C++)! GNU/Linux provides a...
Building a Server from Scratch, Part 3: Virtualising the Server
In the Part 3 of "Building a Server from Scratch" series, we learn to set up VirtualBox on the main server and deploy each service on a separate virtual machine.
Secure Communication
Let's code a simple application to help us stop making silly mistakes while communicating over e-mails. This is part 11 in the series on "Programming In Python for Friends and Relations".