Boost Your Ubuntu: Step-by-Step System Optimization and Theme Customization
This guide walks you through optimizing Ubuntu by updating sources, removing unwanted packages, installing Unity tweak tools, applying the Flatabulous theme and icons, adding a system load indicator, setting up Microsoft YaHei fonts, configuring Zsh, and recommending essential software and DEB installation tips.
System Optimization
Update Sources
Before updating, set the source to Aliyun for faster domestic access.
sudo apt-get update
sudo apt-get upgradeRemove Amazon Link
sudo apt-get remove unity-webapps-commonTheme Beautification
First install the Unity graphical management tool. sudo apt-get install unity-tweak-tool Then install the Flatabulous theme.
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install flatabulous-themeAnd the matching icons.
sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install ultra-flat-iconsSystem Load Indicator
sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update
sudo apt-get install indicator-multiloadMicrosoft YaHei Font
tar zxvf YaHeiConsolas.tar.gz
sudo mv YaHeiConsolas.ttf /usr/share/fonts
sudo chmod 755 /usr/share/fonts/YaHeiConsolas.ttfInstall Zsh
sudo apt-get install zsh
zsh --version
sudo chsh -s $(which zsh)Log out and log back in to apply.
Essential Software
Browser: Chrome
Input method: sougoupinyin
Note taking: wiznote
System Load Indicator
Shadowsocks-Qt5
Unity tweak tool
Image editor: gimp
Mind map: xmind
EPUB editor: sigil
Dash for Linux: zeal
Albert launcher
NetEase Cloud Music
Databases and Tools
MySQL
MongoDB
Redis
MySQL Workbench
Development Environment
Python IDE: PyCharm
Command‑Line Tools
zsh
oh‑my‑zsh
vim
git
System Usage Tips
DEB Software Installation
Install a .deb package: sudo dpkg -i xxx.deb If dependencies are missing, fix them automatically: sudo apt-get install -f Re‑run the installation command after fixing dependencies.
sudo dpkg -i xxx.debRemove Unused Packages
sudo apt-get autoremoveFor more suggestions, email the author at [email protected].
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
MaGe Linux Operations
Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
