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
| int_nic=90:e2:ba:14:20:54 | |
| int_ip=dhcp | |
| int_netmast= | |
| int_network=... | |
| int_gateway=dhcp |
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
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyLCXNCXqg3SdGTEvs/mPd2O7oZfG1k6eTs6mm/tvdmmhNIXdhJBIvqUe8Jk3xtTe2/j7NSD+RzA4fl6IHvshevxRnM+ttRyWzR32FsdUkWg3wK5bcj+vw52LxmbARm5No8tLcPPPsMkz9+xsCyL782nrf228DE00hFU2r3WgTLjDwxuN+kj2GARe30mZBIvBxZoCF8hIMbDNjZY1fWkqePwWF4EtYtOUx8DcQtHoBCeHJvXpxW6Q5xlXtMaMmWHSR5hxH8MWUNvwbsl5t23TJJ5jL5T7M4hVELq/0m/qCfvupehe3kDJAaR82Md9KumPnIHQJuuHUK/nXAewb/DFN densone@Seans-MacBook-Air.local |
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-11-09 17:02:16.602 UTC [error] <0.6140.0> webmachine error: path="/bcx-development/" | |
| {error,{error,function_clause,[{riak_cs_s3_response,api_error,[<<"{\"phase\":0,\"error\":\"undef\",\"input\":\"{ok,{r_object,<<48,111,58,41,129,227,92,64,239,117,30,47,20,7,41,49,212,149,20>>,<<\\\"upload-test/33782.1352151006.118\\\">>,[{r_content,{dict,4,16,16,8,80,48,{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]},{{[],[],[],[],[],[],[],[],[],[],[[<<\\\"X-Riak-VTag\\\">>,54,102,51,102,73,111,119,52,112,52,113,105,89,116,56,105,88,119,56,108,105,78]],[[<<\\\"index\\\">>]],[[<<\\\"X-Riak-Deleted\\\">>,116,114,117,101]],[[<<\\\"X-Riak-Last-Modified\\\">>|{1352,315201,51287}]],[],[]}}},<<>>}],[{<<230,24,255,53,80,148,42,124>>,{...}}],...},...}\",\"type\":\"error\",\"stack\":\"[{lager,dispatch_log,[warning,riak_cs_utils,map_keys_and_manifests,342,<9830.26847.0>,[{module,riak_cs_utils},{function,map_keys_and_manifests},{line,342},{pid,\\\"<0.26847.0>\\\"}],\\\"Riak CS object list map failed: ~p:~p\\\",[error,badarg],4096] |
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
| File.open("/etc/dat_list", "r") do |dat_file| | |
| dat_file.each do |s3_path| | |
| exec "s3cmd rm s3://puppies/#{s3_path}"/ | |
| end | |
| end |
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
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDkEY0IBMeiz2NNk19N3U+UVjEqdKcSRCFGNi9OuTUjR5DKDlgjQILDq469B4SWljOVW1ozyfMN/eLmVIbkKwYG35IWbe7llxS4KdjVHrGXwRJqbeinBZ1UCexsXwSrch6VQd6GbPz2Z0BMJZO9Mnz+iPCbyRe957/rRwDcqw5RqiICzJflMAmHcl+WuITDeKF2obK0cyNghJxztW9JMsEwz40zZMnJq72s9ORUmNzLrvgQ0KuCVBWcP/AZRXQiyBXewgpSASK4gwua8FA5kO+FHzVcV6SC9UwITGf8T68IaSI6PjL4fPLJyYdWioPPJrAo7uC30791Gc69uj7Se5d densone@derp.local |
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
| [root@b1538a7b-249e-4fee-bc14-264a283f4490 ~/haproxy/haproxy-1.5-dev17]# CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib -R/opt/local/lib" gmake TARGET=solaris USE_OPENSSL=1 | |
| gcc -Iinclude -Iebtree -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -DFD_SETSIZE=65536 -D_REENTRANT -DTPROXY -DCONFIG_HAP_CRYPT -DNEED_CRYPT_H -DUSE_GETADDRINFO -DENABLE_POLL -DUSE_OPENSSL -DCONFIG_HAPROXY_VERSION=\"1.5-dev17\" -DCONFIG_HAPROXY_DATE=\"2012/12/28\" \ | |
| -DBUILD_TARGET='"solaris"' \ | |
| -DBUILD_ARCH='""' \ | |
| -DBUILD_CPU='"generic"' \ | |
| -DBUILD_CC='"gcc"' \ | |
| -DBUILD_CFLAGS='"-O2 -g -fno-strict-aliasing -fomit-frame-pointer -DFD_SETSIZE=65536 -D_REENTRANT"' \ | |
| -DBUILD_OPTIONS='"USE_OPENSSL=1"' \ | |
| -c -o src/haproxy.o src/haproxy.c | |
| In file included from include/types/acl.h:33:0, |
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
| <?xml version="1.0"?> | |
| <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> | |
| <service_bundle type="manifest" name="haproxy"> | |
| <service name="pkgsrc/haproxy" type="service" version="1"> | |
| <create_default_instance enabled="false" /> | |
| <single_instance /> | |
| <dependency name="network" grouping="require_all" restart_on="error" type="service"> | |
| <service_fmri value="svc:/milestone/network:default" /> | |
| </dependency> | |
| <dependency name="filesystem" grouping="require_all" restart_on="error" type="service"> |
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
| vm.dirty_bytes = 209715200 | |
| vm.dirty_background_bytes = 104857600 | |
| vm.swappiness = 0 | |
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
| ╰─$ go get | |
| # cd .; hg clone -U https://code.google.com/p/log4go /Users/densone/go/src/code.google.com/p/log4go | |
| warning: code.google.com certificate with fingerprint fe:8e:52:80:8e:59:8a:14:5c:48:1c:ba:39:32:a2:ef:31:5f:33:14 not verified (check hostfingerprints or web.cacerts config setting) | |
| abort: HTTP Error 404: Not Found | |
| package code.google.com/p/log4go: exit status 255 |
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
| func Intialize()(d *RouterList) { | |
| d = &RouterList{ | |
| records: []Router, | |
| } | |
| return | |
| } |