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
Web Server setup @home_server
53 Hits, Last modified:
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
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
KPTree Torrent VM Setup @home_server
30 Hits, Last modified:
storage. Also, consider aligning the appropriate file system user and groups between the VM server and ... to run. The setup script creates a systemctl profile: openvpn@privatvpn.service. So the standard syst... '' 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
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
Formatting Syntax @wiki
24 Hits, Last modified:
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
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
Nextcloud Container @docker_notes
19 Hits, Last modified:
files:delete Delete a file or folder files:get Get the contents of a file files:object:delete Delete a... files:object:put Write a file to the object store files:put Write contents of a file files:reminders List fil
Docker Deluge Image / Service @docker_notes
17 Hits, Last modified:
n-docker|Use of Supervisor in docker]] =====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:
Reverse Proxy Server @docker_notes
14 Hits, Last modified:
KPTree - MSWindows Setup @home_server
14 Hits, Last modified:
Network Setup @home_server:home_server_setup
14 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
14 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
13 Hits, Last modified:
samba @home_server:home_server_setup:other_services
13 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:
ISP PPPoE Network Setup @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:
ISP IPoE DHCP Setup Notes @linux_router
4 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
4 Hits, Last modified:
Simlinks @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:
IPTables Configuration @linux_router
3 Hits, Last modified:
Python Programming Notes @python
3 Hits, Last modified:
ansible @tech_notes
3 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
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:
NFTables IP Control @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:
IPv6 Setup Notes @linux_router
1 Hits, Last modified:
Router VM @linux_router
1 Hits, Last modified:
git @tech_notes
1 Hits, Last modified:
ssh with key files @tech_notes
1 Hits, Last modified: