Page 1 of 1

Does my new Linux OS need a Sytem Mechanic

PostPosted: Thu Oct 30, 2014 9:42 am
by wildchildman
No. I found this out when I first installed my Utimate Edition 4.2 Lite after running Windows . :downthere

There isn't a need.

The issues that system mechanic deals with for Windows are already solved by default on Linux / Unix and OSX systems.

System health is checked by running any number of GUI tools that come built into GNOME or KDE or from the command line you can type dmesg

Linux computers constantly self monitor and update logs which you can check periodically if you want or in real time using GUI or Text.

Hardware problems are also dumped and sent to log files long before they become a problem... for example... if you run the SMART daemon on your Linux install... it will test the hard drive for you at intervals, and will let you know if the drive is nearing old age predicted failure or if it is going to die even sooner.

For security issues...

Vanilla Spyware does not affect Linux computers

Vanilla Viruses do not affect Linux computers because you have to be duped into installing them or someone has to crack into you computer to install it.

Some Trojans may work but are limited in scope because again you have to be duped into installing them or a cracker has to break into the machine, gain root access and install it.

Most distros, such as SuSE, Mandriva, Ubuntu and Debian, activate firewall services by default and shut down any ports that you will not be using and with this setup 8/10 times if you did a GRC scan you Linux comptuer will be in stealth mode.

Data protection and recovery are built into the EXT3 and ReiserFS file systems that are the standard file systems used on Linux, which also presents a problem to virus coders, since the files system is locked down with a better permission system and can be enhanced with access control lists.

If you choose you can use the IBM or SUN donated file systems (which they use on their server products ) which are enterprise level F systems... blazing fast and highly reliable. JFS and XFS for example.

Linux file systems do not fragment to the point where it affects system performance

The other layer of data security comes with permissions.

As such, you can't move around the file systems or do anything to it if you do not have permission.... which is why old blokes like myself will tell you "never run your comouter on unix/linux/osx as root."

Unlike registry on windows, all configuration files are individualised and kept as text files XML or PLAIN, as such there is a low risk of a cascade level failure if something breaks... as what happens to registry if one section gets currupt.

Overall... aside for clicking the install update icon on your desktop (SuSE or Ubuntu/Kubuntu) ever so often (Linux updates more frequently than windows... microsoft says its because we have more bugs... maybe) you don't have to worry about the mantainance and upkeep of the system.

Let me know if this helped.