Skip to content

Instantly share code, notes, and snippets.

geteltorito -o bios.img n23ur13w.iso
sudo dd if=bios.img of=/dev/<sda1> bs=1M

Keybase proof

I hereby claim:

  • I am tenfourty on github.
  • I am tenfourty (https://keybase.io/tenfourty) on keybase.
  • I have a public key whose fingerprint is 9BD8 DA8A 84E5 923E 8F53 D9A2 D0C3 7DC7 1823 3E6F

To claim this, I am signing this object:

2011-08-17 15:26:18,520 DEBUG [InfinispanConfiguration] (main) Using schema schema/infinispan-config-5.0.xsd
2011-08-17 15:26:27,458 DEBUG [ConfigurationValidatingVisitor] (main) Cache is replicated but state transfer was not defined, so force enabling it
2011-08-17 15:26:31,084 DEBUG [JBossMarshaller] (main) Using JBoss Marshalling
2011-08-17 15:26:32,154 INFO [JGroupsTransport] (main) ISPN000078: Starting JGroups Channel
2011-08-17 15:26:32,156 INFO [JGroupsTransport] (main) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration!
2011-08-17 15:26:38,555 WARN [UDP] (main) receive buffer of socket java.net.DatagramSocket@6dcee361 was set to 20MB, but the OS only allocated 65.51KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
2011-08-17 15:26:38,555 WARN [UDP] (main) receive buffer of socket java.net.MulticastSocket@29b22d99 was set to 25MB, but the OS
@tenfourty
tenfourty / gist:1151598
Created August 17, 2011 14:11
log4j output
2011-08-17 15:25:44,805 DEBUG [InfinispanConfiguration] (main) Using schema schema/infinispan-config-5.0.xsd
2011-08-17 15:25:56,065 DEBUG [ConfigurationValidatingVisitor] (main) Cache is replicated but state transfer was not defined, so force enabling it
2011-08-17 15:26:00,809 DEBUG [JBossMarshaller] (main) Using JBoss Marshalling
2011-08-17 15:26:01,787 INFO [JGroupsTransport] (main) ISPN000078: Starting JGroups Channel
2011-08-17 15:26:01,789 INFO [JGroupsTransport] (main) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration!
2011-08-17 15:26:08,066 WARN [UDP] (main) receive buffer of socket java.net.DatagramSocket@31dd7736 was set to 20MB, but the OS only allocated 65.51KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
2011-08-17 15:26:08,067 WARN [UDP] (main) receive buffer of socket java.net.MulticastSocket@42bd93cd was set to 25MB, but the OS
@tenfourty
tenfourty / haproxy_eds.conf
Created April 9, 2011 07:53
A sample configuration file for HAProxy that allows it to load balance ODBC and JDBC connections for Teiid.
global
log 127.0.0.1 local0
log 127.0.0.1 local1 notice
maxconn 4096
chroot /var/lib/haproxy
user haproxy
group haproxy
daemon
#debug
#quiet