News

These interactive Linux-based games teach everything from basic commands to advanced shell skills, all while keeping you ...
Many storage commands in Linux have the ability to delete your data, which you can accidently do if you're not careful. Proceed with caution if you're a newcomer, and always remember to keep a backup ...
This page provides some basic instructions for using the command line interface on Linux computers in CSIL, the Computing Science Instructional Labs at SFU, followed by a set of links to books and ...
How sudo Works when you precede a command with sudo, Linux ask for your password. when you enter it correctly, you can run commands as if you were the system super user for a short period of like (15 ...
If you’ve been learning the Linux basic commands and want to take your skills development to the next level, sign up for this 90-minutes, project-based class.
Linux distros can use a type of portable application called an AppImage. Unlike regular apps, they don't install on your PC; ...
To get started as a Linux (or Unix) user, you need to have a good perspective on how Linux works and a handle on some of the most basic commands. This first post in a “getting started” series ...
The basic syntax for an if command is “if value == other_value”. The == performs a comparison, and it’s necessary to ensure that the shell sees one value on each side of the comparison operator.