Tizen source code download with manifest.
글 검색 결과 - 잊어먹을까봐 저장하는 놈들 (총 22개)
Tizen source code download with manifest.
2013. 3. 4. 23:04
#------------------------------------
# functions
#------------------------------------
function prompt {
local CYAN="\[\033[1;96m\]"
local GREEN="\[\033[0;32m\]"
local YELLOW="\[\033[0;33m\]"
local NO_COLOR="\[\033[0m\]"
PS1="$GREEN[$CYAN\h$GREEN][$YELLOW\w$GREEN]$NO_COLOR"
}
#start user specific setting
prompt
--
일단 요렇게 기본으로해서 environment 설정시마다 추가로 표시하도록 추가해야겠다.
2012. 8. 21. 21:13
find /home/muninn/workspace/webkit/WebKit-r124435/Source/ -regextype posix-egrep -regex ".*\.(c|h|cpp|s|mk|o|d|java)$" -print > cscope/cscope.files
2011. 3. 21. 17:33
2011. 3. 21. 14:53
2011. 3. 20. 20:30
sudo apt-get install openssh-server
ps -aef | grep sshd
ubuntu$ ssh localhost
2011. 2. 8. 23:42
잊어먹을까봐 저장하는 놈들/version control
2010. 7. 7. 12:54
잊어먹을까봐 저장하는 놈들/version control
2009. 5. 7. 11:04
2009. 4. 29. 00:36
2009. 4. 29. 00:29