ubuntu 18.04 LTS버전으로 설치 Ubuntu 18.04.6 LTS (Bionic Beaver) Ubuntu 18.04.6 LTS (Bionic Beaver)Select an image Ubuntu is distributed on three types of images described below. Desktop image The desktop image allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently later. This type of image is what mreleases.ubuntu.com sudo apt-get install open-v..
// code-server를 설치 sudo apt install code-server // code-server 실행 code-server // 외부어서 접속하고 싶다면 포트포워딩 세팅. vi ~/.config/code-server/config.yaml bind-addr: 0.0.0.0:[포트번호] auth: password password: [비밀번호] cert: false vi ~/.vimrc set hlsearch " 검색어 하이라이팅 set nu " 줄번호 set autoindent " 자동 들여쓰기 set scrolloff=2 set wildmode=longest,list set ts=4 "tag select set sts=4 "st select set sw=1 " 스크롤바 너비 set auto..
✔️ Open the Local Group Policy Editor by pressing the shortcut Win+R and typing “gpedit.msc” in the Run window. Go to Local Computer Policy - Computer Configuration - Administrative Templates - System Double Click on Device Guard on the right hand side to open. Double Click on "Turn On Virtualization Security" to open a new window It would be "Not Configured", Select "Disable" and click "Ok" Clo..