Skip to content

Instantly share code, notes, and snippets.

View muke5hy's full-sized avatar
:octocat:
Learning the hard way!

Mukesh Yadav muke5hy

:octocat:
Learning the hard way!
View GitHub Profile
@muke5hy
muke5hy / _.md
Created March 19, 2013 12:47
Tributary inlet
@muke5hy
muke5hy / _.md
Created March 19, 2013 14:40
from video 3 little circles
@muke5hy
muke5hy / _.md
Created March 22, 2013 14:01
bar chart
@muke5hy
muke5hy / _.md
Created March 22, 2013 14:09
fundamental and harmonics
@muke5hy
muke5hy / _.md
Created March 26, 2013 15:20
Arc 180
@muke5hy
muke5hy / _.md
Created March 28, 2013 05:25
Arc Pie
@muke5hy
muke5hy / Install solr on Centos 6.3 with tomcat
Created May 23, 2013 07:19
Install solr on Centos 6.3 with tomcat
yum install java-1.7.0-openjdk.i686
yum install tomcat6.noarch
wget http://mirror.lividpenguin.com/pub/apache/lucene/solr/4.0.0/apache-solr-4.0.0.tgz
tar -xzvf apache-solr-4.0.0.tgz
cd apache-solr-4.0.0
cp -a example/solr /opt/
cp dist/apache-solr-4.0.0.war /opt/solr/solr.war
chown tomcat:tomcat -R /opt/solr
cat > /usr/share/tomcat6/conf/Catalina/localhost/solr.xml <<EOF
@muke5hy
muke5hy / _.md
Created May 23, 2013 14:05
topojson
@muke5hy
muke5hy / fabfile.py
Created December 13, 2013 00:43 — forked from onyxfish/fabfile.py
from fabric.api import *
"""
Base configuration
"""
env.project_name = '$(project)'
env.database_password = '$(db_password)'
env.site_media_prefix = "site_media"
env.admin_media_prefix = "admin_media"
env.newsapps_media_prefix = "na_media"
@muke5hy
muke5hy / .tmux.conf
Last active July 6, 2016 12:13
Tmux Config file
# https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-256.conf
set-option -g status-bg colour235 #base02
set-option -g status-fg colour136 #yellow
set-option -g status-attr default
# set window split
bind-key v split-window -h
bind-key b split-window
# default window title colors