Showing posts with label 우분투. Show all posts
Showing posts with label 우분투. Show all posts

2013/11/25

우분투 버전 확인

콘솔창에서 버전 확인 하기

~$ cat /etc/issue
Ubuntu 13.10 \n \l

~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy
 


우분투 GUI에서 확인하기

 

&

Original Post : http://neodreamer-dev.tistory.com/721

2010/12/01

Virtual Box 의 Ubuntu 해상도 설정하기

Virtual Box 에 설치한 Ubuntu 의 해상도를 windows 처럼 창크기 변경에 따른 해상도 변경하기.



Ubuntu 9.x

게스트 확장 설치후 /etc/X11/xorg.conf 파일의 Device 섹션에 Driver “vboxvideo” 추가


Section "Device"

Identifier "Configured Video Device"

Driver "vboxvideo"

EndSection




Ubuntu 10.x

sudo apt-get install virtualbox-ose-guest-x11<

Original Post : http://neodreamer-dev.tistory.com/475