Regarding the ownCloud service, where confidential data maybe stored, the first thing to do is to secure the frond end seting up an SSL security and force HTTPS connection so that your passwords do not circulate in clear text on the WWW. It’s take less than 10 minutes and that prevent some data leak. See
Automatic Updates in RHEL 6 and CentOS 6 I host this site on a VPS running CentOS 6 and wanted a way to be automatically notified of any updates that are available. In a previous life I was a RHEL 5 system administrator and the tool for doing this was yumupdatesd, though I never personally
Mailserver with virtual users and domains using Postfix and Dovecot on a CentOS 6 VPS The following article will show you how to install and run simple POP3/IMAP/SMTP mail server in your CentOS VPS using virtual users and domains with Postfix and Dovecot What is Postfix? It is a drop in replacement for the old
Mailserver with virtual users and domains using Postfix and Dovecot on a CentOS 6 VPS The following article will show you how to install and run simple POP3/IMAP/SMTP mail server in your CentOS VPS using virtual users and domains with Postfix and Dovecot What is Postfix? It is a drop in replacement for the old
Postfix SMTP Authentication and Dovecot SASL for RHEL/CentOS 6 SMTP Authentication (SMTP Auth) provides an access control mechanism that can be used to allow legitimate users to relay mail while denying relay service to unauthorized users, such as spammers. via Postfix SMTP Authentication and Dovecot SASL for RHEL/CentOS 6 ‹‹ Linux Mail Server Setup and
I have a strange error when starting mysqld service “Another MySQL daemon already running with the same unix socket.” I’ve tried to list running services and stopping them but the same error happens when starting mysqld service by the way I may remove the mysqld and reinstall it but will this remove the database too
Install Nginx on CentOS This tutorial is dedicated all linux users wich wish to setup or install Nginx on CentOS or Linux servers First install the Nginx: Method 1: #rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm #yum update #yum install nginx php-cli php make automake gcc gcc-c++ spawn-fcgi wget Method2: #wget ftp://fr2.rpmfind.net/linux/epel/5/x86_64/nginx-0.8.53-1.el5.x86_64.rpm #yum install GeoIP #yum install gd #yum install libxslt #rpm -ivh
RHEL / Centos 6: Install Nginx Using Yum Command in CENTOS, NGINX, REDHAT AND FRIENDS How can I install Nginx web server On CentOS Linux 6 or Red Hat Enterprise Linux 6 using yum command? Recently, nginx web project started to distribute binary packages using nginx yum repository. You can either create /etc/yum.repos.d/nginx.repo or directly