▲ 0 r/psn

[PS4] My PlayStation account was hacked and the email/PSN ID was changed — how can I recover it?

Hi,

I received an email from PlayStation saying that the password on my account had been changed.

As soon as I received the email, I tried to log in to my account, but by that time, the email address / login ID associated with my account had also been changed by the hacker.

I can no longer log in using my usual email address.

Has anyone experienced this before?

How can I recover a PlayStation account when the hacker has changed the email address/login ID?

I can provide the original account information and any proof necessary to confirm that I am the legitimate owner.

Any advice would be greatly appreciated. Thanks!

reddit.com
u/mike37510 — 1 day ago
▲ 42 r/SCCM

Open-source MECM packaging manager

I got tired of doing the same work every time a new version dropped: download the installer, redo the silent flags, rebuild the package, test it, then click through MECM again.

So I built a small web app that keeps that loop in one place.

Paste a download URL (or a GitHub Releases page). It fetches the installer, builds a silent install/uninstall recipe, tests it on a lab VM, then prepares the package for Software Center.

GitHub: https://github.com/mike37510/mecm-packaging-manager

Runs with Docker Compose. UI in French and English. A 7-Zip sample is included so you can try an import right away.

Feedback welcome.

https://preview.redd.it/in1a7ednscjh1.png?width=1536&format=png&auto=webp&s=9db385fbaedc958bbb0f7917c020604435449367

reddit.com
u/mike37510 — 6 days ago
▲ 1 r/ollama

How to configure a custom OpenAI-compatible API in Cursor?

Hi everyone,

I have access to a self-hosted (or third-party) LLM that exposes an OpenAI-compatible API. I have both the API URL and an API token, and the provider states that it's fully compatible with the OpenAI API.

Is it possible to use this model directly in Cursor instead of the built-in providers?

If so, how should I configure it? Is there a way to specify a custom OpenAI-compatible endpoint and API key, or does Cursor only support specific providers?

Thanks!

reddit.com
u/mike37510 — 29 days ago
▲ 1 r/cursor

How to configure a custom OpenAI-compatible API in Cursor?

Hi everyone,

I have access to a self-hosted (or third-party) LLM that exposes an OpenAI-compatible API. I have both the API URL and an API token, and the provider states that it's fully compatible with the OpenAI API.

Is it possible to use this model directly in Cursor instead of the built-in providers?

If so, how should I configure it? Is there a way to specify a custom OpenAI-compatible endpoint and API key, or does Cursor only support specific providers?

Thanks!

reddit.com
u/mike37510 — 1 month ago
▲ 0 r/cursor

Unexpected pay-as-you-go charges despite my monthly limit settings

Today I noticed that the protection I had enabled on my account to prevent going beyond my monthly plan doesn't seem to be working the way I expected.

As a result, I've been charged unexpected pay-as-you-go fees that I never intended to incur.

I was sure I had configured "Monthly Limit – Set a fixed amount or make it unlimited" to Disabled, because I thought this would prevent any usage beyond what is included in my monthly subscription.

Did I misunderstand how this setting works, or has something changed recently?

What is the correct way to ensure that I never exceed my monthly plan and that no additional pay-as-you-go charges can be applied?

Thanks in advance for any clarification.

https://preview.redd.it/232t0ztwknah1.png?width=1798&format=png&auto=webp&s=ca706d711bf5a02e9eb45c3c561e894a5e02d8d0

reddit.com
u/mike37510 — 2 months ago
▲ 4 r/docker

Issues deploying Docker Desktop via Task Sequence after successful SCCM/MECM Software Center installation

Hi everyone,

I'm running into a bit of a roadblock with Docker Desktop deployment.

The application installs perfectly fine when deployed via the Software Center (SCCM/MECM) on a running OS. However, when I try to include it in a Task Sequence (OSD) for new builds, it fails every time.

I've tried a few different approaches, but I can't seem to get the installation to trigger correctly during the TS.

Has anyone encountered this specific issue? Do you have any tips on:

  • The best way to wrap the installation (command line arguments, etc.)?
  • Should it be installed in the "Setup Windows and ConfigMgr" step or later?
  • Any specific reboot requirements or dependencies I might be missing?

Any advice or best practices would be greatly appreciated. Thanks!

reddit.com
u/mike37510 — 2 months ago
▲ 3 r/SCCM

Issues deploying Docker Desktop via Task Sequence after successful SCCM/MECM Software Center installation

Hi everyone,

I'm running into a bit of a roadblock with Docker Desktop deployment.

The application installs perfectly fine when deployed via the Software Center (SCCM/MECM) on a running OS. However, when I try to include it in a Task Sequence (OSD) for new builds, it fails every time.

I've tried a few different approaches, but I can't seem to get the installation to trigger correctly during the TS.

Has anyone encountered this specific issue? Do you have any tips on:

  • The best way to wrap the installation (command line arguments, etc.)?
  • Should it be installed in the "Setup Windows and ConfigMgr" step or later?
  • Any specific reboot requirements or dependencies I might be missing?

Any advice or best practices would be greatly appreciated. Thanks!

reddit.com
u/mike37510 — 2 months ago

Does the Portainer API allow access to the shell of a Docker exec session?

Hi everyone,

I'm working with the Portainer API and I have a question regarding Docker exec sessions.

Is it possible to retrieve or interact with the shell created by a docker exec session through the Portainer API? For example, after starting an exec instance, can I access the shell output and send commands programmatically, similar to what is available in the Portainer web terminal?

If anyone has experience with this or can point me to the relevant API endpoints/documentation, I'd appreciate your help.

Thanks!

reddit.com
u/mike37510 — 3 months ago
▲ 1 r/cursor

Remote SSH 1.0.52 no longer works with custom SSH ports (only port 22)

Hi,

Since updating Remote SSH to version 1.0.52, I can no longer connect to SSH servers when they use a custom port instead of the default port 22.

Before, I could simply use:

root@IP -p PORT

and it worked perfectly.

Since the update, it no longer works at all.
If the SSH server is listening on any port other than 22, the connection fails immediately.

I already tried:

  • multiple servers
  • different custom ports
  • removing/recreating SSH hosts
  • restarting Cursor

but nothing helped.

Is anyone else experiencing this issue or knows a workaround?
Thanks

reddit.com
u/mike37510 — 3 months ago

Restricting User Object Visibility in Active Directory — Good Idea or Bad Practice?

Hello everyone,

Quick question regarding security in Active Directory.

In our environment, we are considering restricting the visibility of user objects so that standard users can no longer browse or view other accounts in the domain.

We started testing this by modifying ACLs / permissions in AD, but we quickly ran into side effects:

  • some GPOs no longer apply correctly,

So now I’m wondering:

  • Has anyone here already tried to “hide” user objects in AD?
  • Is this realistically achievable in a clean and reliable way in a modern Microsoft environment?
  • Or does this go against the normal design of Active Directory and become too risky / too complex to maintain?

The main goal behind this is security and reducing user account enumeration.

I’d be interested in hearing your feedback, best practices, or even reasons why this kind of modification should be avoided.

Thanks 🙂

reddit.com
u/mike37510 — 3 months ago

Hi everyone,

I’m looking for real-world feedback on memory usage for WordPress running in Docker in a very lightweight scenario.

Context:

  • ~1 WordPress instance per user
  • Educational use (students)
  • Very low traffic (almost none, just exercises / testing)
  • Standard stack: WordPress + database (MySQL/MariaDB)
  • No heavy optimization at this stage

I often see very broad estimates (300 MB, 500 MB, even more), but I’d like to understand what people actually observe in practice in similar environments.

From your experience, what would be realistic numbers for:

  • WordPress alone
  • WordPress + database
  • with a few basic plugins

And more specifically: do you consider ~500 MB per instance realistic, pessimistic, or heavily over-provisioned for this kind of use case?

Thanks in advance for your insights 👍

reddit.com
u/mike37510 — 4 months ago
▲ 0 r/forza

Hi, I’m running 1:18 on Prague (F1/X999). What are your best laps? Controller or wheel? Thanks

reddit.com
u/mike37510 — 4 months ago

Hi everyone,

I’m trying to use a PCM5102 DAC with a Raspberry Pi, but I’m stuck with an issue I can’t figure out.

The DAC is detected correctly on the Pi (using dtoverlay=hifiberry-dac, and it shows up in aplay -l), but the audio output is unusable — I only get a constant buzzing noise when play sound

Here’s my setup:

  • Raspberry Pi Zero W2
  • PCM5102 DAC (generic purple board)
  • I2S wiring:
    • BCLK → GPIO18
    • LRCK → GPIO19
    • DIN → GPIO21
    • 5V + GND connected

About the DAC board:

  • The H1L / H2L / H3L / H4L jumpers are already populated with small resistors (so I assume format is correctly set)

What I’ve observed:

  • The sound is not just distorted — it’s more like a constant buzz
  • Same behavior with speaker-test

What I’ve tried:

  • Double-checked wiring
  • Verified the DAC is recognized by ALSA
  • Tried different audio outputs

If anyone has a working setup with this exact kind of board, I’d really appreciate your help 🙏

Thanks!

reddit.com
u/mike37510 — 4 months ago