How to Migrate Amazon AWS RDS Database to another AWS account
This video shows how to transfer an Amazon RDS database (MySQL) from one AWS account to another.
Autostart icecast using systemd
To autostart icecast using systemd, create a unit file Add following content Enable icecast to start on boot with To
configure: error: must have Ogg Vorbis v1.0 or above installed
when installing icecast from the source on the CentOS 7 server, I get error To fix the error, install libvorbis-devel
How to install icecast KH on CentOS 7 Server
Download latest source code for IceCast KH server from https://github.com/karlheyes/icecast-kh/releases At the time of writing this post, latest version is
Autostart
Enable rc.local Start a program after reboot using cronjob Auto Start Nginx on Windows VMware ESXi set Virtual Machine to
Install PHP 5.6 on CentOS 7
To install PHP 5.6 on CentOS 7, enable EPEL repo and remi repo yum install epel-release -y rpm -ivh https://rpms.remirepo.net/enterprise/remi-release-7.rpm
configure: error: XSLT configuration could not be found
When installing a software from source i get error configure: error: XSLT configuration could not be found To fix the
Enable ModSecurity in Cpanel Server
Login to WHM. Go to ModSecurity™ Vendors. By default cpanel come with “OWASP ModSecurity Core Rule Set V3.0” rule. To
How to stop SPAM with Postfix RBL
To stop spam using RBL in postfix, edit main.cf vi /etc/postfix/main.cf Add smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_invalid_hostname, reject_unauth_pipelining, reject_non_fqdn_sender,
How to increase /tmp partition size
On a Linux server /tmp partition was only 1 GB, it get full at times. Server had following in its
OpenLiteSpeed move Swapping Directory
By default OpenLiteSpeed use /tmp/lshttpd/swap for temp files. If your /tmp partition is small, disk may get full. To move
Postfix enable Maildir
To enable postfix, run postconf -e “home_mailbox = Maildir/” systemctl restart postfix You can do it by editing /etc/postfix/main.cf vi