Shaare your links...
3327 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 9 / 10
Newer►
190 results for tags linux x
  • Raspberry Pi - Monitorer avec une interface Web
    A garder sous le coude... même si c'est un peu lourd pour avoir juste quelques infos

    voir aussi (surtout les commentaires ... http://www.tux-planet.fr/surveillez-votre-raspberry-pi-avec-raspcontrol/)
    permalink -
    - http://mycoolpizza.blogspot.fr/2013/02/raspberry-pi-monitorer-avec-une.html
    linux raspberry
  • Sauvegardes distantes chiffrées avec un Raspberry Pi, Truecrypt et Rsync - Génération Linux
    permalink -
    - http://www.generation-linux.fr/index.php?post/2013/04/29/Sauvegardes-distantes-chiffr%C3%A9es-avec-un-Raspberry-Pi%2C-Truecrypt-et-Rsync
    linux raspberry
  • Les perles de @climagic (et co)
    via @climagic--via bajazet
    permalink -
    - http://quack1.no-ip.org/les-perles-de-climagic-et-co.html
    bash linux shell
  • Chattr : une commande pour empêcher la suppression des fichiers et répertoires | crowd42crowd42
    via sebsauvage
    permalink -
    - http://www.crowd42.info/chattr-une-commande-pour-empecher-la-suppression-des-fichiers-et-repertoires
    linux
  • Safecopy – Récupérer l’irrécupérable | Korben
    permalink -
    - http://korben.info/safecopy-recuperer-lirrecuperable.html
    linux utilitaire
  • ArchLinux Install Guide - eLinux.org
    Installer arch sur le raspberry.
    pour commencer : http://elinux.org/RPi_Easy_SD_Card_Setup
    puis intro pacman : http://wiki.archlinux.fr/Pacman
    editer les mirrors : https://wiki.archlinux.org/index.php/Mirrors
    permalink -
    - http://elinux.org/ArchLinux_Install_Guide
    archlinux linux raspberry
  • WebHome < Motion < Foswiki
    Motion permet d'utiliser une webcam (sur un Raspberry Pi par exemple) pour diffuser un stream (serveur intégré) ou faire de la surveillance.
    permalink -
    - http://www.lavrsen.dk/foswiki/bin/view/Motion
    linux video
  • Arcs, Sparks, and Sportscars: My working .webcamrc file
    fichier de config de "webcam"
    permalink -
    - http://dieselsporter.blogspot.fr/2006/05/my-working-webcamrc-file.html
    linux raspberry
  • Cron : gestion des tâches planifiées - Documentation technique : Debian
    permalink -
    - http://technique.arscenic.org/commandes-linux-de-base/article/cron-gestion-des-taches-planifiees
    linux
  • Creating a motion-detecting security cam with a Raspberry Pi Part 2 - Through the Interface
    Tuto pour installer motion sur Raspberry/alarmpi (ArchLinuxARM).
    --> Si mouvement détecté --> envoi d'un mail et envoi video sur gmail.
    Marche impec avec ma petite Logitech C270 (~20€ + hub usb alimenté).

    Seul problème quand on arrête motion : le device /dev/video0 reste occupé et pas moyen de relancer motion sans redémarrer le raspberry :-(

    Working on it...

    (sinon faut tout recoder : python + opencv + pygame + gdata + ...)
    permalink -
    - http://through-the-interface.typepad.com/through_the_interface/2012/09/creating-a-motion-detecting-security-cam-with-a-raspberry-pi-part-2.html
    archlinux linux raspberry
  • 20 Linux System Monitoring Tools Every SysAdmin Should Know
    permalink -
    - http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html
    linux
  • Omxplayer - eLinux.org
    Page d' Omxplayer: le petit lecteur en mode ligne de commande que j'ai installé sur le raspberry près de la TV.
    Très efficace !
    omxplayer -o hdmi "nom de fichier"
    flèches D (+30) et H (+600) pour avancer plus vite
    espace : pause
    flèches G (-30) ou B (-600) pour reculer

    z           Show Info
    1           Increase Speed
    2           Decrease Speed
    j           Previous Audio stream
    k           Next Audio stream
    i           Previous Chapter
    o           Next Chapter
    n           Previous Subtitle stream
    m           Next Subtitle stream
    s           Toggle subtitles
    d           Subtitle delay -250 ms
    f           Subtitle delay +250 ms
    q           Exit OMXPlayer
    Space or p  Pause/Resume
    -           Decrease Volume
    +           Increase Volume
    Left Arrow  Seek -30
    Right Arrow Seek +30
    Down Arrow  Seek -600
    Up Arrow    Seek +600
    permalink -
    - http://elinux.org/Omxplayer
    linux raspberry
  • Sed enlever des balises [Résolu] | CommentCaMarche
    sed s/"<[^>]*>"/""/g
    permalink -
    - http://www.commentcamarche.net/forum/affich-2994139-sed-enlever-des-balises
    linux
  • execution time / runtime -- bash script please help! - The UNIX and Linux Forums
    Toujours une question de temps...
    res1=$(date +%s.%N)
    sleep 1
    res2=$(date +%s.%N)
    echo "Start time: $res1"
    echo "Stop time:  $res2"
    printf "Elapsed:    %.3F\n"  $(echo "$res2 - $res1"|bc )
    permalink -
    - http://www.unix.com/shell-programming-scripting/122058-execution-time-runtime-bash-script-please-help.html
    bash linux
  • Using time command in bash script - Stack Overflow
    #!/bin/bash

    # Get time as a UNIX timestamp (seconds elapsed since Jan 1, 1970 0:00 UTC)
    T="$(date +%s)"

    # Do some work here
    sleep 2

    T="$(($(date +%s)-T))"
    echo "Time in seconds: ${T}"
    permalink -
    - http://stackoverflow.com/questions/3683434/using-time-command-in-bash-script
    bash linux
  • Ubuntu 13.04 disponible en beta finale avec plusieurs nouveautés, l'installateur en dual boot avec Windows abandonné
    Le prochain Ubuntu embarquera un noyau 3.8.5, proposera Uninity vs Gnome (version Ubuntu), Libre Office,...
    Cette version ne bénéficiera d'un support que pendant 9 mois (contre 18 auparavant pour les versions non LTS)
    permalink -
    - http://www.developpez.com/actu/53772/Ubuntu-13-04-disponible-en-beta-finale-avec-plusieurs-nouveautes-l-installateur-en-dual-boot-avec-Windows-abandonne/
    linux
  • Real and Effective IDs
    Utilisation des uid gid et différences entre real et effective (notamment avec les programmes qui utilisent setuid.
    permalink -
    - http://www.lst.de/~okir/blackhats/node23.html
    linux
  • mount a USB flash drive on raspberry pi » RasPi.TV
    mémo pour localiser et monter une clé usb :
    >> localiser à l'insertion
    tail -f /var/log/messages
    sudo mount -t vfat -o uid=pi,gid=pi /dev/sda1 /media/usbstick/
    (pour avoir les droits de pi notamment en écriture !)
    permalink -
    - http://raspi.tv/2012/mount-a-usb-flash-drive-on-raspberry-pi
    linux memo raspberry
  • Les notes dev' du Petitchevalroux - Page 1
    blog plein d'astuces et de tuto pour linux et dev web
    permalink -
    - http://dev.petitchevalroux.net/index.html
    linux web
  • Tumblr Engineering - Efficiently copying files to multiple destinations
    combining nc (netcat) with pigz (parallel gzip)
    permalink -
    - http://engineering.tumblr.com/post/7658008285/efficiently-copying-files-to-multiple-destinations
    linux
Links per page: 20 50 100
◄Older
page 9 / 10
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.