name

Search

You can find the results of your search below.

Set up SSL under Apache @en:linux:apache
14 Hits, Last modified:
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 Hits, Last modified:
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 Hits, Last modified:
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 Hits, Last modified:
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 Hits, Last modified:
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 Hits, Last modified:
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
4 Hits, Last modified:
<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... 700 browseable = no #####Share-Verzeichnisse # Namen in eckigen Klammern sind frei waehlbar [sbmusers
Linux backup with rsync @en:linux:backup
3 Hits, Last modified:
ence to a file. A file can therefore have several names, i.e. it can be addressed under several names. This means that no copy of the binary data is created, only another name is assigned. In our example, this has the advanta
Backing up the sshd
1 Hits, Last modified:
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 tar @en:linux:backup
1 Hits, Last modified:
es from the archive, enter them after the archive name: <code bash> tar -xvf meinArchiv.tar /Pfad/zu/m
Kali Linux @en:linux:kali
1 Hits, Last modified:
====== Kali Linux ====== Kali Linux Namespace <nspages linux:kali -tree -r -exclude -subns -pagesInNs
MySQL Operating system error number 13 @en:linux:mysql
1 Hits, Last modified:
23 19:30:50 v21080422 mysqld[22881]: InnoDB: File name ./ibdata1 Feb 23 19:30:50 v21080422 mysqld[22881]