Programming20 ubuntu 콘솔에서 네트워크 설정 수정 고정 ip를 사용하게 될 경우.. /etc/network/interfaces 라는 파일을 수정함으로 바꿀 수 있다. nextcrom@coms:~$ sudo vi /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5) # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth1 # iface eth1 inet dhcp # dhcp로 세팅 시 사용 i.. 2011. 12. 7. Ubuntu Server Graphic 환경 설정 1. Gnome sudo apt-get install ubuntu-desktop sudo apt-get install gdm sudo /etc/init.d/gdm start sudo dpkg-reconfigure xserver-xorg 2. Xfce sudo apt-get install xubuntu-desktop logout or reboot 2011. 12. 1. [스크랩] 우분투에 아파치+톰캣 설치하기 1.SSH 설치 -설치 $sudo apt-get install openssh-server -서비스를 재시작한다 $sudo /etc/init.d/ssh restart -서비스 허용 $sudo vi /etc/hosts.allow ---------------------------------------------- 맨 마지막줄에 추가한다. sshd : 192.168.56.1 -virtualBox의 IP이다. ---------------------------------------------- -실행 확인 $ps ax grep ssh 1128 ? Ss 0:00 /usr/sbin/sshd -D 1184 ? Ss 0:00 sshd: jun [priv] 1210 ? S 0:00 sshd: jun@pts/0 1313 pt.. 2011. 11. 23. [Linux]그룹 및 사용자 계정 생성, 디렉토리 생성 및 설정 그룹 및 사용자 계정 생성 Linux 그룹 및 사용자 계정을 생성. 사용자 계정은 ‘oracle’, 그룹은 ‘oinstall’과 ‘dba'로 명명. root 계정으로 아래 명령을 실행. # /usr/sbin/groupadd oinstall # /usr/sbin/groupadd dba # /usr/sbin/useradd -c "Oracle software owner" -m -g oinstall -G dba oracle # id oracle uid=501(oracle) gid=501(oinstall) groups=501(oinstall),502(dba) 계정의 패스워드를 설정. # passwd oracle Changing password for user oracle. New password: Retype n.. 2011. 11. 10. 이전 1 2 3 4 5 다음