-
In this thread you can leave general comments about the Raspberry Pi guide and the guide to set up a server on Debian 8.
If you have questions or doubts, you can open a new thread in the corresponding subforum, such as the one for Linux.
-
Thank you very much for the guide, when I receive the raspi I will comment on how it's going.
Greetings!!
-
I am already preparing to read it!
A greeting cobito! -
Many thanks in advance, Mr. Cobito. I know you put a lot of effort into them and they are long and well detailed, so I won't open the link XD to read it calmly on Sunday, I've been eagerly waiting for it.
Best regards.
-
For those who have not yet read/seen it, this gentleman is still on track.


He clears up all sorts of doubts about it, with clear and precise information. Congratulations on the guide, and thanks for taking the trouble to enlighten the rest of the illiterates who read us. ;D
Best regards.
-
Great as always Cobito.
Later on the PC I will see it in more detail, but I see very interesting things. I will comment more later.
-
Hello, your guide is very good, I have read it (without the videos) and I have found it amazing.
It will be very useful to me, because since raspberry is based on debian I will be able to use many of the things you say, especially the whole topic of SSH will be very useful to me, which I only knew about for iphone issues and stuff like that.
It is a pride to have you in the photo, regards and congratulations!
-
Well, now I'm expanding more, since the 7" Chinese tablet doesn't give much more of itself. I also haven't seen the videos because I'm still using 3G.
The only thing I've done so far is installing Raspbian, although through the RaspbianInstaller which is very simple, setting up the network with a fixed IP, SSH and transmission-daemon. Apart from fixing a few things, I will install Apache+PHP just as you put it but to use TinYCMS which is very light and doesn't use MySQL.
Another thing I'm still not clear about is how I'll share the data with other devices, whether I'll use NFS or SAMBA, since initially it will share data with the desktop (Linux) and with the Western Digital player that supports NFS and SAMBA (or Windows, that is), but I've never tried NFS, so we'll see.
I liked the electronic control part, because I hadn't stopped to see how it worked but it seems very simple. I have in mind to do something with Arduino, although they are just ideas, and it could be useful for me to use the Raspberry as a control center, since it will always be on.
I'm served with the multimedia issue, so I won't test it there, besides my version is the 256Mb one.
Everything is very interesting, sir

-
A parte de corregir algunas cosas instalaré Apache+PHP tal y como pones pero para usar TinYCMS que es muy ligero y no usa MySQL.
No conocía Tinycms. Yo he instalado Drupal y la verdad es que tiene un tiempo de respuesta un poco lento. Un día de estos probaré ese a ver qué tal va. Supongo que por el simple hecho de no tirar de MySQL el rendimiento ya debe ser muy superior.
Otra cosa que aún no tengo clara es como haré para compartir los datos con otros dispositivos, si usaré NFS o SAMBA, ya que en un principio compartirá datos con el sobremesa (Linux) y con el reproductor Western Digital que soporta NFS y SAMBA (o Windows, vamos), pero nunca he probado NFS, así que veremos.
Pues yo todavía no he configurado ningún sismtema de intercambio de archivos local ya que de momento lo gestiono todo por SSH que también admite el intercambio de archivos. Según lei hace poco, NFS se merienda en rendimiento a Samba, FTP o SSH. De hecho SSH desde ya os puedo decir que es bastante lento (tasas de algo más de 2 mbytes/s).
Me ha gustado la parte de control electrónico, porque no me había parado a ver como iba pero parece muy sencillo. Tengo en mente hacer algo con Arduino, aunque solo son ideas, y me podría ser útil usar el Raspberry como centro de control, ya que va a estar siempre encendido.
La única precaución que debes tener (ahora me doy cuenta de que no he puesto en la guía) es que los pines GPIO no son buffered, lo que significa que no están protegidos de ninguna forma. Eso se traduce en que cualquier error en las conexión: una sobretensión, un cortocircuito, etc, podría petar todo el SoC.
-
Well, I still haven't set up any local file sharing system since I currently manage everything via SSH, which also supports file sharing. According to what I read recently, NFS eats into the performance of Samba, FTP, or SSH. In fact, SSH is already quite slow (rates of just over 2 mbytes/s).
Now I've just set up NFS on the desktop and I can already see it from the media player, I didn't expect it to be that simple. The issue is summarized more or less in:
apt-get install nfs-common nfs-kernel-server gedit /etc/exports /etc/init.d/nfs-kernel-server restartIn exports, what we do is add a line like this:
/media/datos/share 192.168.1.10(rw,no_root_squash)where we put the directory to share and with whom we want to share it, as well as whether it can be read, written, etc... And every time we make a change, we restart the service.
This in Mint, but I don't think the package names will change much in Debian/Raspbian.
-
PD: Cobito! very good the thing with the little monkey :ugly: I did not leave him alone until the end xD -
I am testing SSH control on the server over the internet (I am not where the server is now)
and the graphic performance is TERRIBLE, it goes much, much slower than using VNC and I do not understand why…I clarify that I am running the ssh client from OSX, which being UNIX-based and with Xquartz (X11 manager) should work well, right?
-
I'm testing SSH control on the server over the internet (I'm not where the server is now)
and the graphic performance is TERRIBLE, it goes much much slower than using VNC and I don't understand why…To clarify, I'm running the ssh client from OSX, which being UNIX-based and with Xquartz (X11 manager) should work well, right?
With the Raspi, the performance of launching graphical applications over SSH is better than launching them locally from the desktop environment. And if they are not applications with heavy libraries like QT, there are no big differences between accessing from the local network or from the Internet.
If you can, try from a PC with Linux to rule out server configuration or other problems.
-
With the Raspi, the performance of launching graphical applications over SSH is better than launching them locally from the desktop environment. And if they are not applications with heavy libraries like QT, there are no big differences between accessing them from the local network or from the Internet.
If you can, try it from a PC with Linux to rule out server configuration or other problems.
I've tried it with the file manager of lxde and also with transmission and it was crazy... I'm going to run knoppix and see how it goes...
-
I've tried it with lxde's file manager and also with transmission and it was a mess… I'm going to run knoppix and see how it goes...
It's strange. Anyway, in the case of transmission, it's best that you run the daemon (or the graphical client) on the server and from your PC you run the remote client because if you run a graphical program over ssh and close the session, the program closes too.
-
It's strange. Anyway, in the case of transmission, the most advisable thing is that on the server you run the daemon (or the graphical client) and from your PC you run the remote client because if you run a graphical program via ssh and close the session, the program closes as well.
Yes, yes, I have Transmission with the daemon, I've only tried it to see the performance…
By the way, is there any way to "kill" the X?
By default in my case they turn on with the computer... I would like to change that.Edit: solved. But now I find that it doesn't start programs like Transmission by default when I turn it on... it's not a very serious problem but okay.
-
I have a little problem. I don't know what I did but now I can't start X services remotely lakdsjaslkdjsld
This is what I get when I start:
_
Kromann-Hackintosh:~ kromann$ ssh kromann@192.168.1.24 -X
kromann@192.168.1.24's password:
Welcome to Ubuntu 12.10 (GNU/Linux 3.5.0-25-generic i686)- Documentation: Official Ubuntu Documentation
Last login: Sun Feb 24 23:57:42 2013 from 192.168.1.69
/usr/bin/xauth: timeout in locking authority file /home/kromann/.Xauthority
kromann@kromann-server:~$
_And if I try to start an X service:
_kromann@kromann-server:~$ sudo pcmanfm
[sudo] password for kromann:
X11 connection rejected because of wrong authentication.
Can't open viewer:
kromann@kromann-server:~$
_It's only with X services... I don't know how to fix it.
Edit: I've already fixed it, here I explain everything in case you have the same problem.
-
Thanks for sharing, the truth is that I have never tried to run anything from the X remotely and it all sounded like Chinese to me.
-
Running graphical applications with SSH is not usually very practical for me except when it comes to the file manager. Having all the mounted drives at hand and being able to copy, paste, delete... at cruising speed from anywhere is a pleasure.
For everything else: remote clients.
-
Today your guide has been very useful for me, since the installation steps I have followed vary greatly from what I did the first time. In my case, I downloaded a file that I decompressed directly onto the SD card and when I started the Raspberry, it did a classic Debian Netinst style installation downloading almost everything from the internet and leaving me with a typical root user and a normal user at the end.
Now I have followed your guide and the only different step is that I have flashed the image onto the SD card through Linux.
By the way, I like the change on your page, the new fonts look great.