How to Delete HUGE (100-200GB) Files in Linux
In the realm of Linux terminal operations, a range of Linux commands are at our disposal for the purpose of effectively deleting or removing files. When it comes to the task of file elimination, we…
In the realm of Linux terminal operations, a range of Linux commands are at our disposal for the purpose of effectively deleting or removing files. When it comes to the task of file elimination, we…
Parted is a renowned command-line utility designed to facilitate the management of hard disk partitions in a user-friendly manner. With Parted, you can effortlessly perform tasks such as adding, deleting, shrinking, and extending disk partitions,…
One of the most commonly used and reliable ways of getting help under Unix-like systems is via man pages, which are the standard documentation for every Unix-like system and they correspond to online manuals for…
Although Linux operating systems are fairly stable and secure, they may not completely be immune to threats. All computer systems can suffer from malware and viruses, including those running Linux-based operating systems. However, the number…
When working with package management systems like apt or apt-get on Debian-based Linux distributions, you may encounter various errors. One common error is the “E: You must put some ‘deb-src’ URIs in your sources.list” message,…
The post 20 Useful ‘apt-get’ Commands for Ubuntu Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides . The apt-get command was the primary package management command used in Debian-based Linux distributions prior…
In Debian-based distributions such as Ubuntu, package management plays a crucial role in installing, upgrading, and removing software packages. One of the fundamental components of the package management system is APT (Advanced Package Tool), which…
One important thing to master under Linux System/Server Administration is package management using different package management tools. Different Linux distributions install applications in a pre-compiled package containing binary files, configuration files, and information about the…
Linux has a rich collection of commands, and while many of them are powerful and useful for various tasks, there are also some funny and whimsical commands that you can try out for amusement. 1….
Network bonding combines multiple LAN or Ethernet interfaces into a single logical interface known as a network bond. The goal of network bonding is to provide fault tolerance and network redundancy. It also enhances capacity…
Eclipse is a free integrated development environment IDE that is used by programmers around to write software mostly in Java but also in other major programming languages via Eclipse plugins. The latest release of Eclipse…
This article will show you useful ways to find information about users on a Linux system. Here we’ll describe commands to get a user’s account details, show login details as well what users are doing…
Powerline is a great statusline plugin for Vim editor, which is developed in Python and provides status lines and prompts for many other applications such as bash, zsh, tmux, and many more. It enhances the…
What you do when you are not sure of the command you are running especially in case of complex Linux commands which use a lot of options. We use man pages to get some help…
Organizing your home directory or even system can be particularly hard if you have the habit of downloading all kinds of stuff from the internet using your download managers. Often you may find you have…
For those who believe that Linux Command Line is boring and there isn’t any fun, then you’re wrong here are the articles on Linux, that shows how funny and naughty is Linux. You might also…
Google Docs is probably one of the most widely used office suites in the world. Its set of editing tools and high usability make life easier for those who want to work on the same…
We come across files and folder names very regularly. In most of the cases file/folder name are related to the content of the file/folder and starts with number and characters. Alpha-Numeric file name are pretty…