![]() |
|
What should I do with my Raspberry Pi 3 - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Hardware & Customization (https://sinister.ly/Forum-Hardware-Customization) +--- Thread: What should I do with my Raspberry Pi 3 (/Thread-What-should-I-do-with-my-Raspberry-Pi-3) |
RE: What should I do with my Raspberry Pi 3 - M00N66 - 08-10-2018 (08-09-2018, 11:52 PM)BurritoBeans Wrote: OOOOOh link me to the FM transmitter stuff! RE: What should I do with my Raspberry Pi 3 - mroll - 08-10-2018 My next project will be a RasPi3 SDR Scanner. Not exactly like this one but quite similar. RE: What should I do with my Raspberry Pi 3 - mroll - 08-10-2018 (08-09-2018, 08:40 PM)TechSaavy Wrote: You could use Pi-Hole (https://pi-hole.net/) to run a network-wide DNS based ad-blocker. Works like a charm if fed with good lists Here is a good, quick tutorial: https://bitrot.sh/post/02-14-2018-pi-hole/ RE: What should I do with my Raspberry Pi 3 - M00N66 - 08-10-2018 (08-10-2018, 09:49 AM)mroll Wrote: My next project will be a RasPi3 SDR Scanner. HAHA MINE USED TO BE ONE. I love SDR technology. I just use my Windows 10 for it. The Pi struggles a lot at times when running it as a server. RE: What should I do with my Raspberry Pi 3 - mroll - 08-10-2018 (08-10-2018, 07:42 PM)M00N66 Wrote:(08-10-2018, 09:49 AM)mroll Wrote: My next project will be a RasPi3 SDR Scanner. You mean resource/performance wise? Even the RaspberryPi3? That's a shame. Just getting into SDR.
RE: What should I do with my Raspberry Pi 3 - M00N66 - 08-10-2018 (08-10-2018, 08:54 PM)mroll Wrote:(08-10-2018, 07:42 PM)M00N66 Wrote:(08-10-2018, 09:49 AM)mroll Wrote: My next project will be a RasPi3 SDR Scanner. SDRsharp is the best software to be completely honest. I am thinking about getting an upgraded SDR. RE: What should I do with my Raspberry Pi 3 - BurritoBeans - 08-10-2018 (08-10-2018, 05:03 AM)M00N66 Wrote: OOOOOh link me to the FM transmitter stuff! There's a few routes you can go, either the easy way for a simple local FM broadcast like this MagPi article describes: https://www.raspberrypi.org/magpi/raspberry-pi-fm-transmitter/ Or a bit more involved (the way I went) as-shown by KD0CQ here to make an effective SDR transceiver with a bit of work: http://www.kd0cq.com/2017/02/raspi-3-mods-for-pitx-and-external-wifi-antenna/ I've tried multiple attempts at using my Pi as an SDR but at the end of the day compared to my daily drivers, mainly a Genesis G11 and G59, it just doesn't work nearly as well (although it is doable) - just please, as KD0CQ says, put some sort of filter on if you're going to transmit with a design like they posted or else you'll probably get the FCC to notice you which is never going to be a fun time. RE: What should I do with my Raspberry Pi 3 - M00N66 - 08-10-2018 (08-10-2018, 09:40 PM)BurritoBeans Wrote:(08-10-2018, 05:03 AM)M00N66 Wrote: OOOOOh link me to the FM transmitter stuff! I've been running from the FCC like a fugitive. The local Walmart has literal agents on standby because of me. Lmao. RE: What should I do with my Raspberry Pi 3 - catsintrees - 08-31-2018 Honeypot. I've tried running an IDS system on a mini-server with 4 GB of RAM (it was ELK stack) and the whole thing burned up almost instantly. I remember running HTOP and every bar for the cores was at 100%...and I hadn't even sent any packets to it yet... So a little HoneyPot tripwire would be best. Or maybe set up an Apache Web Server on it and see how secure you can make it. It's harder than it looks. Apache was deisgned in like 94 and gives no fucks about UX or usability or sensable configuration. RE: What should I do with my Raspberry Pi 3 - mothered - 09-01-2018 (08-31-2018, 11:43 PM)catsintrees Wrote: Honeypot. Hilarious. Subsequent to that, have you configured the IDS on another server? |