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. Checking 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 interface for firewall settings open terminal and type:

"sudo apt-get install gufw -y"


Install some useful Tools:-

5. synaptic( it is a package management system tool)

open terminal and type:
"sudo apt-get install synaptic -y"

6. vlc media player :

open terminal and type:
"sudo apt-get install vlc -y"

7. GINP (image editing tool):

open terminal and type:
"sudo apt-get install gimp -y"

8. Filezilla (used for transferring tools for linux and windows)

open terminal and type:
"sudo apt-get install filezilla -y"


9. Install full multimedia support

open terminal and type:
"sudo apt-get install ubuntu-restricted-extras"


10. Install your everyone favorite browser Google chrome:

open terminal and type:
a) sudo apt-get install gdebi-core
c)   sudo gdebi google-chrome-stable_current_amd64.deb


11.xfburn for burning DVD’s

open terminal and type:
"sudo apt-get install xfburn -y"


We Highly Appreciate Your Feedback, 

Support Us To Produce More And More.

Enjoy Have A Good Time :)


If You Have Any Problem Please Comment Below Or Contact Admin:

bsolutionhub@gmail.Com


You Can Also Follow Us On:

Instagram – Best Solution Hub

Youtube  Best Solution Hub

Comments

Popular posts from this blog

HOW TO ENABLE MONITOR MODE ON ANY WIRELESS ADAPTER CONNECT TO KALI LINUX MACHINE ?

How to Install Kali linux using USB?

HOW TO CHANGE OR SPOOF MAC ADDRESS IN KALI LINUX ?