Sukrit Dhandhania

Some useful bash keyboard shortcuts

I use the Linux command line extensively, both on my local machine or when I’m connected to a remote server. There are some keyboard shortcuts that I want to share with you which have made my life on BASH a lot easier. I have not come across too many books that have documented these shortcuts and I think they are quite important to improve your productivity while on the command line. …

How to Download Files from the Linux Command Line

This guide will teach you step by step how to download files from the command line in Linux, Windows or macOS using open source (free) software – wget. Wget is a very cool command-line downloader for Linux and UNIX environments that has also been ported to Windows and macOS. Don’t be fooled by the fact that it is a command line tool. It is very powerful and versatile and can match some of the best graphical downloaders around today. It has features such as resuming of downloads, bandwidth control, it can handle authentication, and much more. I’ll get you started with the basics of using wget and then I’ll show you how you can automate a complete backup of your website using wget and cron. …