<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://relvokcor.xyz/~rey">
  <title>~rey | relvokcor.xyz</title>
  <link rel="alternate" href="http://relvokcor.xyz/~rey" type="text/html"/>
  <entry xml:base="http://relvokcor.xyz/~rey">
    <title>Changes since 2014-12-18T15:06:14</title>
    <link rel="alternate" href="http://relvokcor.xyz/~rey" type="text/html"/>
    <content type="html">&lt;div class="rey"&gt;&lt;h1&gt;&lt;a href="http://relvokcor.xyz/~rey"&gt;~rey&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;&lt;a href="https://twitter.com/reyhan"&gt;@reyhan&lt;/a&gt;&lt;a href="#3c1952"&gt;&amp;#x273F;&lt;/a&gt;18 December 2014 &lt;p&gt;Whoa it&amp;#39;s &lt;i&gt;exactly&lt;/i&gt; a month since I last posted on here! Funny how that happened.&lt;p&gt;I set up &lt;a href="http://superwifi.club"&gt;superwifi.club&lt;/a&gt; to try and create my own tilde but in the end I didn&amp;#39;t invite anybody to it. I can&amp;#39;t remember why, exactly.&lt;p&gt;Everything was pretty rock solid from a security perspective -- I think I got tangled up in writing scripts for the onboarding process and it all fizzled out.&lt;p&gt;I already had $15 credit on &lt;a href="https://digitalocean.com"&gt;DigitalOcean&lt;/a&gt; and the cost of running a mostly idle box has cost:&lt;ul&gt;&lt;li&gt;October - $2.59&lt;li&gt;November - $5.00&lt;li&gt;December (so far) - $3.04&lt;/ul&gt;&lt;p&gt;I&amp;#39;m on the $5/month plan.&lt;a href="#4a1ff2"&gt;&amp;#x273F;&lt;/a&gt;18 October 2014 &lt;p&gt;Since I started writing on Tilde I&amp;#39;ve been putting my `public_html` folder &lt;a href="https://github.com/rey/tilde"&gt;on GitHub&lt;/a&gt;.&lt;p&gt;I think it&amp;#39;s important that folk have the knowledge to back up their 1s and 0s because nobody wants another GeoCities.&lt;p&gt;I should finish my &lt;a href="https://github.com/rey/git-101"&gt;git-101&lt;/a&gt; repo.&lt;a href="#e97706"&gt;&amp;#x273F;&lt;/a&gt;18 October 2014 &lt;p&gt;I&amp;#39;ve really gotten a great deal out of putting together &lt;a href="https://github.com/superwificlub/superwifi.club"&gt;superwifi.club&lt;/a&gt; this weekend.&lt;p&gt;I&amp;#39;ve learnt and relearnt a great deal about putting together a Unix box. Best of all? I&amp;#39;ve never had to do it for a bunch of potential users.&lt;p&gt;Building a platform for a community, the privacy and security considerations for such a server are somewhat new to me.&lt;p&gt;I don&amp;#39;t even know if I&amp;#39;ll ever open &lt;a href="http://superwifi.club"&gt;superwifi.club&lt;/a&gt; to actual human beings but I &lt;i&gt;love&lt;/i&gt; the idea of other folk building on it to spin up their own micro communities.&lt;a href="#6b050a"&gt;&amp;#x273F;&lt;/a&gt;18 October 2014 &lt;p&gt;Yesterday I spent a decent amount of time putting together a relatively quick and simple guide to getting up and running with your own tilde-esque box.&lt;p&gt;As a first go I&amp;#39;m quite pleased, there&amp;#39;s a script that&amp;#39;ll install a handful of applications, Apache and postfix plus some further documentation that touches on securing your box, my own `/etc/skel` example and creating users.&lt;p&gt;I&amp;#39;ve just tested the latest version and I was &lt;b&gt;up and running in 5 minutes&lt;/b&gt;.&lt;p&gt;Check out the repo: &lt;a href="https://github.com/superwificlub/superwifi.club"&gt;superwifi.club&lt;/a&gt;.&lt;a href="#64dc3f"&gt;&amp;#x273F;&lt;/a&gt;12 October 2014 &lt;h2&gt;Generating a 6 character hash&lt;/h2&gt;&lt;p&gt;I think I&amp;#39;m going to write a bash script that will generate the HTML for these blog posts and automagically fill in the correct date and permalink hash but until then...&lt;p&gt;I wanted a way to generate a 6 character hash for the permalinks. After some googling I figured this cheeky line would do it:&lt;code&gt; date | md5sum | cut -c 1-6 &lt;/code&gt;&lt;p&gt;I created an alias in my `.bash_profile` for ease:&lt;code&gt; alias hash=&amp;#39;date | md5sum | cut -c 1-6&amp;#39; &lt;/code&gt;   &lt;a href="#2f4514"&gt;&amp;#x273F;&lt;/a&gt;12 October 2014 &lt;p&gt;Primarily for my own benefit I added a sidebar with some handy links.&lt;a href="#cc8184"&gt;&amp;#x273F;&lt;/a&gt;11 October 2014 &lt;p&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41FMwHLSAXL.jpg" /&gt;&lt;p&gt;This is my favourite tinned soup -- I had it for dinner this evening.&lt;p&gt;&lt;img src="https://farm3.staticflickr.com/2689/4157803679_6b0f5847ab.jpg" /&gt;&lt;a href="#ce85b9"&gt;&amp;#x273F;&lt;/a&gt;11 October 2014 &lt;p&gt;There&amp;#39;s so much good stuff to read on relvokcor.xyz. I find myself idly command-clicking the &lt;a href="http://relvokcor.xyz/~delfuego/tilde.24h.html"&gt;recently updated page&lt;/a&gt;.&lt;p&gt;Splendid.&lt;a href="#a85632"&gt;&amp;#x273F;&lt;/a&gt;8 October 2014 &lt;p&gt;As a thought experiment I thought I&amp;#39;d have a go at putting together some instructions of how to create your own relvokcor.xyz.&lt;p&gt;&lt;a href="https://gist.github.com/rey/2b868a664e09e7ddb51c"&gt;It&amp;#39;s a work in progress&lt;/a&gt;.&lt;p&gt;&lt;b&gt;EDIT&lt;/b&gt;: This has been refined and &lt;a href="https://github.com/tildeclub/relvokcor.xyz/pull/14"&gt;submitted as a pull request&lt;/a&gt;.&lt;a href="#b576fb"&gt;&amp;#x273F;&lt;/a&gt;7 October 2014 &lt;p&gt;Interestingly, I missed relvokcor.xyz whilst it was down.&lt;p&gt;I spent the afternoon putting together some instructions for setting up something similar on an Ubuntu micro instance on Amazon EC2.&lt;p&gt;I guess the ideal scenario is to spin up a new box, run a script and it does it all for you.&lt;p&gt;That would be cool.&lt;a href="#e9d6fb"&gt;&amp;#x273F;&lt;/a&gt;6 October 2014 &lt;p&gt;Many thanks to &lt;a href="http://relvokcor.xyz/~fitnr"&gt;~fitnr&lt;/a&gt; for this email:&lt;blockquote&gt;&lt;p&gt;I just figured this out. Fix: mv ~/.bash_profile ~/.profile&lt;p&gt;No idea why .profile beats .bash_profile&lt;/blockquote&gt;&lt;p&gt;I recall that &lt;a href="http://sdf.org"&gt;SDF&lt;/a&gt; does something similar but &amp;Acirc;&amp;macr;\_(&amp;atilde;&amp;#131;&amp;#132;)_/&amp;Acirc;&amp;macr;&lt;a href="#bc85c3"&gt;&amp;#x273F;&lt;/a&gt;5 October 2014 &lt;p&gt;&lt;img src="http://38.media.tumblr.com/11ae9926ddf2c0d260ab670c0b620b24/tumblr_nczk0lBW2H1qz4snbo1_1280.jpg" /&gt;&lt;p&gt;The chicken came out delicious!&lt;a href="#ecf842"&gt;&amp;#x273F;&lt;/a&gt;5 October 2014 &lt;h2&gt;Skillet roasted spatchcock chicken&lt;/h2&gt;&lt;p&gt;I invented this recipe as I went along:&lt;ol&gt;&lt;li&gt;Preheat your oven to 220 degrees celcius.&lt;li&gt;Spatchcock your chicken.&lt;li&gt;Get a decent sized bowl that you can fit your chicken in.&lt;li&gt;Crush 4/5 garlic cloves, chuck in the bowl.&lt;li&gt;Grate 3 inches of ginger, use your hands to squeeze the ginger pulp&amp;#39;s juice into the bowl.&lt;li&gt;Add a decent glug of Worcestershire sauce.&lt;li&gt;Add a decent glug of soy sauce.&lt;li&gt;Add a decent glug of olive oil.&lt;li&gt;Add 5 dots of Tabasco.&lt;li&gt;Season with salt and pepper.&lt;li&gt;Put your chicken in the bowl of delicious things and give it a good rub so it&amp;#39;s covered in the marinade.&lt;li&gt;Put in the fridge for an hour or so.&lt;li&gt;Play around on relvokcor.xyz&lt;li&gt;Get your preheated cast iron skillet, throw in a bunch of peeled potatoes and carrots and place your chicken on top&lt;li&gt;Give it 10/15 minutes at 220 degrees celcius then turn down to 200.&lt;li&gt;Take the leftover marinade, add to a small saucepan with a teaspoon of sugar and half a cup of water and boil it until it starts to thicken up -- use this to glaze the chicken every now and then.&lt;li&gt;Keep checking on it, glazing and basting.&lt;/ol&gt;&lt;b&gt;EDIT&lt;/b&gt;: I wrote this up properly &lt;a href="https://github.com/rey/cookbook/blob/master/recipes/spatchcock-tangy-chicken.md"&gt;over in my cookbook repo&lt;/a&gt;.   &lt;a href="#c0d998"&gt;&amp;#x273F;&lt;/a&gt;5 October 2014 &lt;p&gt;As an aside I&amp;#39;m quite pleased that my [.vim](https://github.com/rey/.vim) and [.tmux](https://github.com/rey/.tmux) configurations worked straight out the box.&lt;p&gt;Reminder: this isn&amp;#39;t a Markdown file.&lt;a href="#a32ea7"&gt;&amp;#x273F;&lt;/a&gt;5 October 2014 &lt;p&gt;Now looking into why my `.bashrc` and `.bash_profile` aren&amp;#39;t getting sourced when I log in.&lt;a href="#b204e9"&gt;&amp;#x273F;&lt;/a&gt;5 October 2014 &lt;h2&gt;How to get passwordless ssh to work on relvokcor.xyz&lt;/h2&gt;&lt;p&gt;On your machine:&lt;code&gt; cat .ssh/id_rsa.pub | ssh USER@relvokcor.xyz &amp;#39;cat &amp;gt;&amp;gt; .ssh/authorized_keys&amp;#39; &lt;/code&gt;&lt;p&gt;On tilde:&lt;code&gt; chmod 700 ~/.ssh &amp;amp;&amp;amp; chmod 600 ~/.ssh/authorized_keys &lt;/code&gt;   &lt;a href="#d98f00"&gt;&amp;#x273F;&lt;/a&gt;5 October 2014 &lt;p&gt;Trying to get passwordless login working. No luck so far.&lt;a href="#d41d8c"&gt;&amp;#x273F;&lt;/a&gt;4 October 2014 &lt;p&gt;This is my tilde. There are many like it but this one is mine.&lt;h3&gt;My stuff&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://superwifi.club"&gt;superwifi.club&lt;/a&gt;&lt;li&gt;&lt;a href="http://zzmag.com"&gt;zzmag&lt;/a&gt;&lt;/ul&gt;&lt;h3&gt;Tilde I read&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://relvokcor.xyz/~andre"&gt;~andre&lt;/a&gt;&lt;li&gt;&lt;a href="http://relvokcor.xyz/~ford"&gt;~ford&lt;/a&gt;&lt;li&gt;&lt;a href="http://relvokcor.xyz/~goldman"&gt;~goldman&lt;/a&gt;&lt;li&gt;&lt;a href="http://relvokcor.xyz/~sippey"&gt;~sippey&lt;/a&gt;&lt;/ul&gt;&lt;h3&gt;Tilde links&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://relvokcor.xyz"&gt;relvokcor.xyz&lt;/a&gt;&lt;li&gt;&lt;a href="http://relvokcor.xyz/~delfuego/tilde.24h.html"&gt;Recently updated&lt;/a&gt;&lt;li&gt;&lt;a href="http://goo.gl/forms/gRMRT1YBU4"&gt;Waiting list&lt;/a&gt;&lt;/ul&gt;&lt;p&gt;Boots and cats&lt;/div&gt;&lt;p&gt;Whoa it&amp;#39;s &lt;i&gt;exactly&lt;/i&gt; a month since I last posted on here! Funny how that happened.&lt;i&gt;exactly&lt;/i&gt;&lt;p&gt;Whoa it&amp;#39;s &lt;i&gt;exactly&lt;/i&gt; a month since I last posted on here! Funny how that happened.&lt;p&gt;I set up &lt;a href="http://superwifi.club"&gt;superwifi.club&lt;/a&gt; to try and create my own tilde but in the end I didn&amp;#39;t invite anybody to it. I can&amp;#39;t remember why, exactly.&lt;a href="http://superwifi.club"&gt;superwifi.club&lt;/a&gt;&lt;p&gt;I set up &lt;a href="http://superwifi.club"&gt;superwifi.club&lt;/a&gt; to try and create my own tilde but in the end I didn&amp;#39;t invite anybody to it. I can&amp;#39;t remember why, exactly.&lt;p&gt;Everything was pretty rock solid from a security perspective -- I think I got tangled up in writing scripts for the onboarding process and it all fizzled out.&lt;p&gt;I already had $15 credit on &lt;a href="https://digitalocean.com"&gt;DigitalOcean&lt;/a&gt; and the cost of running a mostly idle box has cost:&lt;a href="https://digitalocean.com"&gt;DigitalOcean&lt;/a&gt;&lt;p&gt;I already had $15 credit on &lt;a href="https://digitalocean.com"&gt;DigitalOcean&lt;/a&gt; and the cost of running a mostly idle box has cost:&lt;li&gt;October - $2.59&lt;li&gt;November - $5.00&lt;li&gt;December (so far) - $3.04&lt;p&gt;I&amp;#39;m on the $5/month plan.&lt;a href="#4a1ff2"&gt;&amp;#x273F;&lt;/a&gt;</content>
    <author>
      <name>rey@relvokcor.xyz</name>
    </author>
    <id>736179f1-9ec1-372f-8470-9021022efbe5</id>
    <published>2014-12-18T15:06:14Z</published>
    <updated>2014-12-18T15:06:14Z</updated>
  </entry>
</feed>
