set http.proxy.port 8011 set https.proxy.port 8011
all icons have disappeared in ubuntu | Desktop Icons disappeared on Ubuntu 18.04 after freeze – Ask Ubuntu
Run the following command – nautilus-desktop
How to Install and Use YouTube-DL on Ubuntu 18.04
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
Increase Virtualbox disk size on Ubuntu host and Windows guest
First run the virtual box and on the windows installation click settings. And from storage option disconnected the drive. Then go the drive location and run the following command to increase the disc size into 20 Giga byte. vboxmanage modifyhd win1064.vdi –resize 20000 Add from settings add disc. Choose adding existing one, and add the […]
CMSmap
Download the latest version of CMSmap git clone https://github.com/Dionach/CMSmap cd CMSmap pip3 install To uninstall pip3 uninstall cmsmap -y
How do I turn off Gnome Shell Activities Animations?
gsettings set org.gnome.settings-daemon.plugins.remote-display active false gsettings set org.gnome.desktop.interface enable-animations false
How to display Trash and Home folder icons?
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
How To Hide Mounted Drives From Ubuntu 18.04 Desktop ? How to hide/remove partition icons/shortcuts from desktop
gsettings set org.gnome.nautilus.desktop volumes-visible ‘false’
How to Install NetBeans IDE on Ubuntu 18.04 / Ubuntu 17.10 / Linux
Download NetBeans from https://netbeans.org/downloads/8.2/ Follow the instruction https://netbeans.org/community/releases/82/install.html Or do it like this.. For Linux platforms, the installer file has the .sh extension. For these platforms, you need to make the installer files executable by using the following command: chmod +x . Type ./ to run the installer. chmod +x netbeans-8.2-php-linux-x64.sh ./netbeans-8.2-php-linux-x64.sh Then the installation […]
Extension mysqli is missing, phpmyadmin doesn’t work
Open php.ini depending on the version you are using.. sudo subl /etc/php/7.2/apache2/php.ini sudo subl /etc/php5/apache2/php.ini Search on turn this on mysqli.allow_local_infile = On Restart mysql and apache2 sudo /etc/init.d/apache2 restart sudo /etc/init.d/mysql restart
Fix Windows and Linux Showing Different Times When Dual Booting | dual boot time fix
Open Terminal and run the following command- timedatectl set-local-rtc 1 –adjust-system-clock
How to Install and Make Nemo the Default File Manager in Ubuntu | Change default filemanager from Nautilus to Nemo without conflict
Install Nemo sudo apt install nemo Make Nemo default file manager and enter the following codes- xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search gsettings set org.gnome.desktop.background show-desktop-icons false gsettings set org.nemo.desktop show-desktop-icons true Check for the change xdg-open $HOME c To add nemo-desktop to startup enter nemo-desktop in the Command field. gsettings set org.nemo.desktop home-icon-visible true gsettings […]
MPV Player: A Minimalist Video Player for Linux
Installing MPV sudo apt install mpv
How do I install a .deb file via the command line? | Install Local Debian (.DEB) Packages
sudo dpkg -i DEB_PACKAGE_with_location Another simple way would be – Just go to the file on file browser. Type sudo dpkg -i on terminal and put an space afterwards. Then drag the deb file on the terminal which will eventually get you the same code shown at first here. https://localhost/smartupworld/list-installed-packages/ https://localhost/smartupworld/switch-windows-application-ubuntu/ https://localhost/smartupworld/install-kmplayer-media-player-ubuntu/
How to list all installed packages
apt list –installed
How to switch windows of the application in Ubuntu
Alt+Tab Windows Kye+Tab
How to install kmplayer? | media player for Ubuntu
sudo apt-get install kmplayer
Ubuntu Upgraded to 18.04 and now have many broken packages and unmet dependencies | Ubuntu fix broken package
sudo apt update sudo apt upgrade sudo apt dist-upgrade sudo apt-get autoremove sudo apt install update-manager-core sudo do-release-upgrade -d sudo apt-get update –fix-missing sudo apt-get install -f
Terminal blinking cursor gone
On the terminal use the following code – echo -en “\e[?25h”