Author: Ahmed Amayem Page 4 / 18
Ghost JSON Export file to WordPress XML Import File Converter
Manage your Mac Windows with These 3 Free Apps
Intro If you are an avid Mac user you may occasionally bump into the problem of too many windows all over ther place. When that happens it would be great to have a window management tool to quickly move windows where you want them to be. I review three free apps here that can help…
Upgrading Self-Installed Ghost on Linux Server (CentOS 6)
Context These are instructions for how to upgrade a self-installed ghost blog on a linux server (These instructions are used on CentOS 6). It assumes you have installed ghost yourself. This was used to upgrade ghost from 0.4 to 0.5. In this case the old ghost directory was located at /var/www/ghost. First Step Make a…
Different Methods of Backing up and Automating Backups of Ghost on Linux (CentOS 6)
You may backup ghost using the ghost UI, or using command line. Each one has its advantages and disadvantages. Ghost UI Command Line Easy to use Requires command line knowledge Doesn’t require stopping ghost requires stopping ghost Can’t automate (currently) Can be automated Doesn’t include images (currently) Includes images Let’s go through them: Ghost UI…