uptimed – keep track of your system uptime.

2012-04-02 1 min read Fedora

Uptimed is an up time record daemon keeping track of the highest
up times the system ever had.

Uptimed has the ability to inform you of records and milestones
though syslog and e-mail, and comes with a console front end to
parse the records, which can also easily be used to show your
records on your Web page

Installation :

sudo yum install uptimed

Once installed, you will have to first create the boot id with this command:

Continue reading

Google gravity for fun

2012-03-11 1 min read Uncategorized
Image representing Google Search as depicted i...
Image via CrunchBase
1) Write ‘Google Gravity‘ in Google search box,press enter. 2) Click on the 1st result that appears i.e. Google Gravity. 3) Wait 2 seconds. Something cool will happen. 4) Play with it for a while. 5) Then write any word in the Google search bar and press Enter. 6) Wait and see. Something even cooler will happen 🙂 Awesome !!!..
Enhanced by Zemanta

30 Best Windows Mobile Applications

2011-12-28 2 min read Uncategorized

30 Best Windows Mobile Applications

33 Comments »
Share inShare

The main reason why people still love window mobile is because of its freeware applications and excellent add-ons. Windows Mobile users carry great access to third party applications than any other Mobile Operating system in the market. At the same time it might be confusing for the user to settle on which window mobile apps to download. So we at honeytechblog did a search and have compiled a list of Top 30 Best window mobile applications. These applications will ensure following features such as networking, themes, tools for tweak, music players, newsreaders, Internet browser, document manager and much more.

Continue reading

Google+ – way to go for experinmenting.

2011-06-30 1 min read Uncategorized

Finally I got a invitations and was able to get into the Google+ today. Having been trying to do this for last couple of days, was quite anxious on how it is and how it fairs against Facebook and twitter.

First, heres a first look of the account:

 

[google+ Screenshot][1]
google+ Screenshot

 

Most noticable thing, as soon as you login is that all your contacts from google aare directly visible in your account and you can directly put them in any of the circles that you like. Picasaweb photos can be imported.

Continue reading

bash regular expressions

2011-02-06 1 min read Bash

Here are some quick links on bash regular expressions, pretty good links to bookmark, if you use, regular expressions in bash regularly. I especially like the tldp link at number 3.

http://www.linuxjournal.com/content/bash-regular-expressions
http://www.ibm.com/developerworks/library/l-bash.html
http://tldp.org/LDP/abs/html/parameter-substitution.html#VARMATCH
http://wellington.pm.org/archive/200005/codegen/index9.htm

Enhanced by Zemanta

The Hidden PS

2010-11-27 2 min read Bash Linux
  <td>
    <div class="text codecolorer">
      &nbsp;for p in `ps L|cut -d' ' -f1`;do echo -e "`tput clear;read -p$p -n1 p`";ps wwo pid:6,user:8,comm:10,$p kpid -A;done
    </div>
  </td>
</tr>
1

While going through the source code for the well known ps command, I read about some interesting things.. Namely, that there are a bunch of different fields that ps can try and enumerate for you. These are fields I was not able to find in the man pages, documentation, only in the source.

Continue reading
Older posts