NoSociety.de

#nosoc

  • Seiten-Werkzeuge
    Seite anzeigenÄltere VersionenLinks hierher
  • Webseiten-Werkzeuge
    Letzte ÄnderungenMedien-ManagerÜbersicht
  • Benutzer-Werkzeuge
    Anmelden

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Endet mit
  • Genaue Treffer
  • Beginnt mit
  • Endet mit
  • Enthält
@en:linux
  • Alle Namensräume
  • en:linux:mysql (2)
  • en:linux:apache (1)
  • en:linux:debian (1)
  • en:linux:n8n (1)
  • en:linux:owncloud (1)
  • en:linux:samba (1)
Jederzeit
  • Jederzeit
  • Letzte Woche
  • Letzter Monat
  • letztes Jahr
Sortiere nach Treffer
  • Sortiere nach Treffer
  • Sortiere nach letzter Änderung

Passende Seitennamen:

  • Autostart after Linux reboot

Volltextergebnisse:

n8n installation with Docker Compose
10 Treffer, Zuletzt geändert: vor 17 Monaten
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: vor 20 Monaten
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: vor 17 Monaten
{{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: vor 17 Monaten
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>
Postfix trivial rewrite problem
3 Treffer, Zuletzt geändert: vor 20 Monaten
- 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: vor 20 Monaten
===== 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-
Linux Commands Cheatsheet
2 Treffer, Zuletzt geändert: vor 10 Monaten
-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 ===== [[
Backing up the sshd
2 Treffer, Zuletzt geändert: vor 7 Monaten
geResponseAuthentication no </code> ===== SSHd restart ===== <code bash>/etc/init.d/ssh restart</code> ==== Hint ==== The current SSH session is not closed.
Set up SSL under Apache @en:linux:apache
2 Treffer, Zuletzt geändert: vor 19 Monaten
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: vor 19 Monaten
== <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: vor 17 Monaten
sername=administrator" -e "password=password" --restart always collabora/code </code> ===== Apache Site
Postfix Virtual Mailbox Limit
1 Treffer, Zuletzt geändert: vor 17 Monaten
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: vor 18 Monaten
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: vor 18 Monaten
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: vor 20 Monaten
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: vor 20 Monaten