Change Elastix Web Panel Port
If needed, we can change the Elastix web access port. Install nano editor if not installed. yum -y install nano Open the SSL configuration file. nano /etc/httpd/conf.d/ssl.conf Find the line "Listen 443 https" Replace the line with Listen 56789 https [...]
Prepare Additional Disk – CentOS
Here is how to prepare additional disk on Linux for more storages. Find the disk drives represented by /dev/sd* ls /dev/sd* Result looks like: /dev/sda /dev/sda1 /dev/sda2 /dev/sdb Additional hard disk is: /dev/sdb Create a new partition on the new [...]
Anonymous FTP – FTP Server Setup Complete Guide
Welcome to Linux FTP server setup tutorial. We are going to setup an anonymous FTP server. Linux (CentOS 6) powered FTP server which support anonymous users, no password needed to access FTP. yum -y update yum -y install nano wget [...]
Proxmox VE 6 Redundancy Setup
Just starting... will be continued... 3 Servers Cluster. Must have two physical disk on each cluster server/node. One disk is for cluster OS and second disk is for Ceph storage. Firewall: Web interface: 8006 VNC web console: 5900-5999 SPICE proxy: [...]
MikroTik RouterOS CHR on Ubuntu – Alibaba Cloud
Whether you have "Elastic Compute Service (ECS)" or "Simple Application Server" instance, you can migrate/replace MikroTik CHR on your instance. 1) To do this, you first need to reinstall your OS to Ubuntu 16.04 2) Go to your Alibaba Cloud [...]