惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
小众软件
小众软件
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Recent Announcements
Recent Announcements
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Panduan Praktis Pasca-Install Ubuntu 24.04 Desktop Agar S...
devajie · 2026-05-26 · via DEV Community

Berikut adalah checklist dan panduan praktis pasca-install Ubuntu 24.04 Desktop agar sistem nyaman dipakai harian, siap dev, dan siap gaming/remote streaming. Urutan ini saya susun dari yang wajib → opsional → advanced tuning.


1. Update Sistem (WAJIB – langkah pertama)

Pastikan semua repo dan paket dalam kondisi terbaru.

sudo apt update && sudo apt upgrade -y
sudo reboot

Enter fullscreen mode Exit fullscreen mode

2. Aktifkan Repository Tambahan & Restricted Packages

Ini penting untuk codec multimedia, driver, dan font.

sudo add-apt-repository multiverse
sudo add-apt-repository universe  
sudo apt update
sudo apt install ubuntu-restricted-extras -y

Enter fullscreen mode Exit fullscreen mode

Isi di dalamnya:

  • Codec MP3, H.264
  • Microsoft fonts
  • Dukungan playback media lengkap

3. GNOME Tweaks & Extension Manager (WAJIB untuk kenyamanan)

Ubuntu Desktop = GNOME → hampir semua kustomisasi lewat extension.

sudo apt install gnome-shell-extension-manager gnome-tweaks git curl wget sassc htop neofetch -y

Enter fullscreen mode Exit fullscreen mode

Dock minimize/Maximize:

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'

Enter fullscreen mode Exit fullscreen mode

Extension yang sangat direkomendasikan:

Install via Extension Manager (GUI): https://extensions.gnome.org/

  1. Dash to Dock Animated
  2. Blur My Shell
  3. Just Perfection
  4. Vitals
  5. App Menu
  6. Extension List
  7. Clipboard History
  8. Removable Drive Menu
  9. Media Controls
  10. Screenshort-cut
  11. Coverflow Alt-tab
  12. Search Light
  13. Gnome 4x UI
  14. Tilling Shell
  15. Compiz
  16. Arc Menu - jadi mirip windows

5. Tema & Icon (Estetika tapi signifikan)

Tema populer:

  • Orchis
  • WhiteSur
  • Nordic

Tema Sonoma/Whitesur

Whitesur Wallpaper:

git clone https://github.com/vinceliuice/WhiteSur-wallpapers.git  
cd WhiteSur-wallpapers && sudo ./install-gnome-backgrounds.sh

Enter fullscreen mode Exit fullscreen mode

Whitesur Gtk-theme: https://github.com/vinceliuice/WhiteSur-gtk-theme

git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git \--depth=1  
cd WhiteSur-gtk-theme && ./install.sh

Enter fullscreen mode Exit fullscreen mode

Whitesur Iconpack: https://github.com/vinceliuice/WhiteSur-icon-theme

git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git  
cd WhiteSur-icon-theme && /[install.sh](http://install.sh)

Enter fullscreen mode Exit fullscreen mode

Tema Tahoe

0 . Matikan dulu blur my shell

1. Install dependensi wajib agar wajah GNOME siap di-makeup:

sudo apt update  
sudo apt install \-y sassc libglib2.0-dev-bin libxml2-utils imagemagick optipng inkscape dialog  

Enter fullscreen mode Exit fullscreen mode

(Fedora/Arch tinggal sesuaikan paketnya)

2. Download tema macOS Tahoe:

cd \~  
git clone https://github.com/vinceliuice/MacTahoe-gtk-theme.git \--depth=1  
cd MacTahoe-gtk-theme

Enter fullscreen mode Exit fullscreen mode

3. Install tema GTK + Libadwaita (wajib untuk GNOME modern):

chmod \+x install.sh  
./install.sh \-l

Enter fullscreen mode Exit fullscreen mode

Versi Blur atau Transparant

./install.sh \-l \-b

Enter fullscreen mode Exit fullscreen mode

4. Install Shell Theme biar panel & Quick Settings jadi macOS:

./install.sh \--shell

Enter fullscreen mode Exit fullscreen mode

5. Aktifkan User Themes:

sudo apt install gnome-shell-extensions gnome-tweaks  
gnome-extensions enable user-theme@gnome-shell-extensions.gcampax.github.com

Enter fullscreen mode Exit fullscreen mode

6. (Opsional tapi bikin tambah ganteng) Install icon macOS Tahoe:

cd \~  
git clone https://github.com/vinceliuice/MacTahoe-icon-theme.git \--depth=1  
cd MacTahoe-icon-theme  
chmod \+x install.sh  
./install.sh

Enter fullscreen mode Exit fullscreen mode

Aktifkan via Tweaks.

6. Flatpak & Flathub (WAJIB)

Banyak app modern lebih stabil via Flatpak.

sudo apt install flatpak -y
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo reboot now

Enter fullscreen mode Exit fullscreen mode

7. Aplikasi Wajib Harian

  1. VSCode
  2. Chrome
  3. Rustdesk
  4. Sunshine
  5. Virt-Manager
  6. Portproton
  7. Lutris
  8. Heroic Launcher
  9. Goverlay
  10. WinBoat

Virt-Manager

Pastikan CPU Mendukung Virtualisasi

lscpu | grep Virtualization

Enter fullscreen mode Exit fullscreen mode

Install Paket Wajib QEMU + Libvirt

sudo apt update
sudo apt install -y \
  qemu-kvm \
  libvirt-daemon-system \
  libvirt-clients \  
  virt-manager \
  bridge-utils

Enter fullscreen mode Exit fullscreen mode

Aktifkan & Jalankan libvirtd

sudo systemctl enable --now libvirtd 
sudo systemctl status libvirtd

Enter fullscreen mode Exit fullscreen mode

Tambahkan User ke Group libvirt (INI WAJIB)

sudo usermod -aG libvirt $USER 
sudo usermod -aG kvm $USER

Enter fullscreen mode Exit fullscreen mode

WAJIB LOGOUT / REBOOT

sudo reboot now

Enter fullscreen mode Exit fullscreen mode

Tanpa ini, virt-manager tetap error walaupun libvirt hidup.

10. Driver GPU (WAJIB cek)

ubuntu-drivers devices
sudo ubuntu-drivers autoinstall 
sudo reboot

Enter fullscreen mode Exit fullscreen mode

Untuk Intel iGPU:

sudo apt install intel-media-va-driver-non-free -y

Enter fullscreen mode Exit fullscreen mode

11. Multimedia & Utility Penting

sudo apt install vlc neofetch htop gnome-shell-extension-prefs curl wget git build-essential -y

Enter fullscreen mode Exit fullscreen mode

12. Power & Performance Tuning

Laptop:

sudo apt install tlp tlp-rdw -y 
sudo systemctl enable tlp

Enter fullscreen mode Exit fullscreen mode

Desktop / Mini PC:

sudo apt install cpufrequtils -y

Enter fullscreen mode Exit fullscreen mode

13. Quality of Life (Opsional tapi Enak)

  • Flameshot (screenshot)
sudo apt install flameshot -y

Enter fullscreen mode Exit fullscreen mode

  • Timeshift (backup snapshot)
sudo apt install timeshift -y

Enter fullscreen mode Exit fullscreen mode

  • GNOME Boxes (VM ringan)
sudo apt install gnome-boxes -y

Enter fullscreen mode Exit fullscreen mode

14. Developer Ready (Opsional – tapi kamu tech)

Baca : Install Docker Engine on Ubuntu

sudo groupadd docker && sudo usermod -aG docker $USER && newgrp docker

Enter fullscreen mode Exit fullscreen mode

Node.js via NVM (best practice):

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash 

Enter fullscreen mode Exit fullscreen mode

Terminal - https://www.youtube.com/watch?v=NRGzYzgWFwM