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.

Enthält
  • Genaue Treffer
  • Beginnt mit
  • Endet mit
  • Enthält
@en:linux
  • Alle Namensräume
  • en:linux:mysql (3)
  • en:linux:n8n (2)
  • en:linux:apache (1)
  • en:linux:courier (1)
  • en:linux:debian (1)
  • en:linux:firewall (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
13 Treffer, Zuletzt geändert: vor 17 Monaten
{{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: 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" ... 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: vor 17 Monaten
{{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: 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>
Backup Script Linux
4 Treffer, Zuletzt geändert: vor 17 Monaten
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 +
Debian Fileserver with Samba @en:linux:samba
4 Treffer, Zuletzt geändert: vor 19 Monaten
... 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 =====
Linux Commands Cheatsheet
3 Treffer, Zuletzt geändert: vor 10 Monaten
-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 ===== [[en:linu
Integration of Collabora Office in OwnCloud
3 Treffer, Zuletzt geändert: vor 17 Monaten
{{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: 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-
n8n installation and operation
2 Treffer, Zuletzt geändert: vor 17 Monaten
{{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: vor 17 Monaten
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: vor 7 Monaten
geResponseAuthentication no </code> ===== SSHd restart ===== <code bash>/etc/init.d/ssh restart</code> ==== Hint ==== The current SSH session is not closed.
Emulated Debian under VMWare
2 Treffer, Zuletzt geändert: vor 18 Monaten
/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: vor 19 Monaten
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: vor 20 Monaten
Integration of Collabora Office in OwnCloud @en:linux:owncloud
2 Treffer, Zuletzt geändert: vor 20 Monaten
Android - Firefox DNS over https
1 Treffer, Zuletzt geändert: vor 17 Monaten
Set up iptables
1 Treffer, Zuletzt geändert: vor 17 Monaten
Kali Linuxc: apt error - File has unexpected size
1 Treffer, Zuletzt geändert: vor 17 Monaten
Wallabag installation under Debian
1 Treffer, Zuletzt geändert: vor 17 Monaten
Courier with TLS connection @en:linux:courier
1 Treffer, Zuletzt geändert: vor 19 Monaten
Set up iptables @en:linux:firewall
1 Treffer, Zuletzt geändert: vor 17 Monaten
MySQL Backup under Linux @en:linux:mysql
1 Treffer, Zuletzt geändert: vor 18 Monaten
Change MySQL passwords @en:linux:mysql
1 Treffer, Zuletzt geändert: vor 21 Monaten
n8n installation and operation @en:linux:n8n
1 Treffer, Zuletzt geändert: vor 20 Monaten