Showing headlines posted by ostechnix

( 1 2 3 4 5 6 ... 44 ) Next »

Mastering Directory Search in Linux with the find Command

This detailed tutorial explains how to use the powerful find command in Linux to search for directories by name, modified date, size, permissions, and more.

How To Delete Files Bigger Or Smaller Than X Size In Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Apr 17, 2024 5:34 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Do you have a Linux system overflowing with files? Perhaps old documents or remnants of past projects are cluttering your storage. This guide will show you how to efficiently find and delete files bigger or smaller than X size in Linux.

How To Test Your Microphone In Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Apr 16, 2024 9:16 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Is your microphone not working in Linux? Learn two quick and easy methods to test your microphone's functionality, using either your system settings or the command line.

How To Configure Static IP And Dynamic IP Address In Arch Linux

This step-by-step tutorial explains how to configure static IP and dynamic IP address in Arch Linux and its derivatives like EndeavourOS and Manjaro Linux.

How To Restore Default Groups To Users In Linux

In this guide, we'll explain how to restore the default groups assigned to users during the Linux installation process.

How To Add A User To Multiple Groups In Linux

Managing users and their group memberships efficiently is a fundamental task in Linux and Unix system administration. In this tutorial, we will explain how to add a user to multiple groups in Linux and Unix.

How To Test A Package Without Installing It Using Nix In Linux

This tutorial describes how to create ad hoc shell environments to test a package without installing it using Nix package manager in Linux.

How To Create Reproducible Development Environments With Nix-shell

Nix-shell allows you create customized development environments for each project, complete with all the necessary tools and libraries.

Getting Started With Nix Package Manager: A Beginner’s Guide 2024

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Apr 1, 2024 10:25 AM EDT)
  • Story Type: Security; Groups: Linux
This detailed tutorial explains how to install, remove, update, and upgrade packages using Nix package manager in Linux.

How To Install openSSH on NixOS

In this tutorial, we will explain how to install and configure openSSH on NixOS. Unlike the traditional Linux systems (like Debian or RHEL), setting up openSSH in NixOS is entirely different, but not difficult.

Nix – A Powerful Package Manager For Linux And Unix

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Mar 29, 2024 10:37 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial teaches you all you need to know about Nix, a powerful package manager for Linux and Unix.

How To Find When A Command Is Executed In Linux

Whether you’re a system administrator or a programmer, understanding how long a command takes to execute can be useful for optimizing performance. This brief tutorial explains how to find when a command is executed in Linux.

How To Check If You’re Running Wayland Or X11 Display Server In Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Mar 21, 2024 10:31 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Is your Linux system using Wayland, the new display server, or the older X11? Learn how to check if you're using Wayland or X11 in Linux.

How To Install COSMIC Desktop Environment On Fedora

In this tutorial, we will give you an overview about COSMIC DE and its features, and then we will walk you through the steps to install COSMIC Desktop Environment in the latest Fedora 39 Linux system.

How To Create Desktop Menu Entries For AppImages With desktop-file-install Command In Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Mar 15, 2024 7:58 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The desktop-file-install utility allows you to create desktop entries (shortcuts, menu items, launchers) for AppImages and other application bundles in Linux.

How To Find Which Package Provides A Command In Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Mar 14, 2024 9:09 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Learn how to find which package provides a specific command in various Linux distributions with examples.

MarkText: A Simple And Elegant Markdown Editor For Distraction-Free Writing

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Mar 12, 2024 12:22 AM EDT)
  • Story Type: Tutorial; Groups: Linux
MarkText is a sleek, open-source Markdown editor for distraction-free writing and note-taking, with real-time preview, themes, and extensive export options.

How To Count Files And Directories In Linux: A Beginner’s Guide

Knowing how to efficiently count files and directories in Linux is a valuable skill for system administrators and anyone who works with large amounts of data. In this guide, I'll share how I use simple command line tools, such as find, wc, and ls, to quickly find the exact number of files and directories in Linux and Unix operating systems.

How to Search for Files and Directories within Specified Range in Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Mar 6, 2024 5:11 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial, let's explore how to use the maxdepth and mindepth options with the find command to search for files and directories within specified range i.e. depth levels in Linux with examples.

How To Find Parent Process ID In Linux: A Step-by-Step Guide

Learn how to find the Parent Process ID (PPID) of a given process in Linux using ps and pstree commands for better process management, troubleshooting, and security.

( 1 2 3 4 5 6 ... 44 ) Next »