current location:Home > Technical Articles > System Tutorial > LINUX
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How To Find When A Command Is Executed In Linux
- This tutorial briefly describes how to find the execution time of a command in Linux and understand the benefits of the execution time of a command in Linux. First, let's understand how to find the execution time of Linux commands. Table of contents - Find command execution time in Linux Determine the execution time of a specific command Understand the benefits of command execution time Summarize Find command execution time in Linux To find the execution time of a Linux command, you can use the history command, which displays a list of executed commands, as well as their respective dates and times. How to use it is as follows: $ HISTTIMEFORMAT="%d/%m/%y
- LINUX 940 2025-03-19 09:17:09
-
- How To Find Which Package Provides A Command In Linux
- Commands in Linux systems are usually provided by software packages installed in the distribution repository. To determine which package provides specific commands, you can use a package management tool specific to Linux distributions. This is useful for installing missing commands or troubleshooting package dependencies. Table of contents - Find packages that provide specific commands in Linux Identify packages that have Linux commands in Alpine Linux Find package sources for Linux commands in Arch Linux, EndeavourOS, and Manjaro Linux Find packages for Linux commands in Debian, Ubuntu and its derivatives
- LINUX 532 2025-03-19 09:12:11
-
- How To Use maxdepth and mindepth Options With Linux find command
- This tutorial demonstrates using the maxdepth and mindepth options with the Linux find command to search for files and directories within a specified depth range. A simple analogy helps clarify these options for beginners. Understanding maxdepth and
- LINUX 348 2025-03-19 09:09:10
-
- How To Create Desktop Menu Entries For AppImages With desktop-file-install Command In Linux
- Integrate Portable Apps into Your Linux Desktop with desktop-file-install Running portable application packages like AppImages on Linux is convenient, but integrating them into your desktop environment makes them even easier to use. The desktop-file
- LINUX 793 2025-03-19 09:08:10
-
- How To Find Parent Process ID (PPID) In Linux: A Step-by-Step Guide
- This tutorial demonstrates how to retrieve a process's Parent Process ID (PPID) from the command line using Linux's ps and pstree commands. We'll cover finding the PPID for: A specific process: Identify the PPID of a particular running program. All
- LINUX 778 2025-03-19 09:07:10
-
- Getting Started With Nix Package Manager: A Beginner's Guide 2024
- This detailed tutorial explains how to do package management operations such as installing, removing, updating, and upgrading packages using Nix package manager in Linux.We will start this guide with a brief introduction followed by a commonly used N
- LINUX 392 2025-03-19 09:06:21
-
- How To Test A Package Without Installing It Using Nix In Linux
- This tutorial shows you how to use the Nix package manager to create temporary shell environments for testing software without installation. This is perfect for quick experimentation and avoiding system clutter. Table of Contents - Ad Hoc Shell Envi
- LINUX 345 2025-03-19 09:03:11
-
- Debian Package Dependency Management: Handling Dependencies
- Debian package management: Detailed explanation of dependency processing Debian-based distributions such as Ubuntu, Linux Mint, and Debian itself rely on a powerful package management system to efficiently install, update and delete software. One of the most critical aspects of package management is handling dependencies—all libraries and packages needed to ensure that the application is running properly. Dependency management is critical to maintaining system stability, avoiding damaged packages, and ensuring software compatibility. This article explores how Debian handles package dependencies, how to effectively manage them, and how to solve common dependency problems. Understand Debian package management Debian uses the .deb package format, which contains precompiled
- LINUX 837 2025-03-18 12:10:13
-
- Monitoring Oracle Servers With Checkmk
- This tutorial demonstrates how to monitor an Oracle database using Checkmk, a versatile IT monitoring tool. Checkmk simplifies the process, offering pre-configured Oracle monitoring that requires minimal setup. This proactive approach ensures optim
- LINUX 809 2025-03-18 12:04:11
-
- How To Configure Static IP And Dynamic IP Address In Arch Linux
- This guide details how to configure static and dynamic IP addresses in Arch Linux, including derivatives like EndeavourOS and Manjaro. Arch Linux offers several methods for IP configuration: direct command-line manipulation, or using network managem
- LINUX 971 2025-03-18 11:48:24
-
- How To Restore Default Groups To Users In Linux
- This guide explains how to recover from accidentally removing a user from their default Linux groups, a situation that can lead to loss of administrative privileges and access to system resources. We'll cover identifying the problem, finding your cu
- LINUX 672 2025-03-18 11:45:17
-
- How To Add A User To Multiple Groups In Linux
- Efficiently managing user accounts and group memberships is crucial for Linux/Unix system administration. This ensures proper resource and data access control. This tutorial details how to add a user to multiple groups in Linux and Unix systems. We
- LINUX 903 2025-03-18 11:44:17
-
- Manjaro 24.0 is Released with Linux Kernel 6.9
- The Manjaro Linux team announced their next major release, Manjaro 24.0, codenamed "Wynsdey". Manjaro 24 will be the first Manjaro version to be equipped with a Plasma 6 desktop environment. The Manjaro GNOME version also received a significant update, consistent with the latest GNOME 46 series. Through Wynsdey, Manjaro aims to provide a smooth and user-friendly experience on its Plasma and GNOME versions. The development team worked tirelessly to ensure that the new version is maintaining Manjaro with stability and performance
- LINUX 541 2025-03-18 11:28:16
-
- How To Delete Files Bigger Or Smaller Than X Size In Linux
- Is your Linux system cluttered with excessive files? This guide demonstrates how to efficiently locate and remove files exceeding or falling short of a specified size, reclaiming valuable disk space. We'll leverage the powerful find command for this
- LINUX 276 2025-03-18 11:24:22
-
- How To Check If Your Linux System Supports AVX and AVX2
- This concise guide demonstrates how to verify AVX and AVX2 support on your Linux system via the command line. Knowing if your CPU supports these instruction sets is crucial for software or workloads that leverage data parallelism and vector processi
- LINUX 1082 2025-03-18 11:18:23

