Posts tagged linux
Using ‘Alias’ in Linux
There comes a time in every Linux users’ life when you will open the Terminal more often than not because you have realized that it is faster, more efficient and more powerful than GUI (Graphical User Interface). You’ll have started to learn more and more commands and now feel more comfortable with command prompt. The command [...]
GNU find – A Multidimensional ...
Beginners are mostly afraid of command prompt. Whenever they see a command prompt, they immediately say “its very difficult”. But it’s not true. The Command prompt is as friendly as GUI (Graphical User Interface), provided if you use it with proper procedure.
Most people use GUI tools to search for files. They don’t realize tha [...]
ICH6 Intel Sound on Unity or Mandriva...
I had been fighting for a very long time with pulseaudio on Unity Linux 2010…it just didn’t seem to work for me. There were problems with having to mute and unmute the external amplifier channel in alsamixer in order to get sound to work. On some boots there was no sound and on others, sound was fine. When I finally installed T [...]
TinyMe Linux For The Win
I was running Unity Linux 2010.2 with KDE 4.5 for around the last month. I really like what has been done there but it seemed a bit heavy for my Gateway M250…the CPU fan was always on which told me it was always in high use.
I checked out Gnome 2.30 on Unity and found it to be delightful on my resources; however, Gnome doesn’t ma [...]
Finding Files with locate
Many Linux users use the ‘find’ utility when searching for files using the command line on their system. They’ll do a simple:
find / -name 'pattern'
Really though, the power of find isn’t just in finding names of files but rather specific details about those files. For example, if you wanted to find files which are w [...]
