메뉴 건너뛰기

조회 수 2463 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

LTS 버전은 Long Term Support의 의미로

현재 우분투 출시 계획으론 20.04 LTS, 22.04 LTS 인걸봐서는

2년에 한번씩 LTS로 release 하는 모양이다.

LTS버전이 아닌 릴리즈버전으로 업그레이드 하려면

 

/etc/update-manager/release-upgrades

에 Prompt 값을 lts가 아닌 normal로 바꿔주면 된다.

 

 

apt update
apt upgrade
apt dist-upgrade
apt-get autoremove
apt install update-manager-core
do-release-upgrade -d
lsb_release -a

 

 

위 명령들을 한번 실행하면 한단계씩 버전이 올라가는 모양이다.

18.04 에서 한번 실행하니 19.10 이 아닌 19.04로 업그레이드 되었다.

한번 더 실행하면 19.10 이 되는듯.

 

19.04 에서 19.10 으로 업그레이드하니 웹페이지 php 가 동작안한다.

 

apt-get install libapache2-mod-php7.3
a2enmod php7.3
apt-get install php7.3-xml
service apache2 restart

 

해서 제로보드 살렸다.

 

19.10 에서 20.04 로 업그레이드 후

 

apt-get install libapache2-mod-php7.4
a2enmod php7.4
apt-get install php7.4-xml
service apache2 restart

 

 


  1. MariaDB 외부접속시 ssl 사용법, 그리고 ssl 로 replication(동기화) 하기

    Date2020.07.12 ByDDART Views10723
    Read More
  2. 터미널에서 backspace 키가 안눌러질때

    Date2020.07.11 ByDDART Views3462
    Read More
  3. 서버사이 동기화하기 - rsync, mariadb replication

    Date2020.07.07 ByDDART Views3529
    Read More
  4. msinfo 시스템정보 wmic cmd 명령

    Date2020.05.17 ByDDART Views4219
    Read More
  5. Visual Studio Code 에서 Autohotkey 설정

    Date2020.01.21 ByDDART Views4653
    Read More
  6. 우분투 19.04, 19.10, 20.04 으로 업그레이드 하기

    Date2019.12.22 ByDDART Views2463
    Read More
  7. 윈도우 10에서 구글 어시스턴트 명령

    Date2019.09.09 ByDDART Views3315
    Read More
  8. 해외 IP차단

    Date2019.06.12 ByDDART Views3575
    Read More
  9. Fail2Ban 설정하기

    Date2019.06.11 ByDDART Views316959
    Read More
  10. 윈도우 자동화관련 툴

    Date2019.06.01 ByDDART Views8001
    Read More
  11. PHP로 WOL Magic Packet 보내기

    Date2018.10.31 ByDDART Views15028
    Read More
  12. BATCH 문법

    Date2018.10.16 ByDDART Views4847
    Read More
  13. 우분투 16.04 에서 18.04 로 업그레이드하기

    Date2018.10.15 ByDDART Views2767
    Read More
  14. Windows 7, 8.1 에서 Windows 10으로 무료업그레이드하기

    Date2018.10.14 ByDDART Views5842
    Read More
  15. vsftpd 설정

    Date2017.12.12 ByDDART Views3017
    Read More
  16. crontab

    Date2017.09.08 ByDDART Views9204
    Read More
  17. VBA Project 패스워드 보호 제거하기

    Date2016.09.22 ByDDART Views26885
    Read More
  18. 우분투 16.04 ownCloud 9.1.0 설치

    Date2016.08.05 ByDDART Views6299
    Read More
  19. 우분투 16.04 Subversion - SVN서버, SVN+SSH 클라이언트

    Date2016.07.31 ByDDART Views12309
    Read More
  20. 우분투 16.04 FTP, Samba 등 가상디렉토리 추가

    Date2016.07.31 ByDDART Views4323
    Read More
Board Pagination Prev 1 2 3 ... 4 Next
/ 4