My notes for installing Wordpress on an ubuntu server…
Category: Technology
How to Set up your Ubuntu Server with a new or updated SSH key
Overcoming the ssh ‘permission denied’ message (and fears)…
How to Set up your Ubuntu Server with a new or updated SSH key
Backdrop For some reason this particular skill has been on my ‘fear list’ for many years. I had created ssh keys before, I had ssh’d into lots of servers, but one day, I migrated from one laptop to another and tried to ssh into my work computer and… boom: ssh root@123.123.123.123 root@123.123.123.123: Permission denied (publickey) In the past, I just…
How to deal with the Akaunting default COA account setting error
After setting up my second Akaunting instance (great work, Akaunting team!) I realized again that there is a confusing setup step related to the Chart of Accounts “Double Entry” module. Of course if you are running a ‘real’ business you’ll absolutely have to buy this module, but after you set up your COA for your business, you’ll probably try to…
HOW TO RE-INDEX YOUR SUITECRM INSTANCE
(EDITED: DEC 25, 2024) This blog was great and ultimately gave me enough info to get this done, however, it wasn’t for a rookie in MYSQL since the whole part about ‘deleting rows’ assumes you know how to delete a row. It looks like I also wrote a cpanel version of the same need a few years back. Also I…
How to move Decred from Decredition to Canadian Fiat Bank Account
I was quite happy to learn I had some decred. I recall when I first received it that it was very nice, ahead of its time, and well thought out crypto. The problem was I didn’t know how to trade in crypto, let alone trade in a less-than-top-3 cryptos. Without further adoo, here is what I did and I hope…
How to make a Virtual Machine (VM) Visible on the LAN with Virtualbox and Ubuntu
Why this post? Some new owners took over a company. The previous owner had delivered a crm system to the new owners which ‘ran on a server upstairs’. The buyers asked for all admin passwords to the server which the Sellers provided. However, these were just user passwords and not actual root passwords or system passwords to the actual box.…
How to move Thunderbird emails from one Ubuntu Machine to Another
I thought I had blogged this years ago but apparently I haven’t. It should be part of a backup procedure regardless, but sometimes you just might want to move all your email accounts from one Ubuntu machine to another like I want to today. Heres how you do it. Note: this tutorial assumes that you are putting the .thunderbird directory…
How to Setup FTP to Specific Ubuntu Server Directory
First, I want to give full credits to this blog because this is the brains behind this tutorial. However, because I’m not as smart as the author, I got stuck a few times so this blog is a ‘dumbed down’ version of the same tutorial but with my notes added for the ‘less smart’ 🙂 Please note that if you…
How to Install Older PHP and Server Software with Digital Ocean
Why? Someone asked me to set up some old proprietary server software stuff that would no longer work in a modern server environment. I figured it might be possible if we match the mysql and php versions and give it a shot. Here is my documented journey in case anyone else needs to / wants to do something similar. Set…