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.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (30)
  • docker_notes (20)
  • linux_router (15)
  • tech_notes (7)
  • wiki (2)
  • 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:

Nextcloud Container @docker_notes
81 Hits, Last modified: 4 weeks ago
a separated list of user/group names. ; When set, listen.owner and listen.group are ignored ;listen.acl_users = ;listen.a... Display help for a command list List commands status ... l install an app app:list List all available apps app:remove ... a single background job manually background-job:list List background jobs bookmarks bookmarks:clear-prev
turn server @docker_notes
60 Hits, Last modified: 19 months ago
sion 1. # #tls-listening-port=5349 # Alternative listening port for UDP and TCP listeners; # default (or zero) value means "listening ... doc/proxy-protocol.txt) # #tcp-proxy-port=5555 # Listener IP address of relay server. Multiple listeners can be specified. # If no IP is specified in... ions, # then all IPv4 system IPs will be used for listening. #listening-ip= # # If you specify '::' as IP, then all IPv6 system IPs will be used for # listeni
Docker nginx / php notes @docker_notes
54 Hits, Last modified: 10 months ago
''/etc/php/php-fpm.d/www.conf'' for the socket ''listen.owner'' and ''listen.group'' directives. I do not change the ''www.c... a separated list of user/group names. ; When set, listen.owner and listen.group are ignored ;listen.acl_users = ;listen.acl_groups = ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowe
NFTables IP Control @linux_router
47 Hits, Last modified: 5 years ago
''5h30m'' for 5 hours 30 minutes. *''sudo nft list set inet firewall controllist'' : will list the current elements in named set controllist *''sudo nft flush set inet firewall controllist'' : will flush the current named set controllist *''sudo vim /etc/nftables.conf'' : to edit the c... would look like: ''/usr/bin/systemd-cat -t controllist /home/baumkp/controllist.sh'', remembering everything after the 5th space ... # 45 23 * * * /usr/bin/systemd-cat -t controllist /home/baumkp/controllist.sh 5h15m # 30 23 * * 5-6 /usr/bin/systemd-cat
KVM Setup @home_server:home_server_setup
35 Hits, Last modified: 20 months ago
interactive terminal. Once inside virsh: *''list'' to list running VMs, or ''list %%--%%all'' to list all defined VMs, running or shutdown *''edit... shutdown, destroy) *''sudo virsh help | less'' list all the virsh commands Some links: *[[https://c... r 12. Storage Pools]] ++++Home Server Index|<pagelist&header> *[[home_server:home_server_setup:summary]... er:home_server_setup:other_services:index]] </pagelist>++++ <- home_server:home_server_setup:network_se
NFTables Configuration @linux_router
34 Hits, Last modified: 19 months ago
loaded nft tables: ''sudo nft list tables'' *To list a loaded table use: ''sudo nft list table inet firewall'', the inet firewall as listed from ''sudo nft list table'' *To list a loaded table use: ''sudo nft list table ip nat''. (The -a option lists handles.) *To add elements to nat tcp_nat_map: ''sudo nft ... y loaded nft tables: "sudo nft list tables" *To list a loaded table use: ''sudo nft list table inet firewall'', the inet firewall as listed from ''sudo nft list tables'' *To list a loaded table use: ''sudo nft list table ip nat''. (The ''-a'' option lists handles.) *To add elements to nat tcp_nat_map: ''sudo nft
Wireguard VPN access from WAN to LAN @linux_router
33 Hits, Last modified: 16 months ago
ected to the wireguard IP address *''sudo nft list table inet firewall -a'' will list my firewall settings. * ''ip daddr 192.168.... tes 9246975 accept # handle 24''. *''sudo nft list table ip nat -a'' will list my nat settings. *''ip daddr 112.213.222.38... tab6> \\ <tab6><color blue> # The set controllist is used to dynamically add IP address(es) to a timed drop list for LAN access control </color> ++ | \\ +<color #... ed by each nftables chain - Use of the nftables list to list the chains and actual counted packets and bytes
KPTree Torrent VM Setup @home_server
31 Hits, Last modified: 5 years ago
r was correct and had to be changed to one of the listed one in [[https://privatevpn.com/serverlist|PrivateVPN Server List]]. The listed servers all look to now end with the domain ''.... s: ''%%wget http://ipinfo.io/ip -qO -%%''__ *To list current tables in nftables: ''sudo nft list table ip firewall'', not inet, specifically ip, a... ist tables'' *To see table commands: ''sudo nft list table ip firewall'' and ''sudo nft list table ip6 firewall'' *Select the server from [[https://privatevpn.com/serverlist|PrivateVPN Server List]]. *The host IP address can be found using th
BASH Customisation @home_server:home_server_setup:other_services
30 Hits, Last modified: 10 months ago
; sudo trash-empty ; sudo -H trash-empty' alias tlist='trash-list' alias srmt='sudo trash-put' # FILE SIZE AND STO... ISTEN' alias showports='netstat -lnptu' alias showlistening='lsof -i -n | egrep "COMMAND|LISTEN"' alias ping='ping -c 5' alias ipe='curl ipinfo... er headers # SYNOLOGY DSM COMMANDS alias servicelist='sudo synoservicecfg --list' # does not work in DSM 7 alias servicestatus='su... move # YT-DLP alias ytupdate='yt-dlp -U' alias ytlist='yt-dlp --list-formats' alias ytdump='yt-dlp --dump-json' alias
Docker mailserver @docker_notes
24 Hits, Last modified: 4 weeks ago
serversforhackers.com/c/php-fpm-configuration-the-listen-directive|PHP-FPM: Configuration the Listen Directive]] =====php and php-fpm===== I decided... ed/Loaded in Linux]] *[[https://www.tecmint.com/list-enabled-virtual-hosts-in-apache-web-server/|How to List All Virtual Hosts in Apache Web Server]] *[[htt
Docker - diun & ntfy @docker_notes
22 Hits, Last modified: 22 months ago
s correct) # base-url: https://ntfy.kptree.net # Listen address for the HTTP & HTTPS web server. If "listen-https" is set, you must also # set "key-file" a... to publish messages to a topic. # # - smtp-server-listen defines the IP address and port the SMTP server will listen on, e.g. :25 or 1.2.3.4:25 # - smtp-server-doma... may obviously be a spam problem). # # smtp-server-listen: # smtp-server-domain: # smtp-server-addr-prefi... .com` # - web-push-startup-queries is an optional list of queries to run on startup` # # web-push-public
Commonly used commands and scripts @home_server:home_server_setup:other_services
21 Hits, Last modified: 12 months ago
status) (enable / disable for boot control) *List current Systemd operating units: ''sudo systemctl list-units | grep %%'*'%%''. Change or remove the grep... ll package'' to install a package *''%%sudo apt list --installed%%'' to list installed packages, use grep to filter, eg.: ''%%... socket statistics *''ss -a'' show all sockets (listening ornon-listening) ''sudo hwinfo -class network'' to list network heard ware adapter properties =====pbcopy pbpaste
Web Server setup @home_server
17 Hits, Last modified: 22 months ago
system otherwise ineffective. The following is a list of Apache SSL directives used to handle certifica... Guide]]** *To check systemd times: ''systemctl list-timers'' //(Cerbot used this in systemd enables systems)// *To list cerbot related certificates: ''sudo certbot certi... need root password * ''SHOW BINARY LOGS;'' - to list current binary log files * ''%%PURGE BINARY LOG
Docker - DNS Server @docker_notes
16 Hits, Last modified: 7 months ago
*From [[https://serverfault.com/questions/401024/listing-all-zones-loaded-in-bind|Listing all zones loaded in BIND]] *''rndc dumpdb ... ://askubuntu.com/questions/152593/command-line-to-list-dns-servers-used-by-my-system|Command-line to list DNS servers used by my system]] *[[https://com
Router Miscellaneous @linux_router
16 Hits, Last modified: 11 months ago
''systemctl show -p FragmentPath nftables'' *To list all systemd services: ''systemctl list-unit-files'', use ''systemctl list-unit-files --state=enabled'' to check all enabled... collected since current boot *''journalctl --list-boots'' lists recorded boots. The default option for Storage i... l|contents]] *Spinics [[https://www.spinics.net/lists/netfilter/msg56329.html|how to do port forwardin
Docker @docker_notes
15 Hits, Last modified: 8 months ago
KPTree - Home Desktop Setup @home_server
13 Hits, Last modified: 5 months ago
Rsync @home_server:home_server_setup:other_services
13 Hits, Last modified: 8 months ago
IPMI CLI Tools @home_server:home_server_setup:other_services
13 Hits, Last modified: 3 years ago
Linux CLI Commands @tech_notes
12 Hits, Last modified: 6 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
11 Hits, Last modified: 3 years ago
Formatting Syntax @wiki
10 Hits, Last modified: 8 weeks ago
KPTree - Email Server Setup @home_server
10 Hits, Last modified: 3 years ago
dokuwiki setup notes @home_server
10 Hits, Last modified: 12 months ago
Network Setup @home_server:home_server_setup
9 Hits, Last modified: 13 months ago
Wifi Router / Access Points @linux_router
9 Hits, Last modified: 8 months ago
Docker Deluge Image / Service @docker_notes
8 Hits, Last modified: 2 months ago
Linux Block Device Notes @home_server:home_server_setup:other_services
7 Hits, Last modified: 8 months ago
fsck - file system check @home_server:home_server_setup
6 Hits, Last modified: 5 years ago
Programs & Applications @tech_notes
6 Hits, Last modified: 10 months ago
samba @home_server:home_server_setup:other_services
6 Hits, Last modified: 4 years ago
Reverse Proxy Server - Traefik @docker_notes
6 Hits, Last modified: 21 months ago
Docker init Systems @docker_notes
5 Hits, Last modified: 5 weeks ago
DokuWiki @wiki
4 Hits, Last modified: 8 weeks ago
VNC Server @home_server:home_server_setup
4 Hits, Last modified: 16 months ago
Flatpak @tech_notes
4 Hits, Last modified: 8 months ago
Router Configuration, Switch & Server Setup @linux_router
4 Hits, Last modified: 16 months ago
Crowdsec @docker_notes
4 Hits, Last modified: 21 months ago
Home Server Index @home_server:home_server_setup:other_services
4 Hits, Last modified: 3 years ago
Docker-Compose @docker_notes
3 Hits, Last modified: 13 days ago
systemd Stuff @home_server:home_server_setup:other_services
3 Hits, Last modified: 3 years ago
Time Date Related Setup @home_server:home_server_setup:other_services
3 Hits, Last modified: 3 years ago
boot tools @tech_notes
3 Hits, Last modified: 3 months ago
ntp @docker_notes
3 Hits, Last modified: 10 months ago
NFS @home_server:home_server_setup:other_services
3 Hits, Last modified: 21 months ago
Simlinks @home_server:home_server_setup:other_services
3 Hits, Last modified: 21 months ago
DHCP / DNS Setup @linux_router
3 Hits, Last modified: 21 months ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 years ago
ISP PPPoE Network Setup @linux_router
2 Hits, Last modified: 2 years ago
Nginx @tech_notes
2 Hits, Last modified: 3 years ago
Private LAN VPN Access @docker_notes
2 Hits, Last modified: 21 months ago
ansible @tech_notes
2 Hits, Last modified: 3 years ago
Python Programming Notes @python
2 Hits, Last modified: 9 months ago
Conky @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 years ago
IPTables Configuration @linux_router
2 Hits, Last modified: 21 months ago
File Sharing @docker_notes
2 Hits, Last modified: 21 months ago
Basic Netfilter Function Block Diagram @linux_router
2 Hits, Last modified: 2 years ago
My Home IT Setup @home_server:home_server_setup
2 Hits, Last modified: 12 months ago
Home Server Notes @home_server:home_server_setup
2 Hits, Last modified: 8 months ago
Home Server other VMs Index @home_server
2 Hits, Last modified: 3 years ago
Project Index @project
2 Hits, Last modified: 9 months ago
Technical Notes - Index @tech_notes
2 Hits, Last modified: 16 months ago
Linux Router Setup Notes - Index @linux_router
2 Hits, Last modified: 19 months ago
Docker - Index @docker_notes
2 Hits, Last modified: 10 months ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 21 months ago
SWAP Files @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Debian Server Network Setup @linux_router
1 Hits, Last modified: 10 months ago
Router Hardware @linux_router
1 Hits, Last modified: 3 months ago
Dokuwiki @docker_notes
1 Hits, Last modified: 6 months ago
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified: 7 months ago
Docker Host @docker_notes
1 Hits, Last modified: 9 months ago
Homepage dashboard @docker_notes
1 Hits, Last modified: 3 months ago
Bookmarking Servers @docker_notes
1 Hits, Last modified: 16 months ago
Router VM @linux_router
1 Hits, Last modified: 19 months ago
apt package management @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified: 21 months ago
KPTree Recipes @personal
1 Hits, Last modified: 12 months ago