Skip to content

iDoLinux

Linux How Tos And Tutorials

  • Home
  • About
  • Contact
Subscribe
Bash Inputrc Tricks: Smarter Tab Completion
Posted inCLI Magic

Bash Inputrc Tricks: Smarter Tab Completion

Bash offers powerful ways to customize and enhance the command-line experience, many of which are hidden in plain sight. Two particularly useful options can be configured in the ~/.inputrc file:…
Posted by Avatar for geekvater geekvater May 6, 2025
Bash !$ Trick: Insert the Last Argument of the Previous Command
Posted inCLI Magic

Bash !$ Trick: Insert the Last Argument of the Previous Command

Command-line efficiency is one of the cornerstones of a productive Linux or Unix workflow. Whether you're administering a system, writing scripts, or simply navigating files, knowing a few powerful shortcuts…
Posted by Avatar for geekvater geekvater May 6, 2025
5 Things I Like About Ubuntu 25.04 “Plucky Puffin”
Posted inNews

5 Things I Like About Ubuntu 25.04 “Plucky Puffin”

Ubuntu 25.04, codenamed “Plucky Puffin,” is the latest interim release from Canonical, bringing a suite of enhancements that refine the Ubuntu desktop experience. Here are five standout features that make…
Posted by Avatar for geekvater geekvater May 2, 2025
How to Set a New PATH in Bash, Ksh, and Zsh
Posted inCLI Magic

How to Set a New PATH in Bash, Ksh, and Zsh

The PATH is an essential environment variable in Linux and Unix-like systems. It defines the directories where the shell looks for executable files when you type commands (like ping, useradd,…
Posted by Avatar for geekvater geekvater May 1, 2025
How To Install Kernel 6.13.4 On Ubuntu, Debian And Derivative Systems
Posted inHow To Install Kernel 6.13

How To Install Kernel 6.13.11 On Ubuntu, Debian And Derivative Systems

The Linux kernel is the core component of any Linux operating system, managing hardware resources and system processes. In this guide we will be installing Kernel 6.13.11, which has been…
Posted by Avatar for geekvater geekvater April 30, 2025
How to Set a New PATH in csh and tcsh
Posted inCLI Magic

How to Set a New PATH in csh and tcsh

The PATH environment variable plays a critical role in Unix-like systems, telling the shell where to look for executable files. When you type a command, the shell searches the directories…
Posted by Avatar for geekvater geekvater April 30, 2025
How to Use the echo Command in Shell Scripting
Posted inCLI Magic

How to Use the echo Command in Shell Scripting

The echo command is one of the most commonly used commands in Unix-like operating systems. It serves the purpose of printing text to the standard output (stdout), and it's an…
Posted by Avatar for geekvater geekvater April 29, 2025
How to Redirect the Standard Output (stdout) and the Standard Error (stderr) to Multiple Files
Posted inCLI Magic

How to Redirect the Standard Output (stdout) and the Standard Error (stderr) to Multiple Files

Redirecting output streams is a common need in Unix and Linux environments, especially when you want to log command outputs for analysis or debugging. Sometimes, you might want to redirect…
Posted by Avatar for geekvater geekvater April 29, 2025
How to Set the Default Text Editor in csh and tcsh
Posted inCLI Magic

How to Set the Default Text Editor in csh and tcsh

Choosing your default text editor is an important part of customizing your Unix or BSD system environment. Whether you are editing configuration files or writing scripts, having your preferred editor…
Posted by Avatar for geekvater geekvater April 28, 2025
Understanding the Difference Between .bashrc and .bash_profile
Posted inCLI Magic

Understanding the Difference Between .bashrc and .bash_profile

When working with Unix-like systems, it's important to understand the role of different configuration files that influence the shell’s behavior. Two critical files for Bash users are .bashrc and .bash_profile.…
Posted by Avatar for geekvater geekvater April 28, 2025

Posts pagination

Previous page 1 2 3 4 … 17 Next page

Recent Posts

  • How to Find Your Computer Hardware Information on Linux
  • How To Install Kernel 6.15 RC6 On Ubuntu, Debian And Derivative Systems
  • 3 Useful Bash Oneliners: Find IP Address, Copy Trick, Run Previous Command with Different Arguments
  • How to Change the Default Internet Browser in Ubuntu and Debian
  • WordPress Needs Your Help: Design the Campus Connect Logo

Recent Comments

  1. Bash !$ Trick: Insert the Last Argument of the Previous Command - Open Source Software News on How to Use the echo Command in Shell Scripting
  2. How to Find Your Computer Hardware Information on Linux - iDoLinux on Not Another Symbolic Link Article :O
  3. How To Install Kernel 6.15 RC6 On Ubuntu, Debian And Derivative Systems - iDoLinux on A Grep Trick Every User Should Know: The Square Brackets in the Grepped ps Output
  4. FOSS News Round-Up #1 - 99XP on Not Another Symbolic Link Article :O
  5. Bash Inputrc Tricks: Smarter Tab Completion - Open Source Software News on Bash !$ Trick: Insert the Last Argument of the Previous Command

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025

Categories

  • 3D Modeling
  • Audio Editing Software
  • CAD Software
  • CLI Magic
  • How To Install
  • Internet Browsers
  • Kernel 6.10
  • Kernel 6.11
  • Kernel 6.12
  • Kernel 6.13
  • Kernel 6.14
  • Kernel 6.15
  • Kernel 6.9
  • LaTeX Editors
  • Linux Distros
  • Messaging Apps
  • News
  • Photo Editing Software
  • Remote Control Software
  • Text Editors And IDEs
  • Torrent clients
  • Video And Audio Players
You May Have Missed
How to Find Your Computer Hardware Information on Linux
Posted inCLI Magic

How to Find Your Computer Hardware Information on Linux

Posted by Avatar for geekvater geekvater May 15, 2025
How To Install Kernel 6.15 RC3 On Ubuntu, Debian And Derivative Systems
Posted inHow To Install Kernel 6.15

How To Install Kernel 6.15 RC6 On Ubuntu, Debian And Derivative Systems

Posted by Avatar for geekvater geekvater May 15, 2025
3 Useful Bash Oneliners: Find IP Address, Copy Trick, Run Previous Command with Different Arguments
Posted inCLI Magic

3 Useful Bash Oneliners: Find IP Address, Copy Trick, Run Previous Command with Different Arguments

Posted by Avatar for geekvater geekvater May 14, 2025
How to Change the Default Internet Browser in Ubuntu and Debian
Posted inCLI Magic

How to Change the Default Internet Browser in Ubuntu and Debian

Posted by Avatar for geekvater geekvater May 14, 2025
Copyright 2025 — iDoLinux. All rights reserved. Bloghash WordPress Theme
Scroll to Top