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
Web Server setup @home_server
22 Hits, Last modified:
is is same procedure as previous *127.0.0.1 localhost *127.0.0.1 New_Hostname *Additional... can be placed in ''/etc/hosts'' to provide basic local host name resolution. I prefer to install a separ... pache2'' *Test the web page by typing in the local ip address of the apache2 server in a web browser... ne: *For the database: ''sudo mysqldump -l -h localhost -u root -p nextcloud > ~/nextcloud-dbbackup_`
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,
IPv6 summary notes @tech_notes
8 Hits, Last modified:
/zivaro.com/what-you-need-to-know-about-ipv6-link-local-addresses/|What You Need to Know about IPv6 Link-Local Addresses]] ====Address length and format==== Th... - everything (i.e. the whole internet) *UNIQUE LOCAL - everything in our LAN (behind the internet gateway) *LINK LOCAL - (will never be routed, valid in one collision d
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
KPTree Torrent VM Setup @home_server
5 Hits, Last modified:
s between the VM server and VM guests. (Check the local deluge directory actually exists for the user as ... -F ip6tables -t nat -F ip6tables -t mangle -F # Local iptables -A INPUT -i lo -j ACCEPT iptables -A OUTPUT -o lo -j ACCEPT # Local V6 ip6tables -A INPUT -i lo -j ACCEPT ip6tables -... figured to all full LAN access, default access is localhost only. The mysql.cnf configuration file needs
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
Formatting Syntax @wiki
5 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
5 Hits, Last modified:
Docker-Compose @docker_notes
4 Hits, Last modified:
KPTree - MSWindows Setup @home_server
4 Hits, Last modified:
Router Miscellaneous @linux_router
4 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
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:
IPv6 Setup Notes @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:
Localisations @personal
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:
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
1 Hits, Last modified:
ansible @tech_notes
1 Hits, Last modified:
git @tech_notes
1 Hits, Last modified:
Network Setup @home_server:home_server_setup
1 Hits, Last modified:
Mosh @home_server:home_server_setup:other_services
1 Hits, Last modified: