Category Archives: Uncategorized
-
Docker – Disable Firewall
Leave a commentMarch 17, 2020 by aubreykloppers
This is for internal usage, intended for testing. Navigate to /etc/systemd/system/ and create a directory named docker.service.d. Now, open the file /etc/systemd/system/docker.service.d/noiptables.conf and add the …
Continue reading -
pfSense – ping using alternative gateway…
Leave a commentNovember 25, 2019 by aubreykloppers
How to PING using different GW’s on pfSense: I have been looking for this for a while. It is actually …
Continue reading -
Installing Let’s Encrypt SSL on Centos 7
Leave a commentSeptember 11, 2019 by aubreykloppers
Get CN from SSL: openssl x509 -noout -subject -in /etc/ssl/certs/localhost.crt Create/Generate Self-Signed certificate: openssl req -x509 -nodes -days 3650 -newkey …
Continue reading -
OpenMediaVaul Speedtest on CLI.
Leave a commentJuly 19, 2019 by aubreykloppers
docker run –rm –net=host tianon/speedtest
-
Docker move overlay2
Leave a commentMay 20, 2019 by aubreykloppers
URGENT: Backup/Restore! Enough said… If you are like me and using docker, you might find yourself running out of disk …
Continue reading -
Baofeng RD-5R Firmware Update
1April 11, 2019 by aubreykloppers
For all you who, like me, are looking for the answer how to update the firmware. It is hidden on …
Continue reading -
AGAIN Zimbra, zxsuite and missing blobs.
Leave a commentApril 8, 2019 by aubreykloppers
I found by chance the command to remove missing blobs using zxsuite. Nowhere in Zimbra’s nor ZXSUITE’s documentation can I …
Continue reading -
Zimbra – CHAT database and tables.
1April 8, 2019 by aubreykloppers
To recreate the CHAT database and tables is actually quite easy if you know how to do it. Unlike ZIMBRA …
Continue reading -
Zimbra DB Errors.
Leave a commentApril 8, 2019 by aubreykloppers
I kept getting errors from my Integrity Report that I had errors within the database. As this was non-critical errors, …
Continue reading -
Docker & Medusa – manual update
Leave a commentApril 5, 2019 by aubreykloppers
I got the following popup on Medusa, but could not update using the UI: There is an update available: please …
Continue reading