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.

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

Fulltext results:

Web Server setup @home_server
60 Hits, Last modified: 22 months ago
cate with sub-domains: ''certbot-auto --apache -d example.com -d www.example.com -d mail.example.com''. This assume that all these domains and sub... ertbot certonly --webroot --webroot-path /var/www/example.org -d example.org%%'' *To manually auto renewal: ''sudo certb... ly function is to redirect HTTP queries to http://example.com and http://www.example.com to the HTTPS virtual machine for https://example.com. ====HTTP virtual host on primary proxy serve... nction is to redirect HTTP queries to http://sub1.example.com to the HTTPS virtual machine for https://sub1.example.com. ====HTTPS virtual host on primary server, ex
Docker mailserver @docker_notes
39 Hits, Last modified: 4 weeks ago
mand to be used to test: ''%%mutt -f imaps://john@example.org@webmail.example.org%%'' The webmail.example.org simple made no sense to me and did not function with error ''Could not find the host "webmail.example.org"''. As I am creating this in Docker and sepa... r docker container, e.g. ''%%mutt -f imaps://john@example.org@localhost%%''. ====dovecot ssl_dh==== I w... e/WYKOYFBRIC622755CYOZQJV7IO7RKUM6/|Dovecot 2.4 - Example config]] ++++Dovecot 2.3.x| *[[https://
Back-up Server Old Setup @home_server:home_server_setup:other_services
23 Hits, Last modified: 21 months ago
backup of example.com started at %c" #backup root@example.com:/home/ example.com/ +rsync_long_args=--bwlimit=16,exclude=core #backup root@example.com:/etc/ example.com/ exclude=mtab,exclude=core #backup_exec ... sqldump -A > /var/db/dump/mysql.sql" #backup root@example.com:/var/db/dump/ example.com/ #backup_exec /bin/date "+ backup of examp... backup of example.com started at %c" #backup root@example.com:/home/ example.com/ +rsync_long_args=--bwlimit=16,exclude=cor
Docker nginx / php notes @docker_notes
20 Hits, Last modified: 11 months ago
va-News-Stories-and-Opinions/Nginx-PHP-FPM-config-example|How to setup PHP on Nginx with fastCGI (PHP-FPM) example]] *[[https://www.plesk.com/blog/various/nginx
KPTree - Email Server Setup @home_server
11 Hits, Last modified: 3 years ago
tion "Using Amazon Web Services" *For "Use of %%example.com%% and %%mail.example.com%%" use %%kptree.net%% and %%mail.kptree.net%%... ange... *Problems with running ''%%https://mail.example.com/postfixadmin/setup.php%%'' failed with debug ... ode> IMAP Client Settings Email address: admin@example.com Server Type: IMAP Server: mail.example.com Port: 143 Username: admin@example.com Encryp
Commonly used commands and scripts @home_server:home_server_setup:other_services
8 Hits, Last modified: 12 months ago
tab file belongs to (unless redirected). # # For example, you can run a backup of all your user accounts #... (5) and cron(8) # # m h dom mon dow command # Example of job definition: # .---------------- minute (0 ... when either field matches the current time. For example, "30 4 1,15 * 5" would cause a command to be run ... n't make them seem more approachable, either. For example, the sed man page weighs in at around 1,800 words
Docker - diun & ntfy @docker_notes
8 Hits, Last modified: 22 months ago
e resolved at the time the server is started. # Example: "1.2.3.4,ntfy.example.com,8.7.6.0/24" # # visitor-request-limit-burst: ... group by running: chown ntfy.ntfy <filename>. # # Example (good for production): # log-level: info # lo... -format: json # log-file: /var/log/ntfy.log # # Example level overrides (for debugging, only use temporar
Formatting Syntax @wiki
6 Hits, Last modified: 8 weeks ago
links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... inks. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... t formats for maximum browser compatibility. For example consider this embedded mp4 video: {{video.mp4|... the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work. ===== Lis
turn server @docker_notes
6 Hits, Last modified: 19 months ago
a NAT to only a single peer, as in telephony, for example. So a turn server is needed to allow end to end ... depends # on user name, realm, and password: # # Example: # $ turnadmin -k -u ninefingers -r north.gov -p ... and the client # certificate is not checked. # # Example: #CA-file=/etc/ssh/id_rsa.cert # Curve name for ... nd date appendage. # This option can be used, for example, together with the logrotate tool. # #simple-log
snapraid @home_server:home_server_setup:other_services
6 Hits, Last modified: 7 months ago
eted file on data disk d1 *''snapraid fix -m -f Example/'' This will recreate the contents of any folder named Example anywhere in the array *''snapraid check -m -f Example/ -v'' If you are unsure what will happen you can r... ke install cd .. cp ~/snapraid-13.0/snapraid.conf.example /etc/snapraid.conf cd .. rm -rf snapraid* </code... his configuration file against the latest version example. My current operating version is 12.0 (2021/12)
Rsync @home_server:home_server_setup:other_services
6 Hits, Last modified: 8 months ago
" mode to show you the output of the command. For example, this will make a copy of ''~/tmp'': <code>rsync ... d_rsa.pub pi@BlackRPi exit</code> Now repeat the example above: <code>sudo rsync -azv -e ssh pi@RedRPi:/ho... dRPi system) has the appropriate permissions. For example, this will fail: <code>sudo rsync -azv -e ssh pi... s can be done with OpenSSH’s -o option. Here’s an example in which we run the hostname command on a remote
Docker-Compose @docker_notes
5 Hits, Last modified: 3 weeks ago
file. ====Create and assign custom network==== *Example:* <code yaml> networks: custom-network: servic... `external: true` parameter in your compose file *Example:* <code yaml> networks: existing-network: e... -compose.html|Using volumes in Docker Compose]]) Example: Defines web_data volume: <code bash> docker vol... es using a name section as we did in the previous example. =====NFS File System not ready===== It is amazin
BASH Customisation @home_server:home_server_setup:other_services
5 Hits, Last modified: 10 months ago
cking up a root directory use the following as an example: ''sudo tar -czvPf filename /etc'' a better example is ''sudo tar -czvf filename -C / etc'' *''-P''
Nextcloud Container @docker_notes
4 Hits, Last modified: 4 weeks ago
'ondemand'); ; Value are updated in real time. ; Example output: ; pool: www ; process... ng will return the corresponding ; output syntax. Example: ; http://www.foo.bar/status ; http://www.foo... will also return status for each pool process. ; Example: ; http://www.foo.bar/status?full ; http://ww... related to ; the current request being served. ; Example output: ; ************************ ; pid:
KVM Setup @home_server:home_server_setup
4 Hits, Last modified: 20 months ago
[https://cdcvs.fnal.gov/redmine/projects/fcl/wiki/Example_checking_filesystems_for_a_virtual_machine|Example checking filesystems for a virtual machine]] *[
KPTree - Home Desktop Setup @home_server
3 Hits, Last modified: 5 months ago
NFTables IP Control @linux_router
3 Hits, Last modified: 5 years ago
Docker init Systems @docker_notes
2 Hits, Last modified: 6 weeks ago
Debian Server Network Setup @linux_router
2 Hits, Last modified: 10 months ago
Docker - DNS Server @docker_notes
2 Hits, Last modified: 7 months ago
File Sharing @docker_notes
2 Hits, Last modified: 21 months ago
ansible @tech_notes
2 Hits, Last modified: 3 years ago
NFS @home_server:home_server_setup:other_services
2 Hits, Last modified: 21 months ago
Docker Miscellaneous @docker_notes
2 Hits, Last modified: 9 months ago
IPv6 summary notes @tech_notes
2 Hits, Last modified: 4 years ago
samba @home_server:home_server_setup:other_services
2 Hits, Last modified: 4 years ago
TC - Traffic Control @linux_router
2 Hits, Last modified: 2 months ago
DHCP / DNS Setup @linux_router
2 Hits, Last modified: 22 months ago
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
IPMI Console Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 16 months ago
Flatpak @tech_notes
1 Hits, Last modified: 8 months ago
ISP PPPoE Network Setup @linux_router
1 Hits, Last modified: 2 years ago
Wireguard VPN access from WAN to LAN @linux_router
1 Hits, Last modified: 16 months ago
ntp @docker_notes
1 Hits, Last modified: 10 months ago
PiKVM @tech_notes
1 Hits, Last modified: 14 months ago
VIM Editor @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Ethernet Twisted Pair Cables @project
1 Hits, Last modified: 9 months ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 18 months ago
Reverse Proxy Server - Traefik @docker_notes
1 Hits, Last modified: 21 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 6 months ago
Wifi Router / Access Points @linux_router
1 Hits, Last modified: 8 months ago
ssh with key files @tech_notes
1 Hits, Last modified: 3 years ago