Raspberry Pi OS
While you probably know that Raspbian is the official OS for Raspberry Pi systems, it’s not the only operating system you can use.
While you probably know that Raspbian is the official OS for Raspberry Pi systems, it’s not the only operating system you can use.
New Linux users often get puzzled by the “mkdir: cannot create directory” errors when taking first steps and …
mount command is used for mounting (making available) filesystems in Linux and Unix. Since a standard Unix-like …
This monthly issue arrives a week later, but brings more news as the result: lots of OS releases in October!
Many of you liked the screenFetch command I have introduced a few weeks back. It’s a great utility native to most …
find command has a great operator for narrowing down the list of results: mtime. as you probably know from the atime, …
Separating fields in awk You’ve probably come across awk command and its most simple use: splitting string …
Use virsh desc command to update VM title in KVM I’m updating and migrating the last few of virtual machines on …
The easiest way to check the version of Raspbian OS running on your Raspberry Pi is to use the lsb_release command:
If you come across a rather cryptic word “lrwxrwxrwx” when listing files and directories, here’s how …