Search
You can find the results of your search below.
Fulltext results:
- Docker Deluge Image / Service @docker_notes
- adds a PrivatVPN host to the host DNS /usr/sbin/openvpn /etc/openvpn/privatvpn.conf & #This runs the openvpn program in background using nominated configur... cripts]] *[[https://wiki.alpinelinux.org/wiki/OpenRC|OpenRC]] I am not using openRC *[[https://schoolofsoftware.com/Docker/alpi
- KPTree Torrent VM Setup @home_server
- tp://ipinfo.io/ip -qO -%%'' *To see the current openvpn status use: ''sudo systemctl status openvpn@btguard.service'' or ''journalctl -u openvpn@btguard.service -b'' ++++ ====How to make IPTa... var/log/syslog'' *To check running process with open for openvpn(/del, for deluge) ''ps -A | grep open'' *To start (/stop /enable) the deluge daemon '
- Docker nginx / php notes @docker_notes
- oad'' to reload the configuration files * ''reopen'' to reopen the log files * ''nginx -t'' to test configurat... =bz2 ; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used ; otherwise it results in segfault wh... base 19 Instant Client ;extension=odbc ;extension=openssl ;extension=pdo_firebird ;extension=pdo_mysql ;... _mem = 10000 [ldap] ; Sets the maximum number of open links or -1 for unlimited. ldap.max_links = -1 [
- Wifi Router / Access Points @linux_router
- OpenWrt|Github cheatsheets/OpenWrt]] *[[https://openwrt.org/abouthttps://openwrt.org/about|OpenWRT]] *[[https://openwrt.org/toh/netgear/wax206|Netgear WAX206]] *[[https://forum.openwrt.org/t/wax206-newbie-advice/213085|https://forum.openwrt.org/t/wax206-newbie-advice/213085]] *[[htt... cs/guide-user/start|User guide]] *[[https://openwrt.org/docs/guide-user/installation/generic.flashing|Installing OpenWrt]] *[[https://openwrt.org/docs/guide-user... of https certificate warnings]] *[[https://openwrt.org/docs/guide-user/installation/generic.sysupgrade|Upgrading OpenWrt firmware using LuCI and CLI]] *[[https://o
- VIM Editor @home_server:home_server_setup:other_services
- directly from command mode by typing i. When you open VIM you are in command mode, so simply type i (or... ppend to the end of the current line. | | o | Open a new line below and insert. | | O | Open a new line above and insert. | | C | Change the rest ... nes | | %%:bufdo /searchstr/%% | Search in all open files | =====Replace===== ^ Vim Command ^ Acti
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- journalctl -xe'' *To check running process with open for openvpn(/del, for deluge) ''ps -A | grep open'' *To change time zone from command line: ''sud... r for PHP -Security and Encryption *php-openssl – SSL/TLS support *php-mcrypt – Deprec... in finding which ports the apache web server has open on your system. Many utilities can accomplish thi... Or, you might instead redirect it to a file to be opened with a text editor: netstat -anp > netstat.txt.
- Router Miscellaneous @linux_router
- ete with an [[https://github.com/kylemanna/docker-openvpn|EasyRSA PKI CA kylemanna/docker-openvpn]] How to Geek - How to connect to a [[https:/... udp} pop3 protocol over TLS/SSL (was spop3) openvpn 1194 {tcp, udp} OpenVPN </code> Notes: -TCP = Transmission Control... *A comparison between Nftables and IPTables from OpenWrt [[https://wiki.openwrt.org/doc/howto/netfilter|Netfilter/iptables]] ... s: [[https://stosb.com/blog/explaining-my-configs-openvpn/|OpenVPN]] ====Other Related links==== *Javapipe - [
- Wireguard VPN access from WAN to LAN @linux_router
- er to routing.</color>\\ <tab6><color blue> # open ports refers to ports to open for input to this machine.</color>\\ <tab6><colo... o nft list table ip nat -a'' * To add a set tcp_open_ports in inet firewall: ''sudo nft add set inet firewall tcp_open_ports{type inet_service \; flags interval \;}'' * To add elements to set tcp_open_ports: ''sudo nft add element inet firewall tcp_open_ports{ssh, http, 60000-61000 }'' * To delete ru
- NFTables IP Control @linux_router
- # The forward and nat chains refer to routing. # open ports refers to ports to open for input to this machine. # ssh is port 22 for S... omain is port 53 for DNS requests on TCP & UDP. # openvnp is port 1194 on both TCP and UDP, but we are not using yet. # set tcp_open_ports { # type inet_service; flags interv... # ssh # domain # openvpn # http # https #
- turn server @docker_notes
- DTLS). The default value is prime256v1, # if pre-OpenSSL 1.0.2 is used. With OpenSSL 1.0.2+, # an optimal curve will be automatical... file name. # By default, the turnserver tries to open a log file in # /var/log, /var/tmp, /tmp and the current directory # (Whichever file open operation succeeds first will be used). # With th
- Docker mailserver @docker_notes
- rt sqlite and create or open mailserver.db. *''.open /app/mailserver.db'' to open mailserver.db *''.tables'' to list tables in a ... t an error when recreating the container; "error: open database /etc/postfix/aliases.lmdb: No such file ... esting=== ==Testing directly within sqlite3:== *Open the sqlite3 database at the command line sqlite3 ... rs; *Output: john@example.org ==Testing with openssl== ''openssl s_client -servername mail.kptree.n
- KPTree - Home Desktop Setup @home_server
- s\doej\Music\iTunes_old%%'', or simply delete. -Open Administrator Command Prompt(right click windows ... y 1-2 months and the compatible ink has greater propensity to dry-up and plug nozzles more than original... windows. A symlink is the best overall solution. Open up a Command Prompt (Admin) - right click the win... ar and click Cascade windows. This will reset all open window positions and cascade them from the top le
- Rsync @home_server:home_server_setup:other_services
- your [[http://windows.microsoft.com/en-us/windows/open-port-windows-firewall#1TC=windows-7|Windows Firewall]] and open port 22. *Transfer the public key for the ''bac... ecause the backups are plain directories. You can open a file browser or a terminal, enter a snapshot fr... or [[http://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html|security reasons]. ... nd all directories require a trailing slash. Just open the configuration file using a text editor such a
- Reverse Proxy Server - Traefik @docker_notes
- ate and certificate filename) -text -noout'' *''openssl s_client -connect localhost:443 2>/dev/null | openssl x509 -noout -dates'' *[[https://www.techrepublic.com/article/how-to-utilize-openssl-in-linux-to-check-ssl-certificate-details/|How to utilize openssl in Linux to check SSL certificate details]] =... quirements: you will need to install jq and maybe openssl # creates a directory for all of your certifi... > certificates/$1.key } export_pfx () { openssl pkcs12 -export -out certificates/$domain.pfx -
- DHCP / DNS Setup @linux_router
- ssl s_client -connect '9.9.9.9:853' 2>/dev/null | openssl x509 -pubkey -noout | openssl pkey -pubin -outform der | openssl dgst -sha256 -binary | openssl enc -base64'' to query current SPKI pin for Quad9 *This also seem