8월, 2016의 게시물 표시

[Linux] Setting environment

- set cscope editor ~root/.bashrc  export CSCOPE_EDITOR=/usr/bin/vim * 부팅 순서 변경 - grub2-editenv list ;  - grub2-set-default 2 ;  * Start Dropbox on Starup Follow these steps to make Dropbox start up each time. Click on the Ubuntu "Dash" icon Type  Startup Applications  in the Dash search area Click on the "Startup Applications" ico Click "Add" button For "Name:", type  Dropbox For "Command:", type  /home/{your-username}/.dropbox-dist/dropboxd For "Comment:", this can be left blank Click "Add" button Click "Close" button Restart your computer * Some commands for network and security  - ifdown enp2s0  - ifup enp2s0  - yum install fail2ban  - systemctl enable fail2ban  - service fail2ban status  - service fail2ban start  - service fail2ban status