Skip to content

Instantly share code, notes, and snippets.

[program:tomcat6]
command=/opt/tomcat6-instance/bin/supervisor-wrapper.sh
# Change Java Runtime:
sudo update-alternatives --config java
# Delete Open-JDK
sudo apt-get purge openjdk-\* icedtea-\* icedtea6-\*
# Change fonts - remove hinting:
http://askubuntu.com/questions/32624/ugly-fonts-in-netbeans-how-can-i-make-it-use-the-system-font
# Change RubyMine AntiAliasing first:
@rasefon
rasefon / nginx.conf
Last active August 29, 2015 14:12 — forked from jtimberman/nginx.conf
#! /bin/sh
### BEGIN INIT INFO
# Provides: nginx
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: nginx init.d dash script for Ubuntu <=9.10.
# Description: nginx init.d dash script for Ubuntu <=9.10.
### END INIT INFO
@rasefon
rasefon / zsh.md
Created December 25, 2013 12:51 — forked from tsabat/zsh.md