Logo Microtux

MicroTux

Our Blogposts

Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.
01/08/2018
Webmin Smart monitoring

Install for Ubuntu the package smartmontools with command sudo apt install smartmontools next select in webmin in the section un-used modules module smart drive status and there you go!

Read More
11/03/2018
After new partitioning no access to partition

Your partition is formatted with filesystem which is owned by user root and group root. Change it to your user id for rw access: First make yourself root. mount /dev/sda3 /mnt/   (sda3 by example) chown -R ron:ron /mnt/ umount /dev/sda3 Remount the partition. Now you have r/w access!

Read More
04/02/2018
Better Lists

For better lists we can install exa. It improves the overview of the files and directories with the use of different colors. Installing via your package resources or you can look at the website the exa website

Read More
1 5 6 7 8 9 14