1. ubuntu 한글 환경 (입력) 구축
http://skcha.tistory.com/196
2. ubuntu 자동 로그인
http://log.bestf.net/230
3. ubuntu Lock Screen 설정 해지 및 시작 설정/ 데스크탑 설정 / 개인 설정
tweak 설치
$ sudo add-apt-repository ppa:tualatrix/ppa
$ sudo apt-get update
$ sudo apt-get install ubuntu-tweak
$ sudo apt-get update
$ sudo apt-get install ubuntu-tweak
좌측메뉴에서 security related 를 선택하고, disable "Lock Screen"하니, timeout되면서 screen lock되는게 사라진다.
4. root 패스워드 변경
sudo 쓰기 귀찮음.
http://knight76.tistory.com/entry/Ubuntu-11-root-password패스워드-변경
5. ssh 서버 및 클라이언트 쓰기
윈도우에서 작업하기 편하게 함
sudo apt-get install openssh-server openssh-client
'c or linux' 카테고리의 다른 글
ubuntu를 한국에서 빨리 다운받을 수 있는 곳 (0) | 2011.11.08 |
---|---|
sudo: /etc/sudoers is mode 0640, should be 0440 해결 (0) | 2011.11.08 |
MSSQL, Mysql, Oracle, Cubrid DB의 socket timeout, connect timeout (0) | 2011.10.27 |
select / poll 시스템 콜 이해하기 (0) | 2011.10.26 |
웹 서비스 HTTPS 연결시 소켓 끊김 현상 및 해결사례 (1) | 2011.10.21 |