CentOS Archives

How to open SMTP port 587 to send emails in Plesk

By default Plesk on Linux uses Postfix for outgoing email, and by default listens on port 25 for outgoing SMTP mail. Some service providers do not allow to send emails on that port, and tragedy occurs: clients can’t send email with their Plesk servers. Not good. Other SMTP ports will usually work, such as the … Read more

How to turn off all Plesk Health Monitor alert emails

I have previously described how to adjust the values that the Plesk Health Monitor uses to determine when an email should be sent out. There is also a way to switch these emails off entirely. Here’s how: To turn off the daemon that is responsible for sending these emails, issue this: /etc/init.d/psa-health-monitor-notificationd stop No more … Read more

How to edit your network connection settings from the command line in CentOS 7

CentOS 7 has a very funky text-based user interface that allows editing several important network connection settings. It’s called nmtui. Type the command without any parameters to get started: nmtui Now use this handy interface: Your system may require a full restart for all settings to take affect. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-Networking_Config_Using_nmtui.html

How to move the vhosts directory in Plesk

The default directory for all web files in Plesk on Linux is /var/www/vhosts. Usually this works well, but if you’d like to use another partition instead, you’ll be pleased to hear that you can! Parallels (or Odin as we call them now) have written a handy script which moves the content and patches the relevant … Read more

Getting started with Jekyll on CentOS 7

It’s not quite as easy to get up and running with Jekyll as the Quick Start Guide makes it sound. But it’s not super difficult either – if explained from one human to another. Here’s how I got Jekyll working on a vanilla CentOS 7 instance. Installing some necessary packages Before we can install Jekyll … Read more

The Debian Experience: Cheat Sheet for CentOS and Fedora users

I’ve just installed a LAMP stack on my Nook Tablet using Debian. However I’ve been using CentOS since 2008 and I’m so used to how things are done there that it was a bit of a culture shock doing relatively simple things “on the other side”. It’s like a country whose language you don’t speak … Read more