following

Search

You can find the results of your search below.

Docker nginx / php notes @docker_notes
21 Hits, Last modified:
> </html> </code> ++++ ====/var/www/==== There is following empty subdirectory structure: ''/var/www/localhos... x/http.d'' ====static web page==== Place this at following location; ''/var/www/test/index.html'' ++++basic... ed. ====nginx logging==== nginx seems to have the following log levels # [ debug | info | notice | warn | err... ; Specify the event mechanism FPM will use. The following is available: ; - select (any POSIX os) ; - p
Docker mailserver @docker_notes
11 Hits, Last modified:
ks'' Seems to only be in testing repository, use following to load ''%%swaks --repository=http://dl-cdn.alpi... c/profile and /etc/profile.d to no avail. So the following seems to meet my needs: *create file ''ll.sh'' ... );</code> ====sqlite example test data==== The following test dat acan be used to test the data returns fr... ed do not seem to be defined anywhere, I used the following ++php modules| php-fpm php-session #php-
NFTables Configuration @linux_router
11 Hits, Last modified:
gs: nftables]]. After a lot of experimenting the following is my NFTables router configuration file. Create the following file called: "router.nft". Dont forget to ensure... is has been separately described in detail at the following link: [[linux_router:nftables_control]], also see... is has been separately described in detail at the following link: [[linux_router:nftables_control]], also see
Rsync @home_server:home_server_setup:other_services
11 Hits, Last modified:
rs, but writable by only root. To do this, do the following: <code>mkdir /mnt/backup chmod a+rwx /mnt/backup... ' within the rsync command line is important. The following two commands produce different results: <code>sud... attended backups. Basically, your going to do the following on the machine that will store the backups: <code... ser ''root''. You might want to attempt to do the following: <code>sudo rsync -azv -e ssh root@RedRPi:/root/
KPTree - Email Server Setup @home_server
10 Hits, Last modified:
erver is based upon Debian 10 (Buster) with setup following, [[https://workaround.org/ispmail/buster/|ISPmail... vecot, MySQL, Postfixadmin, Roundcube]], with the following comments: *Ignore the section "Using Amazon Web... stance with a Suitable Security Group" prefer the following instead *Setup an Ubuntu 18.04 VM with 4 CPU... ow for international character sets. Refer to the following links: *Sourceforge Postfix Admin [[https://s
KPTree - MSWindows Setup @home_server
8 Hits, Last modified:
rked on the first evening after loading, then the following day ACADLT stopped working. I tried to get it wor... and attempted a reinstall, also to no avail. The following day the machine would not run with the dreaded bl... er to further their power and wealth. I have the following 2 personal examples that highlight why I do not l... s10 SSD I would like to move to my Linux NAS. The following are the steps to achieve this. I really now only
Basic Netfilter Function Block Diagram @linux_router
5 Hits, Last modified:
inux_router:linux_netfilter.png?600|}} <code> The following is a basic block diagram of the Netfilter Filter ... net frame size must be 1536 bytes or greater. The following overheads in the Ethernet frame, over the MTU are... agging. To set the PPPoE connection mtu edit the following file ''sudo vim /etc/ppp/ip-up'' and append the following to the end of the file: ''/sbin/ifconfig ppp0 mtu
KVM Setup @home_server:home_server_setup
5 Hits, Last modified:
pxml {vir_machine} > /dir/file.xml''. Modify the following xml tags: *<name>VM_name</name> be careful not ... A compacted qcow2 image can be created using the following command: ''sudo qemu-img convert -O qcow2 -c old.... at a time using EUFI boot options. I ran into the following problems. * Backed up copies of the VMs when th... nstalled by default and can be installed with the following ''sudo apt install guestfs-tools'' [[https://c
IPMI Console Setup @home_server:home_server_setup:other_services
5 Hits, Last modified:
e BMC is actually using for redirection! use the following command to find out, ''ipmitool -I lanplus -H 192... umkp -f /etc/ipmitool sol info''. This gives the following output: <file> Set in progress : ... ial port. All my servers are running Ubuntu. The following description is for Ubuntu terminal serial redirec... connect to the BMC sol within a terminal use the following ipmitools command: ''ipmitool -I lanplus -H 192.1
DHCP / DNS Setup @linux_router
4 Hits, Last modified:
t/bind9'' or ''sudo vim /etc/default/named'', set following parameter: ''OPTIONS="-u bind -4"'' ====named.co... 1.168.192.in-addr.arpa.''. * Again note the following fullstop after the origin address. * ''sudo nam... rily filling up log files. To prevent perform the following: *''sudo vim /etc/default/bind9'' *add the ''... he log / journal for isc-dhcp-server contains the following comment for each system interface that is not ass
Debian / Ubuntu Network Setup @linux_router
4 Hits, Last modified:
bridge_maxage 60 # use default? </code> ++++ The following is a list of some stanza not used and why: ++++tl... se its metric, but to no avail. So I created the following systemd service to perform this function on start... r I want to use a different network setting. The following is my basic setup netplan yaml file. ++++ ''sudo ... loud.cfg.d/99-disable-network-config.cfg with the following: # network: {config: disabled} network: vers
Back-up Server Old Setup @home_server:home_server_setup:other_services
4 Hits, Last modified:
some experimenting and basic research I found the following seemed to work: ''sudo mount -t overlay -o lower... do not feel comfortable using it.</fc></fs>\\ The following is the command I use to backup my main media driv... # # PLEASE BE AWARE OF THE FOLLOWING RULE: # # ... # # PLEASE BE AWARE OF THE FOLLOWING RULE: # #
Router Hardware @linux_router
3 Hits, Last modified:
including the 10 year old Samsung SSD. I run the following software on it, all bare metal: * NFtables for ... to allow private access from public internet The following key services define the router: *network servic... lt to 640x480 resolution. To improve consider the following. Add 'GRUB_GFXPAYLOAD_LINUX=1024x768' to the etc/
Router Miscellaneous @linux_router
3 Hits, Last modified:
ndard-users|37.3. Standard Users]] ---- =====The following is a list of related commonly used commands and s... Some basic research on Linux Router led me to the following: *xdeb.org [[https://xdeb.org/post/2019/09/26/s... === Some basic research on NFTables led me to the following *[[https://wiki.nftables.org/wiki-nftables/inde
VNC Server @home_server:home_server_setup
3 Hits, Last modified:
e After setting up a basic Debian server I do the following. ++++Old, tl;dr;| ====Old VNC Setup Notes==== Fo... sary on a headless server. To disable perform the following: *In the xfce desktop go to the ''Applications... 'vim ~/.vnc/xstartup'' *I set up cron to run the following script at boot: ''vim ~/Myscripts/StartVNC.sh'',
Docker @docker_notes
2 Hits, Last modified:
Dokuwiki @docker_notes
2 Hits, Last modified:
Nextcloud Container @docker_notes
2 Hits, Last modified:
Router VM @linux_router
2 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
2 Hits, Last modified:
Network Setup @home_server:home_server_setup
2 Hits, Last modified:
Docker-Compose @docker_notes
1 Hits, Last modified:
Docker Deluge Image / Service @docker_notes
1 Hits, Last modified:
Docker - DHCP Server @docker_notes
1 Hits, Last modified:
Docker - DNS Server @docker_notes
1 Hits, Last modified:
ansible @tech_notes
1 Hits, Last modified:
ssh with key files @tech_notes
1 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified:
SWAP Files @home_server:home_server_setup:other_services
1 Hits, Last modified: