☰
Current Page
Main Menu
Home
Home
Editing
CyclopsApplicationSoftware
Edit
Preview
h1
h2
h3
Keybinding
default
vim
emacs
Markup
Markdown
Plain Text
Pod
RDoc
reStructuredText
AsciiDoc
BibTeX
Creole
MediaWiki
Org-mode
Textile
Help 1
Help 1
Help 1
Help 2
Help 3
Help 4
Help 5
Help 6
Help 7
Help 8
Autosaved text is available. Click the button to restore it.
Restore Text
--- title: CyclopsApplicationSoftware --- [[_TOC_]] # [MariaDB][8][?][8] Prevent pixie3 failing to connect. `/etc/mysql/mariadb.conf.d/50-server.cnf` [mysqld] ... max_connect_errors = 10000 Verify with: mysqld --help --verbose | grep ^max-connect-errors [[$[Get Code]]][9] # squid-deb-proxy Deploy as a replacement for apt-cacher-ng. ## Server apt-get install squid-deb-proxy # allow cognomen repo cat > /etc/squid-deb-proxy/mirror-dstdomain.acl.d/20-cognomen cognomen.co.uk ^D # allow raspbian and osmc repos cat > /etc/squid-deb-proxy/mirror-dstdomain.acl.d/30-osmc mirrordirector.raspbian.org apt.osmc.tv ^D # update iptables echo "8000 squid-deb-proxy" >> /etc/iptables/ports\_in\_tcp_allow # disable on startup, move cache, restart systemctl disable squid-deb-proxy cd /var/cache mv squid-deb-proxy /mnt/md6-media/systems/cyclops/var/cache/ ln -s /mnt/md6-media/systems/cyclops/var/cache/squid-deb-proxy systemctl start squid-deb-proxy Allow access and caching of unofficial repos in `/etc/squid-deb-proxy/squid-deb-proxy.conf`: #http_access deny !to_archive_mirrors http_access allow !to_archive_mirrors # don't cache domains not listed in the mirrors file # uncomment the third and fourth line to cache any unlisted domains #cache deny !to_archive_mirrors cache allow !to_archive_mirrors ## Client `/etc/apt/apt.conf.d/50apt-proxy` Acquire { Retries "0"; HTTP { Proxy "http://media:8000"; }; }; # SMTP and Postfix Originally configured as local-only which meant it couldn't be used to submit mail for relaying. Reconfigured as Internet Site. <https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-debian-9> [9]: CyclopsApplicationSoftware?action=sourceblock&num=1 [10]: CyclopsApplicationSoftware?action=sourceblock&num=2
Uploading file...
Sidebar
# SideBar * [Home][1] * [Projects][2] * * * <!-- --> * [Code][3] * [Tech][4] * [Network][5] * [MediaCentre][6] * [UAV][7] * * * <!-- --> * [Travel][8] * [Music][9] * [Horse Riding][10] * [Study][11] * [Games][12] * [Other Activities][13] * * * <!-- --> * [Car][14] * [House][15] * [Watch][16] * [Clothing][17] * [Miscellany][18] * * * [1]: /Home [2]: /Projects [3]: /Code/Code [4]: /Tech/Tech [5]: /Network/Network [6]: /MediaCentre/MediaCentre [7]: /UAV/UAV [8]: /Travel/Travel [9]: /Music/Music [10]: /HorseRiding/HorseRiding [11]: /Study/Study [12]: /Games/Games [13]: /Do/Do [14]: /Car/Car [15]: /House/House [16]: /Watch/Watch [17]: /Clothing/Clothing [18]: /Miscellany/Miscellany
Edit message:
Cancel