Desktop Icons disappeared on Ubuntu 18.04 after freeze – Ask Ubuntu
December 4, 2019
Run the following command to get back the Desktop Icons disappeared nautilus-desktop
December 4, 2019
Run the following command to get back the Desktop Icons disappeared nautilus-desktop
December 2, 2019
Install youtube-dl from binary sudo wget https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl sudo chmod a+x /usr/local/bin/youtube-dl hash -r
December 2, 2019
Increase Virtualbox disk size on Ubuntu Increase Virtualbox disk size on Ubuntu host First run the virtual box and on the windows installation click settings. And… Read More →
December 1, 2019
Download the latest version of CMSmap git clone https://github.com/Dionach/CMSmap cd CMSmap pip3 install To uninstall pip3 uninstall cmsmap -y
November 30, 2019
turn off Gnome Shell Activities Animations in Ubuntu Linux? Opene the terminal with CTRL + T and use the following code to turn off Gnome… Read More →
November 30, 2019
Display Trash and Home folder icons in Ubuntu Linux? gsettings set org.gnome.nautilus.desktop home-icon-visible true gsettings set org.gnome.nautilus.desktop trash-icon-visible true gsettings set org.gnome.nautilus.desktop network-icon-visible true