Archive for August, 2010

catalyst 64-bit counters

Leave a comment Go to comments

Stickies from: cisco – SNMP Counters

Categories: cisco, hardware Tags:

winxp cmd change dns

Leave a comment Go to comments

run -> cmd

1
2
C:\ > netsh interface ip set dns /?
C:\ > netsh interface ip set dns "Local Area Connection" static 8.8.8.8 primary

Categories: microsoft Tags:

perl find replace

Leave a comment Go to comments

@ shell command line
search and replace in all *.txt files

perl -pi -e 's/maksudnya/kamsudnya/' *.txt

Categories: perl, stickies Tags:

screenshot location mac

Leave a comment Go to comments

Apple Logo

To change the default location for screen captures / screenshot on snow leopard.
Open a Terminal window and type :

Categories: mac, stickies Tags:

screenshot on Mac OS

Leave a comment Go to comments

Apple Logo

How do I create a screenshot on Mac OS
To create a screenshot on a Mac, use the following commands:
Apple (Command) Key +Shift+3
Captures a picture of the entire desktop, which is saved on the desktop as a file called ‘picture #’. This option lets you capture the whole screen. If you want just one window on your screen, you will have to edit the picture using image editing software (or use one of the other commands, instead).

Categories: mac, stickies Tags:

vim rc

Leave a comment Go to comments


file : ~/.vimrc

Categories: stickies, Unix Tags: