hadaney 2020. 3. 22. 19:16

1. update packages and gui setting

info ) apt-get is a package-managemet tool in linux system 

# setting.sh

sudo apt-get update # synchronize package index file
sudo apt-get upgrade # fetch new package

apt-get install ubuntu-desktop # install ubuntu GUI version

 

2. Install essential packages

sudo apt install nano htop tlp net-tools

8a- 1) nano is a text editor -> you can use 'vim'(vi) instead of 'nano'

- 2) htop is a task manager

- 3) tlp is a power manager

- 4) net-tools is for network monitoring <- if you want to use ipconfig, netstat or so, you have to install this!

- 5) 

 

info ) in many command words, we can replace apt-get with apt. apt is combined command including apt-get and apt-cache.

 

3. check ubuntu version

lsb_release -a

 

4. Install other convenient packages

sudo apt-get install fcitx-hangul
sudo apt install fonts-nanum fonts-naver-d2coding

- 1) rather than 'IBus', 'fcitx-hangul' is easily installed with no problem and working-well.

  -> 설치 후에 오른쪽 상단의 keyboard 아이콘을 눌러 configuration으로 접속 후 +버튼으로 hangul 을 찾아서 추가해주면 끝. 이때 hangul이 검색되지 않으면 only show current language 체크박스를 풀고 확인하면 된다

- 2) 폰트는 원하는 것으로 받아 사용할 수 있지만, 여러 인터넷사이트에서 해당 포트가 호환이 좋다고 말한다

 

( 캡처랑 팀뷰어랑 vscode도 )

( https://baejino.com/linux/Debian-Application-Develop )

 

우분투(데비안) 어플리케이션 개발환경 구축

개인적으로 보기위해 작성한 글이며 다른 프로그래밍 개발툴의 설치방법을 요청하시면 추가하도록 하겠습니다. NginX + PHP 1 2 sudo apt-get install nginx sudo apt-get install php7-fpm sudo vi /etc/nginx/sites-available/default 1 2 3...

baejino.com

https://wani.kr/posts/2017/03/22/ubuntu-resolvconf-settings-summary/

 

우분투 resolv.conf 세팅 정리 - 완두블로그

서버는 AWS EC2(Ubuntu 16.04) + RDS 를 사용하고 있습니다. 일단, 문제의 발단은 다음 에러였습니다. SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known PDO쪽에서 Exception이 발생했는데 처음보는 메시지였습니다. 네트워크 쪽에 능통하신 분들이라면 아마도 쉽게 해결하셨겠지만 네트워크를 눈대중으로 배운 저에게는 당

wani.kr

참고 사이트 : https://logon.tistory.com/729

 

우분투 18.04 ToDO - 기본설정

2년에 한번씩 찾아오는 우분투 ToDO... 캐노니컬이 Desktop 환경을 Unity에서 GNOME Shell로 변경해서 우분투 설치가 꺼려졌는데, 회사 PC 교체로 인해 우분투 18.04 및 GNOME Shell에 도전 하기로 하였다. 우분투..

logon.tistory.com