ip alias mac os

Apple Logo
Open terminal:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Last login: Wed Sep 29 14:00:19 on console
MacBook-Pro:~ agusr$ ifconfig
lo0: flags=8049 mtu 16384
	inet6 ::1 prefixlen 128
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
	inet 127.0.0.1 netmask 0xff000000
gif0: flags=8010 mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863 mtu 1500
	ether c4:2c:03:01:b3:ed
	inet6 fe80::c62c:3ff:fe01:b3ed%en0 prefixlen 64 scopeid 0x4
	inet 203.30.236.125 netmask 0xfffffff8 broadcast 203.30.236.127
	media: autoselect (100baseTX )
	status: active
---------- cut ------------

Tags:

Install jre6 centos 5


Download needed packages at java.sun.com

using Java SE Development Kit 6u21 32bit-kernel architecture with rpm package.
jre-6u21-linux-i586-rpm.bin 19.74 MB

Tags:

Install jdk6 centos 5


i’m using Java SE Development Kit 6u21 32bit-kernel architecture with rpm package.
jdk-6u21-linux-i586-rpm.bin 75.81 MB

Tags:

catalyst 64-bit counters

Stickies from: cisco – SNMP Counters

Tags:

winxp cmd change dns

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

Tags:

perl find replace

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

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

Tags:

screenshot location mac

Apple Logo

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

Tags:

screenshot on Mac OS

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

Tags:

vim rc


file : ~/.vimrc

Tags: