<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lonely Files on Scattered Drives</title>
    <link>/</link>
    <description>Recent content on Lonely Files on Scattered Drives</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 15 Apr 2024 16:09:35 -0400</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Az 104</title>
      <link>/posts/az-104/</link>
      <pubDate>Mon, 15 Apr 2024 16:09:35 -0400</pubDate>
      
      <guid>/posts/az-104/</guid>
      <description>I am now Azure certified, I passed my AZ-104 cert a few weeks ago. I&amp;rsquo;ve been using both Azure and AWS for years now, and wanted to sit down and actually get certified. On my list next would be the Azure Architect cert and then move on to getting my AWS certs. You can view my badge here </description>
    </item>
    
    <item>
      <title>Devs should not manually write Dockerfiles</title>
      <link>/posts/nomanualdockerfilecreation/</link>
      <pubDate>Thu, 08 Feb 2024 12:18:15 -0500</pubDate>
      
      <guid>/posts/nomanualdockerfilecreation/</guid>
      <description>Another quick one. So I just learned about a new feature in Docker Desktop in which Docker Desktop can create a Dockerfile just by examining the code in your directory tree, which is pretty cool, so I updated my version of Docker Desktop to take advantage of this new feature, and it re-enforced my belief that Devs should not manually create Dockerfiles. Let&amp;rsquo;s have a look at the output from the command docker init # syntax=docker/dockerfile:1 # Comments are provided throughout this file to help you get started.</description>
    </item>
    
    <item>
      <title>Hugo Gitsubmodule Error</title>
      <link>/posts/hugo-gitmodule-error/</link>
      <pubDate>Tue, 06 Feb 2024 08:50:34 -0500</pubDate>
      
      <guid>/posts/hugo-gitmodule-error/</guid>
      <description>So I&amp;rsquo;ve run into this error everytime I&amp;rsquo;ve cloned my site or pretty much any Hugo template, but it was really annoying for me when it comes to my personal blog, I would clone my private git repo and try to build my site and I would see the below error message WARN 2024/02/06 07:26:21 found no layout file for &amp;#34;html&amp;#34; for kind &amp;#34;page&amp;#34;: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.</description>
    </item>
    
    <item>
      <title>2024</title>
      <link>/posts/2024/</link>
      <pubDate>Tue, 06 Feb 2024 07:20:11 -0500</pubDate>
      
      <guid>/posts/2024/</guid>
      <description>HAPPY NEW YEAR!!! to all, I will try and post more in 2024! </description>
    </item>
    
    <item>
      <title>A New Home</title>
      <link>/posts/a_new_home/</link>
      <pubDate>Thu, 29 Sep 2022 11:31:32 -0400</pubDate>
      
      <guid>/posts/a_new_home/</guid>
      <description>I moved fabianbrash.com from running on DOKS to running inside of an s3 bucket fronted by cloudfront, but why? Simple cost. DO has a great k8s offering but their last round of price increases meant that I would now be paying over $90/month for 3 small k8s nodes, and even with the fact that I deployed other APPS into the cluster, I just couldn&amp;rsquo;t justify the cost, so I switched. I am also going to look into how to host other APPS I make in the future, I do have access to internal k8s clusters, but I have no interest in opening those up to the outside world and deal with the security risks that come with that.</description>
    </item>
    
    <item>
      <title>CKA</title>
      <link>/posts/cka/</link>
      <pubDate>Tue, 27 Sep 2022 16:20:27 -0400</pubDate>
      
      <guid>/posts/cka/</guid>
      <description>I&amp;rsquo;ve passed my CKA!!! </description>
    </item>
    
    <item>
      <title>TKGm Node Pools</title>
      <link>/posts/tkgm-node-pools/</link>
      <pubDate>Sat, 25 Jun 2022 13:26:23 -0400</pubDate>
      
      <guid>/posts/tkgm-node-pools/</guid>
      <description>So I ran into an issue today, I was deploying TAP on a TKGm cluster on-prem and I went with one of the available t-shirt sizes for my nodes &amp;mdash; After I deployed TAP I noticed that the buildservice kept failing so I started to do a little troubleshooting, and when I checked the events I noticed that their were errors regarding disk pressure on the nodes and the pods being evicted, and then I remembered that TAP requires a minimum of 70GB of disk space on the worker nodes and I only had 40GB.</description>
    </item>
    
    <item>
      <title>Google Strikes Again</title>
      <link>/posts/google-strikes-again/</link>
      <pubDate>Sun, 22 May 2022 10:02:29 -0400</pubDate>
      
      <guid>/posts/google-strikes-again/</guid>
      <description>So at my new job I&amp;rsquo;ve been learning TAP(Tanzu Application Platform) and as apart of that I&amp;rsquo;ve had to setup a domain so I can build new apps and serve them from that domain, so obviously I just picked a domain from a list of domains that I own, and the domain I chose was alexanderbrash.dev; simple enough, but then I noticed that when I tried to access the TAP GUI in Chrome or Firefox I was getting redirected to the https version of the site and of course I hadn&amp;rsquo;t setup any certs or anything I was just messing around, even if I used an incognito window or tab, same thing, every time I would go to http://tap-gui.</description>
    </item>
    
    <item>
      <title>Letsencrypt Cert for  your VCSA</title>
      <link>/posts/letsencrypt-cert-vcsa/</link>
      <pubDate>Wed, 23 Jun 2021 18:08:38 -0400</pubDate>
      
      <guid>/posts/letsencrypt-cert-vcsa/</guid>
      <description>So I just had to renew my letsencrypt certificate for my VCSA and ran into a few issues and I wanted to write them down here, so I will go through creating the cert and adding it to your VCSA in the below blog post. I will assume you have certbot only installed on your machine Let&amp;rsquo;s create our cert certbot certonly -d myservice.domain.com --manual --preferred-challenges dns --agree-tos -m mail@mail.com Of course make changes as needed from the above command, then follow the instructions to add a TXT record to your DNS provider Now comes the tricky bit of assemblying the certificate in a way that your VCSA will accept it and not choke, the below blog helped out quite a bit.</description>
    </item>
    
    <item>
      <title>Been a While</title>
      <link>/posts/been-a-while/</link>
      <pubDate>Thu, 10 Jun 2021 10:25:33 -0400</pubDate>
      
      <guid>/posts/been-a-while/</guid>
      <description>It&amp;rsquo;s been a while since I&amp;rsquo;ve posted on here but I&amp;rsquo;ve been quite busy, I&amp;rsquo;ve started to study for my CKA, plus I&amp;rsquo;ve been doing some React/Next.js/Redux work. I&amp;rsquo;ve built a couple of apps and I&amp;rsquo;m hosting them on Vercel check them out below. Hulu 2.0
Tesla Clone
I hope to add some more to the above list, one app I&amp;rsquo;m thinking about is building a crypto bank app using Next.</description>
    </item>
    
    <item>
      <title>Migration to Hugo Part1</title>
      <link>/posts/migration-to-hugo-part1/</link>
      <pubDate>Sat, 30 Jan 2021 10:45:38 -0500</pubDate>
      
      <guid>/posts/migration-to-hugo-part1/</guid>
      <description>Well after thinking about migrating from Wordpress I&amp;rsquo;ve actually done it, I&amp;rsquo;ve migrated the blog over to Hugo a static site generator; I will have a full write up on the reasons behind me migrating off of Wordpress but for now I just wanted to write something quick and get the infra in place to make the move. More to come&amp;hellip; </description>
    </item>
    
    <item>
      <title>Kubernetes DNS issues</title>
      <link>/posts/kubernetes-dns-issues/</link>
      <pubDate>Thu, 21 Jan 2021 19:07:12 -0500</pubDate>
      
      <guid>/posts/kubernetes-dns-issues/</guid>
      <description>So I ran into an interesting issue today, I had provisioned a new k8s cluster using kubeADM but I replaced docker with containerD, everything was smooth and then I deployed prometheus and grafana using helm, and I noticed that I couldn’t connect grafana to prometheus I had installed istio so I thought that was the issue, maybe by default istio was messing with the pods network communication, but I also noticed that when I tried to install a dashboard from grafana I received an error, so the container couldn’t reach grafana.</description>
    </item>
    
    <item>
      <title>Bug(s) already</title>
      <link>/posts/bugs-already/</link>
      <pubDate>Mon, 26 Oct 2020 16:32:00 -0400</pubDate>
      
      <guid>/posts/bugs-already/</guid>
      <description>So that didn’t take long, after only 24 hours I’ve run into my first issue thankfully the fix was simple. When I went to create a post or edit a post I kept seeing the following error message “Updating failed. Error message: The response is not a valid JSON response.” After some Googling around I found this thread https://wordpress.org/support/topic/updating-failed-error-message-the-response-is-not-a-valid-json-response-2/ scrolling down I found my answer, head back to admin settings &amp;amp; permalinks and re-save your settings I changed mine so WordPress can respond to API calls, well apparently something funky happens to those settings after the upgrade and you need to just hit the save button again.</description>
    </item>
    
    <item>
      <title>WordPress Upgrade</title>
      <link>/posts/wordpress-upgrade/</link>
      <pubDate>Mon, 26 Oct 2020 16:30:00 -0400</pubDate>
      
      <guid>/posts/wordpress-upgrade/</guid>
      <description>I’ve upgraded WordPress to v5.5.1 let’s see how many issues I run into, every time I do an upgrade I find little crazy bugs. </description>
    </item>
    
    <item>
      <title>CKAD Cert passed!!</title>
      <link>/posts/ckad-cert-passed/</link>
      <pubDate>Mon, 19 Oct 2020 20:30:00 -0400</pubDate>
      
      <guid>/posts/ckad-cert-passed/</guid>
      <description>I’ve passed my CKAD! this is a little delayed because I’ve been super busy. </description>
    </item>
    
    <item>
      <title>Site Outage</title>
      <link>/posts/site-outage/</link>
      <pubDate>Mon, 19 Oct 2020 20:30:00 -0400</pubDate>
      
      <guid>/posts/site-outage/</guid>
      <description>It seems my mariadb container restarted which caused the site to become unstable, I killed both my front end pods and let k8s restart them and it all seems to be working right now, I need to do some investigation as to why the DB restarted. </description>
    </item>
    
    <item>
      <title>k8s upgrade</title>
      <link>/posts/k8s-upgrade/</link>
      <pubDate>Thu, 21 May 2020 01:39:00 -0400</pubDate>
      
      <guid>/posts/k8s-upgrade/</guid>
      <description>Well I decided to upgrade my k8s cluster this morning to see what kind of damage I could inflict on the site, well a lot I took it down, I think a huge part of it is, I am only running 2 nodes and they are 2×4(2CPU, 4GB of RAM) and there just wasn’t enough resource once the rolling upgrade began. Also once the upgrade was complete my front end deployment was still broken I am running a service mesh and it seems the proxies timed-out waiting for resources, so the deployment was half up half down; luckily this was a simple fix, kubectl rollout restart deploy my_deploy again I think the core issue here is just not enough resource in the cluster.</description>
    </item>
    
    <item>
      <title>Kubernetes migration</title>
      <link>/posts/kubernetes-migration/</link>
      <pubDate>Tue, 28 Apr 2020 01:27:20 -0400</pubDate>
      
      <guid>/posts/kubernetes-migration/</guid>
      <description>Well the migration to Kubernetes is complete the blog is now running on a managed k8s cluster on DigitalOcean. I will have some write ups on how I got here and where I go from here, but for now I’m just monitoring the blog to see how it performs, and make certain there are no security holes. I did very quickly find the source of my WP admin slowness thanks to a nice little WP plugin QueryMonitor again much, much more to come.</description>
    </item>
    
    <item>
      <title>Migration</title>
      <link>/posts/migration-2/</link>
      <pubDate>Thu, 16 Apr 2020 19:57:33 -0400</pubDate>
      
      <guid>/posts/migration-2/</guid>
      <description>I am working on migrating my blog to a managed Kubernetes platform, more than likely it will be DigitalOcean, more to come… </description>
    </item>
    
    <item>
      <title>TLS- Renewed</title>
      <link>/posts/tls-renewed/</link>
      <pubDate>Tue, 24 Mar 2020 16:04:50 -0400</pubDate>
      
      <guid>/posts/tls-renewed/</guid>
      <description>I’ve renewed my TLS certificate, sorry for the inconvenience </description>
    </item>
    
    <item>
      <title>CoreDNS</title>
      <link>/posts/coredns/</link>
      <pubDate>Sat, 04 Jan 2020 23:57:01 -0500</pubDate>
      
      <guid>/posts/coredns/</guid>
      <description>So I had some challenges getting this up and running but I found a few blog post that helped me out: Setting up a vSphere lab with CoreDNS in Docker https://dev.to/robbmanes/running-coredns-as-a-dns-server-in-a-container-1d0 the first issue I had was a lot of Linux distros use systemd-resolved I am using photon OS and of course it does also so the first thing to do is
sudo systemctl stop systemd-resolved sudo systemct disable systemd-resolved the reason for this is it consumes udp 53 which you’re container needs to run on the next issue I had was usually I can docker exec bash into a container, well this container is slim and I mean slim there is not bash no anything I kept getting an OCI error when I attempted to run any exec commands so I had to use the below docker command docker run -d -p 53:53/udp --rm --name coredns -v /static_content/coredns_config/:/root/ coredns/coredns -conf /root/Corefile again big help from the above blog postings.</description>
    </item>
    
    <item>
      <title>umds stack</title>
      <link>/posts/umds-stack/</link>
      <pubDate>Sun, 28 Apr 2019 14:30:13 -0400</pubDate>
      
      <guid>/posts/umds-stack/</guid>
      <description>I have created a umds stack file and have begun running umds on a single node docker swarm, also this version is using nginx as a web server instead of the simple http server python provides—the stack file can be found here Please stay tuned I will have a full write up on this soon… </description>
    </item>
    
    <item>
      <title>umds6.7 docker container</title>
      <link>/posts/umds6-7-docker-container/</link>
      <pubDate>Wed, 06 Mar 2019 23:51:25 -0500</pubDate>
      
      <guid>/posts/umds6-7-docker-container/</guid>
      <description>So I have created a docker container for umds 6.7 please check it out on docker hub, I also have a complete write up as to how to use the container. </description>
    </item>
    
    <item>
      <title>UMDS 6.7 vs 6.5</title>
      <link>/posts/umds-6-7-vs-6-5/</link>
      <pubDate>Tue, 05 Feb 2019 11:53:06 -0500</pubDate>
      
      <guid>/posts/umds-6-7-vs-6-5/</guid>
      <description>I just wanted to write a post on the differences between VMware’s Linux based UMDS 6.7 vs 6.5, one big change is that postgres is no longer required in 6.7. So here is a quick walkthrough in installing UMDS 6.7.x I will be using CentOS 7 minimal, mount your VCSA 6.7 DVD inside your cent VM and copy the VMware-UMDS-6.7.0-10164201.tar.gz from the umds directory to anywhere you desire /tmp is a good place.</description>
    </item>
    
    <item>
      <title>Enable Syslog Esxi</title>
      <link>/posts/enable-syslog-esxi/</link>
      <pubDate>Wed, 30 Jan 2019 11:57:01 -0500</pubDate>
      
      <guid>/posts/enable-syslog-esxi/</guid>
      <description>So I wanted to enable Syslog on my PSC’s, VCSA’s, and on my Esxi servers and while enabling Syslog on the PSC’s and VCSA’s are pretty straight forward I did run into a bit of an issue enabling it on Esxi. The big gotcha is make certain the service is running, and that the firewall rule is enabled to allow UDP 514 or TCP 514 “Outbound” just like the pics below.</description>
    </item>
    
    <item>
      <title>Wordpress 5.x Growing Pains</title>
      <link>/posts/wordpress-5-x-growing-pains/</link>
      <pubDate>Wed, 02 Jan 2019 17:47:11 +0000</pubDate>
      
      <guid>/posts/wordpress-5-x-growing-pains/</guid>
      <description>I&amp;rsquo;ve noticed a few issues on the site with the recent upgrade to 5.x&amp;mdash;-Fixes coming soon. </description>
    </item>
    
    <item>
      <title>Inaccessible VM&#39;s in VSAN</title>
      <link>/posts/inaccessible-vm-in-vsan/</link>
      <pubDate>Wed, 02 Jan 2019 11:11:58 +0000</pubDate>
      
      <guid>/posts/inaccessible-vm-in-vsan/</guid>
      <description>So in my home lab I had to shutdown my server so I could add some memory and when I started everything back up I noticed that I few of my VM&amp;rsquo;s in my nested vSAN cluster had inaccessible next to them, so I started Googling around and I found the solution below: SSH into the vCenter that hosts your vSAN cluster(s) and then execute the below commands: rvc administrator@vsphere.local@localhost vsan.</description>
    </item>
    
    <item>
      <title>Disk Not Found</title>
      <link>/posts/disk-not-found/</link>
      <pubDate>Wed, 12 Sep 2018 00:00:55 +0000</pubDate>
      
      <guid>/posts/disk-not-found/</guid>
      <description>So I had an issue trying to upgrade from ESXi 5.5 to 6.0, for some reason the upgrade process would not recognize the RAID 1 that ESXi was installed, after looking around I realized that the HP Smart Array firmware was on 3.x so I loaded the HP SPP which upgraded the firmware to 6.x, and viola, drive showed up during the upgrade process. Lesson here, keep your servers firmware up to date.</description>
    </item>
    
    <item>
      <title>Photon OS 1.x /root partition full</title>
      <link>/posts/photonos-root-full/</link>
      <pubDate>Fri, 20 Jul 2018 18:50:34 +0000</pubDate>
      
      <guid>/posts/photonos-root-full/</guid>
      <description>Ran into an issue today in which our gitlab server running in a docker container using VMware&amp;rsquo;s photonOS 1.x ran out of disk space on the /root partition by default this partition is only ~15GB; while the container was still running and I could log into gitlab I couldn&amp;rsquo;t clone any repos. The solution, simply add space to the disk in vCenter and boot the VM into GParted live an extend /dev/sda1 in my case, reboot, and all was good Thank goodness for GParted Live.</description>
    </item>
    
    <item>
      <title>First APP</title>
      <link>/posts/first-app/</link>
      <pubDate>Fri, 15 Jun 2018 00:44:43 +0000</pubDate>
      
      <guid>/posts/first-app/</guid>
      <description>Well, I&amp;rsquo;ve built my first web app, it&amp;rsquo;s hosted on DigitalOcean, here it uses Bootstrap for the frontend with some skinning by MDB and the backend is SailsJS utilizing Mongo for a DB. </description>
    </item>
    
    <item>
      <title>Performance Issues</title>
      <link>/posts/performance-issues/</link>
      <pubDate>Thu, 15 Mar 2018 22:14:25 +0000</pubDate>
      
      <guid>/posts/performance-issues/</guid>
      <description>I&amp;rsquo;ve noticed some performance issues since enabling TLS, I&amp;rsquo;m working on finding the root cause. </description>
    </item>
    
    <item>
      <title>TLS Enabled</title>
      <link>/posts/tls-enabled/</link>
      <pubDate>Fri, 02 Mar 2018 19:52:58 +0000</pubDate>
      
      <guid>/posts/tls-enabled/</guid>
      <description>I&amp;rsquo;ve completed enabling TLS site wide, I will continue to test to make certain everything is working properly. </description>
    </item>
    
    <item>
      <title>Migration</title>
      <link>/posts/migration/</link>
      <pubDate>Thu, 01 Mar 2018 17:54:22 +0000</pubDate>
      
      <guid>/posts/migration/</guid>
      <description>The site was down earlier today so I could migrate my WordPress blog into my root directory&amp;mdash;The migration is now complete, next up SSL. </description>
    </item>
    
    <item>
      <title>/boot No Free Space</title>
      <link>/posts/boot-no-free-space/</link>
      <pubDate>Wed, 11 Oct 2017 12:23:59 +0000</pubDate>
      
      <guid>/posts/boot-no-free-space/</guid>
      <description>So I had an issue today in which I kept getting an error message when I attempted to upgrade my ubuntu server, it basically said I was out of disk space, which was odd as I had a 2TB drive as this is a Plex server, after running df -h I quickly noticed that /boot was @ 100% full, so after a quick Google I found the below solution. If /boot is 100% full you will not be able to just run &amp;lsquo;sudo apt-get autoremove&amp;rsquo; you&amp;rsquo;ll receive a bunch of error messages, so you will have to manually delete some files.</description>
    </item>
    
    <item>
      <title>Errors: Invalid operation requested: This ruleset is required and cannot be disabled</title>
      <link>/posts/errors-invalid-operations/</link>
      <pubDate>Wed, 19 Jul 2017 13:00:17 +0000</pubDate>
      
      <guid>/posts/errors-invalid-operations/</guid>
      <description>So I had to call VMware support today because I noticed on all of our Esxi 6.5 hosts when I attempted to run services.sh restart I received the following message &amp;ldquo;Errors: Invalid operation requested: This ruleset is required and cannot be disabled&amp;rdquo; which made no sense to me as I am accustomed to seeing all services restart when I entered that command. But after a brief communication with VMware support they informed me that that was the new expected behavior for that command, and in order to see the services restart, I need to run the following command &amp;quot; services.</description>
    </item>
    
    <item>
      <title>Home Lab Servers and Switch</title>
      <link>/posts/home-lab-servers-and-switch/</link>
      <pubDate>Sun, 26 Feb 2017 19:09:10 +0000</pubDate>
      
      <guid>/posts/home-lab-servers-and-switch/</guid>
      <description>So here is my home lab config while I&amp;rsquo;ve seen others use servers built from SuperMicro or Intel NUC&amp;rsquo;s I wanted to build a lab as cheap as possible, so I went to eBay and got old enterprise gear, and they are as follows: HP DL380 G5 server(1) HP DL360 G5 server(1) Cisco 3750-E switch(1)(24 1Gb ports + 2 10Gb ports) I am currently running Esxi 6.0 with 2 external PSC&amp;rsquo;s and 2 VCSA&amp;rsquo;s in enhanced linked mode, I am currently rebuilding my lab and the new config will be 1 external PSC and 1 VCSA running 6.</description>
    </item>
    
    <item>
      <title>Home Lab Intro</title>
      <link>/posts/home-lab-intro/</link>
      <pubDate>Sun, 26 Feb 2017 18:58:10 +0000</pubDate>
      
      <guid>/posts/home-lab-intro/</guid>
      <description>Hello All, over the next few weeks I will be adding some posts here around my home lab config and my move to 10Gb networking&amp;mdash;I will lay out some of the pitfalls and lessons learned, and I will lay out my config. So let&amp;rsquo;s get started&amp;hellip; </description>
    </item>
    
    <item>
      <title>2017!</title>
      <link>/posts/2017/</link>
      <pubDate>Tue, 03 Jan 2017 19:38:43 +0000</pubDate>
      
      <guid>/posts/2017/</guid>
      <description>Happy New Year to all, I have big things planned for my blog this year, stay tuned&amp;hellip; </description>
    </item>
    
    <item>
      <title>2016!</title>
      <link>/posts/2016/</link>
      <pubDate>Wed, 13 Jan 2016 23:26:19 +0000</pubDate>
      
      <guid>/posts/2016/</guid>
      <description>Hello All, well new year and new theme I&amp;rsquo;ve also updated to the latest version of Wordpress and this time without crapping up my database. I hope to add new content to the page this year. Also towards the end of last year I took and passed my VCP, so I am now a VCP5-DCV I hope my first of a few certs I would like to get. </description>
    </item>
    
    <item>
      <title>Updated to 3.8</title>
      <link>/posts/updated-to-3-8/</link>
      <pubDate>Sat, 14 Dec 2013 02:25:35 +0000</pubDate>
      
      <guid>/posts/updated-to-3-8/</guid>
      <description>I have upgraded Wordpress to version 3.8; I am really enjoying the new UI&amp;hellip; great update </description>
    </item>
    
    <item>
      <title>SQL Issues</title>
      <link>/posts/sql-issues/</link>
      <pubDate>Mon, 15 Apr 2013 18:52:28 +0000</pubDate>
      
      <guid>/posts/sql-issues/</guid>
      <description>Well after quite a bit of looking around, I don&amp;rsquo;t think I can recover my posts, I will continue to look for a solution, but I will probably just have to start from scratch, which is not entirely a bad thing. </description>
    </item>
    
    <item>
      <title>Mucked Up My SQL Database</title>
      <link>/posts/mucked-up-my-sql-database/</link>
      <pubDate>Fri, 12 Apr 2013 16:46:26 +0000</pubDate>
      
      <guid>/posts/mucked-up-my-sql-database/</guid>
      <description>I have completely messed up my SQL database, so all my posts are gone, hopefully I can find a solution soon&amp;hellip;</description>
    </item>
    
  </channel>
</rss>
