grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 8f805a1f30764181dd8574a4db41b79b2d3e8c09
parent 5b3261bd562dabb512dd21c64d8942951dedd179
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun, 25 Nov 2018 16:13:11 +0000

znc page added

Diffstat:
Atechnology/communication/znc.md | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/technology/communication/znc.md b/technology/communication/znc.md @@ -0,0 +1,15 @@ +# znc + +## install + +guide for [installing][] on centos (requires [epel-release][]) +``` +yum install epel-release +yum install znc +-u znc znc --makeconf +semanage port -a -t http_port_t -p tcp 1666 +firewall-cmd --permanent --add-port=1666/tcp +``` + +[installing]: https://wiki.znc.in/Installation#Fedora.2FCentOS.2FRed_Hat_Enterprise_Linux +[epel-release]: https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F