Feed on
Posts
Comments

Category Archive for 'General Thoughts'

My Shell history

Follwing the latest meme, here are my 10 most used commands in the shell history:
tim@tim:~$ history | awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
89 sudo
42 ls
42 cd
31 rm
18 java
17 unrar
16 wget
16 gksudo
15 ajcore
10 mv

Read Full Post »

Long time no post

Wow, for a blog that’s called Ubuntu Daily there may have been not enough posts in the last time, maybe I should have called it Ubuntu Quarterly.
This post is just to inform everyone who is interested that I am not dead and neither is this blog.
I won’t make any promises on how often I will [...]

Read Full Post »

Freedom of choice
Ubuntu, like other free operating systems (including all Linux, BSD and Solaris flavors), is a very modular system. Naturally, the advantage of the modular approach is that you can choose a piece of software based on your needs and preferences. If you don’t like a certain aspect of the software or you dislike [...]

Read Full Post »