AFTER INSTALLING UBUNTU, WHAT TO DO NEXT ? HOW TO INSTALL VARIOUS REQUIRED TOOLS ?
Don't worry i will cover everything in this post, So lets start with 1. C hecking for update: search for “software updater” in all show application.Open this and click on check for update. 2. Install all missing/additional drivers: a) search for software and updates. b) Click on additional drivers. c) Click on do not use. d) Follow the instruction appear on the screen. 3. Install GNOME Tweak tools: Gnome tweak tools used for providing access to lot of customization setting along with reset to defaults options. Type: "sudo apt-get install gnome-tweak-tool -y" To run tweak tool search “tweak" in show application. 4.Enable firewall for enhanced security: Type: " sudo ufw enable" " sudo ufw status" Now how to specify any services or ports in ufw "sudo ufw allow ssh" or you can also specify any ports "sudo ufw allow 22 tcp" if you need graphical interf...