Ben Stokes

u/ben-stokes@community.nodebb.org
0 posts · 3 comments

Recent posts

No posts.

Recent comments

> @lolseas@sh.itjust.works said in Hacked PC - random sounds playing: > > My fellow penguins, > > I have been pwned. What started off as weeks of smiling everytime I heard a 7-10s soundbyte of Karma Factory's "Where Is My Mind" has now devolved into hearing dashes and dots (Morse Code) and my all-time favorite, a South Park S13: Dead Celebrities soundbyte of Ike's Dad saying, "Ike, we are sick of you talking about ghosts!" > > It's getting old now.
> > I feel like these sounds should be grepable in some log somewhere, but I'm a neophyte to this. At this point I almost wish I had something like a Morse code audio translator running in the background just to confirm whether those random beeps I’m hearing actually form a message or if it’s simply part of whatever script or prank is triggering the sounds. I've done a clean (secure wipe >> reinstall) already, the sounds returned not even a day later. > > Distro is Debian Bookworm. So how do I find these soundbytes? And how do I overcome this persistence? UFW is blocking inbound connection attempts everyday, but the attacker already established a foothold. > > Thank you in advance. LOLseas > > Update: post-reinstallation and monitoring incoming connections, I'm happy to say the sounds have not returned. This has given me the motivation to install a Netgate 1100 with pfSense ahead of the PC. Thank you all!

I actually have the same question because I’ve been trying to figure out something similar on my system. Random sound clips or unexpected audio events can be really confusing to track down, especially when you’re not sure whether they’re coming from a specific application, a background service, or something deeper in the system. After reinstalling and still seeing the behavior return, it definitely makes you wonder where it’s being triggered from.

I’m also curious about the best way to trace something like this on Debian whether there are specific logs, processes, or tools that can help identify what’s playing those audio files. It feels like there should be some way to trace the source or catch the process responsible. If anyone has experience tracking down unusual audio events like this, I’d really appreciate hearing how you approached it.

said in Run NodeBB along with my website using my website's auth system.: > @kblade said in Run NodeBB along with my website using my website's auth system.: > > Hi, > > > > I am creating a website for e-learning purposes on the MEAN.JS stack and want to add NodeBB as the community part. > > > > But as NodeBB has its own authentication system and so does my website, is there a way to sync the two. I don't want to keep the NodeBB login/register system but only of my website and users logged into my website should be loggedin to NodeBB as well. > > > > I have been going through the NodeBB code and haven't been able to figure it out. Can anyone help me with this please. > > My questions are > > > > Is it possible to make NodeBB sync with my auth system? > > if so, then how can I go about with it, without modifying much of NodeBB? > > Thank you > > I had the same question when I was looking into integrating NodeBB with my own website. I also wanted to avoid having two separate login/register systems and instead rely on my site’s existing authentication so that users could seamlessly log in to both. The default NodeBB setup doesn’t make this obvious, and I wasn’t sure if it could sync without a lot of custom code. From what I’ve read, people usually suggest looking into SSO plugins or writing a custom authentication strategy so that NodeBB accepts your existing session or token. But like you I was hoping to do this with minimal modification to NodeBB itself. I’d really appreciate it if anyone who has implemented this could share the best approach, whether it’s using passport, JWT, or something else that plays nicely with NodeBB. I know I am reviving a very old thread because somebody has already asked that question please help

Ok thanks a lot I will try!

kblade said in Run NodeBB along with my website using my website's auth system.: > Hi, > > I am creating a website for e-learning purposes on the MEAN.JS stack and want to add NodeBB as the community part. > > But as NodeBB has its own authentication system and so does my website, is there a way to sync the two. I don't want to keep the NodeBB login/register system but only of my website and users logged into my website should be loggedin to NodeBB as well. > > I have been going through the NodeBB code and haven't been able to figure it out. Can anyone help me with this please. > My questions are > > Is it possible to make NodeBB sync with my auth system? > if so, then how can I go about with it, without modifying much of NodeBB? > Thank you

I had the same question when I was looking into integrating NodeBB with my own web app. I also wanted to avoid having two separate login/register systems and instead rely on my site’s existing authentication so that users could seamlessly log in to both. The default NodeBB setup doesn’t make this obvious, and I wasn’t sure if it could sync without a lot of custom code. From what I’ve read, people usually suggest looking into SSO plugins or writing a custom authentication strategy so that NodeBB accepts your existing session or token. But like you, I was hoping to do this with minimal modification to NodeBB itself. I’d really appreciate it if anyone who has implemented this could share the best approach, whether it’s using passport, JWT, or something else that plays nicely with NodeBB. I know I am reviving a very old thread because somebody has already asked that question please help