local

Search

You can find the results of your search below.

Back-up Server Old Setup @home_server:home_server_setup:other_services
37 Hits, Last modified:
ed syntax in NFS4.) * ''/mnt/backup1'' : is the local mount point, note this directory must exist, idea... /mnt/backup2'' Where: *''/mnt/backup1'' is the local mount point to be unmounted ++++Possible mount s... #!/bin/bash #Script to mount NFS remote Disk1 to local /mnt/backup1 if grep -qs "/mnt/backup1" /proc/mo... #!/bin/bash #Script to mount NFS remote Disk2 to local /mnt/backup2 if grep -qs "/mnt/backup2" /proc/mo
Docker mailserver @docker_notes
22 Hits, Last modified:
'SELECT User, Host FROM mysql.user WHERE Host <> 'localhost';'' Filters the user / host list. *''drop u... me keypoints: *The mailadmin user was linked to localhost and granted all privileges *In mariadb localhost uses the socket file ''/var/run/mysqld/mysqld.s... tainer to the Nginx web server there is no common localhost or 127.0.0.1 available to share. * Docker
Docker nginx / php notes @docker_notes
17 Hits, Last modified:
g_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http... ollowing empty subdirectory structure: ''/var/www/localhost/htdocs'' =====basic static site from base se... sent to syslogd instead of being written ; into a local file. ; Note: the default prefix is /var ; Defaul... ; and change docref_root to the base URL of your local copy including the ; leading '/'. You must also s
DHCP / DNS Setup @linux_router
14 Hits, Last modified:
looking at backups for both these services on my local area network. Whilst these services worked relia... .conf.options'' *''sudo cp /etc/bind/named.conf.local /etc/bind/default.named.conf.local'' *''sudo cp /etc/bind/named.conf.default-zones /etc/bind/default.n... ing zones, please do that in /etc/bind/named.conf.local include "/etc/bind/named.conf.options"; include
NFTables Configuration @linux_router
12 Hits, Last modified:
t and count WAN ssh attempts. As I only allow ssh locally on LAN or via VPN I drop all such incoming traf... lor #202000/#F0F0E0> As the VPN is hosted on this local machine this chain allows packets that have been ... cript for boot, dropping all connectivity, except local ssh ports and have a separate end of boot script ... er to function I found that I could not access my local http pages. This is a NAT problem*. The solution
Rsync @home_server:home_server_setup:other_services
11 Hits, Last modified:
bash Myscripts/rsync_shared.sh'' #Note this is a local only script and takes no additional batch inputs ... .com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps *https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/ *https://... command and re-run it for real. ====Test rsync on Local System==== In an effort to try out rsync in the
IPMI CLI Tools @home_server:home_server_setup:other_services
9 Hits, Last modified:
ou would if you were interacting with the machine locally. This is called Serial Over Lan (SOL) and is av... a remote console on the server as though it were local in cases where the operating system locks up and ... tool for accessing the IPMI device through either local or remote access. Its a command line tool that ca... terface. This tool can be used to set the address locally on the managed system. *Managed system : sy
Docker Deluge Image / Service @docker_notes
8 Hits, Last modified:
eliably with the nftables and the map port to the local web interface simply stops working. It seems to w... its dns queries and then refers to the nominated local dns. See ''/etc/resolv.conf''. The docker documen... r is running. <code>docker volume create --driver local \ --opt type=nfs \ --opt o=addr=[ip-address],... ng directory: <code>docker volume create --driver local \ --opt type=nfs \ --opt o=addr=192.168.1.10,
Nextcloud Container @docker_notes
7 Hits, Last modified:
index and display memberships for local and federated users circles:remote ... davfs2]]. The Nextcloud directory can be mounted locally and then use rsync to copy latest common files between local and Nextcloud. This can be used to sync two local computers. ====References==== *Matthias Schoettle
turn server @docker_notes
7 Hits, Last modified:
nication end points are obfuscated, such as where local IP address are behind NAT. To primary purpose of... public addresses by using a designated ranges of local IPv4 addresses that that do not have direct public addressability. The local addresses can only be publicly accessed via a local router that performs NAT, subject to firewall rules.
dokuwiki setup notes @home_server
7 Hits, Last modified:
cient to get me to move to another provider. ====local dns setup==== The local dns points to the local lan address that assists with hairpin nat on ipv4. Not necessary on ipv6 as assi... ame wiki.kptree.net ServerAdmin webmaster@localhost DocumentRoot /mnt/shared/www/dokuwik
Router VM @linux_router
5 Hits, Last modified:
setup on the remaining 3 Ethernet ports as a LAN (Local Area Network). The bridge network setup has the f... c interface on certain IP addresses * Main LAN (Local Area Network) DNS/DHCP), these services work together * Main local DNS server using ISC Bind9 * Main local DHCP server using ISC DHCP My preference would be to get a c
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
5 Hits, Last modified:
<code> upsmon.conf MONITOR KPBUPS@localhost 1 admin {password} master MINSUPPLIES... NUT Output===== The output of ''/bin/upsc KPBUPS@localhost'', (or simply ''upsc KPBUPS''): <code> Init S... he UPS device profile variable ''/bin/upsc KPBUPS@localhost 2>/dev/null''. *A script file to succinctly... strf='/var/log/UPSLog.Log' str0='/bin/upsc KPBUPS@localhost' str1=$($str0) str2=$(echo "$str1" | grep "up
Webmin @home_server:home_server_setup:other_services
5 Hits, Last modified:
eptions. Fortunately as I only wish to run Webmin locally (LAN), not facing the public internet (WAN), I can still access locally without SSL setup (http not https). To do this ... lnerability. I can now relatively easily assign local web pages a local signed certificate via Traefik and my local DNS, however as I do not use Webmin there
Docker-Compose @docker_notes
4 Hits, Last modified:
1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose </code> *[[https://gdevillele.github.i... volume: <code bash> docker volume create --driver local \ --opt type=none \ --opt device="/var/op... ernel. We recommend using cgroups to do container-local accounting. LimitNOFILE=infinity LimitNPROC=infin
KPTree - MSWindows Setup @home_server
4 Hits, Last modified:
Router Miscellaneous @linux_router
4 Hits, Last modified:
Docker @docker_notes
3 Hits, Last modified:
Homepage dashboard @docker_notes
3 Hits, Last modified:
Linux Router Background @linux_router
3 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
3 Hits, Last modified:
VNC Server @home_server:home_server_setup
3 Hits, Last modified:
Dokuwiki @docker_notes
2 Hits, Last modified:
KPTree - Email Server Setup @home_server
2 Hits, Last modified:
KVM Setup @home_server:home_server_setup
2 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
2 Hits, Last modified:
sidebar
1 Hits, Last modified:
Reverse Proxy Server @docker_notes
1 Hits, Last modified:
Docker Host @docker_notes
1 Hits, Last modified:
Router Hardware @linux_router
1 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
1 Hits, Last modified:
ansible @tech_notes
1 Hits, Last modified:
Network Setup @home_server:home_server_setup
1 Hits, Last modified: