Shaare your links...
410 links
peacecoLiens Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Voir tous les commentaires(24)
Links per page: 20 50 100
page 1 / 1
10 results for tags Raspberry x
  • Sickbeard | Raspberry-at-home.com – Your ultimate source of Raspberry Pi tutorials (WiFi, 3G, XBMC, Subtitles, VoD, TVN Player, IPLA, TVP, Squeezeslave, Logitech Media Server, Sickbeard, Webcam, Torrent, DLNA)
    SickBeard sur le raspberry

    SickBeard me sert uniquement pour le renommage et le classement des épisodes de séries, mais il peut bien plus :)
    Sun 01 Sep 2013 02:22:39 PM UTC - permalink -
    - http://raspberry-at-home.com/sickbeard/
    sickbeard raspberry

    Commentaires(0)













  • locale configuration
    edit: ça ne fonctionne plus... je ne sais pas pourquoi. mais après un  sudo dpkg-reconfigure locales  et un reboot ça a fonctionné.

    Pour avoir les accents sur mon raspberry pi, avec raspbmc j'ai du faire cette manip:

    add it in /etc/profile
    export LANG=fr_FR.utf-8
    export LC_ALL=fr_FR.utf-8
    export LC_CTYPE=fr_FR.utf-8
    export LANGUAGE=fr_FR

    reboot.

    run locale.
    voilá!
    Sun 01 Sep 2013 01:22:39 PM UTC - permalink -
    - http://forum.stmlabs.com/showthread.php?tid=5612
    raspberry astuce

    Commentaires(0)













  • Raspberry Pi: How to install PyLoad downloadmanager » Jan Karres
    Installer pyload sur son raspberry

    Raspberry Pi: How to install PyLoad downloadmanager
    Geschrieben von Elias Porcio in Raspberry Pi/ 7 Kommentare
    19 Jun

    I have already published some instructions on how to set up Raspbian. Now follows the most used program on my Raspberry Pi. It is called pyLoad and is a, in Python written, downloadmanager with webinterface. How to get it on the Raspberry Pi will be explained hereinafter. We will istall the version of pyLoad without graphical user interface but with webinterface.

    Requires Raspbian or a similar Debian-distribut

    Step 1

    In order to be able to install all packages in step 2 we have to extend the sources.list. We can do so with the editor nano. Just insert the line after the nano command into the end of the file. You can save by pressing CTRL + X (which ends the programm), whereupon you are asked if you want to save before closing.

    sudo nano /etc/apt/sources.list

    deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi

    At last we update apt.

    sudo apt-get update

    Step 2

    First we need some Packages, so we can install PyLoad. We are mainly talking about Python (already Preinstalled) with some extensions and programs, that are used to unpack downloaded files.

    sudo apt-get -y install liblept3
    sudo apt-get -y install python python-crypto python-pycurl python-imaging tesseract-ocr python-qt4 spidermonkey-bin zip unzip
    sudo apt-get -y build-dep rar unrar-nonfree

    Step 3

    Afterwards we download the latest .DEB-file of Python of the version cli. As I wrote this tutorial, the version 0.4.9 was up to date. You can get the latest download link at http://pyload.org/download

    wget http://download.pyload.org/pyload-cli-v0.4.9-all.deb

    Step 4

    Now we install PyLoad using dpkg and delete the DEB-file afterwards.

    sudo dpkg -i pyload-cli-v0.4.9-all.deb
    rm pyload-cli-v0.4.9-all.deb

    Step 5

    Next, we launch PyLoad for the first time. Some questions to the set up will be asked.

    cd /usr/share/pyload
    ./pyLoadCore.py

    Step 6 (optional)

    We can start PyLoad as Deamon, so we do not always have to leave the terminal open to run the downloadmanager.

    pyLoadCore --daemon

    Step 7 (optional; start on boot)

    If we want to make PyLoad start together with the Raspberry Pi, we will create a crontab entry for the start of the Deamon. We insert the following line into the end of the file and save using CTRL + X and the confirmation, that we want to save.

    crontab -e

    @reboot pyLoadCore --daemon

    Done! The PyLoad downloadmanager has been installed and is now set up. If you have activated the webinterface during the installation, you will be able to open IP:8000 (IP has to be replaced by the IP of the Raspberry Pi) in your browser and you can start downloading!
    Wed 28 Aug 2013 10:04:15 PM UTC - permalink -
    - http://jankarres.de/2013/06/raspberry-pi-how-to-install-pyload-downloadmanager/
    raspberry pyload

    Commentaires(0)













  • Running cron jobs on Raspberry Pi in Raspbmc | wexoo.net
    Comment activer cron jobs sous raspbmc

    Running cron jobs on Raspberry Pi in Raspbmc
    Posted on April 6, 2013 by wexoo

    Here’s another little tutorial especially for people new to raspberry pi or linux in general (such as myself). Cron jobs are used to execute specific actions at pre-configured times. These actions can be executing scripts, writing data to a file, etc. (would be glad to hear of stuff you do with cron jobs in the comment section ;) )

    In my specific case I needed a script to map my changing external ip address at home to the domain I specified for my raspberry to have access to it when I’m away. Big thanks for all the help to my good friend Thomas for domain hosting and tipps on how to get this to work! Now let’s get to it!

       Activate cron jobs in Raspbmc
       Per default running cron jobs is deactivated in Raspbmc and there are two ways to activate them.
       - In the Raspbmc GUI under Programs Raspbmc Settings -> System Configuration -> Service Management -> Cronjob Scheduler
       - Via SSH/FTP by modifying sys.service.cron value to “true” the settings file under /home/<your_username>/.xbmc/userdata/addon_data/script.raspbmc.settings/settings.xml – for more infos on changing settings via SSH / FTP, check my
    Wed 28 Aug 2013 10:03:08 PM UTC - permalink -
    - http://www.wexoo.net/20130406/running-cron-jobs-on-raspberry-pi-in-raspbmc
    raspberry cron

    Commentaires(0)













  • Programmer en javascript directement sur votre Raspberry Pi
    Fri 10 May 2013 08:29:46 PM UTC - permalink -
    - http://korben.info/js-raspberry-pijs.html
    raspberry

    Commentaires(0)













  • Raspberry Pi - Faire un backup de sa carte SD | Le blog de NicoLargo
    Thu 09 May 2013 08:24:59 PM UTC - permalink -
    - http://blog.nicolargo.com/2013/04/raspberry-pi-faire-un-backup-de-sa-carte-sd.html
    raspberry

    Commentaires(0)













  • Raspberry Pi – Comment mettre à jour le firmware ?
    Wed 08 May 2013 01:51:55 PM UTC - permalink -
    - http://korben.info/raspberry-pi-comment-mettre-a-jour-le-firmware.html
    raspberry

    Commentaires(0)













  • xStudio » Activer l’url rewriting sur lighttpd
    Pour mon raspberry
    Sun 05 May 2013 08:46:41 PM UTC - permalink -
    - http://xstyled.net/wordpress/2010/08/28/activer-lurl-rewriting-sur-lighttpd/
    lighttpd raspberry urlrewritting

    Commentaires(0)













  • raspbmc changer le port ssh de dropbear
    Pour changer le port ssh de drop bear sur raspbmc
    Le port par défaut est le 22, donc pas très sur...

    Cet exemple le changera en 26

    sudo nano /etc/xinetd.d/ssh

    remplacer:

    server_args = -i

    par

    server_args = -i -p 26

    ensuite
    sudo nano /etc/services

    remplacer par:
    ssh         22/tcp
    ssh         22/udp

    Par

    ssh         26/tcp
    ssh         26/udp

    Ensuite reboot le pi :)
    Mon 29 Apr 2013 08:17:15 PM UTC - permalink -
    - ?DIfMGg
    raspberry ssh dropbear

    Commentaires(0)













  • Raspberry Pi Home Server
    Une petit envie de m'acheter un raspberry pi comme petit serveur, un peu mare de bidouiller des pc boiteux :/
    Tue 05 Feb 2013 12:53:49 AM UTC - permalink -
    - http://pihomeserver.wordpress.com/
    Raspberry serveur bidouille

    Commentaires(0)













Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.40 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.