Articles on Trending Technologies

Technical articles with clear explanations and examples

Top Command Line Tools to Find Files Quickly in Linux

Prince Yadav
Prince Yadav
Updated on 17-Mar-2026 2K+ Views

In Linux, there are several command line tools that can be used to quickly and easily find files on the file system. These tools are powerful and versatile, allowing users to search for files based on a variety of criteria such as name, type, size, and more. Some of the most popular command line tools for finding files in Linux include find, locate, grep, whereis, which, fd, and ack. These tools are widely used by system administrators, developers, and power users to find and locate files in a quick and efficient way. Find Command The find command is ...

Read More

How to Override Entrypoint Using Docker Run?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 12K+ Views

In the world of containerization, Docker has become a popular choice for packaging and deploying applications. One of the key aspects of Docker containers is the entrypoint, which defines the default command that is executed when the container starts. However, there are scenarios where you may need to override the entrypoint and execute a different command inside the container. This flexibility allows you to customize the container behavior based on your specific requirements. In this article, we will explore the concept of overriding the entrypoint using the docker run command. We will delve into the reasons why you might ...

Read More

Tracking Down Wasted Disk Space in Linux using Agedu

Prince Yadav
Prince Yadav
Updated on 17-Mar-2026 292 Views

If you're a Linux user, managing disk space is essential to system maintenance. However, identifying the files and directories that are taking up larger amounts of space can be a stressful task. That's where Agedu comes in. Agedu is an important tool that can help you track down wasted disk space on your Linux system. In this article, you'll be informed through installing and using Agedu to identify the directories and files that are taking up the most space on your Linux system. By the end of this article, you will be able to optimize your disk space by ...

Read More

How to Password Protect Web Directories in Apache Using .htaccess File?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 539 Views

In today's digital landscape, ensuring the security of web applications and protecting sensitive data is of utmost importance. One effective way to enhance the security of your web directories is by implementing password protection. By password protecting specific directories, you can restrict access to authorized users only, adding an extra layer of defense against unauthorized access. In Apache, the .htaccess file plays a crucial role in configuring directory-specific settings, including password protection. By leveraging the power of the .htaccess file, you can easily enforce password authentication for specific web directories, ensuring that only authorized individuals can access the content ...

Read More

Mimic the Linux adduser command in C

Diksha Patro
Diksha Patro
Updated on 17-Mar-2026 447 Views

The adduser command in Linux is used to add new user accounts on Unix-like operating systems. System administrators frequently use it to create new users with predetermined usernames, passwords, and other user-related information. This article demonstrates how to mimic this functionality using C programming and system calls. System Calls Overview System calls allow software to communicate with the operating system kernel, which manages system resources and provides services to user-level programs. In C programming, system calls provide access to OS features including file I/O, process management, and network connectivity. Essential System Calls open − Opens or ...

Read More

Useful and Time-Saving Bash Commands in Linux

Prince Yadav
Prince Yadav
Updated on 17-Mar-2026 418 Views

Linux, an open-source operating system, is widely recognized for its robustness, security, and flexibility. While it offers a variety of graphical user interfaces, Linux's command-line interface, powered by the Bash shell, remains a favorite among power users and system administrators. Mastering Bash commands can significantly enhance your productivity and efficiency in a Linux environment. From simplifying complex tasks to automating repetitive operations, understanding and utilizing useful and time-saving Bash commands can unlock a world of possibilities. This article explores essential Bash commands that will empower you to navigate directories, manipulate files, process text, manage processes, and handle packages more ...

Read More

Install Docker and Learn Basic Container Manipulation in CentOS and RHEL 8/7

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 413 Views

Docker is a containerization platform that packages applications and their dependencies into lightweight, portable containers. This allows applications to run consistently across different environments, from development to production. In this article, we will guide you through installing Docker on CentOS and RHEL 8/7 and demonstrate basic container operations. Installing Docker on CentOS/RHEL 8 Preparing the System Before installing Docker, ensure your system is up to date and install required dependencies − $ sudo yum update $ sudo yum install -y yum-utils device-mapper-persistent-data lvm2 Adding Docker Repository Add the official Docker repository to ...

Read More

Scheduling in Real time Systems

Pranavnath
Pranavnath
Updated on 17-Mar-2026 7K+ Views

A real-time system comprises tasks that must be processed within specified time constraints called deadlines. These systems prioritize timing requirements over computational complexity, ensuring that tasks complete within their allocated timeframes to maintain system integrity and performance. Types of Real-Time Systems Real-time systems are classified based on the consequences of missing deadlines: Types of Real-Time Systems Real-Time Hard Real-Time Soft Real-Time Deadline miss causes system failure ...

Read More

What Does the rm -rf Command Do in Linux?

Prince Yadav
Prince Yadav
Updated on 17-Mar-2026 6K+ Views

The rm -rf command is one of the most powerful and potentially dangerous commands in the Linux operating system. It enables the recursive deletion of files and directories without any confirmation prompts. While this command is extremely useful for batch processing and system maintenance, it requires careful handling due to its ability to cause permanent data loss. Understanding the rm Command The basic rm command removes files instantly but cannot delete directories without additional options. Let's examine its basic usage: $ mkdir demo $ touch example.txt $ rm example.txt $ rm demo rm: cannot remove 'demo': ...

Read More

Install EHCP in RHEL/CentOS/Fedora and Ubuntu/Debian/Linux Mint

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 2K+ Views

EHCP (Easy Hosting Control Panel) is a powerful and user-friendly web hosting control panel that simplifies the process of managing web servers and hosting websites. It provides a comprehensive set of features and tools to streamline the hosting experience. This article will guide you through the step-by-step process of installing EHCP on both Red Hat-based distributions (RHEL, CentOS, Fedora) and Debian-based distributions (Ubuntu, Debian, Linux Mint). Prerequisites Before we begin, make sure you have the following prerequisites in place − A server or virtual machine running one of the supported Linux distributions. Root access or sudo ...

Read More
Showing 8181–8190 of 61,297 articles
« Prev 1 817 818 819 820 821 6130 Next »
Advertisements