install Ubuntu
install ubuntu 24.04 using USb or whatever way; here I am telling what I do after installation of ubuntu to make it better
Settings
-
Ubuntu 24.04 comes with Windows type settings dialog and there are few tweaks which are useful
-
This new Ubuntu have more GUI and right click menu which gives experience of same as windows/mac.
-
Home icon on bottom right is similar to My Computer
-
other partition also displayed on dash you can uncheck if not want to
-
the little App Launcher on the end of Dash have all recent apps and settings just like Finder in Mac
-
on top there is power button and other settings which can be open using
Super + s
keyboard shortcut
-
Open settings from app Launcher and do some tweaks such as
- move dash to right
- add seconds in time display
-
search for do top 10 things to do after install from OMG ubuntu page and debugpoint
-
install few additional tools using terminal
-
install few apps from Ubuntu app store
-
Gnome Calendar
-
Extension Manager
click on
Apps > software updater
and update the software for once -
-
remove key ring options using this useful article
-
install few useful packages for development
- VS code
download .deb package from vscode and install
-
Node js
verify once installed using
node -v
- GIT
- VIM
- TREE
Things to Notice
-
ubuntu default notepad support markdown; you need to change document type
-
make terminal and vs code “pin to dash” means it will be on program panel
-
screenshot can be taken using Print Screen button from keyboard
-
screenshot auto saved in picture/screenshot folder
-
if you need to update grub then install grub cutomizer
Install File Manager
install tree
sudo apt install tree
Hope it helps to setup your ubuntu.
Enjoy.