Just got a Raspberry Pi 3 setup and it's my first one. If you own a Raspberry Pi, what do you use it for? Don't think I'll dive into hardware stuff right now but definitely software related things.
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (91)
Setup a Mycroft assistant.
I currently have a Pi3B+ running FreeBSD 12, 3x USB thumbdrives in a RAID-Z1 configuration, running several jails, also running ZeroTier for personal VPN access. This little toy is awesome, I use it when I need remote access to something while I'm off-site, since I can just SSH into it via ZeroTier, and then SSH from there into other machines in my network.
< and then SSH from there into other machines in my network.
How you do this? I can access my network with Zerotier, but only those clients that have zerotier installed, not the rest
1) Install ZeroTier on a laptop.
2) Then install ZeroTier on a Pi.
3) Have the Pi sitting at home. Take the laptop out of the house (I travel frequently, so this is normal for me).
4) Use the Pi's ZT address to SSH into it from the laptop.
5) While inside of the Pi's SSH session, use THAT to SSH into other nodes on the Pi's LAN.
I also use a Yubikey with PuTTY for SSH authentication. PuTTY supports agent forwarding, so my Yubikey will also allow authentication to other nodes within the network.
ZeroTier looks really interesting!
What benefits does the USB thumbdrives in RAID-Z1 have?
Thanks for sharing your setup Vincent!
RAID-Z1 is similar to a normal RAID-5 setup for redundancy, but with the added benefit of it being ZFS based. This means things like instant snapshotting, creating virtual block devices (for VMs or iSCSI), and all the neatness of SEND/RECV to transfer entire file systems between machines. ZFS also is one of the few file systems that not only hashes every single block on the storage device, it also VERIFIES the block against the hash tree on EVERY read operation, ensuring data integrity (instead of waiting for total failure or SMART faults)
If you have a RaspberryPi, the very first thing you should install on it is Syncthing.
It will then allow you to have a personnal Dropbox installed.
I connected a 3To HDD on it and boom I have a 3To of cloud.
When you have this, the possibilities are endless.
Let's consider that you have Syncthing installed and configured on all your devices:
As you can see, I am very enthusiastic about that piece of software. :-)
But Syncthing is absolutely fantastic, open source, free and I could definitely not get rid of it and my RaspberryPi.
It cost the price of a one year Dropbox subscription for three times the volume and it works from 4 years now, like clockwork. :-)
You should definitely give it a try.
I use my Raspberry Pi 2 to play music from a USB stick with mpd & icecast2 to my internet radio or analyse my internet traffic with ntopng and a script to use the FritzBox capture feature, so I can watch in near realtime which servers my devices are connecting to.
This reminds me of this awesome article. raspberrypi.org/blog/is-the-toilet...
When I first acquired mine, I used it to learn Linux and Python. Think of it as "Immersion" learning. :)
I don't own a Pi. However I do have an Odroid-C1 (very similar).
It's served me as a Kodi TV box (Linux), and an Android device (Mostly to run Android games). I've also used it as a gaming console with Lakka.
It's currently being used as a Lyrics/Chord display for musicians at church on a floor monitor.
I written a post on my blog covering all the software I tried on my raspi3 <3 I hope you will find it useful :-)
Some keywords: nas, webdav, dlna, torrent, rdp/vnc, print/scan, firewall, dns, monitoring, vpn.
Here is the link: acavalin.com/p/raspberrypi_server
Currently as a "home server", serving media files across my home network and as a file server.
I plan to buy another one and build a "retro console" with it.
And a magic mirror with a RPi Zero.
RetroPi!! To play SNES, Genesis and a lot of retro games :)