data

Search

You can find the results of your search below.

Nextcloud Container @docker_notes
40 Hits, Last modified:
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
36 Hits, Last modified:
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
34 Hits, Last modified:
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:
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
dokuwiki setup notes @home_server
12 Hits, Last modified:
===== Back-ups placed here: ''%%'/media/disk1/KarlData/Karl Data 2/dokuwiki_backups/'%%'' and named ''KPtreeWiki-backup_yyyy-mm-dd''. e.g. ''%%sudo tar zcpfv '/media/disk1/KarlData/Karl Data 2/dokuwiki_backups/KptreeWiki-backup_20220710.tar.gz' /home/shared/www/dokuwiki%%'' this back
KPTree Torrent VM Setup @home_server
12 Hits, Last modified:
27.50.73.55 counter accept #Host: au-mel.pvdata.host oifname $lan ip daddr 46.102.153.131 counter accept #Host: au-syd.pvdata.host oifname $lan ip daddr 91.207.173.91 counter accept #Host: sg-sin.pvdata.host counter drop } chain forward { ... nd using the following commands: ''host au-mel.pvdata.host'' or '' ping au-mel.pvdata.host''. *Edit t
Reverse Proxy Server @docker_notes
10 Hits, Last modified:
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==== Sadly Godaddy does not make it as transparent
My Home IT Setup @home_server:home_server_setup
10 Hits, Last modified:
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
Rsync @home_server:home_server_setup:other_services
10 Hits, Last modified:
_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:
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
KPTree - MSWindows Setup @home_server
7 Hits, Last modified:
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\... backup files are found at: ''%%C:\Users\baumk\AppData\Roaming\Apple Computer\MobileSync\Backup%%''. -... columns the following feature can be used. Menu: Data : Text to Columns =====List Windows files and di
Docker Deluge Image / Service @docker_notes
6 Hits, Last modified:
ut on the firewall, details: *''ping au-per.pvdata.host'' * in ''/etc/nftables.conf'' under unde... 103.231.89.219 counter accept #Host: au-per.pvdata.host'' * where $lan is set to lan interfa... d 660 /dev/net/tun echo "103.231.89.219 au-mel.pvdata.host" >> /etc/hosts #This adds a PrivatVPN host to the host DNS echo "103.231.88.203 au-mel.pvdata.host" >> /etc/hosts #This adds a PrivatVPN host
Router Miscellaneous @linux_router
6 Hits, Last modified:
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
BASH Customisation @home_server:home_server_setup:other_services
6 Hits, Last modified:
lp --config-location /home/$BA_USERNAME/docker/appdata/yt-dlp/yt-dlp-video.conf' alias ytdvc='yt-dlp --cookies "/home/$BA_USERNAME/docker/appdata/yt-dlp/cookies.txt" --config-location /home/$BA_USERNAME/docker/appdata/yt-dlp/yt-dlp-video.conf' alias ytda='yt-dlp --config-location /home/$BA_USERNAME/docker/appdata/yt-dlp/yt-dlp-audio.conf' alias ytdac='yt-dlp --c
Docker @docker_notes
5 Hits, Last modified:
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
Docker-Compose @docker_notes
5 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
5 Hits, Last modified:
Calibre @docker_notes
4 Hits, Last modified:
Dokuwiki @docker_notes
4 Hits, Last modified:
Network Setup @home_server:home_server_setup
3 Hits, Last modified:
Linux Router Background @linux_router
2 Hits, Last modified:
NFTables Configuration @linux_router
2 Hits, Last modified:
TC - Traffic Control @linux_router
2 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
2 Hits, Last modified:
samba @home_server:home_server_setup:other_services
2 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
2 Hits, Last modified:
KPTree - Email Server Setup @home_server
1 Hits, Last modified:
DHCP / DNS Setup @linux_router
1 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
1 Hits, Last modified:
Localisations @personal
1 Hits, Last modified:
Electronics Info/Data @project
1 Hits, Last modified:
Formatting Syntax @wiki
1 Hits, Last modified: