4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
3 results tagged sshfs x
  • Script rapide pour garder un sshfs actif (raspberry -> kimsufi)

    $ cat bin/ssh_fs_keeper.sh

    !/bin/bash

    ps aux|grep [s]shfs >/dev/null 2>/dev/null
    code=$?
    if [[ $code -eq 1 ]]; then
    sudo sshfs -o allow_other foo@domain.com:/home/path /home/path
    fi

    à mettre dans un cron

    February 21, 2015 at 2:50:43 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?8cWfKQ
    raspberry sshfs
  • SSHFS inversé (rsshfs) – ®om's blog
    June 16, 2014 at 8:19:24 PM GMT+2 - permalink - archive.org - http://blog.rom1v.com/2014/06/sshfs-inverse-rsshfs/
    ssh sshfs
  • SSHFS : montage de systèmes de fichiers via SSH - Wiki Fedora-Fr
    October 17, 2012 at 4:16:19 PM GMT+2 - permalink - archive.org - http://doc.fedora-fr.org/wiki/SSHFS_:_montage_de_syst%C3%A8mes_de_fichiers_via_SSH
    montage mount ssh sshfs
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation