Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Passende Seitennamen:
Volltextergebnisse:
- Linux Commands Cheatsheet
- -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
- allengeResponseAuthentication no </code> ===== Restart sshd ===== <code bash>/etc/init.d/ssh restart</code> ==== Hint ==== The current SSH session is not cl
- Postfix Virtual Mailbox Limit
- fter restarting Postfix, the problem should be solved: <code bash> $ /etc/init.d/postfix restart </code>
- Integration of Collabora Office in OwnCloud
- sername=administrator" -e "password=password" --restart always collabora/code </code> ===== Apache Site
- n8n installation with Docker Compose
- 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"
- Update UnrealIRCD
- 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>
- Autostart after Linux reboot
- {{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
- Emulated Debian under VMWare
- 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
- oot /backup/backup.sh >> /dev/null 2>&1</code> //Start of the script at 02.55 every night// ===== Sourc
- Debian Fileserver with Samba @en:linux:samba
- == <code bash>fserve ~:# testparm</code> ==== Restart Samba ==== <code bash> fserve ~:# /etc/init.d/samba restart Stopping Samba daemons: nmbd smbd. Starting Samb
- Set up SSL under Apache @en:linux:apache
- n Apache: <code bash> a2enmod ssl </code> Now restart and it should work: <code bash> /etc/init.d/apache2 restart </code>
- Debian Distribution Upgrade - Squeeze to Wheezy @en:linux:debian
- ===== 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 with Docker Compose @en:linux:n8n
- 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"
- Integration of Collabora Office in OwnCloud @en:linux:owncloud
- sername=administrator" -e "password=password" --restart always collabora/code </code> ===== Apache Site
- Postfix trivial rewrite problem
- - 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.