Linux tools
Linux System Monitoring Tool - 'top' Paid 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
Terminator A Linux Terminal Emulator With Multiple Terminals In One Window Paid 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
10 Basic Linux Commands That Every Linux Newbies Should Remember Paid 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
Check Weather And Surf StackOverflow In Linux Terminal Paid 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
Cron Expressions To Run Command At Predefined Interval Paid 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/
Linux File Sharing Over Network Computers Using scp And rsync Paid 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,
Disable Touchpad While Writing Article Or Documentation In Ubuntu Paid 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
Youtube Downloader For Linux Command-Line & GUI Utility Paid 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