Tag: SSH

  • Backup to your Synology NAS with rsync – GnaX.io

    This step by step guide written bei gnax.io explains how you can perform a backup task using rsync from your external Linux server (e.g. Ubuntu VPS) to your Synology NAS automatically and on a schedule. It requires to fiddle around with SSH and changing some rights on the Synology to get it done but it…

  • Browsh – modern text-based browser

    Browsh is a fully-modern text-based browser. It renders anything that a modern browser can; HTML5, CSS3, JS, video and even WebGL. Browsh can be used from a terminal or from within a normal browser. Its main purpose is to significantly reduce bandwidth and thus both increase browsing speeds and decrease bandwidth costs. www.brow.sh/

  • OpenMediaVault – The open network attached storage solution

    openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. Thanks to the modular design of the framework it can be enhanced via plugins. openmediavault is primarily designed to be used in small offices or…

  • Local by Flywheel | Local WordPress development made simple

    Local WordPress development made simple – A fuss-free way to simplify your WordPress workflow. Stop debugging local environments and spend more time launching WordPress sites. Key features are speed and simplicity, Simple demo URLs, SSH / WP-CLI access, One-click WordPress installation, Hassle-free local SSL support and flexible environment options. > local.getflywheel.com/

  • Dataplicity vs Resin: Raspberry Pi remote access compared – AndyPi

    Dataplicity.com and Resin.io are both fairly new services which help you to remotely connect to your Raspberry Pi over the internet. You might be used to connecting to your pi via SSH on your home network, but what if you want to access it over the internet, whilst traveling, or how about hooking up the…

  • GitHub – fitztrev/shuttle: A simple SSH shortcut menu for macOS

    Shuttle is a simple SSH shortcut menu for macOS. Shuttle was inspired by SSHMenu, the GNOME applet for Linux. > github.com/fitztrev/shuttle

  • Kopieren von Dateien zwischen Linux-Computern mit SSH/SCP

    “Um Dateien von einem Computer auf einen anderen kopieren zu können, müssen Sie wissen, wo die Dateien abgelegt sind. Um beispielsweise eine einzelne Datei /srv/foo_file vom Computer jupiter.example.com in das aktuelle Verzeichnis zu kopieren, verwenden Sie den Befehl scp (der Punkt entspricht dem aktuellen Verzeichnis als Zielspeicherort der kopierten Datei)“: scp tux@jupiter.example.com:/srv/foo_file . > www.mpipks-dresden.mpg.de/~mueller/docs/suse10.3/opensuse-manual_de/manual/sec.filetrans.copy.html

  • raspiBackup – How to make your Raspberry Pi create automatic backups of itself

    raspiBackup helps to create a backup of a Raspberry Pi on a periodic base. The backup is created by the Raspberry itself and stored on an external storage device like an usb stick, an usb disk, nfs server, smbfs/cifs/samba drive, sshfs, davfs/webdav (Cloud)davfs/webdav (Cloud) etc. (See also How to access external data via smb, nfs,…

  • Root-Zugang mit Synology DSM 6.0 Beta › Linux und Ich

    Tutorial zur Erstellung eines Root-Zugangs via SSH für das Synology Diskstation NAS unter DSM 6. linuxundich.de/gnu-linux/root-zugang-synology-diskstation-dsm-60/

  • SCP (Secure Copy) via SSH – Raspberry Pi Documentation

    scp is a command for sending files over SSH. This means you can copy files between computers, say from your Raspberry Pi to your desktop or laptop, or vice-versa. > www.raspberrypi.org/documentation/remote-access/ssh/scp.md