how to 🪄 How to mount/automount USB drive on Linux Systems. Mounting and automounting USB drives are key for managing removable storage on Linux. Whether you want to manually mount a USB drive or set up automatic mounting, understanding these processes can boost productivity and streamline your workflow.
linux 🍹 `cd -` In Linux, the command cd - is used to switch to the previous directory you were in. It acts as a shortcut to quickly toggle between two directories. Here’s a breakdown of its usage: Use case: 1. Suppose you are in /home/user/docs and you change to /etc:
linux 🍹 Core aspects of Linux Server. The core aspects of Linux cover the fundamental principles, architecture, and essential components that define this powerful operating system.
shell / root directory. This is a series of posts focusing on the Linux Filesystem Hierarchy Standard (FHS), which defines the structure and directory layout of Unix-like operating systems, including Linux.
tips 🪤🎉 SOURCE ~/.zshrc This is the tenth in a series of posts, featuring Protips, tips, tricks, hacks, and secrets provided by Our Team 🙊 — We want to share our top tips for the growing and thriving Linux community out there. Because sometimes you need a little help...
how to 🪄 Using apt-get || apt command. This guide outlines the capabilities of apt-get or apt commands in Linux, explaining how to utilize them for tasks such as discovering new packages, installing and upgrading them, and maintaining system cleanliness.
how to 🪄 Mosh Server as an SSH Alternative. Indeed, even with a robust internet connection, SSH can sometimes prove unreliable. This is due to the fact that even brief interruptions in the connection between the client and server can lead to complete stalls, forcing you to terminate and re-establish the connection.
linux 🍹 /etc/skel directory. skel is derived from the skeleton because it contains the basic structure of the home directory. The /etc/skel contains files and directories that are automatically copied over to a new user's home directory when such user is created by the useradd program, thus making certain that all
linux 🍹 Understand the /etc/passwd file. The /etc/passwd file is used to keep track of every registered user that has access to a system. In other words, it stores user account information.
how to 🪄 How to Kill user tty/pts sessions on Linux Systems. Unix login session can be killed remotely by sending a hangup signal (SIGHUP) to the process running the login session. In this How2, we will dig further into it and explain the command-line option to kill unwanted or unused or idle ttys.
shell What is "the Unix Shell"- Bash, Fish, Ksh, Tcsh, Zsh. Simply put, the shell is a program that takes commands from the keyboard and gives them to the operating system to perform.