Archivo de la categoría: Raspberry

Configuration NFS windows and RPI

http://ubuntuforums.org/showthread.php?t=1686544 En la parte de windows 7: Start Registry Editor Locate HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClientForNFS \CurrentVersion\Default Create two DWORD values namely AnonymousUid and AnonymousGid Set these values to the UID and GID you would like this NFS client to use Restart your Client for NFS service using the Microsoft Services for NFS MMC snap-in En la parte del… Leer más »

[TUTO] Install and SetUp minidlna media server

In case of using ssh, Connect : Code: Select all ssh [email protected] Enter password (default «raspberry»), then tty command line appears Code: Select all pi@raspberrypi~: I recommend updating everything before intallation : Update package list: Code: Select all sudo apt-get update Update packages: Code: Select all sudo apt-get upgrade Mount hard drive automatically : Use… Leer más »

Simple linux resource monitor

from: http://joelslowik.blogspot.mx/2013/01/monitor-linux-resources-easy-way.html Simple linux resource monitor I use my Raspberry Pi  (running on raspbmc) primarily to host and serve media via NFS for yet another Pi running XBMC. I also use it as a private subversion server for all of my unfinished projects as well as a downloader for all of my legitimate downloading needs. At times,… Leer más »