I hereby claim:
- I am asmerkin on github.
- I am asmerkin (https://keybase.io/asmerkin) on keybase.
- I have a public key ASBTqDHKLiVYAkH2WrIdUbk7Dv7vGYTJMn1OKzGUmhLi-go
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<svg | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:cc="http://creativecommons.org/ns#" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:svg="http://www.w3.org/2000/svg" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |
I hereby claim:
To claim this, I am signing this object:
<?php | |
/* | |
* To use this shortcode you must add the gist url and a file if you want | |
* | |
* [gist url="https://gist.github.com/....." file="example.file"] | |
* | |
* You can omit the file to show all files together | |
*/ | |
class Gist { |
#!/usr/bin/env bash | |
# --------------------------------------- | |
# Virtual Machine Setup | |
# --------------------------------------- | |
# Adding multiverse sources. | |
cat > /etc/apt/sources.list.d/multiverse.list << EOF | |
deb http://archive.ubuntu.com/ubuntu trusty multiverse | |
deb http://archive.ubuntu.com/ubuntu trusty-updates multiverse |