day 8 - downloaded and installed xonsh on my home server. experimenting and configuring it

This commit is contained in:
Brendan McDevitt 2018-01-09 21:55:29 -05:00
parent d9eb3e94b4
commit ae6bafdf6d
3 changed files with 16 additions and 9 deletions

View file

@ -86,3 +86,4 @@ class NmapUtility(nmap.PortScanner):
return self.scan(self.hostname, portrange,
arguments='-sV --script=banner')
```

View file

@ -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!

View file

@ -4,12 +4,3 @@ layout: default
<div id="post">
{{ content }}
</div>
<div id="related">
<h2>Related Posts</h2>
<ul class="posts">
{% for post in site.related_posts limit:3 %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>