So you’re interested in creating your own docker image? You keep finding it takes several minutes per run, which is a real pain. No problem, cache everything!
Category: Linux
I’m always searching for how to do this because I keep forgetting. So here it is, no more searching.
I was having trouble today getting Linux to see my new partition space that I added in vSphere without rebooting the host. The new disk space was made visible by re-scanning the SCSI bus (below) and then the new partition was made visible by using…
I’ve had complex backup solutions in the past, which I wrote myself with rsync and bash. I’ve recently got sick and tired of the issues that come up now and then with them, so I decided to keep it extremely simple. So, I decided to…
I needed a way to verify that the OpenLDAP server had the correct hash recorded. That is, a SSHA Hash Generator that I could run off the command line was in order. After fiddling through it, I thought it would be worth documenting in a…
We need to start by installing the oracle client appropriate for your architecture. Grab the oracle instant client rpms from oracle’s site. Then run… sudo alien –to-deb oracle-instantclient11.2-*.rpmsudo alien –to-deb oracle-instantclient11.2-*.rpm
I found a great little utility that can enumerate through all the block devices, including your lvm, crypt, etc.
So, perhaps you’ve seen this message, but when you check the space usage, it’s just fine. It’s usually because your file system is using a whole bunch of inodes. So, if you’re using your drive space for backups, and those backups require using a lot…
One of my drives in my RAID died, so I went and bought a 3TB drive for a replacement. The RAID is only 1T, so I’ll use the rest of it for something else. It drives me nuts that every site out there describes in…
This is just a simple rundown of how to setup git properly for SSH use. SSH specific information about how to connect using SSH keys, and things of that nature, are not within the scope of this post. I will update this as I go.