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/04/02 16:03]
114.119.152.147 old revision restored (2024/02/11 22:43)
admin_tips:services [2024/04/24 08:20] (current)
114.119.138.111 old revision restored (2024/02/11 22:43)
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/04/24 08:20 by 114.119.138.111