Skip to content

Instantly share code, notes, and snippets.

View fapestniegd's full-sized avatar

James S White fapestniegd

View GitHub Profile
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
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
Host git.websages.com
HostName git.websages.com
Port 1617
Host github.com
HostName gist.github.com
Port 2617
Host *.jameswhite.org
User root
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
-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
#!/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
#
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,
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
bundle agent httpd_server {
vars:
"packages" slist => {
"httpd",
"mod_ssl",
"mod_perl",
"mod_authz_ldap",
};
"services" slist => {
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