본문 바로가기
반응형

ubuntu31

ubuntu를 IP 공유기로 사용하자 (isc_dhcp_server 설치 및 설정) 참조- http://crowz.kr/index.php?category=1477&mid=Linux&document_srl=504- htp://gabrielkim.tistory.com/33 System :: Ubuntu 12.04 64Bits , Ethernet Card 2 Ea (eth0, eth1) - 외부에서 입력받는 network :: eth0- 공유기 Hub로 사용되는 port :: eth1 1. Network 설정 $ sudo vi /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 192.168.0.1 netmask 255.. 2014. 2. 13.
freeNX 설치하기 freeNX를 설치하기 위해 기본적으로 ssh가 설치되어 있어야 한다. SSH설치는 게시글 http://lifeseed.tistory.com/11 를 참조하자 freeNX를 설치하기 위해서는 몇가지 명령어입력이 필요하다. 1. repository를 등록하자. $ sudo add-apt-repository ppa:freenx-team/ppa $ sudo apt-get update 2. freeNX를 설치하자. $ sudo aptitude install freenx-server 3. 환경 파일 수정 $ sudo vi /etc/nxserver/node.conf SERVER_NAME SSHD_PORT=22 ENABLE_SSH_AUTHENTICATION="1" - 항목앞에 주석처리되어 있는 #을 제거하여 해당 속.. 2013. 6. 28.
LS50 Driver 설치 (ATI Radeon 9200) 놀고 있는 구닥다리 노트북 LG LS50에 우분투 10.4를 설치하였다. 그리고 apt-get update 후 apt-get upgrade를 하였더니.... 쩝.. 재부팅후 화면이 망가 졌다. 도저히 볼수가 없을 정도로... 이리저리 웹서핑하다... 아래 명령을 수행하고 재부팅했더니... 해결.. ^^ 다행히 쉽게 해결되었군... $ sudo apt-get install xorg-driver-fglrx 2013. 6. 28.
NVIDIA 드라이버 문제로 저해상도 진입시 재설치방법 보호되어 있는 글 입니다. 2012. 8. 20.