name

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Set up SSL under Apache @en:linux:apache
13 Treffer, Zuletzt geändert:
about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can... '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:DE State or Province Name (full name) [Some-State]:NRW Locality Name (eg, city) []:Neuss Organization Name (eg, company) [Interne
n8n installation with Docker Compose
12 Treffer, Zuletzt geändert:
e> ===== 3. DNS entry ===== <code bash> Type: A Name: n8n IP address: <IP_OF_YOUR_SERVER> </code> ===... http.routers.n8n.rule=Host(`${SUBDOMAIN}.${DOMAIN_NAME}`) - traefik.http.routers.n8n.tls=true ... fik.http.middlewares.n8n.headers.SSLHost=${DOMAIN_NAME} - traefik.http.middlewares.n8n.headers.STS... H_PASSWORD - N8N_HOST=${SUBDOMAIN}.${DOMAIN_NAME} - N8N_PORT=5678 - N8N_PROTOCOL=https
n8n installation with Docker Compose @en:linux:n8n
12 Treffer, Zuletzt geändert:
e> ===== 3. DNS entry ===== <code bash> Type: A Name: n8n IP address: <IP_OF_YOUR_SERVER> </code> ===... http.routers.n8n.rule=Host(`${SUBDOMAIN}.${DOMAIN_NAME}`) - traefik.http.routers.n8n.tls=true ... fik.http.middlewares.n8n.headers.SSLHost=${DOMAIN_NAME} - traefik.http.middlewares.n8n.headers.STS... H_PASSWORD - N8N_HOST=${SUBDOMAIN}.${DOMAIN_NAME} - N8N_PORT=5678 - N8N_PROTOCOL=https
n8n installation and operation
4 Treffer, Zuletzt geändert:
teractive ==== <code bash> docker run -it --rm --name n8n -p 1234:1234 -v ~/.n8n:/home/node/.n8n n8nio/... kground ==== <code bash> docker run -t -d --rm --name n8n -p 1234:1234 \ -e GENERIC_TIMEZONE="Eu... container_id] docker rm [container_id] docker run --name=[container_name] [options] -d n8nio/n8n </code>
MySQL Backup under Linux @en:linux:mysql
4 Treffer, Zuletzt geändert:
r us are: -u -p The -u option specifies the user name that has access to the database. The -p option di... u/backup_verzeichnis TAR=/bin/tar RM=/bin/rm DB_NAME=DB_NAME DB_USER=DB_USER DB_PASS=DB_PASS AKT_DATUM=`date +%Y%m%d%H%M` # # mysql dump erzeugen / create mysql dump # $MYSQL_DUMP $DB_NAME -u $DB_USER --password=$DB_PASS > $BACKUP_DIR/$A
n8n installation and operation @en:linux:n8n
4 Treffer, Zuletzt geändert:
teractive ==== <code bash> docker run -it --rm --name n8n -p 1234:1234 -v ~/.n8n:/home/node/.n8n n8nio/... kground ==== <code bash> docker run -t -d --rm --name n8n -p 1234:1234 \ -e GENERIC_TIMEZONE="Eu... container_id] docker rm [container_id] docker run --name=[container_name] [options] -d n8nio/n8n </code>
Debian Fileserver with Samba @en:linux:samba
3 Treffer, Zuletzt geändert:
<code text> [global] # Arbeitsgruppe workgroup = <NAME DER WORKGROUP> # Zugriff per "share" oder "user"... passwords = yes # Network Neighbourhood netbios name = <NAME DES SERVERS> #Genutze Adapter; bei einem eigentlich nicht notwendig ; interfaces = 192.168.1.2
Backing up the sshd
1 Treffer, Zuletzt geändert:
To do this, we open putty.exe and enter the host name as usual. Before we now click on **open** we swit
Linux backup with rsync @en:linux:backup
1 Treffer, Zuletzt geändert:
copy of the binary data is created, only another name is assigned. In our example, this has the advanta
Linux backup with tar @en:linux:backup
1 Treffer, Zuletzt geändert:
es from the archive, enter them after the archive name: <code bash> tar -xvf meinArchiv.tar /Pfad/zu/m
MySQL Operating system error number 13 @en:linux:mysql
1 Treffer, Zuletzt geändert:
23 19:30:50 v21080422 mysqld[22881]: InnoDB: File name ./ibdata1 Feb 23 19:30:50 v21080422 mysqld[22881]