The Hidden PS

2010/11/27

<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 …

Make any command read line enabled (on *nix)

2010/11/25

Make any command read line enabled (on *nix) […] <td> <div class="text codecolorer"> rlwrap sqlite3 database.db </div> </td> </tr> Enable readline even …

intercept stdout/stderr of another process or disowned process

2010/11/23

The command is definately going to save your day if you have disowned the process by mistake. Only uses strace so might as well work on Solaris also, though not tried it. intercept stdout/stderr of …

Broadcast your shell thru port 5000

2010/11/20

Broadcast your shell thru port 5000 […] <td> <div class="text codecolorer"> mkfifo /tmp/fifo;(nc -q0 -l 5000 < /tmp/fifo &);script -f /tmp/fifo </div> …

Screen enable/disable logging in all windows

2010/11/19

If you use screen command a lot then this is something that you will like πŸ™‚ Screen enable/disable loggin in all windows […] <td> <div class="text codecolorer"> bindkey ^l …

DIY- Photos at home (Beautiful and Magical)

2010/11/17

Requirements: […] DSLR Nikon D5000 […] Some Sparkles of different colors […] 2x100W Bulbs […] and some imagination Results: Fantastic Photos with beautiful effects.

OpenLDAP and SSL – some links

2010/11/15

Here are some of the links that may be of great help to you if you are having issues with setting up SSL and OpenLDAP. I was having some issues with this setup and these links helped me fix the same. …

Fundraising for Linux Foundation.

2010/11/13

All of us have been benefited by Linux in some way or other and this is due to all the work that is being done by so many organizations and people around the world. I would like to spare some time to …

Firesheep addon allows the clueless to hack Facebook, Twitter over Wi-Fi

2010/11/13

Firesheep addon allows the clueless to hack Facebook, Twitter over Wi-Fi If you thought hijacking a user’s social media session was only done by skilled hackers, now the Firesheep addon can allow even …

function for copy files with progress bar (using pv – pipe viewer)

2010/11/11

function for copy files with progress bar (using pv – pipe viewer) […] <td> <div class="text codecolorer"> &nbsp;cp_p() { if [ `echo "$2" | grep …

Print all environment variables, including hidden ones

2010/11/09

Print all environment variables, including hidden ones […] <td> <div class="text codecolorer"> for _a in {A..Z} {a..z};do _z=${!${_a}*};for _i in `eval echo …

Skyline with Red color – from mobile.

2010/11/07

Have you ever wondered, how the red skyline would look if you did not have your favourite camera with you to capture it. I had only my Samsung Omni Windows Mobile with me to capture this, do comment …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it