Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Docker nginx / php notes @docker_notes
- then trying IP TCP connectivity instead of socket file. To run and control nginx. * ''nginx'' to run.... t'' to test configuration * ''nginx -c //config_file//'' to start nginx with a non default config file. Default config file is ''/etc/nginx/nginx.conf''. =====Alpine nginx standard configuration (v3.20.0, 2
- Rsync @home_server:home_server_setup:other_services
- they are newer than destination files (based upon file modification dates) *''--delete'' deletes files... es and reports progress *''-h''' human readable file sizes *''-v'' increase output verbosity *''-z... ecessarily increase transfer speeds, dependent on file types transferred and CPU speeds Always double-c... t install rsync'' ''sudo vim /etc/rsyncd.conf'' <file> # create new # any name you like [all] # destin
- Docker mailserver @docker_notes
- downloaded separately ''adminer'' is a single php file program to administer database programs including... o the following seems to meet my needs: *create file ''ll.sh'' *<code>#!/bin/sh exec ls -la "$@"</... o allow to to be an executable. *Copy the ll.sh file to /bin/ll or link it ''/bin/ln -s /app/scripts/l... mment ''bind-address=0.0.0.0'' near end of config file in ''custom.cnf'' ( ''.config_sql/custom.cnf'')
- KVM Setup @home_server:home_server_setup
- s. To dump a virtual machine xml definition to a file: ''virsh dumpxml {vir_machine} > /dir/file.xml''. Modify the following xml tags: *<name>VM_name</nam... unique uuid. *Change as required the VM source file: <source file='/path_to/vm_image_file.img'/> *<mac address='52:54:00:70:a9:a1'/> Cant be the same on
- Web Server setup @home_server
- n storage. Also consider aligning the appropriate file system user and groups between the VM server and ... used to be simply modify the text Hostname in the file "/etc/hostname" was all that was required. Now th... 18.04 and up to 20.4 complicates further, another file needs to be modified to prevent automated changes, if present the file ''sudo vim /etc/cloud/cloud.cfg'', configuration
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- layfs, it does not seem to allow for a true merge file system, just overlay file system. The information available to set up was some of the worst I have fou... ergerfs/releases/'', hint look at the link of the file of interest....: ''wget https://github.com/trap... t read only = false #auth users = baumkp #secrets file = /etc/rsyncd.secrets </code> ''sudo vim /etc/rs
- VIM Editor @home_server:home_server_setup:other_services
- rminal windows I prefer to use. Simply create the file on home directory, ".vimrc" (''vim ~/.vimrc'') an... ve this. When using the ''.vimrc'' configuration file the ''nocompatible'' flag is reportedly set autom... x color==== If syntax color is not working in the file ''.vimrc'' (''vim ~/.vimrc''), add the following ... ^ Action ^ | :w filename | Save changes to a file. If you don't specify a file name, Vim saves as t
- Docker - diun & ntfy @docker_notes
- esired timezone, was UTC # Use configuration file: config/etc/ntfy/server.yml # NTFY_BASE_URL: https://ntfy.kpts.net # NTFY_CACHE_FILE: /var/lib/ntfy/cache.db # NTFY_AUTH_FILE: /var/lib/ntfy/auth.db # NTFY_AUTH_DEFAULT_ACCESS: d... ml''. ++++server.yml| <code># ntfy server config file # # Please refer to the documentation at https://
- KPTree Torrent VM Setup @home_server
- storage. Also, consider aligning the appropriate file system user and groups between the VM server and ... '' to change the VPN servers, however the correct file was ''/etc/openvpn/privatevpn.conf''__. * The r... rd.conf'' *Modify the /etc/openvpn/btguard.conf file as follows: *To optionally allow additional ... /login.conf'' Create the /etc/openvpn/login.conf file and add only the BTGuard User name on the first l
- DHCP / DNS Setup @linux_router
- l bind9" Next check the named.conf configuration file, "less /etc/bind/named.conf". This can remain as ... d/named.conf // This is the primary configuration file for the BIND DNS server named. // // Please read ... ian, *BEFORE* you customize // this configuration file. // // If you are just adding zones, please do th... Next modify the named.conf.options configuration file, ''sudo vim /etc/bind/named.conf.options'', as no
- Formatting Syntax @wiki
- is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ats. To mitigate the problem, you can upload your file in different formats for maximum browser compatib... filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would
- Nextcloud Container @docker_notes
- ree.net/doku.php?id=docker_notes:docker-nextcloud#file_integrity_check|file integrity error messages]]. This is the first time since moving to Nextcloud on D... files:delete Delete a file or folder files:get Get the contents of a file files:object:delete Delete a
- Docker-Compose @docker_notes
- er Docs [[https://docs.docker.com/compose/compose-file/|Compose specification]], [[https://github.com/co... will pull the latest images and rebuild a Docker file. ====Docker Compose Versions/Types==== Docker co... e will create a new network for the given compose file. You can change the behavior by defining custom networks in your compose file. ====Create and assign custom network==== *Exam
- KPTree - MSWindows Setup @home_server
- rus protection now *Xplorer2 - a multi-paned file explorer replacement - //I do not use any more. S... use VIM on Linux now. *7Zip - a good general file compression program (**!**) *CCleaner - a Wi... smart users and attempts to hide the lower level file system. Further to this the configuration, backup... l over 200GB!. So to help alleviate the excessive file system use on my primary Windows10 SSD I would li
- BASH Customisation @home_server:home_server_setup:other_services
- change it. The personal BASH user configuration file is: ''~/.bashrc''. Simply add the following line to this file: ''%%LS_COLORS='di=1;32'%% ; export LS_COLORS'' T... 32; is for a light green colour. The ''.bashrc'' file also has a number of other interesting "features"... '', the aliases can also be added to the separate file .bash_aliases, ''vim ~/.bash_aliases'': *''ali