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 }}
- -