Skip to content

Instantly share code, notes, and snippets.

View abhishektomar's full-sized avatar

Abhishek Tomar abhishektomar

View GitHub Profile
@abhishektomar
abhishektomar / elk.sh
Last active October 12, 2022 10:02
Bash Script to Install Elastic Search, Logstash and Kibana
#!/bin/bash
# Checking whether user has enough permission to run this script
sudo -n true
if [ $? -ne 0 ]
then
echo "This script requires user to have passwordless sudo access"
exit
fi
@abhishektomar
abhishektomar / graphite_statsd
Created June 26, 2012 05:36
Debian Squeeze Graphite and Stats_D installation.
## Debian Repository -
--> /etc/apt/sources.list
====>
deb http://ftp.us.debian.org/debian squeeze main contrib non-free
deb-src http://ftp.us.debian.org/debian squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
deb http://ftp.us.debian.org/debian squeeze-updates main contrib non-free