Skip to content

Commit

Permalink
Site updated at 2013-08-15 02:11:25 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Miller committed Aug 15, 2013
1 parent 6b866d8 commit 4aee86d
Show file tree
Hide file tree
Showing 121 changed files with 1,692 additions and 873 deletions.
30 changes: 13 additions & 17 deletions atom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Junk I Would Otherwise Forget]]></title> <title><![CDATA[Junk I Would Otherwise Forget]]></title>
<link href="nickmiller.com.au/atom.xml" rel="self"/> <link href="nickmiller.com.au/atom.xml" rel="self"/>
<link href="nickmiller.com.au/"/> <link href="nickmiller.com.au/"/>
<updated>2013-07-26T09:35:35+10:00</updated> <updated>2013-08-15T12:11:11+10:00</updated>
<id>nickmiller.com.au/</id> <id>nickmiller.com.au/</id>
<author> <author>
<name><![CDATA[Nick Miller]]></name> <name><![CDATA[Nick Miller]]></name>
Expand All @@ -13,6 +13,18 @@
<generator uri="http://octopress.org/">Octopress</generator> <generator uri="http://octopress.org/">Octopress</generator>




<entry>
<title type="html"><![CDATA[How to rotate PDF file in linux]]></title>
<link href="nickmiller.com.au/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/"/>
<updated>2013-08-15T12:10:00+10:00</updated>
<id>nickmiller.com.au/blog/2013/08/15/how-to-rotate-pdf-file-in-linux</id>
<content type="html"><![CDATA[<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'>pdftk in.pdf cat 1-endS output out.pdf
</span></code></pre></td></tr></table></div></figure>
]]></content>
</entry>

<entry> <entry>
<title type="html"><![CDATA[How does HTTPS work?]]></title> <title type="html"><![CDATA[How does HTTPS work?]]></title>
<link href="nickmiller.com.au/blog/2013/07/26/https/"/> <link href="nickmiller.com.au/blog/2013/07/26/https/"/>
Expand Down Expand Up @@ -830,22 +842,6 @@ $windows.~bt\Sources\Rollback: Log location when Setup rolls back in the event o
%WINDIR%\Minidump*.dmp: Location of log minidumps from bug checks. %WINDIR%\Minidump*.dmp: Location of log minidumps from bug checks.
%WINDIR%\System32\Sysprep\Panther: Location of Sysprep logs. %WINDIR%\System32\Sysprep\Panther: Location of Sysprep logs.
%WINDIR%\System32\LogFiles\Srt\SrtTrail.txt: Startup repair log.</p> %WINDIR%\System32\LogFiles\Srt\SrtTrail.txt: Startup repair log.</p>
]]></content>
</entry>

<entry>
<title type="html"><![CDATA[Expand root partition on Windows EC2 instance using AWS Console]]></title>
<link href="nickmiller.com.au/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/"/>
<updated>2012-11-15T20:28:21+11:00</updated>
<id>nickmiller.com.au/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console</id>
<content type="html"><![CDATA[<ul>
<li>Stop instance.</li>
<li>Create AMI from instance, choosing to expand partition.</li>
<li>Start instance and log in</li>
<li>Control Panel -> Create and Format Disk Partitions</li>
<li>Extend partition</li>
</ul>
]]></content> ]]></content>
</entry> </entry>


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ <h1 class="entry-title">Run Scala Tests in IDEA Using JUnit Runner</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -245,10 +249,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
8 changes: 4 additions & 4 deletions blog/2012/07/15/scala-pattern-match-against-tuples/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ <h1 class="entry-title">Scala Pattern Match Against Tuples</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -236,10 +240,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
8 changes: 4 additions & 4 deletions blog/2012/07/15/scala-reflection/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ <h1 class="entry-title">Scala Reflection</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -245,10 +249,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
8 changes: 4 additions & 4 deletions blog/2012/08/10/assemblies-to-add-for-ooxml-sdk/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ <h1 class="entry-title">Assemblies to Add for OOXML SDK</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -241,10 +245,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
8 changes: 4 additions & 4 deletions blog/2012/08/10/best-mono-build-script/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ <h1 class="entry-title">Best Mono Build Script</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -228,10 +232,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
8 changes: 4 additions & 4 deletions blog/2012/08/10/delete-recursively-in-bash/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ <h1 class="entry-title">Delete Recursively in Bash</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -233,10 +237,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ <h1 class="entry-title">Difference Between Ref and Out in C#</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -247,10 +251,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ <h1 class="entry-title">How to Bind Identifiers in Scala Pattern Matching</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -252,10 +256,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
8 changes: 4 additions & 4 deletions blog/2012/08/10/how-to-check-attributes-on-a-class/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ <h1 class="entry-title">How to Check Attributes on a Class</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -256,10 +260,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ <h1 class="entry-title">How to Copy Test Resources to Output Dir in Visual Studi
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -230,10 +234,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ <h1 class="entry-title">How to Extract Text From MS Word Docs in Linux</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -237,10 +241,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ <h1 class="entry-title">How to Install Downloaded Deb Files</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -232,10 +236,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ <h1 class="entry-title">How to Specify the Java Classpath From the Command Line<
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -234,10 +238,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ <h1 class="entry-title">How to Use Scala Pattern Matching Against Tuples</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -236,10 +240,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
8 changes: 4 additions & 4 deletions blog/2012/08/10/how-to-use-xmlserializer/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ <h1 class="entry-title">How to Use XmlSerializer</h1>
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<ul id="recent_posts"> <ul id="recent_posts">


<li class="post">
<a href="/blog/2013/08/15/how-to-rotate-pdf-file-in-linux/">How to rotate PDF file in linux</a>
</li>

<li class="post"> <li class="post">
<a href="/blog/2013/07/26/https/">How does HTTPS work?</a> <a href="/blog/2013/07/26/https/">How does HTTPS work?</a>
</li> </li>
Expand Down Expand Up @@ -233,10 +237,6 @@ <h1>Recent Posts</h1>
<a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a> <a href="/blog/2012/11/16/location-of-windows-8-log-files/">Location of Windows 8 log files</a>
</li> </li>


<li class="post">
<a href="/blog/2012/11/15/expand-root-partition-on-windows-ec2-instance-using-aws-console/">Expand root partition on Windows EC2 instance using AWS Console</a>
</li>

</ul> </ul>
</section> </section>


Expand Down
Loading

0 comments on commit 4aee86d

Please sign in to comment.