-
Articles récents
Commentaires récents
Archives
- août 2021
- juillet 2021
- avril 2021
- janvier 2021
- août 2020
- juin 2020
- mai 2020
- mars 2020
- novembre 2019
- septembre 2019
- avril 2019
- mars 2019
- novembre 2018
- avril 2018
- août 2017
- juillet 2017
- mai 2017
- avril 2017
- mars 2017
- février 2017
- août 2016
- mai 2016
- août 2015
- juin 2015
- novembre 2014
- juillet 2014
- juillet 2013
- mars 2013
- janvier 2013
- novembre 2012
- octobre 2012
- juillet 2012
- avril 2012
- janvier 2012
- décembre 2011
- juillet 2011
- juin 2011
- avril 2011
- mars 2011
- février 2011
- janvier 2011
- décembre 2010
- septembre 2010
- juillet 2010
- juin 2010
Catégories
Méta
Archives mensuelles : mai 2016
VNC Raspberry sur l’écran principal
sudo apt-get install x11vnc libxtst-dev x11vnc -display :0 -passwd « a »
Publié dans Geek, Non classé, Raspberry
Commentaires fermés sur VNC Raspberry sur l’écran principal
VNC raspberry pi
apt-get install netatalk avahi-daemon tightvncserver /etc/avahi/services/afpd.service: <?xml version= »1.0″ standalone=’no’?><!–*-nxml-*–> <!DOCTYPE service-group SYSTEM « avahi-service.dtd »> <service-group> <name replace-wildcards= »yes »>%h</name> <service> <type>_afpovertcp._tcp</type> <port>548</port> </service> </service-group> /etc/init.d/tightvncserver: #!/bin/bash # /etc/init.d/tightvncserver # # Carry out specific functions when asked to by the system case « $1 » in … Continuer la lecture
Publié dans Geek, Non classé, Raspberry
Commentaires fermés sur VNC raspberry pi
Wifi sur linux (raspberry pi)
/etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) # Please note that this file is written to be used with dhcpcd # For static IP, consult /etc/dhcpcd.conf and ‘man dhcpcd.conf’ # Include files from /etc/network/interfaces.d: source-directory /etc/network/interfaces.d auto lo … Continuer la lecture
Publié dans Geek, Non classé, Raspberry
Commentaires fermés sur Wifi sur linux (raspberry pi)