hi hi hi welcome back, have a seat and relax because today we will finally make it hhh(not really) but anyway this video is for the linux community out there
today i will show you how to make you ubuntu adventure even better by making your system incredibly faster, and don't worry cause its to easy, easy as :
1 - Control Startup Applications
2 - Clean up apt cache at /var/cache/apt/archives and unnecessary apt-sources list in /etc/apt/sources.list
3 - Install Preload
for more please watch my video :
[+] Show Hidden Startup Apps:
sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
[+] Install Preload:
sudo apt-get install Preload
[+] Clean Apt-get Cash..:
sudo apt-get autoclean
1 - Control Startup Applications
2 - Clean up apt cache at /var/cache/apt/archives and unnecessary apt-sources list in /etc/apt/sources.list
3 - Install Preload
for more please watch my video :
[+] Show Hidden Startup Apps:
sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
[+] Install Preload:
sudo apt-get install Preload
[+] Clean Apt-get Cash..:
sudo apt-get autoclean
again don't run away!!! No, be sure to subscribe to our channel
terminal is showing an error:
ReplyDeletesed: -e expression #1, char 35: unknown option to `s'
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
Deletegot the same error
ReplyDeletesame error
ReplyDeleteThis comment has been removed by the author.
ReplyDeletehello sorry kind of I am late to respond to this
ReplyDeletebut To Help you or anyone else who has the same issue
I need to know which command generate the error ??
I mean what command did you type until you got the error ??
This comment has been removed by the author.
ReplyDeletesudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
ReplyDeletethats the command I put in & got the same error as others
root@SharanUbuntu:/home/sharan# sudo apt-get install Preload
ReplyDeleteReading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package Preload
root@SharanUbuntu:/home/sharan#
same
Delete