-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
631 lines (278 loc) · 25.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Stuff</title>
<meta name="author" content="Nuno Catarino">
<meta name="description" content="I’ve been using LaTeX for a couple of small projects recently and I had some trouble figuring out how to make the accented characters as well …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://ncatarino.github.io">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="Stuff" type="application/atom+xml">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/libs/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
</head>
<body >
<header role="banner"><hgroup>
<h1><a href="/">Stuff</a></h1>
<h2>bla bla bla yada yada yada ad nauseam</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:ncatarino.github.io" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/archives/1556">Using LaTeX in Portuguese</a></h1>
<p class="meta">
<time datetime="2013-11-21T00:00:00+00:00" pubdate data-updated="true"></time>
</p>
</header>
<div class="entry-content"><p>I’ve been using LaTeX for a couple of small projects recently and I had some trouble figuring out how to make the accented characters as well as stuff like ‘Ç’ render correctly in the end product. After some mucking about I learned that we have to use three extra packages so everything shows up nicely in the end. It probably works just as well for other languages but you may want to refer to the documentation. Here are the packages you have to use:</p>
<figure class='code'><figcaption><span>Packages </span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
<span class='line-number'>3</span>
</pre></td><td class='code'><pre><code class='tex'><span class='line'><span class="k">\usepackage</span><span class="na">[portuguese]</span><span class="nb">{</span>babel<span class="nb">}</span>
</span><span class='line'><span class="k">\usepackage</span><span class="na">[utf8]</span><span class="nb">{</span>inputenc<span class="nb">}</span>
</span><span class='line'><span class="k">\usepackage</span><span class="na">[T1]</span><span class="nb">{</span>fontenc<span class="nb">}</span>
</span></code></pre></td></tr></table></div></figure>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/archives/1552">My .bashrc</a></h1>
<p class="meta">
<time datetime="2013-11-21T00:00:00+00:00" pubdate data-updated="true"></time>
</p>
</header>
<div class="entry-content"><p>Here’s something I keep forgetting to save and/or backup, my .bashrc. The last couple of times I reinstalled or switched to another distribution I <em>did</em> remember to backup my dotfiles but I figured I might as well just post it here in case I ever need it again.</p>
<p>Most of it comes from the Arch Linux Wiki, a great place for Linux information even if you <em>don’t</em> use Arch. I have then made a few tweaks from snippets I found on other websites. I can’t remember all of them since at the time I had no intention of posting this here. If you find anything that you think is yours please send me the article link so I can pingback to it. Keep in mind there are some Arch specific sections in there, feel free to edit and redistribute as you see fit.</p>
<p>Since it’s quite a wall of text, I’ll drop it after a break for the website proper. If you’re reading this through an RSS reader, sorry for the wall of text.</p>
</div>
<footer>
<a rel="full-article" href="/archives/1552">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/archives/1537">Changing Nvidia Fan Speed on Arch Linux</a></h1>
<p class="meta">
<time datetime="2013-11-20T00:00:00+00:00" pubdate data-updated="true"></time>
</p>
</header>
<div class="entry-content"><p>Quite some time ago I made a <a href="http://ncatarino.net/archives/573" target="_blank">post</a> about the coolbits option as a way to be able to control nvidia cards fan speed manually on Ubuntu. Things are a little bit different on Arch Linux. For starters <code>xorg.conf</code> has been somewhat deprecated and it’s preferable to make a file such as <code>/etc/X11/xorg.conf.d/20-nvidia.conf</code> with just the bit of information we want to change. We’ll edit/create that file and add something like:</p>
<figure class='code'><figcaption><span>20-nvidia.conf</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
<span class='line-number'>3</span>
<span class='line-number'>4</span>
<span class='line-number'>5</span>
<span class='line-number'>6</span>
<span class='line-number'>7</span>
</pre></td><td class='code'><pre><code class='php'><span class='line'><span class="nx">Section</span> <span class="s2">"Device"</span>
</span><span class='line'> <span class="nx">Identifier</span> <span class="s2">"Nvidia Card"</span>
</span><span class='line'> <span class="nx">Driver</span> <span class="s2">"nvidia"</span>
</span><span class='line'> <span class="nx">VendorName</span> <span class="s2">"NVIDIA Corporation"</span>
</span><span class='line'> <span class="nx">Option</span> <span class="s2">"NoLogo"</span> <span class="s2">"true"</span>
</span><span class='line'> <span class="nx">Option</span> <span class="s2">"Coolbits"</span> <span class="s2">"4"</span>
</span><span class='line'><span class="nx">EndSection</span>
</span></code></pre></td></tr></table></div></figure>
<p>The speed itself can still be configured through the <code>nvidia-settings</code> application under <code>Thermal Settings</code>. Keep in mind you’ll need nvidia’s proprietary driver for this to work and not the open source nouveau driver.</p>
<p>More info on how to configure other aspects of the driver may be found <a href="https://wiki.archlinux.org/index.php/NVIDIA#Configuring" target="_blank">here</a> at Arch’s Wiki.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/archives/1515">Arch Linux</a></h1>
<p class="meta">
<time datetime="2013-10-26T00:00:00+01:00" pubdate data-updated="true"></time>
</p>
</header>
<div class="entry-content"><p>Since I’m not really enjoying the path <a href="http://www.canonical.com/" target="_blank">Canonical</a>is headed with <a href="http://www.ubuntu.com/" target="_blank">Ubuntu </a>I was somewhat forced to consider moving to another distribution. I considered <a href="http://www.opensuse.org/" target="_blank">OpenSUSE</a> since I had it installed inside a VM and I had really enjoyed it and <a href="http://en.opensuse.org/Portal:Tumbleweed" target="_blank">Tumbleweed</a>would probably give me all I need in terms of package freshness. I also considered going back to <a href="http://www.gentoo.org/" target="_blank">Gentoo</a> but I don’t think I’d have it in me to sit and wait for the compile times every single time I wanted to install or update something. In the end my curiosity got the best of me and I decided see to what all the fuss about <a href="https://www.archlinux.org/" target="_blank">Arch Linux</a> is about.</p>
<p>I’ve been using it for roughly little more than a month now and I couldn’t be happier. It took some time to get used to it, there’s always a learning curve when changing from distribution to distribution but in this case the curve was gentle enough. It’s publicized as being a somewhat non user friendly distribution but in the end all you have to learn will help you later on. You’ll find yourself being able to fix problems instead of just reinstalling everything just because you don’t even know where to begin with a fix.</p>
<p>Pacman is quite probably the best package manager I’ve used and I’m throwing <a href="http://dev.gentoo.org/~zmedico/portage/doc/man/emerge.1.html" target="_blank">emerge</a> into the equation. I’m yet to need any sort of software installed that I haven’t found on the <a href="https://aur.archlinux.org/" target="_blank">Arch User Repository</a> (AUR) and though you should really learn to install AUR packages by hand first, tools like <a href="https://aur.archlinux.org/packages/pacaur/" target="_blank">Pacaur</a>and <a href="https://aur.archlinux.org/packages/yaourt/" target="_blank">Yaourt</a>turn it into an automated process.</p>
</div>
<footer>
<a rel="full-article" href="/archives/1515">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/archives/1488">Making a OS X 10.9 Mavericks Install USB Drive</a></h1>
<p class="meta">
<time datetime="2013-10-23T00:00:00+01:00" pubdate data-updated="true"></time>
</p>
</header>
<div class="entry-content"><p>Apparently the days of getting new releases of OS X on DVDs is long gone and instead it’s made available in the App Store. If you’re upgrading your existing OS X install you probably have no need for physical media to install it but if you’re willing to do a clean install the .dmg you get from the App Store isn’t very useful. You’ll have to make your own physical install media.</p>
<p>I’ve read about Lion Disk Maker and other extensive ways with multiple steps to build a USB thumb drive capable of installing OS X from scratch. But then I came across a single Terminal command line that does absolutely everything and leaves the USB thumb drive ready to install everything. You’ll need a comfortably sized drive – 8GB should be enough. If possible buy a new one and don’t use it for anything else other than being your OS X install media. First, download Mavericks from the App Store. Then open up a Terminal, plug in your USB drive and type the following – you can use TAB to autocomplete folder names:</p>
<figure class='code'><figcaption><span>Making a OS X 10.9 Mavericks Install USB Drive</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'>sudo /Applications/Install<span class="se">\ </span>OS<span class="se">\ </span>X<span class="se">\ </span>Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install<span class="se">\ </span>OS<span class="se">\ </span>X<span class="se">\ </span>Mavericks.app --nointeraction
</span></code></pre></td></tr></table></div></figure>
<p>Replace <code>/Volumes/Untitled</code> with <code>/Volumes/YourUsbDriveName</code>. Insert your password, wait for some time (I went to get dinner, when I came back ~20 mins later it was still running) and BAM – Bob’s your uncle. Reboot, pick booting from the USB drive (hold Option while booting so you can choose) and you’re good to go.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/archives/1448">Linklog & Yahoo Pipes</a></h1>
<p class="meta">
<time datetime="2013-09-19T00:00:00+01:00" pubdate data-updated="true"></time>
</p>
</header>
<div class="entry-content"><p>So I found a way to combine multiple RSS feeds and present them on a single feed. Turns out Yahoo Pipes, a thing that I had never heard of before, is really useful. My mind was somewhat blown by what I can do with them. I think Yahoo needs to advertise their stuff a little better. Either that or I <em>really</em> need to pay more attention to what’s going on in the intertubes.</p>
<p>In any case, I managed to combine items published through <a href="http://tt-rss.org/redmine/projects/tt-rss/wiki" target="_blank"><span style="text-decoration: underline;">tt-rss</span></a> and another linklog software thingie I use. It’s <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=168514ce88f11afc75a8bb3eec45ad32" target="_blank"><span style="text-decoration: underline;">right here</span></a>. You can turn the pipe result into RSS or JSON or whatever pleases your heart. Full URL is as follows:</p>
<blockquote><p><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=168514ce88f11afc75a8bb3eec45ad32">http://pipes.yahoo.com/pipes/pipe.info?_id=168514ce88f11afc75a8bb3eec45ad32</a></p></blockquote>
<p>It’s mostly newspaper articles and tidbits of information I find useful while on the internet. It’s also available on a widget rss whatchamacallit on this website, one of the right side panels. If you have a link/linklog feed of your own please leave a comment with it, I’m always looking for decent feeds.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/archives/1424">BQ Aquaris 5 Root & Recovery</a></h1>
<p class="meta">
<time datetime="2013-08-28T00:00:00+01:00" pubdate data-updated="true"></time>
</p>
</header>
<div class="entry-content"><p>New gadget thingie. As usual I’m posting some stuff here so I won’t forget it and know where to find it in case I need all the info again.</p>
<p><strong>Rooting the BQ Aquaris 5</strong></p>
<ul>
<li>First, grab <a href="https://mega.co.nz/#!eFdwWJwL!JdQlQy438CHR5ZX_X6dGOTePh8pWVwpavHfWOmIUQv8" target="_blank"><span style="text-decoration: underline;">this file</span></a> and unpack it somewhere on our computer, we’ll need a Windows computer for the next few steps.</li>
<li>I’m not sure if you need to install the PDANet stuff on the “Driver” folder, but I ended up doing it anyway. Didn’t run into any driver problems when I plugged the phone into the computer so I guess it works just fine.</li>
<li>Navigate to Settings / About Phone on the device and press “Build Number” fast a few times until a popup tells you “Developer Options” are available.</li>
<li>Navigate to Settings / Developer Options and enable “USB Debugging”</li>
<li>Plug the phone into the computer and wait till it’s recognized. Make sure it has correct drivers.</li>
<li>Go into the “Ejecutable” folder from the .rar you unpacked and you’ll find a “runme.bat”. Right click it and run as administrator, just in case it needs elevated privileges.</li>
<li>A console will pop up, read what it says and press enter a few times.</li>
<li>Done.</li>
</ul>
</div>
<footer>
<a rel="full-article" href="/archives/1424">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/archives/1393">Is Youtube Making Us (Me) Lazy?</a></h1>
<p class="meta">
<time datetime="2013-02-04T00:00:00+00:00" pubdate data-updated="true"></time>
</p>
</header>
<div class="entry-content"><p>Long gone are the days when I spent nearly 8 hours reading a manual while making a stage 1 Gentoo install. Granted, most of those 8 hours were due to the compile times on the computer available to me at the time but a large part of it was spent reading huge walls of text on how to properly install, maintain, upgrade, tweak, work with emerge, etc..</p>
<p>If it were today, I think I’d Youtube it. I’m pretty sure there’s at least one video guide on how to do it. In fact, it’s not just <em>computer stuff</em> that I find myself searching on Youtube. I find myself choosing Youtube <em>instead</em> of googling for an alternative learning method who could possibly have more information than the video. If I then run into an issue that requires further investigation <em>only then</em> do I do a regular Google search for text.</p>
<p>I’m not quite sure what this means, or even if it means anything at all. Is that a sign that I’m getting lazy when it comes to do proper research? Do I need more information than what is present in a simple video? I suppose that will depend on who makes the video and what is chosen to be presented in it. But still..</p>
<p>There’s a world of information on Youtube. Ted is also quite decent, though it has a completely different scope. I’m unaware of any studies presenting conclusive data on whether people (like me) are starting to choose video as a preferred learning method. Someone better than me should probably do it, it sounds exciting.</p>
<p>What could this mean to the way things are traditionally taught across the globe? Will tablets with video content be used instead of books? Would I learn faster/better with video? There are plenty of possibilities and hypothesis about this, I’d like to know more about it.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/archives/1346">Gnome Classic on Ubuntu 12.10</a></h1>
<p class="meta">
<time datetime="2013-01-20T00:00:00+00:00" pubdate data-updated="true"></time>
</p>
</header>
<div class="entry-content"><p>If there’s one thing I’ve come to find that almost every Ubuntu user agrees to, it has to be the fact that <a href="http://en.wikipedia.org/wiki/Unity_%28user_interface%29" target="_blank">Unity</a> is terrible and I’m sure the Dash plays a big part on one of Dante’s Infernos. Installing nvidia proprietary drivers is a <a href="http://www.dedoimedo.com/computers/ubuntu-quetzal-nvidia.html" target="_blank">nightmare in and of itself</a>. It used to be as simple as clicking a button when a popup (i.e., Jockey) mentioning proprietary drivers were ready to install, now it’s a multi step procedure.</p>
<p>All things considered though, the main issue I have with the “new” Ubuntu is Unity. Some people who don’t like it move to KDE, other people (me) like the GTK interface and choose something like XFCE but Gnome was and will continue being what most people that took the jump to Linux during the Ubuntu “golden age” are used to. This includes older people like possibly our parents, who installed Ubuntu on their machines simply because we told them it was better than what they were using. Change always meets resistance, but if I’m having a hard time getting used to Unity or even failing to see the point in it, those people will surely run away from it like the plague. Personal tastes aside, here’s how you can change that.</p>
<p>For now there’s still a way to revert to the “old” Gnome. You’ll have to open up a console window and type the following in it.</p>
<figure class='code'><figcaption><span>Gnome Classic on Ubuntu 12.10</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'><span class="nv">$ </span>sudo apt-get install gnome-session-fallback
</span></code></pre></td></tr></table></div></figure>
<p>This will install everything you need. The next step is logging out from your current session, then click the icon/symbol right next to your name at the login screen and choose “Gnome Classic”. Insert your password and once the login procedure is complete you’ll be presented with something a bit less confusing.</p>
<p>I will give Unity another chance, eventually. But for now I’m one of those that runs away from it like the plague.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/archives/1340">Nexus 7 Bootloader Unlock & Root</a></h1>
<p class="meta">
<time datetime="2013-01-17T00:00:00+00:00" pubdate data-updated="true"></time>
</p>
</header>
<div class="entry-content"><p>Quick update here, the Nexus 7 is rooted. I found that I miss little things <a href="https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup" target="_blank">Titanium Backup</a> and <a href="https://play.google.com/store/apps/details?id=org.adaway" target="_blank">AdAway</a> a bit too much.</p>
<p>The whole process is pretty straight forward, quite possibly the easiest rooting I had to do. Push 2 buttons and that’s it. I used <a href="http://www.wugfresh.com/nrt/" target="_blank">this</a> tool. There’s <a href="http://forum.xda-developers.com/showthread.php?t=1809195" target="_blank">another way</a> of doing it that incidentally also has a few more tools and options that can make your life easier but the graphical interface and literally “push 2 buttons and we’re done” thing makes the first one a fair bit more attractive if all you want is unlocking the bootloader and rooting.</p>
<p>I won’t make a guide on how to do it since, like I said, the whole process is as easy as it can be. Really. Pushing 2 buttons is all you have to do. And if you find that pushing 2 buttons is too hard for you, the guide/tutorial that comes with the app makes it literally idiot proof.</p>
</div>
</article>
<div class="pagination">
<a class="prev" href="/blog/page/2/">← Older</a>
<a href="/blog/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<br><br><br>
<h1>Shameless plug</h1>
<p><div style="text-align: center;"><img src="https://www.dropbox.com/static/images/logo210.png"></div><br>
Dropbox is a great way to have cloud backups of your vital data. If you don’t have an account and found useful info on this website please consider opening an account with them and helping me get more storage space using the following referral link <a href="http://db.tt/e1Pg2iet" target=blank>http://db.tt/e1Pg2iet</a><br><br>
Thanks!</p>
</section>
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/archives/1556">Using LaTeX in Portuguese</a>
</li>
<li class="post">
<a href="/archives/1552">My .bashrc</a>
</li>
<li class="post">
<a href="/archives/1537">Changing Nvidia Fan Speed on Arch Linux</a>
</li>
<li class="post">
<a href="/archives/1515">Arch Linux</a>
</li>
<li class="post">
<a href="/archives/1488">Making a OS X 10.9 Mavericks Install USB Drive</a>
</li>
</ul>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2013 - Nuno Catarino -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
var disqus_shortname = 'ncatarinogit';
var disqus_script = 'count.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = '//platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>