ROUTERS & FIREWALLS: Change SSH port 22 to another one Answer:
SOURCE: http://www.liquidweb.com/kb/changing-the-ssh-port/
Backup Current Setup:
cp /etc/ssh/sshd_config /etc/ssh/sshd_config_backup
Edit and Change SSH Port from 22 to 20022:
nano /etc/ssh/sshd_config
Firewall - Open New Port and Close Old Port:
Edit Firewall Rules ...
ROUTERS & FIREWALLS: HD Get Full By Log Files Answer:
Access and Verify Log Folder
cd /var/log/asterisk/ ls -lah
Removed / Delete Log Files (As You want)
rm LOGFILE NAME
...
PBX SERVER: Adding Second HD (Hard Drive) Answer:
STEP #1 - Verify if Server detect HD
cat /proc/partitions
STEP #2 - Verify if HD is Mount
df -h
STEP #3 - Create HD Mount Point
mkdir /monitor
STEP #4 ...