Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Homebrew is a package manager similar to Yum on CentOS and Apt-get on Ubuntu. You may at times need packages that are available on other Linux distributions that are not, out of the box, available on your Mac. To install Homebrew is pretty…
htop is an interactive processor viewer for Unix based systems. With the release of version 2.0 it went cross-platform. This tool is great to get a detailed view of which service is taxing the CPU as well as get memory…
We were recently experimenting with converting our Lenovo Y50-70 to a Hackintosh machine, we were in the process of setting up Mac OS Sierra when we ran into this error while configuring the states of the processor: Error: Unknown Processor…
Ruby language is open source, it is simple and focuses on productivity while at the same time has an elegant syntax that is easy to read and understand. We’ll be installing the latest version released in April 2019, version 2.6.…
We recently needed the latest build of ImageMagick on one of our servers for PSD preview generation on OwnCloud. ImageMagick version 6, which ships with the base repo of CentOS 7 is broken and doesn’t generate PSD previews. Downloading rpm’s…
503 Guru Meditation Error / Backend Unavailable ugh. This error is the worst, it could mean so many things. Luckily in our case, we were getting this error when we tried to upload a large file. Bypassing Varnish and uploading…
I’ve recently moved a number of properties to a server running Apache 2.4, PHP FPM 5.4, MariaDB 10. & Varnish 4.0. The gain in performance is phenomenal. Varnish does wonders to speed up your property. One issue reported was that…
It is pretty straightforward to check a MySQL / MariaDB table for a Primary Key, connect to the db server, login or open up your favorite MySQL client. Without selecting any table, issue the following command: SHOW INDEXES FROM <TABLE>…
Node, built on the Chrome JavaScript runtime, enables you to build scalable and fast network applications. To install it is pretty straight forward, start off by installing the Development Tools group from CentOS: yum groupinstall “Development Tools” Now add the Node…
We’ve done guides on installing Odoo 8 and Odoo 9 on CentOS 7, it’s now time to install the latest version of Odoo, version 10, on CentOS 7.2 As always, we’ll start off with a fresh installation of CentOS 7.2.…