Blogging Sed Awk Linux Software Finding Missing Images As part of my blog migration, I discovered one of my images wasn’t showing because it had the wrong case myimage.png vs MyImage.png. This is how I checked what other images were named
Confluence Linux Ops Postgresql Software Updating and Migrating Confluence I started hosting my wiki on Azure way back in 2016. The other day I received a message that I was not using managed disks and I should upgrade. So I pushed the
Software Linux Pi Raspberry Raspbian Boilerplate Raspbian Setup I tend to flash my raspberry pies a lot. Here are the steps I follow to get to my working state.
Software Bash Ec2 Linux Ubuntu Moving GitLab to an EBS Volume I’ve really enjoyed using GitLab to manage my git repositories.
Software Linux Nginx Php Symfony Symfony denied Access Moving my Symfony app to a QA server showed me how rude the server is.
Software Aws Ec2 Linux Ubuntu Logging onto EC2 I tend to forget how to log onto EC2. This morning I spun up a few servers with an Ubuntu image on EC2. As soon as I tried to log on, I received
Software Ec2 Linux Redhat Disable firewall on Redhat I just tried to deploy and test an application on EC2 running red hat but couldn’t telnet it.
Bash Linux Copy Contents of Directory into Another I don’t know why this is so difficult to remember but here it is. Notice the trailing . on the end of source
Linux Smb Share Folders Between Linux and Windows I needed to share a folder between a linux machine and windows. The seceret is using Samba. Fortunately there are several guides out there that show how to do it. These are my
Flash Flex Linux Flex and Ubuntu I’m on a project that uses flash for the ui. I want to make a few modification and thought I would try it out. The tutorial ask to install Flash Builder, but I
Linux Ssh Configure SSH I recently set up a few new servers and needed to allow other developers access. Here is how I did it: