start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

n8n installation with Docker Compose
10 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" ... services: traefik: image: "traefik" restart: always command: #- "--log.level=DEBUG"... docker.sock:ro n8n: image: n8nio/n8n restart: always ports: - "127.0.0.1:5678:5678"
n8n installation with Docker Compose @en:linux:n8n
10 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" ... services: traefik: image: "traefik" restart: always command: #- "--log.level=DEBUG"... docker.sock:ro n8n: image: n8nio/n8n restart: always ports: - "127.0.0.1:5678:5678"
Autostart after Linux reboot
5 Treffer, Zuletzt geändert:
{{tag>english linux debian cron}} ====== Autostart after Linux reboot ====== ===== Problem description =... en the server restarts, certain programmes should start directly. A simple cronjob is sufficient for this... mmand @reboot cd /home/user/programdir; ./program start </code> As a practical example, the automatic start of an IRCD with services: <code bash> # m h dom m
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>
Linux Commands Cheatsheet
3 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... restarted with <code bash> /etc/init.d/apache2 restart </code> nötig. ===== Run Froxlor Cron ===== [[
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-
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
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>
Debian Fileserver with Samba @en:linux:samba
2 Treffer, Zuletzt geändert:
== <code bash>fserve ~:# testparm</code> ==== Restart Samba ==== <code bash> fserve ~:# /etc/init.d/samba restart Stopping Samba daemons: nmbd smbd. Starting Samb
Integration of Collabora Office in OwnCloud
1 Treffer, Zuletzt geändert:
sername=administrator" -e "password=password" --restart always collabora/code </code> ===== Apache Site
Postfix Virtual Mailbox Limit
1 Treffer, Zuletzt geändert:
fter restarting Postfix, the problem should be solved: <code bash> $ /etc/init.d/postfix restart </code>
Emulated Debian under VMWare
1 Treffer, Zuletzt geändert:
t.d/networking stop rmmod pcnet32 rmmod vmxnet depmod -a /etc/init.d/networking start shutdown -r </code>
MySQL Backup under Linux @en:linux:mysql
1 Treffer, Zuletzt geändert:
oot /backup/backup.sh >> /dev/null 2>&1</code> //Start of the script at 02.55 every night// ===== Sourc
MySQL Operating system error number 13 @en:linux:mysql
1 Treffer, Zuletzt geändert:
error number 13 ====== ===== Problem ===== The start of the Mysql server fails and in the //syslog// t
Integration of Collabora Office in OwnCloud @en:linux:owncloud
1 Treffer, Zuletzt geändert: