diff options
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> |