Ubuntu 20 Provisioning

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 May 13 4:9
Editor
Edited
Edited
2023 Mar 27 3:50

Chroot inner image script

# update sudo apt update sudo apt upgrade -y sudo apt autoremove # mirror sudo apt install python3-pip -y pip3 install apt-select export PATH="$HOME/.local/bin:$PATH" apt-select -C kr # speedtest pip3 install speedtest-cli speedtest-cli # RDP timeshift sudo apt install xrdp timeshift -y sudo systemctl enable --now xrdp # dev sudo apt install gcc g++ make -y apt install git net-tools curl wget docker.io rclone curlftpfs -y # cargo apt install cargo -y echo "PATH=~/.cargo/bin:$PATH" >> ~/.bashrc echo "PATH=~/.cargo/bin:$PATH" >> ~/.zshrc cargo install exa cargo install dutree # disk usage sudo apt-get install zlib1g-dev cargo install bat cargo install hexyl cargo install fd-find cargo install procs cargo install ripgrep cargo install hyperfine # benchmark # fzf git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/install # VSCODE apt install gnome-keyring -y # snap install code --classic snap install code-insiders --classic # Font wget https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Meslo/M/Regular/complete/Meslo%20LG%20M%20Regular%20Nerd%20Font%20Complete%20Windows%20Compatible.ttf -P ~/.local/share/fonts/ # Browser ## Chrome wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -P /tmp apt install /tmp/google-chrome-stable_current_amd64.deb -y rm /tmp/google-chrome-stable_current_amd64.deb ## whale wget http://update.whale.naver.net/downloads/installers/naver-whale-stable_amd64.deb -P /tmp apt install /tmp/naver-whale-stable_amd64.deb -y rm /tmp/naver-whale-stable_amd64.deb ## Remove firefox apt purge firefox -y # kakaotalk sudo dpkg --add-architecture i386 wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add - sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list sudo apt update sudo apt install wine playonlinux -y # cubic apt-add-repository ppa:cubic-wizard/release apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6494C6D6997C215E apt update apt install cubic -y # steam sudo add-apt-repository multiverse sudo apt update sudo apt isntall -y steam # cronitor wget https://cronitor.io/dl/cronitor-stable-linux-amd64.tgz -O /tmp/cronitor.tgz sudo tar xvf /tmp/cronitor.tgz -C /usr/bin/ sudo cronitor configure --api-key 7ffb1cc046aa4e5eae8052fa6e321736
 
 

after install

# rdp sudo ufw allow from any to any port 3389 proto tcp sudo ufw allow from any to any port 22 proto tcp ## Create snapshot sudo timeshift --create --snapshot "First snapshot" --comment "first snapshot"
 
 
 
 
Set custom DNS servers on Ubuntu 18.04 or 20.04 - Ricmedia
I'll show you three methods to set custom DNS servers on Ubuntu including instructions to reset your connection back to defaults if you need to. Below each guide is a video version for further explanation. Please note* this guide is for Ubuntu 18.04 or 20.04.
Set custom DNS servers on Ubuntu 18.04 or 20.04 - Ricmedia
Ubuntu 20.04 Remote Desktop Access from Windows 10
In this tutorial we will be sharing an Ubuntu 20.04 desktop with a Windows 10 client. In this tutorial you will learn: How to share desktop on Ubuntu How to open Windows 10 client How to remotely connect to Ubuntu Desktop share Category Requirements, Conventions or Software Version Used System Installed Ubuntu 20.04 or upgraded Ubuntu 20.04 Focal Fossa Other Privileged access to your Linux system as root or via the sudo command.
Ubuntu 20.04 Remote Desktop Access from Windows 10
How to switch APT mirror from the commandline?
Asked Let's assume that we are using Ubuntu 18.04 LTS (Bionic Beaver). I know GUI ways to switch currently used APT mirror. User should open Software & Updates ( software-properties-gtk or software-properties-kde) and navigate to Ubuntu Software ( Kubuntu Software) tab and then select mirror in Download from list: But how to switch APT mirror from the commandline?
How to switch APT mirror from the commandline?
How to create a custom Ubuntu ISO with Cubic
If you're looking to build a custom Linux disk image that's based on Ubuntu, Cubic makes it easy. Here's what you need to know. If you are planning to roll out numerous Ubuntu-based servers, you can download the default ISO, install the operating system on each machine, and then install the necessary software.
How to create a custom Ubuntu ISO with Cubic
우분투 20.04 카카오톡 설치하기
안녕하세요. 프즈입니다. 우분투에 카카오톡 설치하는 방법 찾아보면 이미 많은데요. 우분투가 20.04이기도 하고 카카오톡이 최근 버전 업그레이드하면서 잘 안 되는 부분도 있고 해서 따로 정리할 겸 해서 올려요~ 카카오톡이 OS를 어떻게 체크하는지 모르겠는지 나중에는 아예 안될지도 모르겠다는 불안감이 드네요 일단 카카오톡 설치하려면 다운로드하여야 하는데요. 우분투에서 wine이라는 프로그램으로 설치 진행할 때 최신 OS가 아니라며 거부합니다.
우분투 20.04 카카오톡 설치하기
 
 
 
 

Backlinks

xrdp

Recommendations