version

Search

You can find the results of your search below.

Linux backup with rsync @en:linux:backup
6 Hits, Last modified:
reate copies of the backup, you will have various versions. <code bash> rsync -av <quelle> <ziel> </code> ... all, only the changes are saved. To create a 2nd version of the backup, you can create a hard link to the ... ete old backup folders without losing data in new versions. Calling our command again now compares the da... ere are two more things to consider in the simple version: * --delete --delete-excluded : Files that no
Debian Distribution Upgrade - Squeeze to Wheezy @en:linux:debian
4 Hits, Last modified:
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 Hits, Last modified:
== 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
n8n installation with Docker Compose
3 Hits, Last modified:
stallation (Debian) ===== ==== 1.1 Uninstall old versions ==== <code bash> sudo apt-get remove docker doc... 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"
n8n installation with Docker Compose @en:linux:n8n
3 Hits, Last modified:
stallation (Debian) ===== ==== 1.1 Uninstall old versions ==== <code bash> sudo apt-get remove docker doc... 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"
Linux Commands Cheatsheet
2 Hits, Last modified:
fo | | cat /proc/meminfo | RAM Info | | cat /proc/version | Deb Version | | crontab -e | Edit cronjobs | | crontab -l | Listen to cronjobs | | date +%s | Output Uni
Manual OpenSSL update
2 Hits, Last modified:
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>
Emulated Debian under VMWare
2 Hits, Last modified:
n VMWare-Tools ===== ==== 1. find out the kernel version: ==== Debian-Etch#: uname -a As a result you wi... fvz VMWareTools-5.5.3-...tar.gz <-- (zahl je nach Versionsstand) cd vmware-tools-distrib ./vmware-install.p
Manual OpenSSL update @en:linux:openssl
2 Hits, Last modified:
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>
MySQL Backup under Linux @en:linux:mysql
1 Hits, Last modified:
# Backup Script # Author: Jerome Griessmeier # Version: 0.2 # # This Shell Script backup your database #