Tag Archives: ubuntu

Contact Form 7 Cannot Send Emails from DigitalOcean Server

By | April 3, 2016

“Failed to send your message. Please try later or contact the administrator by another method.” Are you seeing the above error when trying to send a message via the Contact Form 7 plugin for WordPress? The Contact Form 7 plugin sends email using a mail server installed on your DigitalOcean server. If no mail server… Read More »

Drupal Installation and Troubleshooting

By | January 1, 2016

Drupal is a free and open-source content-management framework written in PHP and distributed under the GNU General Public License. In this post, you will learn how to install Drupal on a LAMP Ubuntu server. Installation Download the latest stable version of Drupal from their website Copy the downloaded file to the /var/www/html directory of your… Read More »

Ubuntu Server Time Incorrect

By | November 25, 2015

Symptom: Ubuntu Server edition generates incorrect timestamps. For example, when issuing the date command or using the date() function in PHP. Cause: The server isn’t properly synchronized to an NTP (Network Time Protocol) server. Solution: Install an NTP time server sudo apt-get install ntp Troubleshooting Steps: Installed NTP server with sudo apt-get install ntp Tried… Read More »

Share Scanner on Ubuntu with Windows Client

By | October 11, 2015

This post will show you how to share a scanner connected to a computer running Ubuntu 14.04 with a client running Windows 8.1. Ubuntu Server Configuration Ubuntu should come pre-installed with the saned service, which provides functionality for sharing scanners over the local network. Follow the steps below to configure the saned service in Ubuntu.… Read More »