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 (18)
  • docker_notes (12)
  • linux_router (8)
  • project (2)
  • personal (1)
  • tech_notes (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Electronics Info/Data

Fulltext results:

Nextcloud Container @docker_notes
39 Hits, Last modified: 8 weeks ago
ation:migrate]] Nextcloud to Docker. * uid: www-data / 33, gid: www-data / 33. This seems to be Debian standard. Alpine linux seems to use 82 for www-data. Just stick with uid/gid as per the image suppli... and ignore the names. * ''%%docker exec -u www-data nextcloud-app-1 php /var/www/html/cron.php%%'' ru
Docker nginx / php notes @docker_notes
37 Hits, Last modified: 4 months ago
m'. client_max_body_size 1m; # Sendfile copies data between one FD and other from within the kernel, ... rite operation. If the value is false, then the ; data is written directly into the file descriptor. It ... ng is a mechanism for controlling how much output data ; (excluding headers and cookies) PHP should keep internally before pushing that ; data to the client. If your application's output excee
Back-up Server Old Setup @home_server:home_server_setup:other_services
22 Hits, Last modified: 5 months ago
me as "verbose" above, but controls the amount of data sent to the # logfile, if one is being used. The ... t to 4 # loglevel 3 # If you enable this, data will be written to the file you specify. The # amount of data written is controlled by the "loglevel" parameter... oving it after. This should ensure consistency of data in some special # cases # # LVM snapshot(s) size
Web Server setup @home_server
15 Hits, Last modified: 6 months ago
ocean.com/community/tutorials/how-to-move-a-mysql-data-directory-to-a-new-location-on-ubuntu-18-04|MySQL (Maria) database data directory can also be moved]], however the databa... initial setup to merit this move. Also move mysql data directory [[https://www.digitalocean.com/community/tutorials/how-to-change-a-mysql-data-directory-to-a-new-location-using-a-symlink|How t
Reverse Proxy Server - Traefik @docker_notes
10 Hits, Last modified: 5 months ago
sudo chown baumkp:baumkp traefik cd traefik mkdir data cd data touch acme.json chmod 600 acme.json touch traefik.yml cd ..</code> My traefik.yml locatation: ''/home/docker_store/traefik/data/traefik.yml''. The current TechnoTim one [[https:... \\ ====Generate and Install Godaddy DNS Challenge Data==== Godaddy changed their policies circa April 20
dokuwiki setup notes @home_server
10 Hits, Last modified: 15 months ago
-ups placed here: ''%%'/media/disk1/KarlData/Karl Data 2/dokuwiki_backups/'%%'' and named ''KPtreeWiki-b... g. ''%%sudo tar zcpfv '/media/disk1/KarlData/Karl Data 2/dokuwiki_backups/KptreeWiki-backup_20220710.tar... ipts/dokuwikicleanup.sh /home/shared/www/dokuwiki/data 300%%'' =====dokuwiki VM setup===== ====master d... |Setting up file permissions]]. ''sudo chown www-data:www-data -R /home/shared/www/dokuwiki'' will make
My Home IT Setup @home_server:home_server_setup
10 Hits, Last modified: 20 months ago
eous disks, however a modern 3.5" hard disk has a data bandwidth similar to a 1Gb/s Ethernet, so the tra... y main system drive, a NVM SSD for my system main data drive and 6TB and 10T hard disks for main data storage + 1 extra 10TB HD for a parity hard disk with Snapraid. All the spinning data hard disks are programmed to spin down after 20 m
snapraid @home_server:home_server_setup:other_services
10 Hits, Last modified: 4 months ago
diff --test-fmt disk'' This will let you know the data disk from snapraids array perspective Snapraid do... -m -d d1'' This will recreate any deleted file on data disk d1 *''snapraid fix -m -f Example/'' This w... le to use as parity storage # It must NOT be in a data disk # Format: "parity FILE [,FILE] ..." parity /... arity, and follow in order. # It must NOT be in a data disk # Format: "X-parity FILE [,FILE] ..." #2-par
Rsync @home_server:home_server_setup:other_services
9 Hits, Last modified: 5 months ago
_kptree.net/' cmd="rsync -ptoguv --chown=root:www-data --chmod=a+rwx,g+rwx,o-wx" $cmd ${workpath}/styles... |''-z''| ''%%--%%compress'' |compress file data during the transfer| |''-v''| ''%%--%%verbose'' ... ies from one location to another while minimizing data transfer by using fast incremental file transfers... ing systems.) The first time, rsync sends all the data over the network to your backup machine. The bene
Docker mailserver @docker_notes
8 Hits, Last modified: 9 hours ago
de> *''SELECT * FROM table_name;'' to query all data from a table. ====virtual_domains==== This tab... ELETE CASCADE );</code> ====sqlite example test data==== The following test dat acan be used to test the data returns from postfix. <code sql>REPLACE INTO vir... le.org', 'john@example.org');</code> This sample data should be deleted before using the mailserver liv
Docker Miscellaneous @docker_notes
7 Hits, Last modified: 6 weeks ago
ar/run/docker.sock:/var/run/docker.sock - ./data:/app/data # If you want to use private registries, you need to share the auth file with ... # ⚠️ READ IT CAREFULLY. If you did it wrong, your data could end up writing into a WRONG PATH. # ⚠... ce analytics platform that makes visualizing your data an easy process. The tool can even send you alert
KPTree Torrent VM Setup @home_server
7 Hits, Last modified: 2 years ago
''sudo systemctl status mysql'' Next move MySQL Data Directory Check current location of MySQL data directory: ''mysql -u root -p'' and then at mysql> ''se... SQL : ''sudo systemctl stop mysql'' My the mysql data directory to your preferred location: ''sudo mv /... docker create --name=kodi-headless \ -v <path to data>:/config/.kodi \ -e PGID=<gid> -e PUID=<uid> \ -e
Docker @docker_notes
6 Hits, Last modified: 3 months ago
nd is: <code bash> docker volume create portainer_data docker run -d -p 9443:9443 --name=portainer --res... cker.sock:/var/run/docker.sock \ -v portainer_data:/data \ portainer/portainer-ce:latest </code> Notes: *The port 8000 (-p 8000:8000) is not normall... er, usually root| |''%%docker exec -it --user www-data CONTAINER bash%%'' | Run bash shell in a containe
KPTree - MSWindows Setup @home_server
6 Hits, Last modified: 3 months ago
asically do not store and main archive or working data on the local windows machines anymore. I try to c... top iTunes running -If moving an exiting iTunes data directory first time, copy ''C:\Users\doej\Music\... columns the following feature can be used. Menu: Data : Text to Columns =====Text Carriage Return / Li... iles and directories into MSExcel===== The menu : Data : Get Data : From File : From Folder presents a d
Router Miscellaneous @linux_router
6 Hits, Last modified: 3 months ago
cker run --cap-drop ALL -it -v /home/baumkp/algo:/data --name=algo mutemule/algo" to create and run ima... d, Allocate a pseudo-TTY] -v /home/baumkp/algo:/data [bind mount a volume] --name=algo [give cont... > Name Port Protocols Description ftp-data 20 {tcp, udp, sctp} File Transfer [Default Data] ftp 21 {tcp, udp, sctp} File Transfer Proto
Basic Netfilter Function Block Diagram @linux_router
6 Hits, Last modified: 12 months ago
Simlinks @home_server:home_server_setup:other_services
6 Hits, Last modified: 5 months ago
Docker-Compose @docker_notes
5 Hits, Last modified: 6 days ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
5 Hits, Last modified: 12 months ago
Dokuwiki @docker_notes
4 Hits, Last modified: 5 months ago
Docker - DNS Server @docker_notes
3 Hits, Last modified: 5 months ago
File Sharing @docker_notes
3 Hits, Last modified: 5 months ago
Ethernet Twisted Pair Cables @project
3 Hits, Last modified: 6 months ago
Network Setup @home_server:home_server_setup
3 Hits, Last modified: 5 months ago
Calibre @docker_notes
2 Hits, Last modified: 9 months ago
Linux Router Background @linux_router
2 Hits, Last modified: 16 months ago
NFTables Configuration @linux_router
2 Hits, Last modified: 3 months ago
TC - Traffic Control @linux_router
2 Hits, Last modified: 12 months ago
Wireguard VPN access from WAN to LAN @linux_router
2 Hits, Last modified: 2 weeks ago
apt package management @home_server:home_server_setup:other_services
2 Hits, Last modified: 18 months ago
Calibre Server @home_server:home_server_setup:other_services
2 Hits, Last modified: 2 years ago
XFCE @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 months ago
IPMI CLI Tools @home_server:home_server_setup:other_services
2 Hits, Last modified: 18 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 2 years ago
turn server @docker_notes
1 Hits, Last modified: 3 months ago
KPTree - Email Server Setup @home_server
1 Hits, Last modified: 15 months ago
DHCP / DNS Setup @linux_router
1 Hits, Last modified: 6 months ago
Router Configuration, Switch & Server Setup @linux_router
1 Hits, Last modified: 2 weeks ago
Localisations @personal
1 Hits, Last modified: 2 years ago
Electronics Info/Data @project
1 Hits, Last modified: 15 months ago
Formatting Syntax @wiki
1 Hits, Last modified: 2 years ago
Linux Block Device Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 14 months ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago