Archive for January, 2009

Choosing the OS

Thursday, January 29th, 2009

Information Week has a good essay in How To Choose The Best Linux For Your Business. What sets this one apart is that is provides useful categories and classifications for both distributions and support mechanisms.

Distributions are separated into subscriptions, community maintained, and the Ubuntu halfway model. This is different than other schemes such as the update mechanism used by putting the focus on how you will balance system management between what you can do and what you must purchase rather than how it works.

Most companies, however, will want to pick a mature, respected Linux distro with a solid track record. As a rule, these distros fall into one of three categories. Two of these categories involve Linux distros that are associated, in different ways, with a specific corporate backer; the third category includes community-developed Linux distros that have stood the test of time and enjoy a stellar reputation among business IT users.

It is noted that the Linux support system is robust because (a) those who provide support do not have other distractions in their business model, (b) the barrier to entering the support market is very low, and (c) there is abundant community support. This means you can choose what kind of support best suits your activities and needs but are not bound and dependent upon that choice.

A business usually looks for software that provides a business function. An individual may look for software for self education. The theme of this advice for choosing is towards the function and its necessary support. That is a point of view not often discussed in this context.

Shutdown problems with CIFS shares

Monday, January 19th, 2009

If you have CIFS shares mounted in Ubuntu you might have a long wait at shutdown. According to Sander Marechal, this is because the CIFS driver is a bit unusual and doesn’t reside in kernal space like most drivers. The shutdown process first ends all applications then unmounts network drives then local drives. The CIFS driver gets shut down with the applications but the system still thinks it has network drives to shutdown so it gets confused. See his explanation at Lone Wolves Automatically mounting and unmounting Samba/Windows shares with CIFS.

A script to handle this is provided in the Ubuntu Forums how to: automatically umount cifs partitions to take care of this. See 33 for an explanation of what it does.

One of the interesting tidbits about the Sys V type init.d startup and shutdown process is involved in properly installing this script. That is the use of the update-rc.d command. It appears that this command is used to synchronize the links in the various run level directories with the library of scripts in /etc/init.d/

Now to see if this works.

About SSH

Thursday, January 8th, 2009

Jeremy Jones has a tutorial about Mastering SSH, the secure shell which is a means to access one computer from another on a network.

His first issue is about the security registration process that occurs on the first connect to a remote machine. If not expected, this response to a connect attempt may cause concern.

The connection and login example shows that the user name is assumed to be the local login name. He does not mention this or how it can be over-ridden before he goes on to authorized keys and the use of a public/private key pair to make things easier and more secure.

To login with user, try ‘ssh user@hostname’. This is detailed in the manual (man ssh). With the proper authorized keys setup, you can use SSH to execute commands on a remote machine via shell script. That opens up a lot of possibilities for network systems management.

Windows Tools

Tuesday, January 6th, 2009

TechExams.net describes Free Windows Tools to Save you some Money. Sounds good – going to have to check them out.

The tools include a disk defragmentor, registry cleaner, data destruction, data recovery, backup, anti-malware, firewall, image burner, web browser, and paint program.

The basic system maintenance and management tools for Windows can be very handy to have and the price is right. The post is also a good starting point to find yet more options and possibilities for tools to keep you Windows system in good shape.