Linux might sound scary for first-time Linux users, but actually, it isn’t. Linux is a bunch of open-source Unix operating systems based on Linux Kernel. These operating systems are called Linux ...
If you've used the command line in Linux or a Unix-based platform like macOS, you're probably familiar with the "sudo" command -- it lets you run tasks with different (usually elevated) permissions ...
Linus Torvalds was a student at the University of Helsinki in Finland. He wanted to create an academic version of Unix OS for free. Linus began writing the code. Later his very own operating system ...
Your arrow keys deserve better.
This select set of Linux commands can help you master the command line and speed up your use of the operating system. When coming up to speed as a Linux user, it helps to have a cheat sheet that can ...
File permissions are core to almost everything you do on your Linux machine, from viewing a PDF to saving an image and running an app. The core model keeps things simple, but there are quite a few ...
To make sure files aren't removed accidentally when running the Linux find command, use the -ok command. It will ask for permission before removing any files. A friend recently reminded me of a useful ...