The htop is a CLI utility to check an interactive list of running processes in real-time. It is a more feature-rich and user-friendly alternative to the top command. The htop command allows you to manage system processes, monitor resources, and perform other administration tasks.
One of the most prominent features of htop is that it shows color-coded processes, which helps you differentiate them based on resource usage. Furthermore, it lets you customize the results with its sort and filter...
Announcement
Collapse
No announcement yet.
Articles
Collapse
Articles Home Page
-
How To Use htop Command in Linux
- Created by: Kasimba
- Published: 04-10-2024, 06:17 PM
- 0 comments
How To Use htop Command in Linux
-
How To Delete a File in Linux
- Created by: Kasimba
- Published: 04-10-2024, 06:17 PM
- 0 comments
How To Delete a File in Linux
All UNIX-based operating systems, including Linux, follow the structure that “everything is a file.” These systems treat all the regular files, directories, processes, symbolic links, and devices like external hardware as files. You can create, modify, and delete files using the commands or from the File Manager.
Deleting files is essential when you accidentally create multiple files that become unnecessary for the system. So, in this quick blog, we will explain quick ways to delete a... -
How To Set Logrotate on Linux
- Created by: Kasimba
- Published: 04-10-2024, 06:17 PM
- 0 comments
How To Set Logrotate on Linux
The Logrotate utility simplifies the process of administering log files. It relocates and replaces log files to manage their size and organize them while maintaining the information present inside them. For example, it will maintain seven log files to keep daily records for seven days.
While rotating the log files, Logrotate deletes irrelevant old logs, preventing them from consuming excessive disk space. It runs periodically in the background to keep your systems organized and clean. So,... -
How To Set up a Cron Job in Linux
- Created by: Kasimba
- Published: 04-10-2024, 06:17 PM
- 0 comments
How To Set up a Cron Job in Linux
Cron is a time-based job scheduler that lets you schedule tasks and run scripts periodically at a fixed time, date, or interval. Moreover, these tasks are called cron jobs. With cron jobs, you can efficiently perform repetitive tasks like clearing cache, synchronizing data, system backup and maintenance, etc.
These cron jobs also have other features like command automation, which can significantly reduce the chances of human errors. However, many Linux users face multiple issues while setting... -
How to List Processes in Linux
- Created by: Kasimba
- Published: 04-10-2024, 06:17 PM
- 0 comments
How to List Processes in Linux
Processes are the running instances of programs that consume system resources. Listing these processes helps you monitor system activity, and troubleshoot issues. That’s why there are multiple tools and utilities in Linux that you can use to list the currently running process.
However, many beginners don’t know the exact way to list the process without errors. So, in this short article, we will explain different methods to list the process in Linux. We have divided this... -
BETA Test: Fastly repositories
- Created by: Kasimba
- Published: 04-10-2024, 03:18 AM
- 0 comments
BETA Test: Fastly repositories
We are looking for BETA testers. We’ve got new ultra fast repositories, powered by Fastly. We need many users to switch over to be able to test this properly. If you are interested visit https://github.com/linuxmint/linuxmint/issues/658 for information on how to participate. Thank you.
More... -
Save BIG on Earth Day Deals with Sitewide Savings!
- Created by: Kasimba
- Published: 04-10-2024, 03:18 AM
- 0 comments
Save BIG on Earth Day Deals with Sitewide Savings!
Learn more at training.linuxfoundation.org
The post Save BIG on Earth Day Deals with Sitewide Savings! appeared first on Linux.com.
More... -
Install vscode on Ubuntu 24.04
- Created by: Kasimba
- Published: 04-10-2024, 03:18 AM
- 0 comments
Install vscode on Ubuntu 24.04
As a developer, your life is easier when you have your favorite tools. Now that Ubuntu 24.04 is around, one to-do involves installing all the developer tools you require, including Microsoft’s Vs Code.
Ubuntu supports vscode, and there are different options you can use to quickly install vscode on Ubuntu 24.04 and start using it for your coding. Read on as this post shares three practical installation methods for any user.
How to Install vscode on Ubuntu 24.04
It’s undeniable... -
How To Use Rufus in Linux
- Created by: Kasimba
- Published: 04-10-2024, 03:18 AM
- 0 comments
How To Use Rufus in Linux
Rufus has become immensely popular due to its versatility, reliability, and efficiency. It is a tool for creating bootable USB drives to run multiple operating systems on your PC or laptop. Moreover, you can also use it to create live environments, allowing you to run an operating system without the need for installation.
As Rufus is a Windows application, most Linux users are unaware of how to use this tool on their systems. In this short guide, we will walk through the steps of installing... -
How To Use the wget Command in Linux
- Created by: Kasimba
- Published: 04-10-2024, 03:18 AM
- 0 comments
How To Use the wget Command in Linux
Data transmission is one of the most invaluable tasks in today’s internet world. Although numerous tools are available on the web to download files, Linux is one step ahead. The wget utility in Linux is a simple, powerful, and proficient tool for downloading files using download links.
The wget command includes various features, such as resuming interrupted downloads, speed and bandwidth customization, encrypted downloads, and simultaneous file downloads. Moreover, it can interact with Rest...
There are no articles in this category.
Please log in to your account to view your subscribed posts.
Categories
Collapse
Article Tags
Collapse
There are no tags yet.
Latest Articles
Collapse
-
by KasimbaArch Linux hasn't had a license for any package sources (such as PKGBUILD files) in the past, which is potentially problematic. Providing a license will preempt that uncertainty.
In RFC 40 we agreed to change all package sources to be licensed under the very liberal 0BSD license. This change will not limit what you can do with package sources. Check out the RFC for more on the rationale and prior discussion.
Before we make this change, we will provide contributors with...-
Channel: Articles
11-19-2024, 09:21 AM -
-
by Kasimba
by George Whittaker
Introduction
In the world of cybersecurity and software development, binary analysis holds a unique place. It is the art of examining compiled programs to understand their functionality, identify vulnerabilities, or debug issues—without access to the original source code. For Linux, which dominates servers, embedded systems, and even personal computing, the skill of binary analysis is...-
Channel: Articles
11-18-2024, 07:10 PM -
-
by KasimbaDebian and Ubuntu are two popular Linux distributions. In this deep dive we will guide you on the key differences between them from perspective of both corporate enterprise and personal productivity or pleasure usage. After reading this blog post you should be in a better position to decide to select Ubuntu or Debian.
Stewardship, Licensing, Community and Cost
Where as Debian is 100% fully committed to free software as defined by the Debian Free Software Guidelines, Ubuntu is created...-
Channel: Articles
11-17-2024, 08:30 PM -
-
by Kasimba
by George Whittaker
Introduction
In the digital age, data loss is a critical concern, and effective backup and recovery systems are vital for any Debian system administrator or user. Debian, known for its stability and suitability in enterprise, server, and personal computing environments, offers a multitude of tools for creating robust backup and recovery solutions. This guide will explore these solutions,...-
Channel: Articles
11-13-2024, 05:30 PM -
-
by Kasimba
by George Whittaker
Introduction
Debian is one of the most trusted and stable Linux distributions, making it a top choice among developers and system administrators. Setting up a powerful development environment on Debian involves installing the right tools, compilers, libraries, and Integrated Development Environments (IDEs) that can support various programming languages and workflows. This guide provides...-
Channel: Articles
11-07-2024, 11:22 PM -
-
by Kasimba
by George Whittaker
In today’s digital world, data is more than just information; it’s a part of our lives. From photos and documents to sensitive personal information, our data represents our memories, work, and interests. While cloud storage services are widely available, they often come with privacy concerns, subscription fees, and limitations on customization. This is where building a personal cloud on Ubuntu comes...-
Channel: Articles
11-07-2024, 04:30 PM -