diff options
author | Ben Burwell <ben@benburwell.com> | 2015-08-11 22:59:47 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-08-11 22:59:47 -0400 |
commit | d5560f3dd006cbb21c2ce2da9bbbe723b7fc2a2d (patch) | |
tree | 9989d0c958937611595666f0bafb8a1cdfef1bef /_posts | |
parent | 6b0fad5657d802603cb6f64f51b5387bbfbc2059 (diff) | |
parent | af51b0ef270746181e4d43626074f5b08bcaf9c3 (diff) |
Merge pull request #6 from benburwell/use-primer-css
Use Tiny CSS
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2015-03-28-reset-forgotten-password-on-luks-encrypted-ubuntu.markdown | 2 | ||||
-rw-r--r-- | _posts/2015-03-29-visualizing-congress-with-d3.markdown | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2015-03-28-reset-forgotten-password-on-luks-encrypted-ubuntu.markdown b/_posts/2015-03-28-reset-forgotten-password-on-luks-encrypted-ubuntu.markdown index 5348e94..7837969 100644 --- a/_posts/2015-03-28-reset-forgotten-password-on-luks-encrypted-ubuntu.markdown +++ b/_posts/2015-03-28-reset-forgotten-password-on-luks-encrypted-ubuntu.markdown @@ -20,7 +20,7 @@ I needed to reset my account password. Normally, with physical access to a machi My second approach was to boot into single user mode by editing the GRUB command script. -<div class="center"><a href="/assets/images/ubuntu-grub.png"><img src="/assets/images/ubuntu-grub.png" alt="Ubuntu's GRUB menu"></a></div> +<div class="text-center"><a href="/assets/images/ubuntu-grub.png"><img src="/assets/images/ubuntu-grub.png" alt="Ubuntu's GRUB menu"></a></div> By going down to the recovery mode option and hitting <kbd>e</kbd>, you can edit the GRUB commands. By adding <code>init=/bin/bash</code> at the end of the line beginning with <code>linux</code> that specifies the boot image, you can specify an initial shell to use. Then I hit <kbd>F10</kbd> to boot. diff --git a/_posts/2015-03-29-visualizing-congress-with-d3.markdown b/_posts/2015-03-29-visualizing-congress-with-d3.markdown index e27377d..18e7bb8 100644 --- a/_posts/2015-03-29-visualizing-congress-with-d3.markdown +++ b/_posts/2015-03-29-visualizing-congress-with-d3.markdown @@ -18,7 +18,7 @@ date: 2015-03-29 00:00:00 I've been wanting to learn [D3.js](http://d3js.org/) for a while now, so I decided to create some visualizations of the United States Congress, inspired by Neil deGrasse Tyson: -<div class="center"> +<div class="text-center"> <img alt="What profession do all of these senators and congressmen have?" src="/assets/images/vis_ndgt0.jpg"> <img alt="Law, law, law, law, business man, law, law, law..." src="/assets/images/vis_ndgt1.jpg"><br> <img alt="Where are the scientists? Where are the engineers? Where's the rest of... life?" src="/assets/images/vis_ndgt2.jpg"><br> |