Category
Linux
Ubuntu, Linux servers, command-line tools.
-

How to Use SCP Command to Securely Transfer Files in Linux
SCP, i.e., Secure Copy is a remote file transfer program for Linux. It copies files by establishing an SSH connection and hence uses the…
-

How to Use Sed in Linux
Sed stands for stream editor. It is a command line based editor for Linux. Popular use of sed is for editing file(s) as part…
-

How to Run Speed Tests from Linux Command Line using Speedtest-cli
Speedtest.net is a service to test the speed of your Internet connection. It uses a nearby speedtest.net server to download a file on the…
-

How to Get Wikipedia Article Summaries in Linux Command Line
Wikipedia has now become the go-to encyclopediac ecosystem on the Internet. Edited, maintained and supported by millions all over the world, it is the…
-

How to use SSH in Linux
Secure Shell, or SSH in short, is a remote connection protocol in Linux as well as other operating systems. It was first introduced as…
-

How to Fix Brightness Keys Not Working in Ubuntu
Experiencing non-responsive brightness keys on your Ubuntu system can be a common issue, particularly with certain hardware configurations. If you find that the brightness…
-

How to Change GRUB Background in Linux
GRUB (Grand Unified Bootloader) is the default boot loader program for Linux based operating systems. One of the most familiar screens in Linux is…
-

How to Use Git in Linux
From the late ’80s when version control software first started developing, Git remains the most easy to use code change tracking tool. Services like…
-

How to Run Windows Programs and Games in Linux using Wine
Running Windows applications on a Linux system can be a necessity when certain software isn’t available for Linux. Wine is a compatibility layer that…
-

How to Use Convert Tool to Edit Images from Linux Command Line
ImageMagick is a suite of image modification software for Linux. It consists of many tools with number of options for image modification, conversion, etc.…