Skip to main content

Ubuntu setup 2023

Recently, I receive a computer for my school lab. Previously, I have been work on Ubuntu 20.04 for several years. This is a great opportunity to change the workflow to Ubuntu 22.04.

Theme

  • Gnome Tweak
  • Extension manager

Extensions

Pasted image 20230804003937.png

Application

sudo apt update
sudo apt install git tmux htop

ssh

sudo apt-get install ssh openssh-server openssh-client
sudo systemctl enable ssh
ssh-keygen

Zsh

sudo apt install zsh

Python environment

miniconda

Screenshot shorcut

sudo apt install gnome-screenshot
sudo apt install xclip

gnome-screenshot -a -c --file=/tmp/screenshot_tmp.png

Pasted image 20230803225818.png

Docker

Performance issue

  • I guess Ubuntu 22.04 with gnome have some performance issue that may casue frame drop

Solution A

  • Update Gnome 42 to newest version
sudo apt install ubuntu-gnome-desktop

Solution B

Pasted image 20230728134756.png Solution 3. Disabling Thermald

sudo systemctl stop thermald  
sudo systemctl disable thermald
sudo reboot