version

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Linux backup with rsync @en:linux:backup
4 Treffer, Zuletzt geändert:
all, only the changes are saved. To create a 2nd version of the backup, you can create a hard link to the ... ere are two more things to consider in the simple version: * --delete --delete-excluded : Files that no... n copy the backup with a hardlink to get an "old" version. Of course, this could also be done before the next backup, as the same version exists twice.
Debian Distribution Upgrade - Squeeze to Wheezy @en:linux:debian
4 Treffer, Zuletzt geändert:
cedure here) ===== 2. display the current Debian version ===== <code bash> cat /etc/debian_version 6.0.7 </code> ===== 3. update packages ===== <code bash> ap... et dist-upgrade </code> ===== 10. display Debian version ===== <code bash> cat /etc/debian_version 7.0 </code> ===== 11. reboot ===== <code bash> shutdown -r n
Update UnrealIRCD
3 Treffer, Zuletzt geändert:
== Installing / updating UnrealIRCD (tested with version 6.1.0) ===== Importing GPG keys ===== <code bas... First we download the source files. The current version is replaced instead of x.x.x (e.g. unrealircd-6.1... g files ===== FIXME This section still refers to version 3 The following files must be copied from the ol
Linux Commands Cheatsheet
2 Treffer, Zuletzt geändert:
fo | | cat /proc/meminfo | RAM Info | | cat /proc/version | Deb Version | | crontab -e | Edit cronjobs | | crontab -l | Listen to cronjobs | | date +%s | Output Uni
n8n installation with Docker Compose
2 Treffer, Zuletzt geändert:
Standard TLS Port 443) ==== <hidden> <code bash> version: "3" services: traefik: image: "traefik" ... e adapted accordingly here. <hidden> <code bash> version: "3" services: traefik: image: "traefik"
Manual OpenSSL update
2 Treffer, Zuletzt geändert:
l-debian}} Debian comes with an outdated OpenSSL version which has security vulnerabilities. ===== Prepar... ake make test sudo make sudo make install </code> ===== Testing ===== <code bash> openssl version </code>
n8n installation with Docker Compose @en:linux:n8n
2 Treffer, Zuletzt geändert:
Standard TLS Port 443) ==== <hidden> <code bash> version: "3" services: traefik: image: "traefik" ... e adapted accordingly here. <hidden> <code bash> version: "3" services: traefik: image: "traefik"
Manual OpenSSL update @en:linux:openssl
2 Treffer, Zuletzt geändert:
te ====== Debian comes with an outdated OpenSSL version which has security vulnerabilities. ===== Prepar... ake make test sudo make sudo make install </code> ===== Testing ===== <code bash> openssl version </code>
Emulated Debian under VMWare
1 Treffer, Zuletzt geändert:
n VMWare-Tools ===== ==== 1. find out the kernel version: ==== Debian-Etch#: uname -a As a result you wi
MySQL Backup under Linux @en:linux:mysql
1 Treffer, Zuletzt geändert:
# Backup Script # Author: Jerome Griessmeier # Version: 0.2 # # This Shell Script backup your database #