Skip to content

Commit

Permalink
regenerate index
Browse files Browse the repository at this point in the history
  • Loading branch information
serianox committed Oct 22, 2017
1 parent 9904382 commit 293f50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><meta charset=utf-8><title>make index.html</title><meta content="" name=description><meta content="" name=author><meta content="" name=keywords><meta content="width=device-width,initial-scale=1" name=viewport><style>h1,h2,h3,h4,h5,h6{color:#494e6b}a,html{color:#98878f}html{color:#bbb;background:#192231;text-align:justify;hyphens:auto;font-family:Georgia,serif;hyphens:auto;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{text-align:left;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif}p{text-indent:1em}code,h1+p,h2+p,h3+p{text-indent:0}ul>li{list-style:none}ul>li:before{content:'– '}li:before{display:inline-block;content:counter(listitem) '. ';counter-increment:listitem}pre>code{display:block;background:#000;color:#eee;line-height:1.5;border-radius:5px;padding:5px;white-space:pre;overflow-x:auto}code>span.do{color:#999}code>span.dv,code>span.pp{color:#9fd3e6}code>span.im,code>span.sc,code>span.st{color:#b1d631}code>span.cf,code>span.dt,code>span.kw{color:#bfa}code>span.an,code>span.at,code>span.fu,code>span.in,code>span.op,code>span.va{color:inherit}code,pre{font-family:"Lucida Console",Monaco,courier,monospace}</style><h1 id=make-blog>make blog</h1><ul><li><a href=ubuntu-dist-upgradei-aftermath.html>Ubuntu <code>dist-upgrade</code> aftermath</a></ul><p>I wanted to upgrade my laptop from <em>Ubuntu Zeisty Zapus</em> (17.04) to <em>Ubuntu Artful Aardvak</em> (17.10). The process is usually pretty straightforward, and I am now lazy enough to do it from the gui. I started the upgrade and locked my computer as I left.<ul><li>2017-08-13 <a href=gadgetfs-ubuntu.html>Using <em>Gadget Filesystem</em> under <em>Ubuntu</em></a></ul><p>I wanted to emulate a USB device in Linux for testing purpose. This can be done easily using the <a href=http://www.linux-usb.org/gadget/ >Gadget API</a>. However I quickly discovered that this feature was <a href=https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1073089>not present in Ubuntu</a>, even in the form of a kernel module in <em>linux-extra</em>. The only solution remaining was to rebuild the missing kernel module manually.<ul><li>2017-05-23 <a href=android-kotlin-migration.html>Manually migrating an Android project to Kotlin</a></ul><p>Kotlin is now officialy <a href=https://developer.android.com/kotlin/index.html>Kotlin and Android</a>, and as such I wanted to give it another try. There are of course tutorials <a href=https://kotlinlang.org/docs/tutorials/kotlin-android.html>out there</a>, but they all aim users of Android Studio. Let's see how we can do without.<ul><li>2017-05-08 <a href=android-sdk-install.html>Android <em>headless</em> SDK installation</a></ul><p>I wanted to install <em>Android SDK</em> without installing this ugly IDE. The main goal was to rebuild existing projects, so I didn't need something as heavy. The main difficulty came when I downloaded the actual sdk, and receive the following message from Google.<ul><li>2017-03-13 <a href=index.html>make blog</a></ul><div class=sourceCode><pre class="sourceCode c"><code class="sourceCode c"><span class=pp>#include </span><span class=im>&lt;stdio.h></span>
<!DOCTYPE html><meta charset=utf-8><title>make index.html</title><meta content="" name=description><meta content="" name=author><meta content="" name=keywords><meta content="width=device-width,initial-scale=1" name=viewport><style>h1,h2,h3,h4,h5,h6{color:#494e6b}a,html{color:#98878f}html{color:#bbb;background:#192231;text-align:justify;hyphens:auto;font-family:Georgia,serif;hyphens:auto;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{text-align:left;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif}p{text-indent:1em}code,h1+p,h2+p,h3+p{text-indent:0}ul>li{list-style:none}ul>li:before{content:'– '}li:before{display:inline-block;content:counter(listitem) '. ';counter-increment:listitem}pre>code{display:block;background:#000;color:#eee;line-height:1.5;border-radius:5px;padding:5px;white-space:pre;overflow-x:auto}code>span.do{color:#999}code>span.dv,code>span.pp{color:#9fd3e6}code>span.im,code>span.sc,code>span.st{color:#b1d631}code>span.cf,code>span.dt,code>span.kw{color:#bfa}code>span.an,code>span.at,code>span.fu,code>span.in,code>span.op,code>span.va{color:inherit}code,pre{font-family:"Lucida Console",Monaco,courier,monospace}</style><h1 id=make-blog>make blog</h1><ul><li>2017-10-22 <a href=ubuntu-dist-upgrade-aftermath.html>Ubuntu <code>dist-upgrade</code> aftermath</a></ul><p>I wanted to upgrade my laptop from <em>Ubuntu Zeisty Zapus</em> (17.04) to <em>Ubuntu Artful Aardvak</em> (17.10). The process is usually pretty straightforward, and I am now lazy enough to do it from the gui. I started the upgrade and locked my computer as I left.<ul><li>2017-08-13 <a href=gadgetfs-ubuntu.html>Using <em>Gadget Filesystem</em> under <em>Ubuntu</em></a></ul><p>I wanted to emulate a USB device in Linux for testing purpose. This can be done easily using the <a href=http://www.linux-usb.org/gadget/ >Gadget API</a>. However I quickly discovered that this feature was <a href=https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1073089>not present in Ubuntu</a>, even in the form of a kernel module in <em>linux-extra</em>. The only solution remaining was to rebuild the missing kernel module manually.<ul><li>2017-05-23 <a href=android-kotlin-migration.html>Manually migrating an Android project to Kotlin</a></ul><p>Kotlin is now officialy <a href=https://developer.android.com/kotlin/index.html>Kotlin and Android</a>, and as such I wanted to give it another try. There are of course tutorials <a href=https://kotlinlang.org/docs/tutorials/kotlin-android.html>out there</a>, but they all aim users of Android Studio. Let's see how we can do without.<ul><li>2017-05-08 <a href=android-sdk-install.html>Android <em>headless</em> SDK installation</a></ul><p>I wanted to install <em>Android SDK</em> without installing this ugly IDE. The main goal was to rebuild existing projects, so I didn't need something as heavy. The main difficulty came when I downloaded the actual sdk, and receive the following message from Google.<ul><li>2017-03-13 <a href=index.html>make blog</a></ul><div class=sourceCode><pre class="sourceCode c"><code class="sourceCode c"><span class=pp>#include </span><span class=im>&lt;stdio.h></span>

<span class=dt>int</span> main(<span class=dt>void</span>)
{
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


<!-- TOC -->
* [Ubuntu `dist-upgrade` aftermath](ubuntu-dist-upgradei-aftermath.html)
* 2017-10-22 [Ubuntu `dist-upgrade` aftermath](ubuntu-dist-upgrade-aftermath.html)

I wanted to upgrade my laptop from _Ubuntu Zeisty Zapus_ (17.04) to _Ubuntu Artful Aardvak_ (17.10). The process is usually pretty straightforward, and I am now lazy enough to do it from the gui. I started the upgrade and locked my computer as I left.

Expand Down

0 comments on commit 293f50a

Please sign in to comment.