Operations 4 min read

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.

MaGe Linux Operations
MaGe Linux Operations
MaGe Linux Operations
Boost Your Ubuntu: Step-by-Step System Optimization and Theme Customization

System Optimization

Update Sources

Before updating, set the source to Aliyun for faster domestic access.

sudo apt-get update
sudo apt-get upgrade

Remove Amazon Link

sudo apt-get remove unity-webapps-common

Theme 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-theme

And the matching icons.

sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install ultra-flat-icons

System Load Indicator

sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update
sudo apt-get install indicator-multiload

Microsoft YaHei Font

tar zxvf YaHeiConsolas.tar.gz
sudo mv YaHeiConsolas.ttf /usr/share/fonts
sudo chmod 755 /usr/share/fonts/YaHeiConsolas.ttf

Install 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.deb

Remove Unused Packages

sudo apt-get autoremove

For more suggestions, email the author at [email protected].

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

System optimizationcommand-lineTheme CustomizationSoftware Installation
MaGe Linux Operations
Written by

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.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.