I hereby claim:
- I am ofus on github.
- I am ofus (https://keybase.io/ofus) on keybase.
- I have a public key whose fingerprint is 31AC FA09 898B 8253 83B4 E67C F186 0DFB A6F7 DAC0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <VirtualHost *:80> | |
| ServerName jenkins.example.com | |
| ServerAdmin [email protected] | |
| RewriteEngine on | |
| RewriteCond %{SERVER_PORT} !^443$ | |
| RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L] | |
| </VirtualHost> | |
| <IfModule mod_ssl.c> | |
| <VirtualHost *:443> |
I hereby claim:
To claim this, I am signing this object:
| # ANSI color codes | |
| RS="\[\033[0m\]" # reset | |
| HC="\[\033[1m\]" # hicolor | |
| UL="\[\033[4m\]" # underline | |
| INV="\[\033[7m\]" # inverse background and foreground | |
| FBLK="\[\033[30m\]" # foreground black | |
| FRED="\[\033[31m\]" # foreground red | |
| FGRN="\[\033[32m\]" # foreground green | |
| FYEL="\[\033[33m\]" # foreground yellow | |
| FBLE="\[\033[34m\]" # foreground blue |
I hereby claim:
To claim this, I am signing this object:
| # ~/.tmux.conf | |
| # | |
| # See the following files: | |
| # | |
| # /opt/local/share/doc/tmux/t-williams.conf | |
| # /opt/local/share/doc/tmux/screen-keys.conf | |
| # /opt/local/share/doc/tmux/vim-keys.conf | |
| # | |
| # URLs to read: | |
| # |
| <?php | |
| $dbh = new PDO("mysql:host=localhost;dbname=muratore", "root", ""); | |
| $sql = "SELECT count(*) FROM medrithms WHERE username=:username AND contrasena=:contrasena"; | |
| $stmt = $dbh->prepare($sql); | |
| $stmt->execute(Array(':username' => $_POST['username'], ':contrasena' => $_POST['contrasena'])); | |
| $authenticated = $stmt->fetch(PDO::FETCH_COLUMN); | |
| if ($authenticated) { |
| # Send SMS messages using Raspberry Pi. | |
| # Using gammu and Huawei E220 | |
| # Prepare SD card with wheezy. | |
| # Login / complete rasp-config / reboot / login | |
| # Set vimrc to prevent annoying ADBC arrow keys | |
| cp /etc/vim/vimrc ~/.vimrc |
| pear uninstall -n phpunit/PHPUnit | |
| pear uninstall -n phpunit/DbUnit | |
| pear uninstall -n phpunit/PHP_CodeCoverage | |
| pear uninstall -n phpunit/File_Iterator | |
| pear uninstall -n phpunit/Text_Template | |
| pear uninstall -n phpunit/PHP_Timer | |
| pear uninstall -n phpunit/PHPUnit_MockObject | |
| pear uninstall -n phpunit/PHPUnit_Selenium | |
| pear uninstall -n pear.symfony-project.com/YAML | |
| pear uninstall -n phpunit/PHP_TokenStream |