Posted on September 29th, 2010 by admin

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:
Posted on September 20th, 2010 by admin

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:
Posted on September 20th, 2010 by admin

i’m using Java SE Development Kit 6u21 32bit-kernel architecture with rpm package.
jdk-6u21-linux-i586-rpm.bin 75.81 MB
Tags:
Posted on August 28th, 2010 by admin
Tags:
Posted on August 25th, 2010 by admin
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:
Posted on August 19th, 2010 by admin

@ shell command line
search and replace in all *.txt files
perl -pi -e 's/maksudnya/kamsudnya/' *.txt
Tags:
Posted on August 19th, 2010 by admin

To change the default location for screen captures / screenshot on snow leopard.
Open a Terminal window and type :
Tags:
Posted on August 18th, 2010 by admin

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:
Posted on August 18th, 2010 by admin

file : ~/.vimrc
Tags: