¾È³çÇϼ¼¿ä!!
ÇöÀç ¸¶ÀÌŬ¶ó¿ìµå Àß¾²°í Àִµ¥
ÀÌ°Ô ¾îÇÿ¡¼´Â ±ÛÀÚ±úÁü Çö»óÀÌ ÀÖ¾î¼ ÀϺΠ¾ÆÀÌÆù ¾îÇÿ¡¼ Àç»ýÀÌ ¾ÈµÇ´õ¶ó±¸¿ä
ã¾Æº¸°í ÇØ°áÇغ¼·Á°í Çߴµ¥ ÇØ°áÀÌ ¾ÈµÇ³×¿ä.
ÇöÀç±îÁö Çغ»°É·Î´Â
1.
WDMyCloud:~# cat .bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
export PS1='\h:\w\$ '
umask 0000
# You may uncomment the following lines if you want `ls' to be colorized:
export LS_OPTIONS='--color=auto'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
#
# Some more alias to avoid making mistakes:
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
#
# speed up grep
export LC_ALL=ko_KR.UTF8
#
source /etc/nas/NSPT/setPerlVar
ÀÌ·¸°Ô ¼öÁ¤ÇÏ¿´°í
2. ¸¶ÀÌŬ¶ó¿ìµå ¼³Á¤¿¡¼ Çѱ¹¾î·Î ¼³Á¤ÇÏ¿´½À´Ï´Ù.
´Ù¿î ¹ÞÀº °÷Àº Æù¿¡¼ ¸®¸ðÆ® Æ®·£½º¹Ì¼ÇÀ» ÅëÇؼ ´Ù¿î¹Þ¾Ò½À´Ï´Ù.
±×¸®°í ÆÄÀÏÁú¶ó¿¡¼´Â ÇѱÛÀÌ ÀÌ»ó¾øÀÌ À߶߳׿ä...
Ȥ½Ã À̰Ÿ»°í ´õ ÇØ¾ß µÉ ºÎºÐÀÌ ÀÖÀ»±î¿ä?
±×¸®°í UTF8·Î ÀÎÄÚµùÇØ¾ß µÈ´Ù´Âµ¥ ÀÌ°Ç ¾î¶»°Ô ÇؾߵǴÂÁö ¸ð¸£°Ú½À´Ï´Ù.
Ȥ½Ã ÇØ°á¹æ¹ý ÀÖÀ¸¸é ¾Ë·ÁÁÖ¼¼¿ä^^ | |
|