Restore default setting of you Ubuntu operating system and speed up your linux

Published: 01 January 1970
on channel: Code With Arjun
78,702
386

In this video i will show how to restore the default setting of Linux operating system and speed up by removing the auto start applications and cleaning the caches and unnecessary crabs.

To Restore default setting :
Open your terminal and use the following command
~$ dconf reset -f /

To speed up your system :
Autoremove will remove unnecessary crabs remained while uninstalling apps .

~$ sudo apt autoremove

Autoclean will remove caches .

~$ sudo apt autoclean

Remove Startup application :
When you start you pc startup apllication makes a bit slower while opening.

So we can remove this by going to the /.config directory :
~$ cd ~/.config

~$ cd autostart

Either remove filese with .desktop extension or move somewhere if you want backup

For removing :
~$ rm *.deskotp

Change GRUB_TIMEOUT 10 to 3
Goto the following directory :

~$ sudo gedit /etc/default/grub

change GRUB_TIMEOUT to 3
➡️:Ubuntu Installation Playlist :
   • How to install viber in ubuntu 20.04 ...  
-----------------------------------------------------------------------------------------------------------------------

Follow me on :
➡️ Twitter :   / codesarjun  
➡️ Medium:   / arjuncodes  
➡️ Blog: https://codesarjun.blogspot.com/
➡️ Dev.to : https://dev.to/arjuncodes
➡️   / puja-sharma  

Stay Connected :
➡️ Facebook : https://www.facebook.com/profile.php?...
➡️ LinkedIn :   / arjungautam1  
➡️ Github : https://github.com/youtube-arjun-codes
➡️ Reddit:   / arjuncodes  

Join Community :

➡️ Spring Boot FB :   / 4242697249086041  
➡️Telegram : t.me/arjuncodes
➡️Discord :   / discord  

➡️Subscribe :    / arjuncodes  


#ubuntu #productivity #linuxos #arjuncodes