Install Mail-in-a-Box
Mail-In-A-Box is a complete mail server, that included webmail, smtp, imap, pop3. https://mailinabox.email Installation You need Ubuntu 14.04 to install Mail-In-A-Box. Before…
Mail-In-A-Box is a complete mail server, that included webmail, smtp, imap, pop3. https://mailinabox.email Installation You need Ubuntu 14.04 to install Mail-In-A-Box. Before…
logrotate is a program to rotates logs. This is run daily using cronjob /etc/cron.daily/logrotate Logrotate config files are stored in /etc/logrotate.d/ To…
To install npm on Ubuntu, run apt install npm To install a node package, run npm install mongodb@2.2 –save How to change…
To find latest MongoDB version, see https://docs.mongodb.com/manual/release-notes/ To install MongoDB 3.6 on CentOS 7, create file vi /etc/yum.repos.d/mongodb-org-3.6.repo Add [mongodb-org-3.6] name=MongoDB Repository…
Feral Interactive have announced they will be porting Rise of the Tomb Raider, an action adventure game published by Square Enix to…
Dovecot is a IMAP/POP3 server. To install on Debian/Ubuntu, run apt install dovecot-core -y To see dovecot config, run root@ok:~# doveconf -n…
To restore backup, login to R1Soft Server Backup Manager. Go to Protected Machines. This page will list all available servers. Click on…
To install GeoIP Apache module on CentOS 7, run yum -y install GeoIP GeoIP-devel GeoIP-data yum -y install mod_geoip Now you need…
Restart php-fpm in Cpanel Server Enable Error Logging in php-fpm CentOS 7 Apache use PHP-FPM
To restart php-fpm on Cpanel server, run /scripts/restartsrv_apache_php_fpm For Cpanel php-fpm, run /scripts/restartsrv_cpanel_php_fpm php-fpm config stored in /opt/cpanel/ea-php70/root/etc/php-fpm.conf, pool config available in…
To get list of all available timezones, run Example You can use the following command to set the timezone Example To set…
Sendy cronjob */5 * * * * /usr/bin/curl –silent https://URL/scheduled.php &> /var/log/sendy.log Or */5 * * * * /usr/bin/php /var/www/html/scheduled.php > /dev/null…