directory

Search

You can find the results of your search below.

Docker nginx / php notes @docker_notes
34 Hits, Last modified:
} }</code> ++++ ===/etc/nginx/modules/=== This directory is empty. ===/etc/nginx/conf.d/=== This directory does not exist. This is a concern as the default nginx configuration ''nginx.conf'' references this directory. Of course the ''/etc/nginx/conf.d'' is a default override directory, so it can be created on use. ====/usr/share/n
Back-up Server Old Setup @home_server:home_server_setup:other_services
17 Hits, Last modified:
nably evident from the command. The workdir is a directory on the same media as the upperdir, and is where t... ntu-xenial_amd64.deb'' Then create a mount point directory, e.g. /srv/storage, ''sudo mkdir /srv/storage'' ... t/backup1'' : is the local mount point, note this directory must exist, ideally empty, any existing contents ... te new # any name you like [all] # destination directory to copy path = / # hosts you allow to access host
KPTree - Email Server Setup @home_server
16 Hits, Last modified:
suit ===Setup NFS Client=== I store my main mail directory (''/var/vmail'') off the VM and on a shared serve... storage /mnt/storage'' to mount just the specific directory. The mount directory must already exist. * ''sudo mount -t nfs -o rw,vers=4 192.168.1.10:/export /mnt'' to mount all the defined exports. The mount directory must already exist, not necessarily the sub-direc
Docker Deluge Image / Service @docker_notes
14 Hits, Last modified:
nnot-open-tun-tap-dev-dev-net-tun-no-such-file-or-directory|OpenVPN - ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)]] *Inside container command to run ''... me needs in this set up. - Deluge configuration directory - I usually like to store my live application... king directories) - actual download working directory - torrent file storage directory directory
Docker mailserver @docker_notes
14 Hits, Last modified:
the email and store it into the recipient’s email directory. But we will not make Postfix save the email to d... with this mapping by asking it where the mailbox directory of our john@example.org user would be: ''postmap ... tabase /etc/postfix/aliases.lmdb: No such file or directory" The postfix command recreates the missing/corup... " "fcgi://roundcubemail:9001" enablereuse=on # <Directory "/var/www/html"> # Options Indexes FollowSymLi
Rsync @home_server:home_server_setup:other_services
14 Hits, Last modified:
e trailing slash, would place dir1, including the directory, within dir2. This would create a hierarchy that ... eate new # any name you like [all] # destination directory to copy path = / # hosts you allow to access host... ct Backup Storage Location===== I want to create directory for the backups that are readable by all users, b... l create some ad hoc backups of my desktop's home directory. I want to preserves file timestamp, symbolic lin
KPTree - MSWindows Setup @home_server
13 Hits, Last modified:
important information left on the local documents directory. Unknown, unlikely, but possible. Helps to have t... o copy anything important into the Nextcloud sync directory or work of the server. *Multimedia *Firefo... Tunes running -If moving an exiting iTunes data directory first time, copy ''C:\Users\doej\Music\iTunes'' t... rk or be seen. The solution is to move to another directory and then add back to the official directory until
Nextcloud Container @docker_notes
9 Hits, Last modified:
m/t/is-there-a-safe-and-reliable-way-to-move-data-directory-out-of-web-root/3642|is-there-a-safe-and-reliable-way-to-move-data-directory-out-of-web-root]] *[[https://help.nextcloud.com/t/howto-change-move-data-directory-after-installation/17170|help.nextcloud.com/t/howto-change-move-data-directory-after-installation]] *[[https://github.com/ne
dokuwiki setup notes @home_server
7 Hits, Last modified:
/shared/www/dokuwiki%%'' this backs up the entire directory. =====dockuwiki cleanup===== [[https://www.dokuw... tions +StdEnvVars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars </Directory> SSLCertificateFile /etc/letsencrypt/live... SSLOptions +StdEnvVars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars
Router Miscellaneous @linux_router
6 Hits, Last modified:
tocol ldap 389 {tcp, udp} Lightweight Directory Access Protocol https 443 {tcp, udp, sctp} h... 465 {tcp} ssmtp smtps URL Rendesvous Directory for SSM ldaps 636 {tcp, udp} ldap prot... c/systemd/journald.conf''. For this option if the directory ''/var/log/journal'' is present previous boot log... s. Use ''sudo ls -la /var/log/journal'' to see if directory already exists, ''sudo mkdir -p /var/log/journal'
Docker @docker_notes
4 Hits, Last modified:
e docker-ce'' -Check the the ''var/lib/docker'' directory, ''sudo du -d 1 -h var/lib/docker'' -''rm -rf /var/lib/docker'' to remove the docker directory. //I try not to store any important files in doc... cker run -v HOSTDIR:TARGETDIR IMAGE'' | Map local directory and Launch| **Container Management:** |<55em>| ^... d'' | Load images from a tarball| |''docker build DIRECTORY'' | Build an image from a docker file| **Volumes
Reverse Proxy Server @docker_notes
4 Hits, Last modified:
urations to date. I placed these files in the sub-directory: ''/home/docker_store/traefik/data/config''. Trae... up to look at all configuration files in this sub-directory and to dynamically update changes on the run. The... need to install jq and maybe openssl # creates a directory for all of your certificates mkdir -p certificate... acme.json file, please put this file in the same directory as your script json=$(cat acme.json) export_cer_
Docker-Compose @docker_notes
3 Hits, Last modified:
docker compose releases]] change the version sub-directory as required. <code bash> sudo curl -L "https://gi... for a couple of months. I have my docker working directory on an NFS share directory. Unfortunately after a reboot docker compose Trafik would fail on start up with o
Commonly used commands and scripts @home_server:home_server_setup:other_services
3 Hits, Last modified:
%%'' this will search for 'filename*' in current directory * ''%%find /mnt/disk1 -name findme*%%'' to find findme* under sub-directory /mnt/disk1. The %%' '%% is not required unless there is white space in the directory or file name. * ''%%find -path ./con*%%'' ---
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
3 Hits, Last modified:
it reports failure as it is unable to access the directory "/var/run/nut". So we can create the directory with: "sudo mkdir /var/run/nut sudo chown root:nut /var/run/n... es show they include creation of the /var/run/nut directory. In systemd .conf files must be created in the /u
DHCP / DNS Setup @linux_router
2 Hits, Last modified:
NFTables Configuration @linux_router
2 Hits, Last modified:
ssh with key files @tech_notes
2 Hits, Last modified:
Calibre @docker_notes
1 Hits, Last modified:
Docker - DHCP Server @docker_notes
1 Hits, Last modified:
Docker init Systems @docker_notes
1 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
1 Hits, Last modified:
ansible @tech_notes
1 Hits, Last modified:
KVM Setup @home_server:home_server_setup
1 Hits, Last modified:
VNC Server @home_server:home_server_setup
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified: