사용자 도구

사이트 도구


ubuntu

문서의 이전 판입니다!


Ubuntu

시스템 자원 사용량 표시

sudo apt-get install indicator-multiload

명령어 연속실행

명령어들을 &&로 연결하면 앞의 명령이 성공하면 뒤의 명령을 실행한다. ||로 연결하면 앞의 명령이 실패했을 때 뒤의 명령을 실행한다.

sudo apt update && sudo apt upgrade

화면 일부 확대

(compiz 설치 후)

  1. CCSM –> 접근성 –> Enhanced Zoom Desktop
  2. Zoom in Button선택 –> Super + Button4(마우스 휠 위로)
  3. Zoom out Button선택 –> Super + Button5(마우스 휠 아래로)

노트북 무선랜/블루투스 활성화

# 무선랜/블루투스 활성화 여부 확인
sudo rfkill list 

# 활성화 
sudo rfkill unblock all 

프로그램 백그라운드에서 실행

빠른 apt 저장소 미러 사용하기

/etc/apt/sources.list 의 앞부분에 추가

deb mirror://mirrors.ubuntu.com/mirrors.txt precise main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt precise-updates main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt precise-backports main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt precise-security main restricted universe multiverse

* http://askubuntu.com/questions/39922/how-do-you-select-the-fastest-mirror-from-the-command-line

Hostname 변경

hostnamectl set-hostname 'new-hostname'

또는

/etc/hosts와 /etc/hostname 에서 이름 변경 후 sudo service hostname restart

http://askubuntu.com/questions/9540/how-do-i-change-the-computer-name

문제해결

pyclean, pycompile: not found

sudo apt-get -m --reinstall install python python-minimal dh-python
sudo apt-get -f install

데스트톱 시작 프로그램

~/.config/autostart 에 복사

계정 추가

/var/www/html/data/pages/ubuntu.txt · 마지막으로 수정됨: 저자 rex8312