Bureaucrats, emailconfirmed, Administrators
5,707
edits
| No edit summary | |||
| Line 17: | Line 17: | ||
| For OS X you can alternatively use this GUI Interface to format, flash, and backup your SD-cards: | For OS X you can alternatively use this GUI Interface to format, flash, and backup your SD-cards: | ||
| https://www.tweaking4all.com/software/macosx-software/macosx-apple-pi-baker/ | https://www.tweaking4all.com/software/macosx-software/macosx-apple-pi-baker/ | ||
| ==Remote desktop== | |||
| ===x11vnc server for Raspberry=== | |||
| steps: | |||
| install and set password | |||
| * sudo apt-get install x11vnc | |||
| * x11vnc -storepasswd | |||
| create autostart entry | |||
| * cd .config | |||
| * mkdir autostart | |||
| * cd autostart | |||
| * nano x11vnc.desktop | |||
| * paste following text: | |||
|  [Desktop Entry] | |||
|  Encoding=UTF-8 | |||
|  Type=Application | |||
|  Name=X11VNC | |||
|  Comment= | |||
|  Exec=x11vnc -forever -usepw -display :0 -ultrafilexfer | |||
|  StartupNotify=false | |||
|  Terminal=false | |||
|  Hidden=false | |||
| save and exit (Ctrl-X, Y, <Enter>). This start x11vnc when lxde starts. | |||
| Restart raspberry | |||
| * sudo shutdown -r now | |||
| ===VNC Viewer=== | |||
| Download and install for your operating system from https://www.realvnc.com/download/vnc/ | |||