If you are running a unifi controller on Linus and get the message to say that the codename has changed you need to manually accept the changes through APT – to do this, issue the following command: apt-get update –allow-releaseinfo-change then run apt-get upgrade to carry out the update.
Category: Linux
Start, Stop and Check Status for MariaDB
To stop/restart and disable mariadb service use the following commands:Stop # sudo systemctl stop mariadb.service Restart # sudo systemctl restart mariadb.service Disable at boot time # sudo systemctl disable mariadb.service Check Status # sudo systemctl is-active mariadb.service
CentOS 7 x86_64 (nginx, Dovecot, ISPConfig 3)
This tutorial shows how to prepare a CentOS 7 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3 on it. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, […]