Author
Abhilash Mhaisne
-

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 Use GNU Debugger in Linux
The GNU Debugger (gdb) is a powerful tool that allows developers to see what is happening inside a program while it runs or what…
-

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 Create and Run a Macro in LibreOffice Calc on Linux
LibreOffice is the FOSS world’s answer to the mainstream and proprietary Microsoft Office Suite. Developed by leading Office Productivity software developers and contributors, it…
-

How to Create a Linux Man Page
Creating manual pages, or man pages, for your custom scripts and programs in Linux can greatly enhance their accessibility and usability. By providing users…