s Raspberry Pi Lesson 7. Remote Control with VNC @Raspberry_Pi +raspberrypi #piday
December 21, 2012 AT 7:46 pm Adafruit’s Raspberry Pi Lesson 7. Remote Control with VNC @ The Adafruit Learning System. In this lesson we will explain how to install and use VNC on your raspberry Pi. Learn more. Tutorial: Adafruit’s Raspberry Pi Lesson 6. In this lesson you will learn how to remote control your Raspberry Pi over your local network using Secure Shell (SSH). Learn more. Adafruit’s Raspberry Pi Lesson 5. In this lesson you will learn how to remote control your Raspberry Pi with a console cable. Learn more. Adafruit’s Raspberry Pi Lesson 4. One of the great things about the Raspberry Pi is that it has a GPIO connector to which you can attach external hardware. Learn more! Tutorial: Adafruit’s Raspberry Pi Lesson 3. Learn more! Adafruit’s Raspberry Pi Lesson 2. In the first lesson of this series, we showed you how to prepare an SD card containing an operating system for your Raspberry Pi. Learn more! Adafruit’s Raspberry Pi Lesson 1. Learn more! Related No comments yet.
deluge
Fonctionnalités de base : Affichage dans une seule fenêtre des téléchargements simultanés Gestion des priorités de téléchargement (par torrent, mais aussi pour chacun des fichiers compris dans un torrent) Supporte la Mainline DHT, Supporte l'UPnP et le mappage des ports NAT-PMP Supporte le chiffrage des flux Supporte le µTorrent Peer Exchange Greffons intégrés : Création de torrents Déplacements de torrents (une fois le téléchargement entamé) Sauvegarde de différents paramétrages pour une utilisation "nomade" Recherche de .torrent (à personnaliser) Blocage d'IP par import de listes noires Affichage graphique des flux entrants et sortants Planificateur Pré-requis Vous avez besoin d'avoir un dépôt proposant Deluge: ou le dépôt PPA de l'équipe de développement de Deluge ppa:deluge-team/ppa1) Une fois qu'au moins un dépôt soit disponible, actualisez la liste de votre gestionnaire de paquets (apt-get, aptitude). Version Desktop Version Serveur Installation Démarrage /etc/default/deluge-daemon Exemple :
raspbian - Where are the WiFi config settings stored? - Raspberry Pi Beta - Stack Exchange
If you are talking about NetworkManager settings, they are in: /etc/NetworkManager/system-connections If you do a ls -l you will see all your wireless networks there, one file per network. If you want to delete a connection, you simply need to delete the corresponding file. [connection] id=YourNetworkName uuid=929ceffc-8191-4dea-9a61-b4b174b9c910 type=802-11-wireless timestamp=1218126248 [802-11-wireless] ssid=YourNetworkName mode=infrastructure mac-address=00:28:F7:21:B1:19 security=802-11-wireless-security [802-11-wireless-security] key-mgmt=wpa-psk psk=yourpasswordgoeshere [ipv4] method=manual dns=192.168.10.1;8.8.8.8; addresses1=192.168.10.100;24;192.168.10.1; [ipv6] method=auto Everything is easily editable, provided that you know what these parameters mean. For what concerns your last question: Is there a better way to config WiFi on the Raspberry Pi than this program?
Tutoriel Seedbox (DDL et torrent)
Bonjour,voici un petit tutoriel pour la mise en place d'une seedbox (je rappelle que je suis débutant en linux ^^) :1.Montage de la clé usbTout d'abord il vous faudra monter sur le raspberry un support de stockage, j'ai choisi une clé usb de 16go en ntfs. Il faudra donner un nom à cette cléPar putty, mettez vous en administrateur avec : "sudo su".Ensuite "fdisk -l" vous permettra de voir les partitions sur votre raspberry, ma clé usb est reconnue comme "dev/sda1".Vous allez éditer le fichier "fstab" avec "nano /etc/fstab" et mettre à la fin "dev/sda1 /media/nom_de_la_clé_usb ntfs-3g defaults 0 0".Tapez ensuite dans putty "mount -a". Votre clé usb est monté sur le raspberry pi.J'ai crée un dossier nas sur la clé usb par "mkdir /media/nom_de_la_clé_usb/nas" 2.
Raspberry Pi Tutorial – Connect to WiFi or Create An Encrypted DHCP Enabled Ad-hoc Network as Fallback | Lasse Christiansen Development
In this post I describe how I have configured my Raspberry Pi (RPi) to first attempt to connect to WiFi and if that fails, create and use an ad-hoc network as fallback (in this way I can always reach the RPi via SSH). The blog post is based on the following “How To” from the Raspberry Pi forum: – however, I have introduced a level of more detail and a couple of modifications in order to get faster boot time and support for multiple wireless networks (see my previous RPi blogt post suvery for details on which parts of that “How To” I think are good as well as which I think can be improved). Hardware The WiFi adapter I have used for this tutorial is the Edimax EW-7811Un (more details here) which seems to be one of the more popular WiFi adapters for the RPi (at least based on the amount of forum posts where it appears). Software This tutorial has been tested with success on: 2012-09-18-wheezy-raspbian2012-10-28-wheezy-raspbian
Raspberry PI - Tutoriel pour installer et configurer un système sur une carte SD - www.octetmalin.net
Linux AstucesRaspberry PI Tutoriel pour installer et configurer un système sur une carte SD Pour : Linux Ce tutoriel à pour but de montrer comment on installe un système Debian de type ARM sur une carte SD depuis un PC sous Linux. Sommaire 1- Accessoire nécessaire pour le Raspberry PI 2- Installation du système sur une carte SD 3- Configuration du système a- 1er démarrage (Menu raspi-config) b- 1ère connexion c- Configuration diverse 4- Comment arrêt ou redémarrer le Raspberry Pi en ligne de commande 5- Problème de résolution d'écran 6- Pas de son, aucune carte audio de détecté 7- Protection contre les surchauffes 8- Afficher la température du Raspberry Pi 1- Accessoire nécessaire pour le Raspberry PI Voici mon Raspberry PI grandeur réel. Voici une liste d'élément qui vous sera nécessaire pour utiliser votre Raspberry Pi: Une carte SD d'une capacité minimum 8 Go (4Go passe mais devient vite limite après l'installation de logiciel et l'ajout de données). Décomprésser le fichier: fdisk -l ... Ou
An Unofficial Raspberry Pi Blog: How to Setup Remote Desktop from a Windows Machine to your Raspberry Pi - Step by Step Guide
As I mentioned in the previous post I recently found the need to be able to remote desktop to my Raspberry Pi. This is a step by step guide on how to set it up. What does this guide help me do? It will let you control your Raspberry Pi from another machine. Meaning that the Raspberry Pi will not need to be connected to a monitor, keyboard or mouse. Before we get started a few clarifications: This guide is to set up remote desktop from another computer on your home network to your Raspberry Pi. What do I need before I get started? A Raspberry Pi running the latest Raspbian “wheezy” image (at time of writing 2012-09-18-wheezy-raspbian.zip). The Steps Raspberry Pi Setup So first we need to install some software on the Raspberry Pi, but don't worry it is very easy! Start up your Pi to the terminal prompt. Second Machine Setup 1. 2. 3. 5. 6.
Serveur de téléchargement : Installation d’un serveur PyLoad sur Debian Squeeze & Ubuntu | Actualité Informatique BloGeeK
Je vous avais expliqué comment créer un serveur autonome Jdownloader, or j’ai trouvé il y’a quelques mois un outil plus léger et malgré tout très efficace et écrit en python. Il se positionne entre plowshare et jdownloader. Plus d’information sur PyLoad : Étape 1 : Installation des dépendances Etape 2 : Installation de Pyload Vous avez deux possibilité soit utiliser le fichier .deb soit utiliser le fichier source Solution 1 – Fichier .deb(pas de script de démarrage à créer ni d’utilisateur) : puis télécharger le fichier pyload-v0.4.9-all.deb Solution 2 : Installation depuis les sources : puis télécharger le fichier pyload-src-v0.4.9.zip Créer le fichier de configuration par le biais de l’installeur : Une fois le programme configuré il vous reste juste à créer le script de démarrage du logiciel : Sinon pour sécuriser l’ensemble, vous pouvez bien entendu créer un user pyload avec infiné moins de droits sur la machine :