Search found 4 matches
- Sun Jun 03, 2012 6:10 pm
- Forum: Debian
- Topic: Setup PI to work without monitor (debian image)
- Replies: 24
- Views: 126545
Re: Setup PI to work without monitor (debian image)
Erratum 2 [missed a step off the end] To make sure the script runs at boot and shutdown: cd /etc/init.d pi@raspberrypi:/etc/init.d$ sudo update-rc.d tightvncserver defaults This will add the correct symbolic links for the script at reboot and shutdown. [* http://www.debian-administration.org/articl...
- Sun Jun 03, 2012 5:27 pm
- Forum: Debian
- Topic: Setup PI to work without monitor (debian image)
- Replies: 24
- Views: 126545
Re: Setup PI to work without monitor (debian image)
Erratum:
should be:
Code: Select all
sudo pkill Xtightvncserver
Code: Select all
sudo pkill Xtightvnc
- Sun Jun 03, 2012 5:21 pm
- Forum: Networking and servers
- Topic: RDP into your RPi
- Replies: 18
- Views: 12926
Re: RDP into your RPi
Hi Guys, related to this, not RDP but VNC.
I just posted on the forum how to start a VNC server each time your Pi boots.
http://www.raspberrypi.org/phpBB3/viewt ... =50&t=7395
Its for the debian image.
I just posted on the forum how to start a VNC server each time your Pi boots.
http://www.raspberrypi.org/phpBB3/viewt ... =50&t=7395
Its for the debian image.
- Sun Jun 03, 2012 5:04 pm
- Forum: Debian
- Topic: Setup PI to work without monitor (debian image)
- Replies: 24
- Views: 126545
Setup PI to work without monitor (debian image)
Hi I thought I would keep my notes on my PI configurations, in case it helps anyone else. Using the PI without a monitor You can plug your Pi into the Network and your laptop USB for low power usage and use VNC and SSH, also this method frees up the USB ports from mouse and keyboard. I am assuming y...