Linux

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 …

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

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 …

Linux>1% Campaign. Prove that we are more than 1% !

2010/10/25

Linux>1% Campaign. Prove that we are more than 1% ! At http://www.dudalibre.com they are running a campaign to make every owner of computers running Linux register. The aim is to prove that the …

taskcoach – one of the best approach to manage your tasks

2010/10/22

Task coach is task planner with reminder, subtask and time tracking, simply put. More elaborate description : […] Task Coach is a simple open source todo manager to manage personal tasks and …

Browser Conkeror – fast, versatile, easy and configurable

2010/10/20

Conkeror is a browser that uses XULRunner and is a highly configurable and programmable browser. Here is the description of the browser from the homepage: […] Conkeror is a keyboard-oriented, …


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