Topics

Linux

About this topic: Articles tagged __TAG__

Showing 100 articles

Topics

Articles

Showing 100 articles

How-tos How to Change User Password in Linux Learn how to change user passwords in Linux using the passwd command-line utility. This comprehensive guide covers changing your own password, altering another user's password, and … How-tos How to Move Multiple Files in Linux Bash This article explains how to move multiple files in Linux Bash using specific filenames and wildcards. Learn efficient methods for file management, including Git commands to … How-tos How to Run a Shell Script With Just Using the Script Name in Linux This article explains how to run a shell script with just using the script name in Linux. Learn essential steps to make your scripts executable, run them from the current … How-tos Dates and Timestamps in UNIX/Linux Learn how to get, parse, and convert dates and times on Linux with this comprehensive guide. Understand the use of UNIX/Linux commands and Git functionalities to manage timestamps … How-tos How to Delete Files Recursively in Linux This article explains how to delete files recursively in Linux, focusing on Git commands. Learn effective techniques to manage your files and directories, ensuring a clean and … How-tos How to Copy Files Recursively in Linux This article explains how to copy files recursively in Linux, focusing on Git commands for effective file management. Learn to clone repositories and copy files within a project, … How-tos The Linux Path Environment Variable Learn how to utilize the PATH environment variable in Linux to enhance your command-line experience with Git. This comprehensive guide covers checking, adding, and verifying your … How-tos How to Switch Users in Linux This article explains how to switch users in Linux, detailing methods like the `su` and `sudo` commands, as well as graphical user interface options. Learn to manage user accounts … How-tos How to Get the List of Mounted Filesystems in Linux This article explains how to get the list of mounted filesystems in Linux using various commands like mount, df, and accessing /proc/mounts. Learn to effectively manage your … How-tos How to Jump to the End of the File Using Nano This tutorial demonstrates how to jump to the end of the file using Nano, a popular text editor. Learn various methods including keyboard shortcuts, arrow key navigation, and … How-tos How to Copy and Paste From the Local Clipboard Into Vim This tutorial demonstrates how to copy and paste from the local clipboard into Vim. Explore various methods, including using the mouse, clipboard registers, and terminal commands, … How-tos The tr Command in Linux Bash Discover the power of the tr command in Linux Bash. This article explores its functionalities, including character translation, deletion, and squeezing repeated characters. Learn … How-tos How to Get IPv4 Address on Unix and Linux This article provides a comprehensive guide on how to get your IPv4 address on Unix and Linux systems using both the terminal and the Linux Wizard. Learn step-by-step instructions … How-tos grep Ignore Case in Linux This tutorial demonstrates how to use grep in Linux to ignore case when searching for filenames and file contents. Learn effective techniques for case-insensitive searches, … How-tos Wheel Groups in Linux This tutorial explores the significance of wheel groups in Linux, detailing how they grant administrative privileges to users. Learn how to add users to the wheel group, configure … How-tos How to Exclude Files and Directories in Linux Rsync This tutorial demonstrates how to use rsync to exclude files and directories efficiently. Learn to streamline your file synchronization processes with practical examples and … How-tos How to Install Deb File in Linux This article demonstrates how to install a deb file in Linux. Learn step-by-step methods including command line and graphical installation techniques. Whether you are a beginner or … How-tos The ps aux Command in Linux Explore the `ps aux` command in Linux with this comprehensive guide. Learn how to monitor running processes, filter output, and understand process states. Enhance your Linux skills … How-tos NTP in Linux This tutorial covers NTP in Linux, explaining its importance for time synchronization. Learn how to install, configure, and troubleshoot NTP effectively on your Linux systems. … How-tos How to Check Kernel Version in Linux This article provides a comprehensive guide on how to check the running kernel version in Linux. Learn various methods, including using commands like uname, dmesg, and hostnamectl, … How-tos How to Solve Permission Denied Error in Linux Bash This article provides a comprehensive guide on how to solve the "Permission Denied" error in Linux Bash using the chmod command. Learn the differences between symbolic and numeric … How-tos How to Get User Input in Linux Shell Script This article explains how to get user input in Linux shell scripts using methods like the read command and the select statement. Learn how to create interactive scripts that gather … How-tos How to Set Date Using Command-Line in Linux Learn how to set the date using the command-line in Linux with our detailed guide. Discover methods using the date command, timedatectl, and Python scripts to manage your system's … How-tos The grep Command in Linux This tutorial demonstrates using the grep command to match case insensitive pattern, count the number of matches, display file names that have a match, match the exact pattern, …

← All topics