Skip to content

Instantly share code, notes, and snippets.

View vickyi's full-sized avatar
🎯
Focusing

V vickyi

🎯
Focusing
View GitHub Profile
#!/bin/bash
# Source: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/
# Install stuff #
#################
# Install development tools and some misc. necessary packages
yum -y groupinstall "Development tools"
yum -y install zlib-devel # gen'l reqs
#!/bin/sh
SHORTCUT="[Desktop Entry]
Name=Sublime Text 2
Comment=Edit text files
Exec=/usr/local/sublime-text-2/sublime_text
Icon=/usr/local/sublime-text-2/Icon/128x128/sublime_text.png
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Utility;TextEditor;"
#!/bin/sh
### BEGIN INIT INFO
# Provides: mongodb-mms-monitoring-agent
# Required-Start: $network $local_fs $remote_fs
# Required-Stop: $network $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: MongoDB MMS Monitoring Agent
# Description: MongoDB MMS Monitoring Agent
### END INIT INFO