Home | Projects | Notes > Unix/Linux > Ubuntu Setup
Check and perform software update using apt package manager.
xxxxxxxxxx21sudo apt update2sudo apt upgrade
.deb)Use dpkg, a tool to install, build, remove and manage Debian packages.
xxxxxxxxxx11dpkg -i <.deb_file_path>
Install necessary utilities
xxxxxxxxxx11sudo apt install gcc g++ make vim Create .vimrc under your home directory
Install git
xxxxxxxxxx11sudo apt install gitUpdate user credentials
xxxxxxxxxx41git config --global user.name "Kyungjae Lee"2git config --global user.email kjxlee@gmail.com3 ----------------4 Double quote not necessary if there is no spaceCheck ~/.gitconfig to see the updated information.
Clone remote repositories to your local machine.
Save git personal access token on your system
xxxxxxxxxx61git config --global credential.helper store2git push https://github.com/kyungjae-lee/kyungjae-lee.github.io.git3 ----------------------------------------------------------4 Repository address5(Enter username)6(Enter personal access token)Check ~/.git-credentials to see if the token has been successfully stored on your system.
Installation guide
From Ruby 3.0.0, webrick library is no longer a bundled gem or standard library.
To use its features, go to your repository, install webrick.
xxxxxxxxxx21bundle install webrick // Linux2gem install webrick // WindowsThis will fix the issue that comes with running jekyll serve out of the box.
Install Extension Manager
xxxxxxxxxx11sudo apt install gnome-shell-extension-managerRun Extension Manager and search for gTile. Toggle it on to install.
To begin the installation
xxxxxxxxxx11sudo apt install ttf-mscorefonts-installerWhen the installer pops up, hit Ok, Yes then wait until the Microsoft fonts installation is complete.
Scan the font directories on the system to build fresh font information cache files.
xxxxxxxxxx11sudo fc-cache -vr
Install Korean.
Reboot.
Add Korean to keyboard input method.
Show batter percentage.
Configure dock.
Add bluetooth devices.