create

Search

You can find the results of your search below.

DHCP / DNS Setup @linux_router
1 Hits, Last modified:
tra value by tracking you. ====rndc-key==== Next create a cryptographic key file using ''sudo /usr/sbin/r
NFTables Configuration @linux_router
3 Hits, Last modified:
llowing is my NFTables router configuration file. Create the following file called: "router.nft". Dont fo... en_ports { ++ | \\ + <color #202000/#F0F0E0> This creates a set of type inet_service (port number or range... n_ports { ++ | \\ + <color #202000/#F0F0E0> This creates a set of type inet_service (port number or range
KPTree - MSWindows Setup @home_server
3 Hits, Last modified:
art and select so). Then run following command to create a simlink to NAS stored iTunes library: ''%%mklin... Tunes%%''. The command should state symbolic link created as given in original command. -The backup file... e current document%% *%Ctrl-n or Ctrl-Alt-F2 to create new document%% *[[https://www.computerhope.com
Reverse Proxy Server @docker_notes
4 Hits, Last modified:
cker bridge network named proxy, ''docker network create proxy'' =====Traefik===== <code bash [enable_line... iles/traefik-portainer-ssl/traefik|here]].\\ ====create docker network==== <code bash [enable_line_numbers="true"]>docker network create proxy</code> <code bash [enable_line_numbers="tru... you will need to install jq and maybe openssl # creates a directory for all of your certificates mkdir -
Router VM @linux_router
1 Hits, Last modified:
er client binaries *''virtinst'' - utilities to create and edit virtual machines *''libspice-server1''
Docker mailserver @docker_notes
23 Hits, Last modified:
ail. So the following seems to meet my needs: *create file ''ll.sh'' *<code>#!/bin/sh exec ls -la "... 'sqlite3 /app/mailserver.db'' to start sqlite and create or open mailserver.db. *''.open /app/mailserver... u want to receive email for.| This SQL statement creates a table like that: ===sql code=== <code sql>CREATE TABLE IF NOT EXISTS `virtual_domains` ( `id` int(11)
Docker nginx / php notes @docker_notes
17 Hits, Last modified:
d'' is a default override directory, so it can be created on use. ====/usr/share/nginx/==== ++++/usr/s... ctory ''/etc/nginx/http.d/'' should already exit. Create test.conf. ++++/etc/nginx/http.d/test.conf| <code... nabled, the ENV, REQUEST and SERVER variables are created when they're ; first used (Just In Time) instead... at handle many sessions. ; ; NOTE 1: PHP will not create this directory structure automatically. ;
Docker Host @docker_notes
1 Hits, Last modified:
ime. When I started playing around with Docker to create my own container images I preferred use of the Al
Docker @docker_notes
16 Hits, Last modified:
a more complex iptable configuration I could have created a file called iptables-docker.rules in /etc/ipta... ty addition command is: <code bash> docker volume create portainer_data docker run -d -p 9443:9443 --name=... s -a'' | Show a list of all containers| |''docker create IMAGE'' | Create a new container| |''docker start CONTAINER''| Start a container| |''docker stop CONTAINE