Skip to content

Instantly share code, notes, and snippets.

View rmoriz's full-sized avatar
🎭
Everything counts in large amounts

rmoriz

🎭
Everything counts in large amounts
View GitHub Profile
Fetching cookbook index from https://api.berkshelf.com...
Error retrieving universe from source: https://api.berkshelf.com
* [Berkshelf::APIClient::ServiceUnavaiable] service unavailable at: https://api.berkshelf.com
@rmoriz
rmoriz / list.md
Last active August 29, 2015 14:01
German Hosting Provider on Twitter
  • @1und1service 1&1
  • @domainfactory Domainfactory
  • @Hosteurope Hosteurope
  • @mittwald Mittwald
  • @ProfitBricksUSA ProfitBricks (English)
  • @Server4You_DE Server4You
  • @STRATO_hilft Strato
@rmoriz
rmoriz / spamblock.sh
Created June 3, 2014 16:52
adios spam providers
gem install unspam
unspam ripe AS12381 REJECT >> /etc/postfix/client_checks
unspam ripe AS42708 REJECT >> /etc/postfix/client_checks
unspam ripe AS43266 REJECT >> /etc/postfix/client_checks
service postfix reload
103.10.228.0/24 REJECT
103.10.229.0/24 REJECT
103.10.230.0/24 REJECT
103.12.168.0/24 REJECT
103.14.208.0/22 REJECT
103.15.24.0/22 REJECT
103.16.152.0/22 REJECT
103.16.71.0/24 REJECT
103.17.0.0/22 REJECT
103.20.28.0/24 REJECT
@rmoriz
rmoriz / domain.txt
Created December 2, 2014 20:33
nice .berlin domains
asoziales.berlin
dreckiges.berlin
drecks.berlin
investitionsruine.berlin
kack.berlin
kaputtes.berlin
siffhausen.berlin
stinkendes.berlin
security find-certificate -a -p /Library/Keychains/System.keychain \
/System/Library/Keychains/SystemRootCertificates.keychain > cabundle.pem
curl --cacert cabundle.pem -v https://google.com
@rmoriz
rmoriz / isrgrootx1.txt
Created June 5, 2015 00:12
ISRG root (letsencrypt)
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
82:10:cf:b0:d2:40:e3:59:44:63:e0:bb:63:82:8b:00
Signature Algorithm: sha256WithRSAEncryption
Issuer: C=US, O=Internet Security Research Group, CN=ISRG Root X1
Validity
Not Before: Jun 4 11:04:38 2015 GMT
Not After : Jun 4 11:04:38 2035 GMT
Certificate Revocation List (CRL):
Version 2 (0x1)
Signature Algorithm: sha1WithRSAEncryption
Issuer: /C=DE/O=Deutscher Bundestag/OU=Deutscher Bundestag/CN=Deutscher Bundestag CA - G01/emailAddress=pki-ca@bundestag.de
Last Update: Jun 11 09:11:10 2015 GMT
Next Update: Jun 21 09:11:10 2015 GMT
CRL extensions:
X509v3 CRL Number:
3007
Revoked Certificates:
Origin: Munich/Germany
Connection: 16MBit/s ADSL
Provider: Alice/Hansenet (Telecom Italia Germany)
rmoriz@Apfelsaft:~$traceroute www.jquery.com
traceroute to www.jquery.com (66.199.227.42), 64 hops max, 40 byte packets
1 fritz.fonwlan.box (192.168.1.2) 1.267 ms 6.306 ms 0.727 ms
2 lo1.br02.muc.de.hansenet.net (213.191.89.9) 6.651 ms 9.997 ms 5.368 ms
3 ge-4-1-0-102.cr02.muc.de.hansenet.net (213.191.88.126) 5.883 ms 5.694 ms 12.741 ms
4 so-2-0-0-0.cr02.fra.de.hansenet.net (213.191.87.197) 13.434 ms 13.622 ms 25.926 ms
Looks like resource_controller may have problems with rails 2.2.2?
I'm using "blank", latest revision.
Out of the box, with the vendored Rails 2.1.x all tests work fine.
So I did a "rm -rf vendor/rails" and tried it with the gem 2.2.2 version of rails:
rake test:functionals
(in /private/tmp/the_name_of_my_app)