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
| tune2fs 1.41.12 (17-May-2010) | |
| Filesystem volume name: <none> | |
| Last mounted on: /c | |
| Filesystem UUID: 53876d5d-9e30-434e-b331-a2bbd6156ff5 | |
| Filesystem magic number: 0xEF53 | |
| Filesystem revision #: 1 (dynamic) | |
| Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent 64bit flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize | |
| Filesystem flags: signed_directory_hash | |
| Default mount options: user_xattr acl | |
| Filesystem state: clean |
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
| Back in 1997, when I was a PC Support Specialist, I asked Frank Stuart, who was our systems administrator (and had already put in notice to leave), what things I'd need to know in order to "keep the wheels on" until we could find a systems administrator to replace him. He said, "no problem", and the next day emailed me the following list: | |
| ARP/RARP | |
| Apache | |
| C | |
| DNS / bind / nslookup/ resolver library | |
| IP Addresses (class A, B, C, D) / subnetting (subnet mask) | |
| IPC / pipes / shared memory / semaphores | |
| IPv6 | |
| NFS |
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
| Host git.websages.com | |
| HostName git.websages.com | |
| Port 1617 | |
| Host github.com | |
| HostName gist.github.com | |
| Port 2617 | |
| Host *.jameswhite.org | |
| User root |
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
| M T W H F | |
| garyshanes 9 | |
| johnmouser 9 | |
| bobbyturner 9 | |
| erickuhl 9 | |
| make-up session 9 | |
| williamschwandt 13 | |
| talbotlawrence 13 | |
| jackdinker 13 | |
| make-up session 13 |
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
| -rw------- 1 fai fai 40K Aug 16 11:37 skrs0241-install.log | |
| -rw------- 1 fai fai 40K Aug 16 11:40 skrs0240-install.log | |
| -rw------- 1 fai fai 40K Aug 22 16:35 skrs0243-install.log | |
| -rw------- 1 fai fai 40K Aug 22 16:38 skrs0245-install.log | |
| -rw------- 1 fai fai 40K Aug 22 16:39 skrs0244-install.log | |
| -rw------- 1 fai fai 40K Aug 22 16:40 skrs0242-install.log | |
| -rw------- 1 fai fai 40K Aug 23 16:08 skrs0246-install.log | |
| -rw------- 1 fai fai 40K Aug 23 16:11 skrs0247-install.log | |
| -rw------- 1 fai fai 40K Aug 27 12:21 skrs0248-install.log | |
| -rw------- 1 fai fai 40K Aug 27 12:22 skrs0249-install.log |
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 | |
| if [ -f /etc/redhat-release ] ;then | |
| cat /etc/redhat-release | |
| # yum groupinstall "Development Tools" | |
| fi | |
| if [ -f /etc/debian_version ] ;then | |
| cat /etc/debian_version | |
| # apt-get install build-essential | |
| fi | |
| # |
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
| Error: | |
| expected '}' on line ... | |
| Comment Out: | |
| # file { '/usr/local/sbin/apache2_aliases': | |
| # source => "puppet:///modules/web/server/usr/local/sbin/apache2_aliases', | |
| # owner => 'root', | |
| # group => 'root', | |
| # mode => '0755', | |
| # ensure => present, |
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
| 20120911 16:15:38 #infrastructure <jameswhite> sqlencrypted needs to be virtualized | |
| 20120911 16:15:46 #infrastructure <jameswhite> not attached physically | |
| 20120911 16:15:54 #infrastructure <jameswhite> that hardware is 5+ years old | |
| 20120911 16:16:14 #infrastructure <jameswhite> it's *going to die* any day now | |
| 20120911 16:16:22 #infrastructure <jameswhite> because of physics | |
| 20120911 16:16:37 #infrastructure <jameswhite> hear me now and believe me when it happens | |
| 20120911 16:16:55 #infrastructure <jameswhite> because I'll be quoting this from the irclog when it does. :P |
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
| bundle agent httpd_server { | |
| vars: | |
| "packages" slist => { | |
| "httpd", | |
| "mod_ssl", | |
| "mod_perl", | |
| "mod_authz_ldap", | |
| }; | |
| "services" slist => { |
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
| 2012-09-04: | |
| I want to install an emai-to-irc bridge on all nodes. | |
| This requires libirc-proxy-perl, which is not installed on all nodes | |
| It was in the lenny-wcyd repo but not squeeze-wcyd | |
| The repos (which were dropbox based) are broken. | |
| I need to back them with webdav/S3/stash/inotify+lsyncd instead | |
| I need to back them with webdav/S3/stash/inotify+lsyncd instead | |
| I need the new proxypassreverse apache2 config implemented | |
| The web::server puppet module doesn't exist. | |
| Create web::server |