NoSociety.de

#nosoc

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@en:linux
  • Any namespace
  • en:linux:backup (1)
  • en:linux:debian (1)
  • en:linux:mysql (1)
  • en:linux:n8n (1)
  • en:linux:openssl (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Linux backup with rsync @en:linux:backup
4 Hits, Last modified: 20 months ago
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 Hits, Last modified: 20 months ago
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: 17 months ago
== 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 Hits, Last modified: 10 months ago
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 Hits, Last modified: 17 months ago
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 Hits, Last modified: 19 months ago
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 Hits, Last modified: 20 months ago
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 Hits, Last modified: 20 months ago
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 Hits, Last modified: 18 months ago
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 Hits, Last modified: 18 months ago
# Backup Script # Author: Jerome Griessmeier # Version: 0.2 # # This Shell Script backup your database #