Last active
April 27, 2017 09:20
-
-
Save weblogix/eb534969ea2d4a02a65ee41592313c53 to your computer and use it in GitHub Desktop.
Ubuntu (17.04) Installation tips
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ nano /usr/share/applications/<app>.desktop | |
#/usr/share/applications/<app>.desktop | |
[Desktop Entry] | |
Name=<App Name> | |
Comment= | |
Exec=/opt/<App> | |
Icon=/opt/<App>/app-icon.png | |
Terminal=false | |
Type=Application | |
Categories=Messaging,Internet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo add-apt-repository ppa:graphics-drivers/ppa | |
$ sudo apt update | |
$ apt-cache search nvidia | |
$ sudo apt install nvidia-VERSION # VERSION = 381 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment