file

Search

You can find the results of your search below.

Docker nginx / php notes @docker_notes
112 Hits, Last modified:
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.18.4, 2
Rsync @home_server:home_server_setup:other_services
89 Hits, Last modified:
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
Back-up Server Old Setup @home_server:home_server_setup:other_services
58 Hits, Last modified:
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
Docker mailserver @docker_notes
57 Hits, Last modified:
lational Database Management Systems]] =====Dockerfile===== I go annoyed with the messy UID and GID and ... docker.com/engine/reference/builder/#volume|Dockerfile reference]] *[[https://docs.docker.com/storag... 1935435/understanding-volume-instruction-in-dockerfile|Understanding "VOLUME" instruction in DockerFile]] *[[https://superuser.com/questions/1167696/install
KVM Setup @home_server:home_server_setup
43 Hits, Last modified:
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
VIM Editor @home_server:home_server_setup:other_services
41 Hits, Last modified:
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
Nextcloud Container @docker_notes
37 Hits, Last modified:
ine|github nextcloud docker fpm-apline cron dockerfile examples]] ++tl;dr;|Today (2024-04-27) after upg... 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... ated image to rectify this warning. ++++ Dockerfile| <code yaml>#FROM nextcloud:stable-fpm-alpine FRO
DHCP / DNS Setup @linux_router
28 Hits, Last modified:
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
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
26 Hits, Last modified:
e with systemd. After updating the configuration file restart the computer and confirm if working. So t... he command "df -T" shows that /run is a temporary file system mounted in RAM that must be recreated ever... s, see "man tmpfiles.d". So we need to create the file: "sudo vim /usr/lib/tmpfiles.d/nut-driver.conf" a... heck the /lib/systemd/system-shutdown/nutshutdown file exists; "sudo vim /lib/systemd/system-shutdown/nu
Docker-Compose @docker_notes
19 Hits, Last modified:
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. =====Installation / Update===== To check current... 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
Docker Deluge Image / Service @docker_notes
17 Hits, Last modified:
achine using Linux KVM/Libvirt/QEMU. =====dockerfile===== ++++Dockerfile| <code> FROM alpine:latest ADD https://github.com/just-containers/s6-overlay/relea... onf","&&","openvpn","--config","/etc/openvpn/ovpn_file.conf","--daemon","deluged","-d"] </code> Notes: ... e user should not directly modify the resolv.conf file as it may adversely affect docker performance. As
BASH Customisation @home_server:home_server_setup:other_services
17 Hits, Last modified:
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
KPTree - Email Server Setup @home_server
15 Hits, Last modified:
ck status of clients: * ''findmnt'' to list file system in tree format or ''findmnt -l'' in flat l... figuration lines to your ''/etc/postfix/main.cf'' file. It also activates the new setting instantly so y... re Dovecot Section *The Dovecot configuration file /etc/dovecot/dovecot-sql.conf.ext *My vmail... w change directions for the Dovecot configuration file /etc/dovecot/conf.d/10-auth.conf *The Dovecot
Reverse Proxy Server @docker_notes
14 Hits, Last modified:
/<fc #ff0000><fs small>**Note** my docker compose file has some changes from the TechnoTim one, in parti... ken down the Traefik router dynamic configuration file, My config.yml into 2 configuration files. One fo... e.json | This is the Lets Encrypt RSA key file downloaded by Traefik │ ├── config | | ├── ... http.yml | This is the dynamic configuration file for http (want to separate into 2 smaller files,
KPTree - MSWindows Setup @home_server
14 Hits, Last modified:
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
Network Setup @home_server:home_server_setup
14 Hits, Last modified:
Router Miscellaneous @linux_router
12 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
12 Hits, Last modified:
dokuwiki setup notes @home_server
10 Hits, Last modified:
Docker - DHCP Server @docker_notes
9 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
9 Hits, Last modified:
NFTables Configuration @linux_router
9 Hits, Last modified:
Nginx @tech_notes
6 Hits, Last modified:
VNC Server @home_server:home_server_setup
5 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
5 Hits, Last modified:
Router Hardware @linux_router
4 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
4 Hits, Last modified:
Docker @docker_notes
3 Hits, Last modified:
Docker Host @docker_notes
3 Hits, Last modified:
Python Programming Notes @python
3 Hits, Last modified:
ansible @tech_notes
3 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
3 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
2 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
2 Hits, Last modified:
Docker - DNS Server @docker_notes
1 Hits, Last modified:
Docker - Index @docker_notes
1 Hits, Last modified:
Router VM @linux_router
1 Hits, Last modified:
ssh with key files @tech_notes
1 Hits, Last modified: