Created
July 12, 2015 00:17
-
-
Save nobuf/cc81989b6586d711c569 to your computer and use it in GitHub Desktop.
Stuff on Ubuntu 15.04
This file contains hidden or 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
# see which driver should you install | |
sudo ubuntu-drivers devices | |
sudo apt-get install nvidia-346 | |
reboot | |
# tweak tool for changing Caps Lock to Ctrl | |
# http://askubuntu.com/questions/181532/emacs-keybindings-in-ubuntu-12-04/181671#181671 | |
# PhpStorm | |
sudo add-apt-repository ppa:no1wantdthisname/openjdk-fontfix | |
sudo apt-get update | |
sudo apt-get install openjdk-8-jdk | |
cat phpstorm64.vmoptions | |
-Xms128m | |
-Xmx750m | |
-XX:MaxPermSize=350m | |
-XX:ReservedCodeCacheSize=225m | |
-XX:+UseConcMarkSweepGC | |
-XX:SoftRefLRUPolicyMSPerMB=50 | |
-ea | |
-Dsun.io.useCanonCaches=false | |
-Djava.net.preferIPv4Stack=true | |
-Dawt.useSystemAAFontSettings=on | |
-Dswing.aatext=true | |
-Dsun.java2d.xrender=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment