I hereby claim:
- I am fm on github.
- I am fm (https://keybase.io/fm) on keybase.
- I have a public key whose fingerprint is 73A2 217A F254 0349 7FF4 ED52 33AE BE16 2F9A DB79
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>TAP URL Decoder</title> | |
| </head> | |
| <style type="text/css"> | |
| pre { | |
| display: block; | |
| padding: 9.5px; |
| ## Adapted from the Grav Troubleshooting Documentation | |
| #!/bin/sh | |
| chown faisal:apache . | |
| chown -R faisal:apache * | |
| find . -type f | xargs chmod 664 | |
| find ./bin -type f | xargs chmod 775 | |
| find . -type d | xargs chmod 775 | |
| find . -type d | xargs chmod +s | |
| umask 0002 |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| require 'vendor/autoload.php'; //requires composer, for more information visit developer.rackspace.com | |
| use OpenCloud\Rackspace; | |
| // Instantiate a Rackspace client. | |
| $client = new Rackspace(Rackspace::US_IDENTITY_ENDPOINT, array( | |
| 'username' => 'XXX', | |
| 'apiKey' => 'XXX' | |
| )); |