name

Search

You can find the results of your search below.

Set up SSL under Apache @en:linux:apache
15 Hits, Last modified:
he ====== {{template>vorlagen:tutorialdetails|tutname=SSL unter Apache|tutautor=PsyCore|tutversion=1.4|... 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) []
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
Linux Commands Cheatsheet
6 Hits, Last modified:
isplay information about ProFTPd | | adduser <username> | create user with additional information incl. homedir | | passwd <username> | Change password | | su <user> | set user | | s... nd as user www-data | | useradd -d <homedir> <username> | create user with home dir | | userdel <username> | delete user | | whoami | Output current user | =
Debian Fileserver with Samba @en:linux:samba
5 Hits, Last modified:
ba ====== {{template>vorlagen:tutorialdetails|tutname=Debian Fileserver mit Samba|tutautor=[[en:psycore... <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
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>
Integration of Collabora Office in OwnCloud
4 Hits, Last modified:
n.de:443,https://cloud\\.yourdomain\\.de" -e "username=administrator" -e "password=password" --restart a... ==== <code text> <VirtualHost 1.2.3.4:443> ServerName collabora.yourdomain.de:443 # ServerName collabora.example.com:443 Options -Indexes # SSL configu... None SSLProxyCheckPeerCN Off SSLProxyCheckPeerName Off # keep the host ProxyPreserveHost On #
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>
Integration of Collabora Office in OwnCloud @en:linux:owncloud
4 Hits, Last modified:
n.de:443,https://cloud\\.yourdomain\\.de" -e "username=administrator" -e "password=password" --restart a... ==== <code text> <VirtualHost 1.2.3.4:443> ServerName collabora.yourdomain.de:443 # ServerName collabora.example.com:443 Options -Indexes # SSL configu... None SSLProxyCheckPeerCN Off SSLProxyCheckPeerName Off # keep the host ProxyPreserveHost On #
Archives under Linux
3 Hits, Last modified:
at: [[wp>tar]] Unpack: <code bash>tar xfv [ARCHIVNAME].tar</code> Packing: <code bash>tar cfv [ARCHIVNAME].tar [VERZEICHNIS1] [VERZEICHNIS2] [DATEI1] [DATEI2]</code> List: <code bash>tar tfv [ARCHIVNAME].tar</code> ===== Ending: "gz" ===== Archive fo
Update UnrealIRCD
3 Hits, Last modified:
r xfvz unrealx.x.x.tar.gz </code> ===== Stop / rename old IRCD ===== To protect the config files, the directory with the obsolete IRCD should be renamed. To do this, the UnrealIRCD must first be stoppe... [No] -> How far back do you want to keep the nickname history? [2000] -> GeoIP is a feature that allow
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
2 Hits, Last modified:
ver simply by possessing the private key!** We rename id_rsa.pub to authorised_keys and download id_rsa... To do this, we open putty.exe and enter the host name as usual. Before we now click on **open** we swit
Emulated Debian under VMWare
2 Hits, Last modified:
re ====== {{template>vorlagen:tutorialdetails|tutname=Emuliertes Debian unter VMWare|tutautor=Christoph... ind out the kernel version: ==== Debian-Etch#: uname -a As a result you will get something like this (
Wallabag installation under Debian
2 Hits, Last modified:
Wallabag installation under Debian @en:linux:wallabag
2 Hits, Last modified:
Manual OpenSSL update
1 Hits, Last modified:
Postfix trivial rewrite problem
1 Hits, Last modified:
Linux backup with tar @en:linux:backup
1 Hits, Last modified:
Kali Linux @en:linux:kali
1 Hits, Last modified:
MySQL Operating system error number 13 @en:linux:mysql
1 Hits, Last modified: