'우분투 10.04'에 해당되는 글 3건

  1. 2010.08.23 ubuntu 에서 X window 종료시키기
  2. 2010.05.11 Ubuntu 10.04 XFCE
  3. 2010.05.09 ubuntu 10.04 설치패키지 목록 4
Linux/Ubuntu2010. 8. 23. 10:11
우분투 desktop은 X 윈도우가 죽으면 자동적으로 respawn 시킨다.
아무리 kill 을 해도 계속 살아난다. (이런 좀비 같은넘!)

아래의 공식 릴리즈 내용대로, ctrl-alt-bksp 를 이용해서 X를 종료할수는 있으나, 역시나 respawn 된다 ㄱ-

Enabling Ctrl-Alt-Backspace for Ubuntu

  • Select "System"->"Preferences"->"Keyboard"

  • Select the "Layouts" tab and click on the "Layout Options" button.
  • Select "Key sequence to kill the X server" and enable "Control + Alt + Backspace".

[링크 : https://wiki.ubuntu.com/LucidLynx/ReleaseNotes]



X를 종료하려면 아래와 같이 gdm 자체를 종료하면 된다.
If you are using GNOME:
sudo /etc/init.d/gdm stop

[링크 : http://theos.in/news/ubuntu-linux-shutdown-the-x-server/]

$ sudo /etc/init.d/gdm stop
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service gdm stop

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) utility, e.g. stop gdm
친절하게도(!) init 스크립트를 건드리지 말고, service로 죽이랜다.


top - 10:37:01 up 1 min,  2 users,  load average: 1.15, 0.44, 0.16
Tasks: 180 total,   1 running, 179 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.0%us,  0.7%sy,  0.0%ni, 99.3%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   1026088k total,   475344k used,   550744k free,    54392k buffers
Swap:  3005432k total,        0k used,  3005432k free,   200732k cached
top - 10:37:49 up 2 min,  1 user,  load average: 0.75, 0.45, 0.17
Tasks: 130 total,   1 running, 129 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.3%us,  0.7%sy,  0.3%ni, 97.7%id,  1.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   1026088k total,   360952k used,   665136k free,    54780k buffers
Swap:  3005432k total,        0k used,  3005432k free,   214328k cached
gdm을 종료하니, 114392k(113M) 가 확보된다 -ㅁ-!
Posted by 구차니
Linux/Ubuntu2010. 5. 11. 00:49
XFCE 라는 것을 듣기만 해봤지 써보질 못해서 한번 설치만 해봤다.

=== XFCE session ===




=== Xubuntu session ===



gnome도 충분히 빨라져서 잘은 모르겠지만,
XFCE가 더 가볍고 빠르다고 한다. (로고가 설치류가 미움을 받는다는 소문이 -ㅁ-)

ubuntu에서 설치시에는 xubuntu-desktop을 하면된다는데
위의 XFCE session은 xfce4 패키지로 검색해서 설치한 화면이다.
그리고 xubuntu-desktop을 설치하면 xubuntu session이 생기며, 검은색으로 테마가 변경되는것 외에는 큰 차이점은 없다.

-------
로딩속도 문제로 인해 JPG로 교체하였습니다.
ubuntu Firefox 에서 올리니 이미지당 3메가.. OTL
버그인가?
Posted by 구차니
Linux/Ubuntu2010. 5. 9. 20:26
귀차니즘으로 인해 쌓아두기 -ㅁ-

$ cat ~/.bashrc
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u\[\033[01;36m\]@\[\033[01;34m\]\h\[\033[00m\]:\[\033[01;33m\]\w \$\[\033[00m\] '

[링크 : http://ubuntu.textcube.com/65]
[링크 : 2010/02/05 - [Linux] - 쉘 스크립트의 결과를 알록달록하게 컬러로 출력하기]

*** development ***
vim / vim-gnome
mc
build-essential
manpages-dev (10.04 기본설치)
alien / rpm (10.04 기본설치)
gftp
kdiff3 / meld

*** version control ***
cvs / cvsgraph / cvs2svn / viewvc
subversion
git-core

*** language ***
netbeans(java)
eclipse
python (10.04 기본설치)

*** server ***
nfs
samba / system-config-samba
ssh
tftpd
synergy

*** APM ***
mysql-server
apache2
php5

*** network ***
wireshark
nmap

'Linux > Ubuntu' 카테고리의 다른 글

Ubuntu 10.04 KDE  (2) 2010.05.11
Ubuntu 10.04 XFCE  (0) 2010.05.11
Ubuntu 10.04 LTS 환상이야!  (0) 2010.05.09
시냅틱 꾸러미 관리자에서 삭제/완전삭제가 모야?  (0) 2010.05.07
Ubuntu 10.04 LTS!  (0) 2010.05.07
Posted by 구차니