Linux tools

Linux System Monitoring Tool top

Linux System Monitoring Tool - 'top' Members Public

I used to use Windows, but now I use Linux. When I first started using Linux, one of the first things I did was learn about the processes that were running in the background. In Windows, we have a graphical task manager. In Linux, there are numerous task managers that

sohail
sohail
Linux tools
terminator linux terminal

Terminator A Linux Terminal Emulator With Multiple Terminals In One Window Members Public

Each Linux distribution has a default terminal emulator for interacting with the system through commands. But the default terminal app might not be perfect for you. There are so many terminal apps that will provide you more functionalities to perform more tasks simultaneously to sky-rocket speed of your work. Such

sohail
sohail
Linux tools
10 best linux commands

10 Basic Linux Commands That Every Linux Newbies Should Remember Members Public

Linux has had a significant impact on our lives. At the very least, your Android phone contains a Linux kernel. Getting started with Linux, on the other hand, will only cause you inconvenience for the first time. Because on Linux, rather of simply clicking the launcher icon, you should usually

sohail
sohail
Linux tools
Check Weather And Surf StackOverflow In Linux Terminal

Check Weather And Surf StackOverflow In Linux Terminal Members Public

Today, let’s have some fun with Linux Terminal. Also, if you’re a developer, let’s reduce one context switch that you make while developing: switching to the browser to look for a solution on StackOverflow. It’s a well-known fact that fewer context switches mean fewer distractions and

sohail
sohail
Linux tools
Crontab Cron Expressions To Run Command

Cron Expressions To Run Command At Predefined Interval Members Public

Linux Crontab allows you to run commands, apps, or scripts at a predefined interval. You can schedule the run to occur at the desired interval. Crontab runs in the background as a daemon and checks the crontab files in the /etc/crontab and /etc/cron.*/ directories. These include cron.d/

sohail
sohail
Linux tools
Linux File Sharing Over Network Computers Using scp And rsync

Linux File Sharing Over Network Computers Using scp And rsync Members Public

In this article, we will look at scp and rsync, two powerful Linux utilities for sharing files and folders across networks. scp allows you to simply copy directories or files from or to any remote destination, whereas rsync, in addition to simply copying files, also acts as a synchronising tool,

sohail
sohail
Linux tools
disable touchpad while writing articles

Disable Touchpad While Writing Article Or Documentation In Ubuntu Members Public

As a blogger, I spend the majority of my time writing articles and tutorials. One issue I’ve been having while typing is that my palm comes into contact with the touchpad, causing the cursor to move to another location on the screen or editor, causing my article to become

sohail
sohail
Linux tools
Youtube video downloader for linux

Youtube Downloader For Linux Command-Line & GUI Utility Members Public

Youtube-DL is a command line tool, developed in Python to download videos from various popular websites including Youtube, Dailymotion, Facebook, Photobucket, and many others. A list of supported video sites is available here. Youtube-dl downloads videos right from the terminal with simply understandable commands. If you like to work with

sohail
sohail
Linux tools