code

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

n8n installation with Docker Compose
38 Treffer, Zuletzt geändert:
an) ===== ==== 1.1 Uninstall old versions ==== <code bash> sudo apt-get remove docker docker-engine docker.io containerd runc </code> ==== 1.2 Repo installation ==== === 1.2.1 Update apt and activate HTTPS === <code bash> sudo apt-get update sudo apt-get install... tc/apt/sources.list.d/docker.list > /dev/null </code> === 1.2.2 Add Docker GPG Key === <code bash>
n8n installation with Docker Compose @en:linux:n8n
38 Treffer, Zuletzt geändert:
an) ===== ==== 1.1 Uninstall old versions ==== <code bash> sudo apt-get remove docker docker-engine docker.io containerd runc </code> ==== 1.2 Repo installation ==== === 1.2.1 Update apt and activate HTTPS === <code bash> sudo apt-get update sudo apt-get install... tc/apt/sources.list.d/docker.list > /dev/null </code> === 1.2.2 Add Docker GPG Key === <code bash>
Debian Distribution Upgrade - Squeeze to Wheezy @en:linux:debian
24 Treffer, Zuletzt geändert:
=== 2. display the current Debian version ===== <code bash> cat /etc/debian_version 6.0.7 </code> ===== 3. update packages ===== <code bash> apt-get update apt-get upgrade apt-get dist-upgrade </code> ===== 4. customise the sources.list ===== Adap
Archives under Linux
22 Treffer, Zuletzt geändert:
"tar" ===== Archive format: [[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
Update UnrealIRCD
22 Treffer, Zuletzt geändert:
version 6.1.0) ===== Importing GPG keys ===== <code bash> wget -O- https://raw.githubusercontent.com/... d/unrealircd/unreal60_dev/doc/KEYS|gpg --import </code> ===== Download source ===== First we download ... nstead of x.x.x (e.g. unrealircd-6.1.0.tar.gz). <code bash> wget https://www.unrealircd.org/downloads/unrealircd-x.x.x.tar.gz </code> ===== Check integrity ===== <code bash> wget h
MySQL Backup under Linux @en:linux:mysql
18 Treffer, Zuletzt geändert:
ers, we get the following instructions for use: <code bash> $ mysqldump Usage: mysqldump [OPTIONS] data... OPTIONS] For more options, use mysqldump --help </code> With <code bash>$ mysqldump --help</code> all available options are displayed. However, not all of these are rele
Debian Fileserver with Samba @en:linux:samba
18 Treffer, Zuletzt geändert:
nter-debian-linux/}} ===== Install Samba ===== <code bash> fserve ~:# apt-get install samba Reading p... 0) ... Done. Starting Samba daemons: nmbd smbd. </code> ===== Creating the groups ===== <code bash> fserve :~# addgroup smball fserve :~# addgroup smbusers fserve :~# addgroup smbadmins </code> ===== Create group folder ===== <code bash> fs
Linux backup with tar @en:linux:backup
16 Treffer, Zuletzt geändert:
ed up with "tar". You simply create an archive: <code bash> tar -cpvlf meinArchiv.tar /Pfad/zu/meinen/Originalen </code> An archive is now created with the following bu... could now compress the archive, e.g. with gzip: <code bash> gzip meinArchiv.tar </code> ===== md5sum ===== Before you download the file from a web server,
Integration of Collabora Office in OwnCloud
13 Treffer, Zuletzt geändert:
oud ====== ===== Installation of Docker ===== <code bash> apt update # Notwendiges Repository hinzuf... t install docker-ce docker-ce-cli containerd.io </code> ===== Starting Docker with Collabora Image ===== <code bash> docker pull collabora/code docker run -t -d -p 127.0.0.1:9980:9980 -e "aliasgroup1=https://cloud.
Integration of Collabora Office in OwnCloud @en:linux:owncloud
13 Treffer, Zuletzt geändert:
oud ====== ===== Installation of Docker ===== <code bash> apt update # Notwendiges Repository hinzuf... t install docker-ce docker-ce-cli containerd.io </code> ===== Starting Docker with Collabora Image ===== <code bash> docker pull collabora/code docker run -t -d -p 127.0.0.1:9980:9980 -e "aliasgroup1=https://cloud.
Backing up the sshd
12 Treffer, Zuletzt geändert:
=== Firstly, we create a key pair under Linux: <code bash> $ ssh-keygen -t rsa -b 4096 Generating publ... 6:62:09:2d:dc:dd:1e:79:cc:56:d9:2b root@v05-s42 </code> **Be sure to enter a password, otherwise you can... ry, install wipe with //apt-get install wipe//) <code bash>$ wipe id_rsa Okay to WIPE 1 regular file ? ... inks removed but not followed, 0 errors occured.</code> We repeat the process with all users who should
Emulated Debian under VMWare
12 Treffer, Zuletzt geändert:
his (numbers may vary depending on the system): <code bash>Linux Debian 2.6.18-4-686 .....</code> The numbers at the end are needed for point 3. ==== 2. installation of the required packages ==== <code bash>apt-get -y install gcc make zip unzip psmisc libglib2.0-0</code> ==== 3. installing the kernel headers and kerne
Set up SSL under Apache @en:linux:apache
11 Treffer, Zuletzt geändert:
stellen}} ===== Creating the private key ===== <code bash> root@srv-web:~# openssl genrsa -out server.... ........................++ e is 65537 (0x10001) </code> ===== CSR request ===== <code bash> root@srv-web:~# openssl req -new -key server.key -out server.csr... will be left blank. ----- Country Name (2 letter code) [AU]:DE State or Province Name (full name) [Some
Set up iptables
10 Treffer, Zuletzt geändert:
ing command lists all valid rules for iptables: <code bash> iptables -L </code> ===== Save rules to a file ===== <code bash> apt-get update apt-get install iptables-persistent nano /etc/iptables.test.rules ^O ^X </code> The iptables.test.rules file can now be edited.
Postfix trivial rewrite problem
10 Treffer, Zuletzt geändert:
problem deals with the following error message: <code text>postfix/trivial-rewrite[0]: fatal: mysql:/et... omains.cf(0,lock|fold_fix): table lookup problem</code> ===== Troubleshooting ===== In the file <code text>/etc/postfix/master.cf</code> file contains the following entry: <code text>rewrite unix -
Set up iptables @en:linux:firewall
10 Treffer, Zuletzt geändert:
Linux Commands Cheatsheet
8 Treffer, Zuletzt geändert:
n8n installation and operation
8 Treffer, Zuletzt geändert:
Manual OpenSSL update
8 Treffer, Zuletzt geändert:
Postfix Virtual Mailbox Limit
8 Treffer, Zuletzt geändert:
Wallabag installation under Debian
8 Treffer, Zuletzt geändert:
Linux backup with rsync @en:linux:backup
8 Treffer, Zuletzt geändert:
Check and optimise mysql databases @en:linux:mysql
8 Treffer, Zuletzt geändert:
n8n installation and operation @en:linux:n8n
8 Treffer, Zuletzt geändert:
Manual OpenSSL update @en:linux:openssl
8 Treffer, Zuletzt geändert:
Wallabag installation under Debian @en:linux:wallabag
8 Treffer, Zuletzt geändert:
Autostart after Linux reboot
6 Treffer, Zuletzt geändert:
Android - Firefox DNS over https
6 Treffer, Zuletzt geändert:
Kali Linuxc: apt error - File has unexpected size
6 Treffer, Zuletzt geändert:
retrofit mail command @en:linux:debian
6 Treffer, Zuletzt geändert:
Manual Froxlor Reload @en:linux:froxlor
6 Treffer, Zuletzt geändert:
Kali Linuxc: apt error - File has unexpected size @en:linux:kali
6 Treffer, Zuletzt geändert:
Courier with TLS connection @en:linux:courier
4 Treffer, Zuletzt geändert:
Change MySQL passwords @en:linux:mysql
4 Treffer, Zuletzt geändert:
Backup Script Linux
2 Treffer, Zuletzt geändert:
MySQL Operating system error number 13 @en:linux:mysql
2 Treffer, Zuletzt geändert: