If for whatever reason you stop using a certain service in your Ubuntu install and would like to disable automatic restarting for it upon system reboot, all it takes to do it is just one command line.
Entries Tagged 'News' ↓
Disable a startup of service in Ubuntu
January 13th, 2009 — News
How To Create User Accounts in Unix
December 24th, 2008 — News
If you want to quickly create a new user account in your Unix OS, it ca be done with just one line
Adding new user accounts in Unix
To create a basic Unix user account with default settings, you need to know only one thing: the username.
The reason I say it as one word is because username (quite often referred to as "login") is not the actual name of the new person gaining access to your Unix system, but rather a single keyword uniquely identifying this user in your system. Most often, usernames are derived from real names of users – jsmith, johns or smithj for John Smith, just to give you a few examples.
The simplest way to add a new user to your system is to do run a command like this:
ubuntu# useradd jsmith
New section on this blog: Unix Commands
December 16th, 2008 — News
I've just integrated a new section: Unix Commands. The long-term plan is to have a categorized list of commands with most common usage documented in my typical easy-to-follow examples.
So far, there's not much, but I will referer to this section a lot in my future posts and its pages will have more examples for a particular Unix command compared to the original Unix Tutorial post where such a command is mentioned.
Have a look for yourself:
- Unix Commands – the main index
- Basic Unix commands – like it says, they really are basic. If you can think of something else which should be part of it, let me know
- Advanced Unix commands – to Unix gurus they'll seem basic as well, but my only guidance so far was that commands there will be the ones you don't have to use on a daily basis. As I add more pages, this section will most likely become something like "Most common Unix commands" and a set of really advanced commands will be added.
Let me know what you all think, and if there are some immediate candidates for any of the section – let me know and I'll add them to my list!
Ubuntu 8.10 – Intrepid Ibex – is here!
October 31st, 2008 — News
Right on time, next release of Ubuntu Linux has arrived. Ubuntu 8.10, codenamed Intrepid Ibex, is officially out.
Today Only: Grab Your 100% Free Copy of CrossOver Pro
October 28th, 2008 — News
CodeWeavers are giving their award-winning CrossOver software for free.
What is CrossOver?
CrossOver is a tweaked and polished, proprietary version of Wine – an implementation of Windows API for Unix. Simply put, it's a software which allows you to run Windows applications on your Unix system. Wine, especially since the 1.0 release, is quite a pleasant and reliable way of running Windows software on your Unix desktop, but CrossOver is known for putting many more tweaks on top of the features implemented in Wine, mostly to make popular office packages (Microsoft Office) and games work even better in emulated environment.
CrossOver Pro For Free
For one day only, October 28th 2008, you can go to the CodeWeavers website to request your free registration key for the professional version of their CrossOver software suite – either for Linux or Mac. These are fully functional serial keys for the pro version, technical support included.
The trick is that you need to have this key activated as soon as possible! Originally, you were only given time until midnight, but it is now promised that you'll get another 48hours to activate your key, although free registration keys will stop after 23:59 PM Central Standard Time.
Wait no more – the main CodeWeavers website is already down due to traffic, but Free CrossOver Pro registration form is still available!
See also:
Interesting Reads – Sep 21st, 2008
September 21st, 2008 — News
Here are the posts I've read and enjoyed this week:
- sshpass – automating SSH logins without passwordless RSA/DSA keys
- Tux Training: Get rid of command line histories with chattr command
- Tux Training: Speeding up your ext3 filesystem
If you have any useful articles you'd like to share – just leave links in the comments area. Enjoy!
Follow me on Twitter!
September 8th, 2008 — News
It was bound to happen: I've joined Twitter! It would be great to hear from you there!
Follow me or leave your Twitter name in comments below so that I can follow you:
http://twitter.com/UnixTutorial
Also, if you happen to know some interesting Twitter feeds for all of us interested in Unix-like systems, leave links to them as well!
See also:
How To Use This Website
August 29th, 2008 — News
For all the new visitors of this blog, I've just created a Using Unix Tutorial page which is linked from the sidebar.
Please feel free to have a look and let me know if there's any more introductory information I can add to make it even easier for you to find and get exactly what you came looking.
Environment Variables in Unix
July 16th, 2008 — News
Each process in Unix has its own set of environment variables. They're called environment variables because the default set of such variables consists mostly of session-wide variables used for configuration purposes.
From the point of a Unix shell though, environment variables can be accessed the same way as any other variable.
Continue reading →
Unix Tutorial Digest: Interesting Links #1
July 13th, 2008 — News
Every week there's a few announcements or articles which I find particularly interesting, and so I've decided to share them with you. I'm not a Unix guru (yet), but if any of the listed materials require further explanation – do feel free to ask and I'll be glad to help.



