Menu
TAG

Linux tools

Linux System Monitoring Tool - 'top'
Linux tools 2 min read

Linux System Monitoring Tool - 'top'

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 are both GUI and CLI. In this article, I’ll discuss ‘top,’ a simple CLI Linux system monitoring tool. Linux System Monitoring Tool ‘top’ top is a Linux system monitoring tool that can be used to view the processes tha

Linux toolsUncategorizedtutorial
Terminator A Linux Terminal Emulator With Multiple Terminals In One Window
Linux tools 2 min read

Terminator A Linux Terminal Emulator With Multiple Terminals In One Window

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 useful terminal emulators include Terminator, a multi-windows supported free terminal emulator for your Linux system. What Is Linux Terminal Emulator? A Linux terminal emu

Linux toolsUncategorizedreview
10 Basic Linux Commands That Every Linux Newbies Should Remember
Linux tools 3 min read

10 Basic Linux Commands That Every Linux Newbies Should Remember

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 use terminal commands (as you did on Windows). But don’t worry, we’ll show you 10 basic Linux commands and vital commands to get you started. 10 Basic Linux Commands That Help Newbies Get Started

Linux toolsUncategorizedhow-to
Check Weather And Surf StackOverflow In Linux Terminal
Linux tools 4 min read

Check Weather And Surf StackOverflow In Linux Terminal

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 higher productivity. In this article, we’ll look at two fun and useful things you can do right from the terminal without having to open a browser. Funny Linux Commands – Check Weather In Linux Terminal

Linux toolsUncategorizedhow-to
Cron Expressions To Run Command At Predefined Interval
Linux tools 3 min read

Cron Expressions To Run Command At Predefined Interval

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/, cron.daily/, cron.hourly/, cron.monthly/, cron.weekly/ directories. In this article, we’ll go over cron expressions and how to use Linux Crontab to schedule your commands to run daily, weekly, or every minute

Linux toolsUncategorizedtutorial
Linux File Sharing Over Network Computers Using scp And rsync
Linux tools 4 min read

Linux File Sharing Over Network Computers Using scp And rsync

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, synchronising changes between source and destination. The following discussion focuses on their application and the various parameters that can be used in conjunction with them to improve speed and se

Linux toolsUncategorizedhow-to
Disable Touchpad While Writing Article Or Documentation In Ubuntu
Linux tools 3 min read

Disable Touchpad While Writing Article Or Documentation In Ubuntu

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 jumbled. Sometimes I have to rethink and rewrite because many lines have been deleted as a result of this issue. But, at long last, I’ve discovered a solution to this problem. Here’s how you can make it right. I’m sure

Linux toolsUncategorizedhow-to
Youtube Downloader For Linux Command-Line & GUI Utility
Linux tools 4 min read

Youtube Downloader For Linux Command-Line & GUI Utility

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 the terminal then I am sure you’ll like youtube-dl. The list of video sites that youtube-dl supports is huge. Approximately all the popular sites

Linux toolsUncategorizedhow-to
BleachBit - Best Linux CCleaner Alternative for Linux
Linux tools 3 min read

BleachBit - Best Linux CCleaner Alternative for Linux

If you’ve ever used Windows, you’ve probably used CCleaner to analyse and delete junk files, temporary files, and free up space by deleting recycled files. BleachBit is a good alternative to CCleaner on Linux. It analyses and deletes junk files, temporary files, browser history, cache, and emptying the recycle bin to free up disc space. Let’s look at some of its features and learn how to install the most recent BleachBit on Linux. BleachBit – Best CCleaner alternative on Linux Blea

Linux toolsUncategorizedreview