From ae6bafdf6d69f8adf22a1e4900e4e20b667c0c66 Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Tue, 9 Jan 2018 21:55:29 -0500 Subject: [PATCH] day 8 - downloaded and installed xonsh on my home server. experimenting and configuring it --- .../2018-01-01-100-days-of-code-day006.markdown | 1 + .../2018-01-01-100-days-of-code-day008.markdown | 15 +++++++++++++++ _layouts/post.html | 9 --------- 3 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 _100-days-of-code/2018-01-01-100-days-of-code-day008.markdown diff --git a/_100-days-of-code/2018-01-01-100-days-of-code-day006.markdown b/_100-days-of-code/2018-01-01-100-days-of-code-day006.markdown index 37a9318..26d90be 100644 --- a/_100-days-of-code/2018-01-01-100-days-of-code-day006.markdown +++ b/_100-days-of-code/2018-01-01-100-days-of-code-day006.markdown @@ -86,3 +86,4 @@ class NmapUtility(nmap.PortScanner): return self.scan(self.hostname, portrange, arguments='-sV --script=banner') +``` diff --git a/_100-days-of-code/2018-01-01-100-days-of-code-day008.markdown b/_100-days-of-code/2018-01-01-100-days-of-code-day008.markdown new file mode 100644 index 0000000..f4f5b38 --- /dev/null +++ b/_100-days-of-code/2018-01-01-100-days-of-code-day008.markdown @@ -0,0 +1,15 @@ +--- +layout: post +title: "day 7" +date: 2018-01-09 +categories: programming +--- + +# 100 Days of Code + +### Day 8: +I installed the [xonsh](http://xon.sh/) shell on my home system after a +co-worker introduced me to it earlier today. I am going to be experimenting with it all night +and configuring it with runtime configs and importing my bash aliases and +functions. This is a really cool shell that will help me accelerate how quickly +I learn core skills of python. It's like Ipython and bash had a baby! I am in! diff --git a/_layouts/post.html b/_layouts/post.html index 700ab71..0b28e6b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,12 +4,3 @@ layout: default
{{ content }}
- -