bash: tip

Topic: 
 

ลองบนอูบุนตู

ls ให้มีสี
แก้ /etc/passwd ให้ชื่อเรามีเชลล์เป็น /bin/bash
$ sudo vi /etc/password
...
user1:x:1101:1001::/home/user1:/bin/bash
...

หรือผ่านคำสั่ง usermod
$ sudo usermod -s /bin/bash user1

grep ให้มีสี
แก้ตัวแปร GREP_OPTION
$ export GREP_OPTIONS='--color=auto'
เอามาจาก debian-administration - grep: highlighting matches in color
ดูที่มาของไอพี
$ wget -O country.txt "http://api.hostip.info/get_html.php?ip=$IP"
ผลิตเลขสุ่มแบบง่าย
$ echo $(head -1 /dev/urandom | od -N 2 | awk '{ print $2 }')
 

Syndicate

Subscribe to Syndicate

Who's online

There are currently 0 users online.