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
| # with the AP4J java applet running on 172.17.2.54:7070 | |
| ################################################################################ | |
| # add these to your apache config | |
| ProxyPass /7070/ http://172.17.2.54:7070/ | |
| ProxyPassReverse /7070/ http://172.17.2.54:7070/ | |
| ProxyRequests On | |
| ProxyVia On |
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 | |
| TARGET=$1 | |
| USER=$(echo ${TARGET}|sed -e 's/@.*//') | |
| HOST=$(echo ${TARGET}|sed -e 's/.*@//') | |
| KH=$(mktemp /tmp/known_hosts.XXXX); | |
| ssh-keyscan -t dsa,rsa ${HOST} > ${KH} 2>/dev/null | |
| ssh -oUserKnownHostsFile=${KH} $* | |
| /bin/rm ${KH} |
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
| Dear Customer, | |
| Amazon is currently gathering research on the customer experience of S3, and recognized that you have substantially discontinued the use of S3 storage in the past 12 months. We are hoping you could share what motivating factors guided your decision to leave our service, and if possible, what new solution you have chosen for data storage. Your feedback will directly assist us in improving our storage product offering. | |
| Thanks for your time and assistance from the Amazon S3 team. | |
| Best, | |
| Martin Williams |
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
| Global setup: | |
| Set up git | |
| git config --global user.name "James S White" | |
| git config --global user.email [email protected] | |
| Next steps: | |
| mkdir gary |
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
| Puppet converts this: | |
| interface GigabitEthernet0/1 | |
| description --> to upstream router | |
| switchport trunk allowed vlan 99,1000 | |
| switchport mode trunk | |
| end | |
| into this: |
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
| Not Critical | |
| DNS Name: www.bubbleup.net | |
| DNS Name: www.waltonandjohnson.com | |
| DNS Name: api.bugilive.com | |
| DNS Name: store.abbyabbondanza.com | |
| DNS Name: thegraincollective.bubbleupstore.com | |
| DNS Name: walterbecker.mailboatstore.com | |
| DNS Name: www.bbkingclubs.com | |
| DNS Name: www.firehousesaloon.com | |
| DNS Name: www.freakparade.com |
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
| jQuery.jstree._reference( $('#' + data.rslt.obj.attr("id") )).delete_node( $('#' + jQuery.jstree._reference( $('#' + data.rslt.obj.attr("id") ))._get_children().attr("id") )); | |
| //Add the children returned by the POST | |
| if (r.children) { | |
| for(var i=0; i<r.children.length; i++){ | |
| $("#certificate_tree").jstree( "create", data.rslt.obj, "inside", r.children[i], null, true ); | |
| } |
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 | |
| search=$1 | |
| if [ -z "$search" ];then search="objectclass=*";fi | |
| ldapsearch -h eftdomain.net \ | |
| -b "ou=EFT Users,dc=eftdomain,dc=net" \ | |
| -D "[email protected]" \ | |
| -s sub -xw ${WINDOWS_PASSWORD} \ | |
| "(${search})" \ | |
| | tr "\n" ''| sed -e 's/ //g' | tr '' "\n" |
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
| \\\// | |
| -(o o)- | |
| ========================oOO==(_)==OOo=======================Top | |
| Subj: Software & Hardware Engineers And Manager's Car Stops | |
| From: Internet Humor Archive (DU) | |
| (Also see 'Three Computer People Have A Car Problem' - COMPUTERS3 | |
| and see 'Car Stops For Three Engineers' in ENGINEER3) | |
| A software engineer, hardware engineer and department manager | |
| were on their way to a meeting in Switzerland. They were |
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
| aci: (targetattr="carLicense || description || displayName || facsimileTelephoneNumber || homePhone | |
| || homePostalAddress || initials || jpegPhoto || labeledURL || mail || mobile || pager || photo || p | |
| ostOfficeBox || postalAddress || postalCode || preferredDeliveryMethod || preferredLanguage || regis | |
| teredAddress || roomNumber || secretary || seeAlso || st || street || telephoneNumber || telexNumber | |
| || title || userCertificate || userPassword || userSMIMECertificate || x500UniqueIdentifier")(versi | |
| on 3.0; acl "Enable self write for common attributes"; allow (write) userdn="ldap:///self";) |