Bash is the default shell in the majority of Linux distributions, and it has countless features and tricks to make you more efficient. Bash keeps a history of the commands you’ve typed at the prompt, but most people aren’t aware of additional functionality that the history provides you. In this episode of Linux Essentials, Jay describes not only how to use the history command, but also some techniques to make better use of it.
-
Linux Crash Course – usermod
The Linux Essentials series on LearnLinuxTV consists of mostly stand-alone episodes that are each dedicated to a specific command or feature in Linux. In this episode, we’ll go over the basics of the usermod command.
-
Linux Crash Course – sudo
When you need to run Linux commands with elevated privileges, sudo is the tried and true method to run commands as another user (such as root). In this introductory tutorial, we’ll take a look at some of the inner-workings of sudo.
-
Linux Crash Course – htop
There’s no shortage of monitoring tools available for Linux servers and workstations, but htop is a a classic. By installing htop, you can see an overview of your resource usage, including meters for CPU, RAM, Swap, and more. In this video, I’ll give you an overview of htop.
-
Linux Crash Course – The ps Command
The ps command is useful for taking a look at the processes that are running on your Linux system. In this video, I’ll show you the basics of the ps command, and some variations you can use to show the output in different ways.
-
Linux Crash Course – Data Streams (stdin, stdout & stderr)
In this episode of Linux Essentials, we’ll go over data streams. Specifically, Standard Output (stdout), Standard Input (stdin), and Standard Error (stderr). We’ll also take a look at how to redirect specific data streams, so you can easily separate errors from output.
-
Linux Crash Course – nano (command-line text editor)
When you’re working with Linux servers, you may or may not always have access to a GUI, which is why it’s important to learn at least one command-line text editor. In this video, we’ll explore the core fundamentals of nano. nano is a text editor that’s among the easiest to learn.
-
Linux Crash Course – User Account & Password Expiration
Keeping track of user accounts is very important, especially as a Linux server administrator. In this episode of Linux Essentials, we’ll explore user and password expiration. This will include examples regarding locking passwords, the chage command, and more!
Thank you to Linode for sponsoring this video. Check them out here and get your very own Linux server set up in minutes!
(more…)