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.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (29)
  • docker_notes (18)
  • linux_router (12)
  • tech_notes (7)
  • wiki (2)
  • 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
43 Hits, Last modified: 4 weeks ago
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... Import a list of configs config:list List all configs config:system:delete
NFTables IP Control @linux_router
43 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
32 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
28 Hits, Last modified: 19 months ago
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 #... directory use ''sudo ./router.nft'' to run. *To list currently 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.)
Wireguard VPN access from WAN to LAN @linux_router
27 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
25 Hits, Last modified: 5 years ago
CLI - Debian]] * [[https://privatevpn.com/serverlist|PrivateVPN Server List]] * [[https://privatevpnsupportguy.github.io/Se... the listed one in [[https://privatevpn.com/serverlist|PrivateVPN Server List]]. The listed servers all look to now end with t... 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 [[
BASH Customisation @home_server:home_server_setup:other_services
24 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... 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 ... d Use===== * history | grep command -> to see list of history with text "command" * history !x -
Docker mailserver @docker_notes
16 Hits, Last modified: 4 weeks ago
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
Commonly used commands and scripts @home_server:home_server_setup:other_services
13 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.: ''%%sudo apt list --installed | grep php*%%'' to see all installed ... session | | ✔1 | | | ++++ ++++Here’s a list of common PHP extensions used for various functio
Web Server setup @home_server
13 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 nginx / php notes @docker_notes
13 Hits, Last modified: 10 months ago
ertain functions. ; It receives a comma-delimited list of function names. ; https://php.net/disable-func... certain classes. ; It receives a comma-delimited list of class names. ; https://php.net/disable-classes... error reporting includes E_WARNING in the allowed list ; https://php.net/report-memleaks report_memleaks... put ; Example: ;arg_separator.output = "&amp;" ; List of separator(s) used by PHP to parse input URLs i
Router Miscellaneous @linux_router
13 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
Docker @docker_notes
13 Hits, Last modified: 8 months ago
' to see the current iptable rules * ''sudo nft list ruleset'' lists as nftable rules * ''whereis ip... 0.0.11. See the following nftables info: ++++nft list tables| <code>table ip nat</code> ++++ ++++nft list table ip nat| <code bash nft.conf># Warning: table ... | ^COMMAND ^ DESCRIPTION^ |''docker ps'' | Show a list of all running containers| |''docker ps -a'' | Sh
Rsync @home_server:home_server_setup:other_services
12 Hits, Last modified: 8 months ago
uestions/9299651/warning-permanently-added-to-the-list-of-known-hosts-message-from-git|Warning: Permanently added to the list of known hosts]]” message from Git. NOTE: The su... ser'' would not appear on the Ubuntu login screen list. To hide a user from the Ubuntu login screen list, you should be able to add the name to the hidden-users list in the file ''/etc/lightdm/users.conf'', but ther
IPMI CLI Tools @home_server:home_server_setup:other_services
12 Hits, Last modified: 3 years ago
nplus -H 192.168.1.42 -U baumkp -a bmc info'' * List Authorised Users: ''sudo ipmitool user list'' * List active ILOM Sessions: ''ipmitool session info all'' Not much use for me.... * Reset the I... 168.1.10 &>/dev/null ; echo $? </code> ====IPMI List==== *040 005 kptreeserver *041 010 kpts *042 001 Router ====Glossary==== List of IPMI terms. Taken wholesale from http://www.ec
KPTree - Home Desktop Setup @home_server
11 Hits, Last modified: 5 months ago
KPTree - Email Server Setup @home_server
10 Hits, Last modified: 3 years ago
Network Setup @home_server:home_server_setup
8 Hits, Last modified: 13 months ago
Docker - DNS Server @docker_notes
8 Hits, Last modified: 7 months ago
Linux CLI Commands @tech_notes
8 Hits, Last modified: 6 months ago
dokuwiki setup notes @home_server
8 Hits, Last modified: 12 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
8 Hits, Last modified: 3 years ago
Linux Block Device Notes @home_server:home_server_setup:other_services
7 Hits, Last modified: 8 months ago
Formatting Syntax @wiki
6 Hits, Last modified: 8 weeks ago
Docker Deluge Image / Service @docker_notes
6 Hits, Last modified: 2 months ago
Wifi Router / Access Points @linux_router
5 Hits, Last modified: 8 months ago
DokuWiki @wiki
4 Hits, Last modified: 8 weeks ago
fsck - file system check @home_server:home_server_setup
4 Hits, Last modified: 5 years ago
Programs & Applications @tech_notes
4 Hits, Last modified: 10 months ago
samba @home_server:home_server_setup:other_services
4 Hits, Last modified: 4 years 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
Reverse Proxy Server - Traefik @docker_notes
4 Hits, Last modified: 21 months 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
VNC Server @home_server:home_server_setup
3 Hits, Last modified: 16 months ago
Flatpak @tech_notes
3 Hits, Last modified: 8 months 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
Router Configuration, Switch & Server Setup @linux_router
3 Hits, Last modified: 16 months ago
Docker - diun & ntfy @docker_notes
3 Hits, Last modified: 22 months ago
Simlinks @home_server:home_server_setup:other_services
3 Hits, Last modified: 21 months ago
turn server @docker_notes
2 Hits, Last modified: 19 months ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 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
Python Programming Notes @python
2 Hits, Last modified: 9 months 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
Docker init Systems @docker_notes
1 Hits, Last modified: 5 weeks 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
ISP PPPoE Network Setup @linux_router
1 Hits, Last modified: 2 years ago
Dokuwiki @docker_notes
1 Hits, Last modified: 6 months ago
ansible @tech_notes
1 Hits, Last modified: 3 years ago
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified: 7 months ago
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago
IPTables Configuration @linux_router
1 Hits, Last modified: 21 months ago
DHCP / DNS Setup @linux_router
1 Hits, Last modified: 21 months ago
Docker Host @docker_notes
1 Hits, Last modified: 9 months ago
File Sharing @docker_notes
1 Hits, Last modified: 21 months ago