Tag: Ubuntu

  • How to Blank the Screen on a Linux Desktop

    How to Blank the Screen on a Linux Desktop

    How to Blank the Screen on a Linux Desktop RelatedLinks Had the need to blank the screen on a Linux laptop overnight to reduce power consumption. sudo apt-install gnome-screensaver Now the screen can be blanked with the following command line command. gnome-screensaver-command -a Create Launcher Shortcut For times when the screen needs to be blanked…

  • How to change Nautilus background to black

    How to change the background color of Nautilus. sudo apt install -y gnome-tweaks gnome-tweaks Applications>Themes Applications>Adwaita-dark

  • How To Install Google Chrome on Ubuntu Linux

    How To Install Google Chrome on Ubuntu Linux

    How To Install Google Chrome on Ubuntu Linux Related Links How To Install Google Chrome on Ubuntu Linux sudo wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add – sudo sh -c ‘echo “deb http://dl-ssl.google.com/linux/chrome/deb stable main” >> /etc/apt/sources.list.d/google.list’sudo apt-get updatesudo apt-get install -y google-chrome-stable Tested with Ubuntu 1710 Related Move Files If They Exist…