<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>From: Past Self, To: Future Self</title>
    <link>https://blog.mgauto.me/</link>
    <description>Recent content on From: Past Self, To: Future Self</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 01 May 2017 10:04:06 -0400</lastBuildDate>
    
	<atom:link href="https://blog.mgauto.me/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Installing Netdisco</title>
      <link>https://blog.mgauto.me/post/installing-netdisco/</link>
      <pubDate>Mon, 01 May 2017 10:04:06 -0400</pubDate>
      
      <guid>https://blog.mgauto.me/post/installing-netdisco/</guid>
      <description>Installing Netdisco What is Netdisco Netdisco is an application that is meant to manage the switches on larger networks. It crawls the network and maps associations using LLDP. This mapping allows administrators to see what ports connect the devices on the network together.
Prerequisites We are going to be installing netdisco on Ubuntu 16.04. This guide assumes you have a machine that is running that OS.
Installing Netdisco  Ensure you machine is up to date: sudo apt-get update &amp;amp;&amp;amp; apt-get upgrade Install the dependencies: sudo apt-get install curl libdbd-pg-perl libsnmp-perl libssl-dev build-essential Create a user for netdisco: sudo useradd -m -p x -s /bin/bash netdisco Install postgres: sudo apt-get install postgresql Setup Postgres  Switch to the postgres user: sudo su - postgres Create a user for netdisco: createuser -DRSP netdisco  This will prompt you for a password.</description>
    </item>
    
    <item>
      <title>Setting up an APT Mirror</title>
      <link>https://blog.mgauto.me/post/apt-mirror/</link>
      <pubDate>Thu, 06 Apr 2017 09:14:02 -0400</pubDate>
      
      <guid>https://blog.mgauto.me/post/apt-mirror/</guid>
      <description>Introductory Paragraph Hello! Well, I have taken it upon myself to setup an APT mirror on site to speed up provisioning of machines here. I am working on setting up Foreman and decided that my iteration time was too slow. I&amp;rsquo;ll talk about the Foreman install in another post.
Anyway!
So you want to set up an APT mirror. When you looked around on Google you saw a bunch of posts from a long time ago that have failed to produce a working installation.</description>
    </item>
    
    <item>
      <title>Hello World (maybe)</title>
      <link>https://blog.mgauto.me/post/hello-world/</link>
      <pubDate>Wed, 05 Apr 2017 09:00:27 -0400</pubDate>
      
      <guid>https://blog.mgauto.me/post/hello-world/</guid>
      <description>Hello to anyone out there! My name is Manuel Gauto, and as I imagine you saw on the last page, I am an IT Engineer.
This blog exists to give me a place to write down some of my [mis]adventures in order to help future self remember how to solve old problems. I hope that some of the solutions that I post here will one day help someone else out there.</description>
    </item>
    
  </channel>
</rss>