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
| <stahnma> google just had guy parachute in | |
| <stahnma> guys | |
| <stahnma> then mountain bike and free run into the building | |
| <james> are they announcing a web service that's powered by pure-hype? sounds like it. | |
| <stahnma> yeah, I have no idea | |
| <stahnma> it was funny though | |
| ... | |
| <james> stahnma: http://www.youtube.com/watch?v=D7TB8b2t3QE&feature=plcp | |
| <james> it was a live google glass feed | |
| <stahnma> I know, I was there |
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
| path certificate "/etc/racoon/certs"; | |
| remote anonymous { | |
| exchange_mode main; | |
| peers_identifier asn1dn; | |
| my_identifier asn1dn; | |
| verify_identifier on; | |
| verify_cert on; | |
| nat_traversal on; | |
| certificate_type x509 "skrs0116.eftdomain.net.crt" "skrs0116.eftdomain.net.key"; |
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
| google.maps.event.addListener( pointMarker, 'click', function() { infowindow.open(markerdata.map, pointMarker); | |
| $('.tabs li').click(function() { | |
| $('.tabs li').removeClass('active'); | |
| $(this).addClass('active'); | |
| $('.tab_content').hide(); | |
| var selected_tab = $(this).find('a').attr('href'); | |
| $(selected_tab).fadeIn(); | |
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
| <script type='text/javascript'> | |
| $(document).ready(function(){ | |
| $('.tabs li').click(function() { | |
| $('.tabs li').removeClass('active'); | |
| $(this).addClass('active'); | |
| $('.tab_content').hide(); | |
| var selected_tab = $(this).find('a').attr('href'); | |
| $(selected_tab).fadeIn(); | |
| return false; | |
| }); |
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
| 2011-03-17 Yvan Vanhullebus <[email protected]> | |
| * src/racoon/oakley.c: fixed a memory leak in | |
| oakley_append_rmconf_cr() while generating plist. patch by Roman | |
| Hoog Antink <[email protected]> | |
| * src/racoon/oakley.c: free name later, to avoid a memory use after | |
| free in oakley_check_certid(). also give iph1->remote to some plog() | |
| calls. patch by Roman Hoog Antink <[email protected]> |
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
| skrs0155.lab.eftdomain.net is still down. Waiting 30 seconds for up. | |
| skrs0155.lab.eftdomain.net is still down. Waiting 30 seconds for up. | |
| skrs0155.lab.eftdomain.net is still down. Waiting 30 seconds for up. | |
| waiting for ssh on skrs0155.lab.eftdomain.net. | |
| Waiting 30 seconds for ssh on skrs0155.lab.eftdomain.net. | |
| shipping the secret to skrs0155.lab.eftdomain.net. | |
| Password Shipped. | |
| [ WAIT_FOR_POSTINSTALL_BOOT ] |
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
| /output:SNMP OK - active_vpn (.*)/ | |
| and push @s, [ 'l2l_connections', [ 'active', GAUGE, $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
| #!/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
| Robin, | |
| I have a few questions about the NBS Software | |
| 1) When I run JobRunner as a non-administrator, I get an "Audit Log Acess Failure" Error. | |
| What log is this and am I write in assuming the user it runs as needs write permissions? | |
| 2) PersoMaster just exits when run as a non-administrator, what permissions need to be set | |
| make it run as such? |
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 | |
| #selfip=$(dig +short $(hostname -f)) | |
| DOMAIN="websages.com" | |
| ircd_servers=( "freyr" "odin" "thor" "loki" "vili" ) | |
| ircd_int_ips=("172.16.0.1" "172.16.0.2" "172.16.0.3" "172.16.0.10" "172.16.0.11" ) | |
| ################################################################################ | |
| IMONE=0 |