Posts tagged ‘UNIX’

Great sed Resource

sed Info

My .conkyrc setup

I had a very hard time getting conky to stay on my desktop.  If I clicked on the desktop, the program would disappear.  It seems that

own_window yes

needed to be

own_window no

My full ~/.conkyrc after the jump
Continue reading ‘My .conkyrc setup’ »

Expand a range of numbers

I always – always – forget the seq command
Continue reading ‘Expand a range of numbers’ »

NMAP tip

To scan an entire subnet for OS fingerprints and output to a grep-able file

nmap -oG XXX.txt -O 10.10.XXX.0/24