This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| VirtualHost *:80> | |
| ServerAdmin [email protected] | |
| DocumentRoot /srv/www/wcyd.org | |
| ServerName wcyd.org | |
| ServerName www.wcyd.org | |
| ServerAlias wcyd.org www.wcyd.org | |
| ErrorLog /var/log/apache2/wcyd-error.log | |
| CustomLog /var/log/apache2/wcyd-access.log common | |
| </VirtualHost> | |
| ScriptAlias /cgi-bin /srv/www/wcyd.org/cgi-bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ### BEGIN INIT INFO | |
| # Provides: couchdb | |
| # Required-Start: $local_fs $remote_fs | |
| # Required-Stop: $local_fs $remote_fs | |
| # Should-Start: $all | |
| # Should-Stop: $all | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Start/stop couchdb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| modprobe geodewdt timeout=60 nowayout=1 | |
| apt-get install -y watchdog | |
| cat<<EOF > /etc/default/watchdog | |
| run_watchdog=1 | |
| watchdog_module="geodewdt" | |
| EOF | |
| cat<<EOWDC > /etc/watchdog.conf | |
| #ping = 172.31.14.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Automatically generated make config: don't edit | |
| # Linux kernel version: 2.6.32 | |
| # Tue May 10 09:31:40 2011 | |
| # | |
| # CONFIG_64BIT is not set | |
| CONFIG_X86_32=y | |
| # CONFIG_X86_64 is not set | |
| CONFIG_X86=y | |
| CONFIG_OUTPUT_FORMAT="elf32-i386" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| logger "[$EUID]:$0 $1 $2 $3 $4 $5" | |
| case "$1" in | |
| UP) | |
| # The service just came back up, so don't do anything... | |
| ;; | |
| WARNING) | |
| # The service just came back up, so don't do anything... | |
| ;; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| define host { | |
| host_name instant-issue-dmz | |
| alias Instant Issue DMZ Printhost | |
| address 10.100.0.6 | |
| event_handler system_restart_network | |
| use generic-host | |
| } | |
| define service { | |
| host_name instant-issue-dmz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /var/lib/gems/1.8/gems/whiskey_disk-0.6.20/lib/whiskey_disk/config.rb:174:in `load_data': Error reading configuration file [/home/whitejs/dev/git/jarvis/config/deploy.yml]: "undefined method `[]' for nil:NilClass" (RuntimeError) | |
| from /var/lib/gems/1.8/gems/whiskey_disk-0.6.20/lib/whiskey_disk/config.rb:192:in `fetch' | |
| from /var/lib/gems/1.8/gems/whiskey_disk-0.6.20/lib/whiskey_disk.rb:20:in `configuration' | |
| from /var/lib/gems/1.8/gems/whiskey_disk-0.6.20/lib/whiskey_disk.rb:24:in `[]' | |
| from /var/lib/gems/1.8/gems/whiskey_disk-0.6.20/lib/whiskey_disk.rb:86:in `needs' | |
| from /var/lib/gems/1.8/gems/whiskey_disk-0.6.20/lib/whiskey_disk.rb:85:in `each' | |
| from /var/lib/gems/1.8/gems/whiskey_disk-0.6.20/lib/whiskey_disk.rb:85:in `needs' | |
| from /var/lib/gems/1.8/gems/whiskey_disk-0.6.20/lib/whiskey_disk.rb:239:in `ensure_main_parent_path_is_present' | |
| from /var/lib/gems/1.8/gems/whiskey_disk-0.6.20/lib/whiskey_disk/rake.rb:7 | |
| from /var/lib/gems/1.8/gems/rake |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # namingcontexts, websages, com, DNS, websages.com | |
| dn: relativeDomainName=namingcontexts,dc=websages,dc=com,ou=DNS,dc=websages,dc=com | |
| objectClass: top | |
| objectClass: dNSZone | |
| tXTRecord: dc=ogtastic,dc=com | |
| tXTRecord: dc=rickbradley,dc=com | |
| tXTRecord: dc=stahnkage,dc=com | |
| tXTRecord: dc=websages,dc=com | |
| zoneName: websages.com | |
| dNSTTL: 86400 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yum install -y gcc openssl-devel expat-devel | |
| ################################################################################ | |
| ( cd /opt/local/jarvis/; ./universal.pl) | |
| ################################################################################ | |
| # try http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-1.310.tar.gz # fails with deps | |
| try http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/IO-1.25.tar.gz | |
| try http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-1.10.tar.gz | |
| try http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Test-Loops-1.050.tar.gz | |
| try http://search.cpan.org/CPAN/authors/id/A/AM/AMS/Storable-2.25.tar.gz | |
| try http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-1.310.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@redwood ~]# rpm -Uvh /usr/src/redhat/RPMS/noarch/perl-Task-Weaken-1.04-8.noarch.rpm | |
| error: Failed dependencies: | |
| perl(perl) >= 5.005 is needed by perl-Task-Weaken-1.04-8.noarch | |
| [root@redwood ~]# rpm -qa | grep perl-5 | |
| perl-libwww-perl-5.805-1.1.1 | |
| perl-5.8.8-27.el5 |