Comments for plip blog https://blog.plip.com Sat, 07 Sep 2024 22:21:25 +0000 hourly 1 https://wordpress.org/?v=6.7.1 Comment on Battery replacement on a NiteRider Swift 500 by mrjones https://blog.plip.com/2023/12/28/battery-replacement-on-a-niterider-swift-500/#comment-40243 Sat, 07 Sep 2024 22:21:25 +0000 https://blog.plip.com/?p=2667#comment-40243 In reply to Lesoudeur.

Oh – awesome – thanks for the extra info Lesoudeur!

]]>
Comment on Battery replacement on a NiteRider Swift 500 by Lesoudeur https://blog.plip.com/2023/12/28/battery-replacement-on-a-niterider-swift-500/#comment-35671 Wed, 05 Jun 2024 17:34:23 +0000 https://blog.plip.com/?p=2667#comment-35671 A replacement 3.7v 103040 will fit and is available from 1200mAh
Also an 883048 from 1300mAh and
an 112945 1400mAh.
For information the numbers are identifying height, width and length (mm)

]]>
Comment on Dead Simple Continuous Deployment by mrjones https://blog.plip.com/2023/09/17/dead-simple-continuous-deployment/#comment-26938 Mon, 30 Oct 2023 14:11:20 +0000 https://blog.plip.com/?p=2524#comment-26938 In reply to Lovell.

Yay! Glad to hear you checked this off the list. If you want to share any details about how you ended using this mini CD setup – it’d be fun to hear any details.

]]>
Comment on Dead Simple Continuous Deployment by Lovell https://blog.plip.com/2023/09/17/dead-simple-continuous-deployment/#comment-26928 Sun, 29 Oct 2023 23:35:46 +0000 https://blog.plip.com/?p=2524#comment-26928 Done.

]]>
Comment on Legba the Net-tracker by Timekpr-nExT Remote – plip blog https://blog.plip.com/2022/04/27/legba-the-net-tracker/#comment-24130 Tue, 24 Jan 2023 06:15:38 +0000 https://blog.plip.com/?p=2424#comment-24130 […] some time now, we’ve been happily running Legba to track computer usage. However, we wanted something with a bit more teeth, so we settled on […]

]]>
Comment on Hardware disabling the mic on WyzeCam v2 by mrjones https://blog.plip.com/2018/04/26/hardware-disabling-the-mic-on-wyzecam-v2/#comment-23963 Thu, 22 Dec 2022 00:59:21 +0000 https://blog.plip.com/?p=2058#comment-23963 In reply to Terry.

Yay! Glad that after 4+ years this is still helpful ;)

]]>
Comment on Hardware disabling the mic on WyzeCam v2 by Terry https://blog.plip.com/2018/04/26/hardware-disabling-the-mic-on-wyzecam-v2/#comment-23962 Thu, 22 Dec 2022 00:57:38 +0000 https://blog.plip.com/?p=2058#comment-23962 Extremely helpful! Thank you so much for taking the time to create these instructions!

]]>
Comment on Keys-To-The-Tunnel by Keys-To-The-Tunnel 1.1.0 released – plip blog https://blog.plip.com/2021/03/13/keys-to-the-tunnel/#comment-23955 Tue, 20 Dec 2022 01:18:55 +0000 https://blog.plip.com/?p=2380#comment-23955 […] Not so good idea on my original KTTT post […]

]]>
Comment on Deploying a PGP SKS server on Ubuntu 18.04 by mrjones https://blog.plip.com/2018/06/29/deploying-a-pgp-sks-server-on-ubuntu-18-04/#comment-23337 Sat, 27 Aug 2022 22:05:07 +0000 https://blog.plip.com/?p=2106#comment-23337 In reply to James Pharaoh.

James –

Thanks for your comment! It looks like you’re right.

I would update the instructions per your suggestion, but looking at the content on keys.niif.hu, I’m embarrassed to see that Anon from 2 years ago was right – content on keys.niif.hu is garbage! Apparently it’s ASCII art of the Hungarian saying, “de nagy az isten allatkertje”!?! I very much feel like I’m missing some larger context here. These are not they droids you’re looking for. But, oh, well, moving on!

To fix this, we need to look at the key servers on the GitHub page, unfortunately most of which are also not working (no DNS entry or no http server on the IP returned). The only one I found to be working is https://mirror.cyberbits.eu/sks/dump/. I’ve updated the post to reflect these latest updates.

Thanks so much for your note! It’s great to keep this content current. Though, I feel like the relevancy of PGP these days is becoming less and less :(

]]>
Comment on Deploying a PGP SKS server on Ubuntu 18.04 by James Pharaoh https://blog.plip.com/2018/06/29/deploying-a-pgp-sks-server-on-ubuntu-18-04/#comment-23335 Sat, 27 Aug 2022 11:16:18 +0000 https://blog.plip.com/?p=2106#comment-23335 I think the command to move the downloaded files is wrong. I get the following error:

/var/lib/sks/dump # mv keys.niif.hu/keydump/*pgp .
mv: cannot stat ‘keys.niif.hu/keydump/*pgp’: No such file or directory

Instead, the glob should presumably include the “.xz” extension, also it probably could have a “.” before “pgp”, so something like this:

/var/lib/sks/dump # mv keys.niif.hu/keydump/*.pgp.xz .

]]>