กลับมาเขียนอีกแล้วววววววววววว
ทิ้งร้างไว้นานมากๆๆๆๆๆ
ยอมรับมามีปัญหากับชีวิตตัวเอง สับสนอะไรหลายๆ อย่างตอนนี้ก็ยังไม่ค่อยดีขึ้นเท่าไรไหร่เลย
ช่างมันเหอะก็ส่วนนึงของชีวิต
วันนี้กลับมาเขียนอีกครั้งไม่รู้ว่าเคยเขียนไปแล้วหรือยังกลับมาเขียนใหม่เร่ืองนี้
ไม่ search ของเก่าด้วย(เอาแต่ใจสุดๆ)
เรื่องคำสั่ง alias มีทั้งบน linux และ mac เป็นเรื่องเกี่ยวกับ command line
ใครเริ่มไม่รู้เรื่องให้ปิดซะ
$ hibernateoff
-bash: hibernatealway: command not found
alias ls="ls -GF"
export PS1="\T:\W $ "alias ls="ls -GF"alias ll="ls -lGF"alias la="ls -alGF"alias macphp="/usr/bin/php"alias php="/Applications/MAMP/bin/php5.3/bin/php"alias mysql="/Applications/MAMP/bin/apache2/bin/mysql"
# turn on or off hibernate mode# this may require root passwordalias hibernateon="sudo pmset -a hibernatemode 5"alias hibernateoff="sudo pmset -a hibernatemode 0"
# remount file that form windows and may not be show on finder# this will remove '@' form drwxr-x-r-x@ it may not good for every file# use only on folder that you can not see it on normal Finder mode. Good luck :)# usage 'windirshow'alias windirshow="xattr -d com.apple.FinderInfo" # show hidden file on finder or hide it.alias showhidden="defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder"alias shownormal="defaults write com.apple.finder AppleShowAllFiles FALSE;killall Finder"