I hereby claim:
- I am alx on github.
- I am alxgirard (https://keybase.io/alxgirard) on keybase.
- I have a public key whose fingerprint is B670 AE8A 90AE 2345 2126 1686 DB21 3723 D0B0 8480
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # chkconfig: 35 90 12 | |
| # description: Videoprojector start/stop | |
| # | |
| # Get function from functions library | |
| . /etc/init.d/functions | |
| # Start the videoprojector | |
| start() { | |
| initlog -c "echo -n Starting videoprojector: " |
Depends on:
Fill in the variables appropriately and copy to hooks/post-receive in your bare git repo
| $(document).ready(function() { | |
| (function(){ | |
| var Modularity = function(sig) { | |
| sigma.classes.Cascade.call(this); | |
| var self = this, | |
| domains = []; |
| ['code', 'art', 'boot', 'mix', 'verse'].each { |hack| re(hack) } |
| ~$ brew install openssl | |
| ==> Downloading http://openssl.org/source/openssl-1.0.1c.tar.gz | |
| Already downloaded: /Users/alx/Library/Caches/Homebrew/openssl-1.0.1c.tar.gz | |
| ==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1c --openssldir=/usr/local/etc/openssl zlib-dynamic shared darwin64-x86_64-cc | |
| ==> make | |
| ==> make test | |
| ==> make install MANDIR=/usr/local/Cellar/openssl/1.0.1c/share/man MANSUFFIX=ssl | |
| ==> Caveats | |
| This formula is keg-only, so it was not symlinked into /usr/local. |
| ~$ rvm 1.9.3-p194 && cd ~/.rvm/src/ruby-1.9.3-p194/ext/openssl && ruby extconf.rb | |
| === OpenSSL for Ruby configurator === | |
| === Checking for system dependent stuff... === | |
| checking for t_open() in -lnsl... no | |
| checking for socket() in -lsocket... no | |
| checking for assert.h... yes | |
| === Checking for required stuff... === | |
| checking for openssl/ssl.h... yes | |
| checking for openssl/conf_api.h... yes | |
| checking for rb_str_set_len() in ruby.h... yes |
| ~$ git clone https://github.com/tetalab/deux-mille.git | |
| Cloning into 'deux-mille'... | |
| remote: Counting objects: 6, done. | |
| remote: Compressing objects: 100% (4/4), done. | |
| remote: Total 6 (delta 0), reused 6 (delta 0) | |
| Unpacking objects: 100% (6/6), done. | |
| ~$ cd deux-mille/ | |
| deux-mille (master)$ cp ../code/deux-mille/index.html . | |
| deux-mille (master)$ gco "remove unused html" | |
| [master 89b27d0] remove unused html |
| # thsf.tetalab.org | |
| server { | |
| listen 80; | |
| server_name thsf.tetalab.org; | |
| access_log /var/log/nginx/thsf.access.log; | |
| error_log /var/log/nginx/thsf.error.log; | |
| location / { | |
| root /var/www/thsf-2012; |