Ubuntu – Autostart PPTP VPN in Raspberry
Login with your SSH account and execute the command: sudo nano Then, add the following line at the end of the file: nohup sudo modprobe nf_conntrack_pptp Save and close the file and you’re done!
Login with your SSH account and execute the command: sudo nano Then, add the following line at the end of the file: nohup sudo modprobe nf_conntrack_pptp Save and close the file and you’re done!
A great tutorial to do so can be found here: Please remember to prefix the commands with sudo or use an elevated privileges user. A nice touch not found in other tutorials is the recommendation to install APCu PHP…
A great tutorial about installing a web torrent client on Raspbian can be found here: Changing the default interface A nicer interface can be found at: To install it I have entered the following commands: Make the transmission’s…
Here are the steps I followed for setting up my Raspberry Pi 2 model B: Download the operating system I didn’t use noobs. The default login credentials are: Username: pi Password: raspberry You can find configuration information at:…
Mount drive for the pi user sudo mount -t vfat /dev/sdb1 /mnt/usb32 -o uid=pi,gid=pi Force unmount sudo umount -l /mnt/usb32 Also, make sure that /mnt/usb32 is owned by the user you want be able to make modifications in it. Source:…
More about the project here: