ENG | CS

ENG | CS

1794 bookmarks
Custom sorting
How To Configure and Maintain Ghost from the Command Line
How To Configure and Maintain Ghost from the Command Line
Ghost is an exciting new blogging platform. Although most tasks can be completed through the web interface, there are still some operations that must be completed from the server’s command line. In this article, we will discuss how to upgrade, backup, configure email, and test configuration changes with Ghost from the command line.
·digitalocean.com·
How To Configure and Maintain Ghost from the Command Line
How To Change Themes and Adjust Settings in Ghost
How To Change Themes and Adjust Settings in Ghost
Ghost is a clean blogging platform that is focused on clear presentation and easy content creation. DigitalOcean has a one-click Ghost installation image, which you can use to install Ghost on your VPS. In this guide, we will discuss how to edit themes and basic settings in Ghost.
·digitalocean.com·
How To Change Themes and Adjust Settings in Ghost
How To Install and Configure Ghost on Ubuntu 16.04
How To Install and Configure Ghost on Ubuntu 16.04
Ghost is a light-weight open-source blogging platform. In this tutorial, you’ll set up a production-ready Ghost instance on Ubuntu 16.04 using the official ghost-cli installation wizard. This will install Ghost, configure Nginx to proxy requests to Ghost, secure it with a Let’s Encrypt certificate, and configure Ghost to run in the background as a system service.
·digitalocean.com·
How To Install and Configure Ghost on Ubuntu 16.04
How to Fix WordPress Not Sending Email Issue
How to Fix WordPress Not Sending Email Issue
Unable to send or receive emails from your WordPress website? Learn how to fix WordPress not sending email issue by using Mandrill or Google Apps.
·wpbeginner.com·
How to Fix WordPress Not Sending Email Issue
WP-CLI Guide: Secure WordPress Backup and Update
WP-CLI Guide: Secure WordPress Backup and Update
Welcome to our second post in the series on WP-CLI for WordPress management over SSH. In our previous post, we discussed how to get your SSH credentials and use WP-CLI to connect to your website over
·blog.sucuri.net·
WP-CLI Guide: Secure WordPress Backup and Update
Disable the default stylesheet - WooCommerce
Disable the default stylesheet - WooCommerce
You need to add code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be wiped entirely when you update the theme. Disable all stylesheets WooCommerce […]
·woocommerce.com·
Disable the default stylesheet - WooCommerce
How to Make Switching Domain Names Easier With a Simple WP-CLI Trick | @thetorquemag
How to Make Switching Domain Names Easier With a Simple WP-CLI Trick | @thetorquemag
Whether you’re switching to Secure Sockets Layer (SSL) or changing domain names entirely, it can be a daunting task to use MySQL to try and replace all of the old instances of your domain name. For example, should you search for a reliable plugin, or directly manage the database with software such as phpMyAdmin? There’s actually a third way: you can use the WordPress Command Line Interface (WP-CLI) to change domain names in under a minute within your console. You don’t need to know anything about MySQL, and as long as you’re okay with the idea of using the command line, this is […]
·torquemag.io·
How to Make Switching Domain Names Easier With a Simple WP-CLI Trick | @thetorquemag