Home | Projects | Notes > Unix/Linux > Ubuntu Setup
Check and perform software update using apt
package manager.
xxxxxxxxxx
21sudo apt update
2sudo apt upgrade
.deb
)Use dpkg
, a tool to install, build, remove and manage Debian packages.
xxxxxxxxxx
11dpkg -i <.deb_file_path>
Install necessary utilities
xxxxxxxxxx
11sudo apt install gcc g++ make vim
Create .vimrc
under your home directory
Install git
xxxxxxxxxx
11sudo apt install git
Update user credentials
xxxxxxxxxx
41git config --global user.name "Kyungjae Lee"
2git config --global user.email kjxlee@gmail.com
3 ----------------
4 Double quote not necessary if there is no space
Check ~/.gitconfig
to see the updated information.
Clone remote repositories to your local machine.
Save git personal access token on your system
xxxxxxxxxx
61git config --global credential.helper store
2git push https://github.com/kyungjae-lee/kyungjae-lee.github.io.git
3 ----------------------------------------------------------
4 Repository address
5(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.
xxxxxxxxxx
21bundle install webrick // Linux
2gem install webrick // Windows
This will fix the issue that comes with running jekyll serve
out of the box.
Install Extension Manager
xxxxxxxxxx
11sudo apt install gnome-shell-extension-manager
Run Extension Manager and search for gTile. Toggle it on to install.
To begin the installation
xxxxxxxxxx
11sudo apt install ttf-mscorefonts-installer
When 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.
xxxxxxxxxx
11sudo fc-cache -vr
Install Korean.
Reboot.
Add Korean to keyboard input method.
Show batter percentage.
Configure dock.
Add bluetooth devices.