<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>/home/nick</title>
    <link>https://nfalcone.net/</link>
    <description>Recent content on /home/nick</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 18 Feb 2019 07:16:56 -0400</lastBuildDate><atom:link href="https://nfalcone.net/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Dell H330 storage disapearing, Host Not Responding in Vcenter</title>
      <link>https://nfalcone.net/blog/dell-r7425-not-responding-vmware/</link>
      <pubDate>Mon, 18 Feb 2019 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/dell-r7425-not-responding-vmware/</guid>
      <description>Recently got 4 new Dell R7425 servers, all running ESXI 6.5U2. After a few days we were getting hosts intermittenly going Not Responding in vcenter. I knew something was up, upon checking the console via DRAC trying to turn on SSH via the ESXI console screen took about 30 minutes.
Before involving Vmware and Dell Support, the only solution seemed to be powering off the VMs and reseting the host.</description>
    </item>
    
    <item>
      <title>Install DotNet3.5 Windows Server 2012</title>
      <link>https://nfalcone.net/blog/dotnet35-win-2012/</link>
      <pubDate>Mon, 18 Feb 2019 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/dotnet35-win-2012/</guid>
      <description>We have WSUS so we have to do this&amp;hellip; I know there is a way to publish DotNet 3.5 via WSUS but this seems quicker for the once off times 3.5 is needed.
First get your Server 2012 R2 ISO and copy this folder D:\sources\sxs (repace D:\ with whatever your optical drive is) to your desktop
Then open powershell or CMD as admin and run:
dism.exe /online /enable-feature /all /featurename:NetFX3 /source:&amp;quot;c:\users\admin\desktop\sxs&amp;quot; Thats it!</description>
    </item>
    
    <item>
      <title>Install Visual Editor and Parsoid MediaWiki Extensions on Debian Stretch</title>
      <link>https://nfalcone.net/blog/visualeditor-parsoid-debian-stretch/</link>
      <pubDate>Mon, 18 Feb 2019 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/visualeditor-parsoid-debian-stretch/</guid>
      <description>Documentation for installing these two pieces of software exist but seem a bit lacking since I was not successful without some modifications I have included below.
First install the VisualEditor plugin like any other MediaWiki plugin described here under the For the General User section.
Next we need to install parsoid which is the server piece to the VisualEditor plugin. These commands are assumed you are running as root, if not add sudo.</description>
    </item>
    
    <item>
      <title>LXD Container Host Online.net Native IPv6 and NAT IPv4</title>
      <link>https://nfalcone.net/blog/online-net-ipv6-lxd-host/</link>
      <pubDate>Sun, 17 Feb 2019 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/online-net-ipv6-lxd-host/</guid>
      <description>I bought a Start-2-XS-SATA from Online.net. For its low cost and high amount of storage I thought I could turn it into a nice little LXD server. These directions are pretty standard and should work with just about anything from Online.net, but the benefit here is the cheap server and not having to buy multiple IPv4. Also note this was tested on Ubuntu 18.04 because LXD does not easily ship on Debian yet.</description>
    </item>
    
    <item>
      <title>Install Wireguard VPN on Debian 9 Server</title>
      <link>https://nfalcone.net/blog/wireguard-vpn-debian-server/</link>
      <pubDate>Mon, 07 Jan 2019 00:00:00 +0000</pubDate>
      
      <guid>https://nfalcone.net/blog/wireguard-vpn-debian-server/</guid>
      <description>WireGuard is a next-gen VPN server that is supposed to be more simple to configure than OpenVPN, while being faster and beter on latency in the tunnel. Currently it is not listed as a stable piece of software, but in its current state it is still useful and useable.
This article was written and tested using Debian 9 on a Vultr VPS, but should work on any deb based distro.</description>
    </item>
    
    <item>
      <title>Setting up your own IPFS node</title>
      <link>https://nfalcone.net/blog/setup-ipfs-node/</link>
      <pubDate>Sun, 06 Jan 2019 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/setup-ipfs-node/</guid>
      <description>IPFS is a peer-to-peer hypermedia protocol to make the web faster, safer, and more open. It is similar to combining HTTP publishing with bittorrent. In order to participate and publish files one needs to run a node. These instructions assume running as root, so add sudo if not.
Get latest version of ipfs node software and install.
wget https://dist.ipfs.io/go-ipfs/v0.4.18/go-ipfs_v0.4.18_linux-amd64.tar.gz tar zxvf go-ipfs_v0.4.18_linux-amd64.tar.gz mv go-ipfs/ipfs /usr/local/bin/ chmod +x /usr/loca/bin/ipfs create a user for ipfs to run as</description>
    </item>
    
    <item>
      <title>Setting up a Syncthing Relay on Linux</title>
      <link>https://nfalcone.net/blog/syncthing-relay-server/</link>
      <pubDate>Sat, 05 Jan 2019 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/syncthing-relay-server/</guid>
      <description>Syncthing is an awesome tool for keeping a folder in sync among multiple computers or servers. Its a great open source alternative to Resilo Sync (previously BTsync). In order for computers to find each other to begin syncing folders the software relies on relays. A nice way to give back to an open source software project like this is running a relay. These work great on a VPS or similar computer with lots of fast bandwidth.</description>
    </item>
    
    <item>
      <title>OpenBSD 6.2 web server with httpd and certbot</title>
      <link>https://nfalcone.net/blog/openbsd-httpd-certbot/</link>
      <pubDate>Thu, 19 Oct 2017 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/openbsd-httpd-certbot/</guid>
      <description>This was tested on OpenBSD 6.2, your experience may very depending on your version.
httpd is chroot&amp;rsquo;d so the /htdocs in the config below refers to /var/www/htdocs on the actual server filesystem.
Enable httpd
echo &#39;httpd_flags=&amp;quot;&amp;quot;&#39; &amp;gt; /etc/rc.conf.local Now install certbot and request our certificate: (In previous OpenBSD versions it was called acmeclient)
echo &#39;export PKG_PATH=https://ftp5.usa.openbsd.org/pub/OpenBSD/6.2/packages/amd64/&#39; &amp;gt;&amp;gt; /root/.profile pkg_add -v certbot certbot certonly --standalone --preferred-challenges http -d example.com Next let&amp;rsquo;s create our httpd config</description>
    </item>
    
    <item>
      <title>Imapsync On Debian Jessie</title>
      <link>https://nfalcone.net/blog/imapsync-debian-jessie/</link>
      <pubDate>Thu, 27 Apr 2017 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/imapsync-debian-jessie/</guid>
      <description>Because of some licensing dispute/change Imapsync is no longer in Debian or Ubuntu default repos and has to be compiled from source.
There are a lot of sites out there with instructions to get it working on a Debian or ubuntu server but none of them ever totally worked for me. I compiled these instructions after a bit of trial and error and have migrated a bunch of mail servers with this great tool.</description>
    </item>
    
    <item>
      <title>Shortel Phones DHCP Server Option 156 on Sophos XG</title>
      <link>https://nfalcone.net/blog/shortel-phone-sophos-xg-dhcp/</link>
      <pubDate>Tue, 11 Apr 2017 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/shortel-phone-sophos-xg-dhcp/</guid>
      <description>Not a lot of documentation seeems to exist yet for the Sophos XG firewalls, and what does exist is somewhat sparse.
For some of our smaller sites that do not have a full fledged Windows server providing DHCP, we use whatever is built into the firewall.
This can be added to your Sophos XG firewall in just two commands.
First open console on your Sophos XG, whether that is via the web console Or via SSH and select 4) Then we need to create the actual option for the DHCP config</description>
    </item>
    
    <item>
      <title>Uninstall Exchange 2010 - Could not find any Domain Controller in domain</title>
      <link>https://nfalcone.net/blog/uninstall-exchange-2010-error/</link>
      <pubDate>Tue, 11 Apr 2017 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/uninstall-exchange-2010-error/</guid>
      <description>After wrapping up an Exchange 2016 migration it was time to decommission our old Exchange 2010 server.To do so, it is as easy as going to Control Panel &amp;gt; Programs and Features &amp;gt; and Uninstall Microsoft Exchange 2010
The uninstall wizard handles all the Active Directory object cleanup and removes the old server from the hybrid exchange group.
When running though the wizard gives the error:
Could not find any available Domain Controller in domain DC=d,DC=domain,DC=com.</description>
    </item>
    
    <item>
      <title>Setting up a Danted SOCKS Proxy Server on Debian Jessie</title>
      <link>https://nfalcone.net/blog/danted-socks-proxy-server/</link>
      <pubDate>Thu, 23 Feb 2017 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/danted-socks-proxy-server/</guid>
      <description>Since dante-server is no longer included in Debian&amp;rsquo;s repos (as of Squeeze?) this post describes how to install it on a Debian 8 Jessie system. Note that there are some security considerations with this software, including that it may be excluded from Debian because of. Also note you may need to run these commands with sudo in front of them if you are not root.
First need to install some pre-reqs</description>
    </item>
    
    <item>
      <title>PHP 5.6 on Ubuntu 14.04</title>
      <link>https://nfalcone.net/blog/php56-on-ubuntu-1404-server/</link>
      <pubDate>Fri, 11 Mar 2016 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/php56-on-ubuntu-1404-server/</guid>
      <description>Ubuntu 14.04 is an LTS and great, stable release of Ubuntu Linux (the server edition). Though it was released in 2014, there are some issues with the age of packages available to it.
One is PHP. The latest PHP for 14.04 is ~5.5.9 and is not scheduled to get a 5.6 package.
To fix this we have to add some PPAs for the backported versions.
First for PHP:
sudo add-apt-repository ppa:ondrej/php5-5.</description>
    </item>
    
    <item>
      <title>Building an OpenBSD Desktop (or laptop)</title>
      <link>https://nfalcone.net/blog/building-openbsd-desktop-laptop/</link>
      <pubDate>Sun, 21 Feb 2016 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/building-openbsd-desktop-laptop/</guid>
      <description>Note: This guide takes some liberties assuming you were able to install OpenBSD on your own. Also this guide was written and tested on the latest at the time OpenBSD 5.8.
Also basic networking whether that is wired or wireless is needed to be setup, so that is up to you.
First when installing OpenBSD make sure you say to:
Do you expect to run the X Window System? [yes] yes Do you want the X Window System to be started by xdm(1)?</description>
    </item>
    
    <item>
      <title>Getting started with hakyll on FreeBSD</title>
      <link>https://nfalcone.net/blog/getting-started-hakyll-on-freebsd/</link>
      <pubDate>Wed, 17 Feb 2016 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/getting-started-hakyll-on-freebsd/</guid>
      <description>Since I have recently switched my site over to be on FreeBSD 10.2 server I figured it would be a good time to write up how I got hakyll installed. Setting it up on Debian turned out to be a bit of an ordeal the first few times, so I was very pleasantly surprised to find out how much easier it was to install on FreeBSD.
There is no hakyll package for FreeBSD so we will be installing cabal and installing via that, which is better anyway.</description>
    </item>
    
    <item>
      <title>My NeXTstations Regular, Turbo, Turbo Color</title>
      <link>https://nfalcone.net/blog/my-nextstations-next-month/</link>
      <pubDate>Tue, 16 Feb 2016 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/my-nextstations-next-month/</guid>
      <description>In honor of NeXT Month for the month of February on /r/retrobattlestations
Here&amp;rsquo;s a few pictures of my NeXT gear, I have a NeXTstation, NeXTstation Turbo, and NeXTstation Turbo Color. In the pics I was only able to get my Turbo mono to work. The regular NeXTstation I have is really just for parts and I am still trying to figure out why the Turbo Color does not turn on now (anyone have any ideas?</description>
    </item>
    
    <item>
      <title>Console Access to Nortel Baystack 5510-48T</title>
      <link>https://nfalcone.net/blog/console-access-to-nortel-baystack-5510-48t/</link>
      <pubDate>Sun, 17 Jan 2016 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/console-access-to-nortel-baystack-5510-48t/</guid>
      <description>For my homelab setup I purchased a Baystack 5510-48T, this filled my need for a manageable (semi)Layer 3 switch and at a great price. I really wanted some cisco gear but it was just way out of budget for the home.
I snagged the switch off ebay for ~$50 which is amazing for 48 gig ports. After racking, I needed to console into the device to set an IP and make sure telnet was working.</description>
    </item>
    
    <item>
      <title>Deploying an authoritative DNS server running NSD.</title>
      <link>https://nfalcone.net/blog/deploying-an-authoritative-dns-server-with-nsd/</link>
      <pubDate>Tue, 04 Aug 2015 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/deploying-an-authoritative-dns-server-with-nsd/</guid>
      <description></description>
    </item>
    
    <item>
      <title>About</title>
      <link>https://nfalcone.net/page/about/</link>
      <pubDate>Fri, 03 Apr 2015 02:13:50 +0000</pubDate>
      
      <guid>https://nfalcone.net/page/about/</guid>
      <description>About Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt. Aenean lacinia, leo quis vehicula eleifend, quam libero sagittis erat, at euismod augue mauris et sapien.</description>
    </item>
    
    <item>
      <title>Contact</title>
      <link>https://nfalcone.net/page/contact/</link>
      <pubDate>Fri, 03 Apr 2015 02:13:50 +0000</pubDate>
      
      <guid>https://nfalcone.net/page/contact/</guid>
      <description>Contact Aenean ipsum justo, semper eu nisl ut, pretium tincidunt sem. Praesent et diam sit amet lacus lobortis dictum a id lacus. Quisque hendrerit sit amet turpis eu varius. Ut id lorem ac felis ultrices tincidunt. Pellentesque consequat arcu ac fringilla imperdiet. Phasellus pellentesque, sapien non pulvinar blandit, sapien ante aliquet felis, vel porttitor sapien ante in lacus. Fusce non urna aliquet, malesuada nibh vel, luctus urna. Phasellus ut lacus molestie, varius purus quis, malesuada lorem.</description>
    </item>
    
    <item>
      <title>My awesome project</title>
      <link>https://nfalcone.net/project/my-awesome-project/</link>
      <pubDate>Tue, 18 Nov 2014 02:13:50 +0000</pubDate>
      
      <guid>https://nfalcone.net/project/my-awesome-project/</guid>
      <description>About project Aenean ipsum justo, semper eu nisl ut, pretium tincidunt sem. Praesent et diam sit amet lacus lobortis dictum a id lacus. Quisque hendrerit sit amet turpis eu varius. Ut id lorem ac felis ultrices tincidunt. Pellentesque consequat arcu ac fringilla imperdiet. Phasellus pellentesque, sapien non pulvinar blandit, sapien ante aliquet felis, vel porttitor sapien ante in lacus. Fusce non urna aliquet, malesuada nibh vel, luctus urna. Phasellus ut lacus molestie, varius purus quis, malesuada lorem.</description>
    </item>
    
    <item>
      <title>Getting a hang of hakyll</title>
      <link>https://nfalcone.net/blog/getting-a-hang-of-hakyll/</link>
      <pubDate>Sun, 28 Sep 2014 07:16:56 -0400</pubDate>
      
      <guid>https://nfalcone.net/blog/getting-a-hang-of-hakyll/</guid>
      <description>Okay so I figured for my first post for this &amp;ldquo;blog&amp;rdquo; I would write a few things on why I chose Hakyll, the site genrator for which this site is built with.
First, I have frequently used Jekyll for most of my projects that require a web page. It works fairly well and I know the ins and outs of it. So despite how much I like jekyll, and how well it works for me I always am looking to change something up or learn something new.</description>
    </item>
    
    <item>
      <title>Migrating from Jekyll</title>
      <link>https://nfalcone.net/blog/test/</link>
      <pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
      
      <guid>https://nfalcone.net/blog/test/</guid>
      <description>Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like
▾ &amp;lt;root&amp;gt;/ ▾ images/ logo.png  should become
▾ &amp;lt;root&amp;gt;/ ▾ static/ ▾ images/ logo.png  Additionally, you&amp;rsquo;ll want any files that should reside at the root (such as CNAME) to be moved to static.</description>
    </item>
    
  </channel>
</rss>
