start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

n8n installation with Docker Compose
13 Treffer, Zuletzt geändert:
{{tag>english startpage linux debian n8n tls}} ====== n8n installation with Docker Compose ====== n8n in... services: traefik: image: "traefik" restart: always command: - "--api=true" -... docker.sock:ro n8n: image: n8nio/n8n restart: always ports: - "127.0.0.1:5678:5678" ... PRUNE_MAX_COUNT=50000 - DB_SQLITE_VACUUM_ON_STARTUP=true volumes: - ${DATA_FOLDER}/.n8n:/
n8n installation with Docker Compose @en:linux:n8n
12 Treffer, Zuletzt geändert:
services: traefik: image: "traefik" restart: always command: - "--api=true" -... docker.sock:ro n8n: image: n8nio/n8n restart: always ports: - "127.0.0.1:5678:5678" ... PRUNE_MAX_COUNT=50000 - DB_SQLITE_VACUUM_ON_STARTUP=true volumes: - ${DATA_FOLDER}/.n8n:/... services: traefik: image: "traefik" restart: always command: #- "--log.level=DEBUG"
Autostart after Linux reboot
6 Treffer, Zuletzt geändert:
{{tag>english linux debian cron}} ====== Autostart after Linux reboot ====== ===== Problem description =... vices must always be available. When the server restarts, certain programmes should start directly. A simple cronjob is sufficient for this. ===== Problem solu... mmand @reboot cd /home/user/programdir; ./program start </code> As a practical example, the automatic st
Update UnrealIRCD
5 Treffer, Zuletzt geändert:
Let's change to the directory of the new IRCD and start with the configuration. <code bash> cd Unrealx.x... u enable AddressSanitizer, UnrealIRCd may fail to start. So when in doubt, answer 'No'. Do you want to en... t.conf network/yournetwork.network </code> ===== Start Unreal ===== Now we can start the IRCD. <code bash> ./unrealircd start </code>
Backup Script Linux
4 Treffer, Zuletzt geändert:
EnableSQLBackup" = "1" ] then echo "SQL Backup started " `date +'%d.%m.%Y %H:%M:%S'` >$EMSG #date +'... ableCronBackup" = "1" ] then echo "Cron Backup started " `date +'%d.%m.%Y %H:%M:%S'` >>$EMSG #date +... bleFileBackup" = "1" ] then echo "File Backup started " `date +'%d.%m.%Y %H:%M:%S'` >>$EMSG #date +... eCloudBackup" = "1" ] then echo "Cloud Backup started " `date +'%d.%m.%Y %H:%M:%S'` >>$EMSG #date +
Linux Commands Cheatsheet
4 Treffer, Zuletzt geändert:
oft.net/shiv/HS/u-web-my4.tgz | gets file | ==== Start und Stop ==== ^ Command ^ Comment ^ | shutdown -s | Shut down or switch off | | shutdown -r | Restart (reboot) | | shutdown -l | User logout | | shutdo... ode> deaktivieren. The web server must then be restarted with <code bash> /etc/init.d/apache2 restart </code> nötig. ===== Run Froxlor Cron ===== [[linux:f
Debian Fileserver with Samba @en:linux:samba
4 Treffer, Zuletzt geändert:
... Adding group `sambashare' (GID 110) ... Done. Starting Samba daemons: nmbd smbd. </code> ===== Creat... == <code bash>fserve ~:# testparm</code> ==== Restart Samba ==== <code bash> fserve ~:# /etc/init.d/samba restart Stopping Samba daemons: nmbd smbd. Starting Samba daemons: nmbd smbd </code> ===== Create user =====
Integration of Collabora Office in OwnCloud
3 Treffer, Zuletzt geändert:
{{tag>english startpage linux debian owncloud collabora tls}} ====== Integration of Collabora Office in O... ker-ce docker-ce-cli containerd.io </code> ===== Starting Docker with Collabora Image ===== <code bash>... sername=administrator" -e "password=password" --restart always collabora/code </code> ===== Apache Site
Postfix trivial rewrite problem
3 Treffer, Zuletzt geändert:
- trivial-rewrite</code> Now we have to restart Postfix and MySQL: <code bash> $ ./etc/init.d/postfix restart $ ./etc/init.d/mysql restart </code> Lost emails are forwarded over time and have not been lost.
Debian Distribution Upgrade - Squeeze to Wheezy @en:linux:debian
3 Treffer, Zuletzt geändert:
===== 1. create a data backup ===== Before you start the update, you should definitely start a data backup. Ideally, create a snapshot or a hard disc image. ... ode bash> apt-get install udev </code> ===== 9. start complete update ===== <code bash> apt-get dist-
n8n installation and operation
2 Treffer, Zuletzt geändert:
{{tag>english startpage linux debian n8n}} ====== n8n installation and operation ====== This method is n... <code bash> docker pull n8nio/n8n </code> ===== Starting the Docker container ===== ==== Interactive =
Postfix Virtual Mailbox Limit
2 Treffer, Zuletzt geändert:
text> virtual_mailbox_limit = 0 </code> After restarting Postfix, the problem should be solved: <code bash> $ /etc/init.d/postfix restart </code>
Backing up the sshd
2 Treffer, Zuletzt geändert:
allengeResponseAuthentication no </code> ===== Restart sshd ===== <code bash>/etc/init.d/ssh restart</code> ==== Hint ==== The current SSH session is not cl
Emulated Debian under VMWare
2 Treffer, Zuletzt geändert:
/vmware-install.pl </code> When the installation starts, confirm all questions by pressing ENTER. ==== ... t.d/networking stop rmmod pcnet32 rmmod vmxnet depmod -a /etc/init.d/networking start shutdown -r </code>
Set up SSL under Apache @en:linux:apache
2 Treffer, Zuletzt geändert:
n Apache: <code bash> a2enmod ssl </code> Now restart and it should work: <code bash> /etc/init.d/apache2 restart </code>
MySQL Operating system error number 13 @en:linux:mysql
2 Treffer, Zuletzt geändert:
Integration of Collabora Office in OwnCloud @en:linux:owncloud
2 Treffer, Zuletzt geändert:
Android - Firefox DNS over https
1 Treffer, Zuletzt geändert:
Set up iptables
1 Treffer, Zuletzt geändert:
Kali Linuxc: apt error - File has unexpected size
1 Treffer, Zuletzt geändert:
Wallabag installation under Debian
1 Treffer, Zuletzt geändert:
Courier with TLS connection @en:linux:courier
1 Treffer, Zuletzt geändert:
Set up iptables @en:linux:firewall
1 Treffer, Zuletzt geändert:
MySQL Backup under Linux @en:linux:mysql
1 Treffer, Zuletzt geändert:
Change MySQL passwords @en:linux:mysql
1 Treffer, Zuletzt geändert:
n8n installation and operation @en:linux:n8n
1 Treffer, Zuletzt geändert: