From 1f7cff4d0b8d65a31487c07a0d9a9fc52b202679 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 11 Aug 2015 22:57:07 -0400 Subject: Reformat some posts for new styles --- ...015-03-28-reset-forgotten-password-on-luks-encrypted-ubuntu.markdown | 2 +- _posts/2015-03-29-visualizing-congress-with-d3.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '_posts') 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. -
Ubuntu's GRUB menu
+
Ubuntu's GRUB menu
By going down to the recovery mode option and hitting e, you can edit the GRUB commands. By adding init=/bin/bash at the end of the line beginning with linux that specifies the boot image, you can specify an initial shell to use. Then I hit F10 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: -
+
What profession do all of these senators and congressmen have? Law, law, law, law, business man, law, law, law...
Where are the scientists? Where are the engineers? Where's the rest of... life?
-- cgit v1.2.3