In my Linux Commands for Beginners series, we’ll explore everything you need to know in order to be productive on the Linux Command Line. You’ll learn basic commands, input/output redirection, package management, resource monitoring, troubleshooting, and more. This time, we’ll take another look at permissions and explore the numerical representation of permission on our Linux system.
-
Linux commands for Beginners 20 – Package Management on Fedora and CentOS (dnf and yum)
In my Linux Commands for Beginners series, we’ll explore everything you need to know in order to be productive on the Linux Command Line. You’ll learn basic commands, input/output redirection, package management, resource monitoring, troubleshooting, and more. In this video, we’ll take another look at package management, this time with the dnf command (Fedora) and the yum command (CentOS).
-
Linux Commands for Beginners 15 – Bash History
everything you need to know in order to be productive on the Linux Command Line. You’ll learn basic commands, input/output redirection, package management, resource monitoring, troubleshooting, and more. In this video, we’ll learn how to view and utilize command history in bash.
-
Linux Commands for Beginners 11 – Intro to Package Management on Debian-based Distributions
In my Linux Commands for Beginners series, we’ll explore everything you need to know in order to be productive on the Linux Command Line. You’ll learn basic commands, input/output redirection, package management, resource monitoring, troubleshooting, and more. This video serves as an introduction to package management.
-
Linux Commands for Beginners 02 – Setting up a Cloud Instance
In my Linux Commands for Beginners series, we’ll explore everything you need to know in order to be productive on the Linux Command Line. You’ll learn basic commands, input/output redirection, package management, resource monitoring, troubleshooting, and more. In this video, you’ll be shown how to create a cloud instance to use for testing commands in future videos.
-
Coding in Python 20 – Subprocess
In video number 20 of the Coding in Python series, we check out how to run commands with subprocess.
-
Coding in Python 10 – Comments and Style
In video number 10 of the Coding in Python series, we take a look at various forms of comments, and some guidelines regarding style.
Commands Used in this Video
(more…) -
Coding in Python 09 – Writing Scripts
In video number 9 of the Coding in Python series, finally start writing actual scripts instead of using only the Python shell.
(more…) -
Coding in Python 08 – The help Function
In video number 8 of the Coding in Python series, we check out the help function.
(more…) -
Coding in Python 05 – Lists and Dictionaries
In the fifth video of the Coding in Python series, Lists and Dictionaries are shown.
(more…)