Skip to content

Instantly share code, notes, and snippets.

View sandeshbodake's full-sized avatar
πŸš€
All set !!!

Sandesh sandeshbodake

πŸš€
All set !!!
View GitHub Profile

Solr-Configuration

Configuration On server

1] cd /opt wget http://www.us.apache.org/dist/lucene/solr/5.3.1/solr-5.3.1.tgz

2] tar xzf solr-5.3.1.tgz solr-5.3.1/bin/install_solr_service.sh --strip-components=2

3] sudo ./install_solr_service.sh solr-5.3.1.tgz

4] vim /opt/solr/bin/solr and add following line SOLR_JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/"

@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active October 29, 2025 05:20
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@fedir
fedir / wkhtmltopdf@Debian8.sh
Last active October 5, 2022 16:05
Install wkhtmltopdf on Debian 8, 9
apt-get update
aptitude install xfonts-base xfonts-75dpi fontconfig xvfb
mkdir ~/src/wkhtmltopdf -p
cd ~/src/wkhtmltopdf
wget https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-jessie-amd64.deb
dpkg -i wkhtmltox-0.13.0-alpha-7b36694_linux-jessie-amd64.deb
echo 'xvfb-run --server-args="-screen 0, 1024x768x24" /usr/local/bin/wkhtmltopdf $*' > /usr/bin/wkhtmltopdf.sh
chmod a+rx /usr/bin/wkhtmltopdf.sh
ln -s /usr/bin/wkhtmltopdf.sh /usr/local/sbin/wkhtmltopdf
/usr/local/sbin/wkhtmltopdf https://www.google.fr output.pdf
@rxaviers
rxaviers / gist:7360908
Last active October 29, 2025 05:29
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue: