univention:udm
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| univention:udm [2026/04/08 11:25] – old revision restored (2025/11/24 01:28) 114.119.132.153 | univention:udm [2026/04/08 17:38] (current) – old revision restored (2026/03/08 12:18) 47.82.10.246 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | ===== Restarting All Courier Services in one shot ===== | + | ===== DNS split horizon |
| - | < | + | If you are hosting a domain on the internet and have a host you would like to reach via an internal address instead of an external address then you can do this in UCS. Adding the entry to the GUI is an option but if importing a large zone then that is NOT an option and you will need to use udm. |
| - | root@mail: | + | |
| - | </ | + | |
| - | ===== Restarting all 3CX services in one shot ===== | + | ==== Create split horizon entry ==== |
| - | < | + | To add a split horizon entry you will have to add a zone entry just like in the GUI but using udm instead. |
| - | root@3cxserver: | + | |
| - | </ | + | |
| - | ===== Generate | + | < |
| - | < | ||
| - | openssl rand -hex 6 | sed ' | ||
| - | </ | ||
| - | ===== How to flush tinydns/ | ||
| - | |||
| - | Some people say using | ||
| - | < | ||
| - | svc -du dnscache | ||
| - | </ | ||
| - | |||
| - | will flush the dns cache. However, I have never had any such luck and must use the following | ||
| - | < | ||
| - | svc -t dnscache | ||
| - | </ | ||
| - | |||
| - | ===== Rsync complete filesystem ===== | ||
| - | |||
| - | Sometimes I find myself in need of migrating a complete system into a VM or Container. Here is a pretty easy way to minimize downtime later. | ||
| - | |||
| - | < | ||
| - | rsync -aAHXv /* root@host.domain.tld:/ | ||
| - | </ | ||
| - | |||
| - | As you can see above I am syncing to an OpenVZ container. | ||
| - | |||
| - | ===== Move a running process to the background ===== | ||
| - | |||
| - | This method cleanly moves a running process to the background and ensures you don't lose it when you log out of the session. | ||
| - | |||
| - | < | ||
| - | CTRL+z | ||
| - | bg | ||
| - | disown -h | ||
| - | </ | ||
| - | |||
| - | Enjoy | ||
univention/udm.1775647544.txt.gz · Last modified: by 114.119.132.153 · Currently locked by: 216.73.216.53
