The Story *Someone sent me a Docu-sign document to sign I signed it I got the email back with the PDF I Saved the PDF to my ubuntu machine I tried to open the PDF I just saved, but got the message “The Document contains no pages” message. Couldn’t open. Note: This only happens with docu-sign and not other great…
Tag: tutorial
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
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 elected to turn off…
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…
How to Backup your Akaunting Installation
If you are like me, you were attracted to Akaunting accounting software because they are one of the first nice looking and open source accounting softwares around that operate in a similar way to the ‘friendly’ GUI systems like Quickbooks online. I was so upset about not having control of the data and / or price plans that I decided…
How to Overcome a Prestashop 500 Error on Front End
The Background I upgraded my ubuntu server last week and after I did so, the Prestashop front end went down – but not the back end! Everything seemed fine because no one was checking the front end so after someone changed something in the back and refreshed the front they thought they had killed the site (and so did I!).…
How to Change Discount Type (Amount, Percent) Default Value in SuiteCRM
Sadly this wasn’t easy. In the Quotes / Line items module, when you are entering the type of discount there are two types by default: Amount (Amt) and Percent (Pct). Someone asked me to change the default from Pct to Amt. I logged in as admin, went into Studio, went to the Line Items module, went to ‘Fields’ and, like…
How to Install Zint on Ubuntu
How to install Zint (command line) on Ubuntu. I was hoping this would work with a GUI but for the life of me I could not figure it out nor find the repository. It used to work, obviously, by a simple sudo apt install but I’m gettin the ‘can’t find repository’ message. I think it might only work for 20.04…
Getting Virtualbox working on Lenovo E540 and T530 on Ubuntu 20.04
Turns out this was a bit of a perfect storm for this combo to start working. There is a bug where some dependency linux header thing messes up getting the right DKMS thing installed and it presents these kind of errors no matter what tricks you try to pull: The BIOS in the Lenovos had need of enabling virtualization Part…
Installing Virtualbox Guest Additions on a Windows 10 VM on an Ubuntu Host
Virtualbox can do a lot more if you get the ‘guest additions’ stuff working. You can read up on other people’s blogs about that more. For now, I just wanted to walk through a bullet point summary of how to get it working on a Windows machine running as a VM inside an Ubuntu Virtualbox host. Probably this method will…