Skip to content

Instantly share code, notes, and snippets.

View gofuroov's full-sized avatar
🎯
Focusing

Olimjon Gofurov gofuroov

🎯
Focusing
View GitHub Profile
@kiironoaki
kiironoaki / PHPStorm-global-menu.md
Created November 18, 2016 11:19
Global menu for PHPStorm on Ubuntu

Global menu for PHPStorm

Requirements

  1. Ubuntu
  2. PHPStorm

Install jayatana

  1. sudo add-apt-repository ppa:danjaredg/jayatana
  2. sudo apt-get update
  3. sudo apt-get install jayatana
@natefoo
natefoo / galaxy.conf
Created July 5, 2015 13:03
supervisor examples
[program:galaxy_test_uwsgi]
command = /usr/bin/sg G-803372 '/srv/galaxy/test/venv/bin/uwsgi --ini /srv/galaxy/test/config/uwsgi.ini'
directory = /srv/galaxy/test/server
umask = 022
autostart = true
autorestart = true
startsecs = 15
user = g2test
environment = PYTHON_EGG_CACHE=/srv/galaxy/test/var/python-egg-cache-test_uwsgi,GALAXY_EGGS_PATH=/srv/galaxy/test/eggs
numprocs = 1