ubuntu 14.04
개발환경/ubuntu 2014. 12. 16. 20:281. root 권한에 password 설정
$hskim@hskim-VirtualBox: sudo su
root@hskim-VirtualBox: passwd
Enter new UNIX password:
Retype new UNIX password:
2. 일반 user sudo 권한 주기
/etc/sudoers 파일에서 아래 빨강색 부분 추가
$vim /etc/sudoers
# User privilege specification
root ALL=(ALL:ALL) ALL
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
%hskim ALL=(ALL:ALL) ALL
# See sudoers(5) for more information on "#include" directives:
#includedir /etc/sudoers.d
3. eclipse, eclipse cdt 및 g++ 설치
#sudo apt-get install eclipse
#sudo apt-get install eclipse-cdt g++
4. display resolution solution
#sudo apt-get install virtualbox-guest-dkms
'개발환경 > ubuntu' 카테고리의 다른 글
HLS 개발환경 구축 (0) | 2014.12.19 |
---|---|
ubuntu 12.04 NFS 설정 (0) | 2013.06.09 |
ubuntu 12.04 TFTP 설정 (0) | 2013.06.09 |
ubuntu 12.04 후 추가 작업 (0) | 2013.06.03 |
ssh install (0) | 2013.06.03 |