KPTree Wiki logo

KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • docker_notes (21)
  • home_server (16)
  • linux_router (10)
  • tech_notes (5)
  • wiki (3)
  • personal (1)
  • project (1)
  • python (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Docker Deluge Image / Service @docker_notes
58 Hits, Last modified: 2 months ago
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
50 Hits, Last modified: 5 years ago
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 '
Wifi Router / Access Points @linux_router
36 Hits, Last modified: 7 months ago
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
Docker nginx / php notes @docker_notes
33 Hits, Last modified: 10 months ago
=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 [... quired to be an ; absolute path. ;curl.cainfo = [openssl] ; The location of a Certificate Authority (CA
VIM Editor @home_server:home_server_setup:other_services
15 Hits, Last modified: 2 years ago
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
15 Hits, Last modified: 12 months ago
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
15 Hits, Last modified: 11 months ago
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
12 Hits, Last modified: 16 months ago
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
12 Hits, Last modified: 5 years ago
# 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
11 Hits, Last modified: 19 months ago
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
10 Hits, Last modified: 2 weeks ago
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
Rsync @home_server:home_server_setup:other_services
10 Hits, Last modified: 7 months ago
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
10 Hits, Last modified: 20 months ago
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 -
KPTree - Home Desktop Setup @home_server
8 Hits, Last modified: 4 months ago
s\doej\Music\iTunes_old%%'', or simply delete. -Open Administrator Command Prompt(right click windows ... 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... file===== Use the menu ''VIEW => New Window'' to open a new window in the active workbook =====MS Excel
DHCP / DNS Setup @linux_router
8 Hits, Last modified: 21 months ago
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
My Home IT Setup @home_server:home_server_setup
6 Hits, Last modified: 12 months ago
Web Server setup @home_server
6 Hits, Last modified: 21 months ago
IPMI CLI Tools @home_server:home_server_setup:other_services
6 Hits, Last modified: 3 years ago
NFTables Configuration @linux_router
5 Hits, Last modified: 19 months ago
Docker - DNS Server @docker_notes
5 Hits, Last modified: 7 months ago
Bookmarking Servers @docker_notes
4 Hits, Last modified: 16 months ago
File Sharing @docker_notes
4 Hits, Last modified: 20 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
4 Hits, Last modified: 3 years ago
Home Sprinkler Setup Notes @personal
4 Hits, Last modified: 16 months ago
Sprinkler Solenoid 24VAC Woes @project
4 Hits, Last modified: 2 years ago
BASH Customisation @home_server:home_server_setup:other_services
3 Hits, Last modified: 10 months ago
Dokuwiki @docker_notes
3 Hits, Last modified: 5 months ago
Private LAN VPN Access @docker_notes
3 Hits, Last modified: 21 months ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
3 Hits, Last modified: 13 months ago
Nextcloud Container @docker_notes
2 Hits, Last modified: 2 weeks ago
Programs & Applications @tech_notes
2 Hits, Last modified: 10 months ago
Router Configuration, Switch & Server Setup @linux_router
2 Hits, Last modified: 16 months ago
Docker @docker_notes
2 Hits, Last modified: 8 months ago
Docker init Systems @docker_notes
2 Hits, Last modified: 3 weeks ago
Homepage dashboard @docker_notes
2 Hits, Last modified: 3 months ago
PiKVM @tech_notes
2 Hits, Last modified: 13 months ago
DokuWiki @wiki
1 Hits, Last modified: 6 weeks ago
Welcome to your new DokuWiki @wiki
1 Hits, Last modified: 6 weeks ago
Formatting Syntax @wiki
1 Hits, Last modified: 6 weeks ago
MONIT @home_server:home_server_setup:other_services
1 Hits, Last modified: 7 years ago
Calibre @docker_notes
1 Hits, Last modified: 2 years ago
Router VM @linux_router
1 Hits, Last modified: 18 months ago
Flatpak @tech_notes
1 Hits, Last modified: 8 months ago
SWAP Files @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
KPTree - Email Server Setup @home_server
1 Hits, Last modified: 2 years ago
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 years ago
boot tools @tech_notes
1 Hits, Last modified: 2 months ago
ntp @docker_notes
1 Hits, Last modified: 10 months ago
Matrix @docker_notes
1 Hits, Last modified: 2 years ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 17 months ago
Docker Miscellaneous @docker_notes
1 Hits, Last modified: 8 months ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 5 months ago
VNC @docker_notes
1 Hits, Last modified: 14 months ago
Router Hardware @linux_router
1 Hits, Last modified: 3 months ago
Docker Host @docker_notes
1 Hits, Last modified: 9 months ago
Basic Netfilter Function Block Diagram @linux_router
1 Hits, Last modified: 2 years ago
KVM Setup @home_server:home_server_setup
1 Hits, Last modified: 19 months ago
Python Programming Notes @python
1 Hits, Last modified: 8 months ago