BASH script that prints hardware’s temperatures
Here is a simple BASH script I wrote, that can print out the temperatures of: CPUs. GPU. Disks. TINs sensors. You can tweak it as you like and as needed…
Here is a simple BASH script I wrote, that can print out the temperatures of: CPUs. GPU. Disks. TINs sensors. You can tweak it as you like and as needed…
If you are a user of a Linux distro that uses the rpm to manage its packages like red hat (RHEL), SUSE, openSUSE, CentOS, Fedora, Mageia, Scientific Linux, Korora Project…
If you happen to be a Debian or one of its based distros user (like: Ubuntu, Linux Mint, deepin, Elementary OS, Zorin OS, SparkyLinux … etc), you should definitely know…
Does your Debian‘s based distro such as Ubuntu, Linux Mint, Elementary OS, Linux Lite, deepin, antiX, Zorin OS, LXLE, Peppermint OS and SparkyLinux, complain about LC_* locales. Like the following…
Sometimes, we need to know whether or not some packages are being installed on the system. And the command which will let us find out the answer is different from…
Okay, Say you have a Wubi‘s root.disk image that you want to mount it on a Linux system in order to access its files and contents. Well, here is what…