All Projects → samrocketman → drexel-university

samrocketman / drexel-university

Licence: other
This is a list of scripts I created while formerly working at Drexel University. These scripts were released with permission.

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language
Vim Script
2826 projects

drexel-university

This is a list of scripts I created while working at Drexel University. All licensed under the MIT license.

List of README files.

Generate bullet list of readme files:

find | grep -i readme | while read x;do readme="$(echo $x | sed 's#^\.##' | sed 's#^/##')";echo "* [$readme]($readme)";done

./appserver-scripts/

Some of these scripts help me automate deployments to app servers.

./bin/

This is user bin scripts I put in my ~/bin directory.

./dotfiles/

Some common dotfiles which I personally like to customize.

./icinga/

Lists some Nagios/Icinga scripts which I maintain and use within our monitoring system, Icinga.

./init.d/

These are a set of service/daemon scripts I wrote for different software. Things like tomcat startup scripts and JBoss startup scripts (or any software) will be in here.

./live_trends/

I wrote a set of scripts to record live performance data of a system using simple bash scripts (or any language). I did this because I needed something which was better than munin as munin only recorded once every 5 minutes.

./munin/

Scripts which I've written or maintained for munin monitoring at Drexel. We use munin for performance trending.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].