User Tools

Site Tools


admin_tips:services

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
admin_tips:services [2024/05/08 02:51]
192.99.37.133 old revision restored (2023/05/23 08:42)
admin_tips:services [2024/05/08 02:51] (current)
192.99.37.133 old revision restored (2023/05/25 09:40)
Line 7: Line 7:
 </file> </file>
  
 +===== Restarting all 3CX services in one shot =====
 +
 +<file>
 +root@3cxserver:~# systemctl |grep 3CX|cut -f1 -d" "|while read line; do systemctl restart $line; done
 +</file>
  
 ===== Generate a random MAC Address ===== ===== Generate a random MAC Address =====
admin_tips/services.txt ยท Last modified: 2024/05/08 02:51 by 192.99.37.133