Ubuntu

Ubuntu

Cuckoo Sandbox 설치

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..

Ubuntu

[Ubuntu] 터미널 기본 위치 변경.

sudo vi /etc/bash.bashrc 이 bash파일에서 cd /home/pi/Desktop 이 명령어를 한 줄 추가하면 됩니다.

Ubuntu

우분투 초기 세팅(code-server 설치, vi 세팅)

// 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..

Ubuntu

That is it! Now you know how to fix the error “VMware Workstation and Device/Credential Guard are not compatible."

✔️ 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..

lwj789
'Ubuntu' 카테고리의 글 목록