Skip to main content

Command Palette

Search for a command to run...

Things You MUST DO After Installing Ubuntu

Published
1 min readView as Markdown
Things You MUST DO After Installing Ubuntu
M

A student and a learning coder

image

I’ll be taking you through important things that’ll make your computer Perform Better (Preload), your Internet Speed Faster (custom DNS) and so many more improvements

Update & Upgrade:

sudo apt update; sudo apt upgrade

Install Favorite Apps:

sudo apt install vlc gimp gparted synaptic

Install Ubuntu Restricted Extras (Media Codecs):

sudo apt install ubuntu-restricted-extras

Install Timeshift Backup Tool:

sudo apt install timeshift

Install Preload:

sudo apt install preload

Improve Laptop Battery:

sudo apt install tlp tlp-rdw

Just run the above command and you don’t need to do anything else. It’ll make your laptop battery last longer by implementing some power-saving protocols.

Firefox Tweaks:

about:config

layers.acceleration.force-enabled

gfx.webrender.all

Change DNS:

8.8.8.8,8.8.4.4

Install Tweak Tool:

sudo apt install gnome-tweak-tool

GNOME Extensions:

extensions.gnome.org

Synaptic Package Manager:

sudo apt install synaptic

Bleachbit:

sudo apt install bleachbit

Thanks

6 views

More from this blog

এনক্রিপশন ও ডিক্রিপশন কি ?

🔰এনক্রিপশন ও ডিক্রিপশন কি ? Encryption , Decryption কিভাবে কাজ করে? ☑️আমরা যখনই হোয়াটসঅ্যাপে চ্যাট করি তখন আমরা প্রায়ই একটি লেখা দেখতে পাই যা হলো message and calls are end to end encrypted. এর মানে হল আপনি যা মেসেজ অথবা কল করবেন তা এনক্রিপ্ট থাকবে...

Jan 10, 20232 min read8
এনক্রিপশন ও ডিক্রিপশন কি ?
T

Taseen's Blog

32 posts

A student and a learning coder