[-] PrivateNoob@sopuli.xyz 11 points 6 days ago

That song was a hidden warning all along. Anyone who was late to figure it out has already been infected. Sorry guys, it's time to say our farewells, since the inevitable end is coming.

332
54

I used to love the eery atmosphere and immersiveness of the first installment, but I remember missing these aspects from DL 2 at launch day (pirated it), but I wanna buy it at the summer sale perhaps now.

If anyone played DL 2 recently, did the game get some more immersive improvements or perhaps are there mods that can make it have a more atmospheric feeling?

[-] PrivateNoob@sopuli.xyz 50 points 2 months ago

For note: 50k from 1999 is worth 96k today

39

I was thinking on buying a 2-4 bay HDD powered enclosure as a NAS for my mini pc, since I already have that, and buying or building a full-fledged diy NAS seems a bit expensive.

I want to hear some opinions from you guys, since it seems using this method is a mixed area from the selfhosted pros. I would be hoping that by using a powered enclosure, that would alleviate or solve the USB port overcharging issue, which have appeared in my mini pc when trying out an external HDD with a normal sata to usb converter.

Did you have any experiences with a setup like this one?

57
submitted 10 months ago by PrivateNoob@sopuli.xyz to c/asklemmy@lemmy.world

I'm not a german fellow, but I have a netizen friend who feels incredibly anxious and wasn't able to get friends in school, due to immense bullyings. They only have friends from the internet, and they have tried to socialize in a fishbowl event but they weren't able to get a friend there as I feel it.

In my country there is an event organization called havervagy, which has a bunch of events, where everyone is spliited into 3-4 people sized groups where they can get to know eachother. Do you perhaps have something similar to this one in Germany? My friend lives in West Germany, closer to the border of Netherlands.

[-] PrivateNoob@sopuli.xyz 57 points 11 months ago

Why is there a restaurant selling really unhealthy sugary foods in a HOSPITAL?

597
Invention rule (sopuli.xyz)

Hi 196~

54
submitted 1 year ago by PrivateNoob@sopuli.xyz to c/linux@lemmy.ml

So I uninstalled Zenless Zone Zero yesterday via Wine, and it seems it just deleted every game, KDE configs, etc.

These weren't really an issue for me, but my old worlds have gone to waste too. Unfortunately, my drive is on ext4, and I haven't used Timeshift cause low storage space. Is there any chance for me to recover back some data?

[-] PrivateNoob@sopuli.xyz 92 points 1 year ago

Good. Based for Nullbulge that they have released the source for free. Their motive is to put pressure on Disney due to their wrongdoings against creative artists.

351
Erdtree sm sm (sopuli.xyz)
submitted 1 year ago by PrivateNoob@sopuli.xyz to c/memes@lemmy.ml
[-] PrivateNoob@sopuli.xyz 84 points 1 year ago

Woah Apple lost the top spot in a quarter when they don't release any phones, but Samsung does.

25
submitted 1 year ago by PrivateNoob@sopuli.xyz to c/privacy@lemmy.ml

Meta has already announced interopability opportunity since March 6. Has anything been made after that? All I know is that Signal apparently won't operate with them.

[-] PrivateNoob@sopuli.xyz 89 points 1 year ago

Please Signal, use this opportunity. I really want to be on Signal AAAAH

[-] PrivateNoob@sopuli.xyz 53 points 1 year ago* (last edited 1 year ago)

1.8 billion fine and that's only 0.5% of Apple's yearly revenue. That's insane.

8

I'm trying to setup my first homeserver with pods alone but I can't add my mounted /data (it's an external HDD) folder to the root folder, but the /app and /config works. It's a common issue but somehow I wasn't able to solve it.

OS: Rocky Linux 9.3

External HDD (WD Elements)

external HDD in /etc/fstab:

# WD Elements drive
UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0

radarr.service:

[Unit]
Description=Radarr Movie Server
After=network.target

[Service]
ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest
ExecStop=podman stop radarr
Restart=on-failure

[Install]
WantedBy=default.target

Permissions:

drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek

drwxr-xr-x   4 abc    users    139 Jan 18 19:44 config
drwxr-xr-x   2 root   root       6 Jan 17 15:52 data

chown -R 1000:1000 /data didn't work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)

65
submitted 2 years ago by PrivateNoob@sopuli.xyz to c/linux@lemmy.ml

Hello there lemmings! Finally I have taken up the courage to buy a low power mini PC to be my first homeserver (Ryzen 5500U, 16GB RAM, 512 SSD, already have 6TB external HDD tho). I have basically no tangible experience with Debian or Fedora-based system, since my daily drivers are Arch-based (although I'm planning to switch my laptop over to Fedora).

What's your experiences with Debian and Rocky as a homeserver OS?

[-] PrivateNoob@sopuli.xyz 62 points 2 years ago

If you want to upload your thought on the internet and don't wanna mess around with it that much, then I can recommend neocities.org. This site usually hosts personal websites, and there are a lot of sites which offers website template. You just create your instance/domain/site on neocities, choose a template and paste that code in. After that you can just paste your notes into the tags and you're done basically!

Website layout templates: https://webmastering.neocities.org/layouts

Honestly I really envy your unparalleled positivity, I could learn from your mindset ngl. We are greatly indebted that you shared this post with us. ^^

9
submitted 2 years ago by PrivateNoob@sopuli.xyz to c/linux@lemmy.ml

I'm on an Arch-based Linux with VirtualBox (generic installer, couldn't load modules with host-modules-arch) and I get this error whenever I try to import this OVA file:

Error reading OVA '.../coa-aio-newton.ova' (VERR_TAR_UNEXPECTED_EOS) Result Code: VBOX_E_IPRT_ERROR (0X80BB0005) Component: ApplianceWrap Interface: IAppliance {86a98347-7619-41aa-aece-b21ac5c1a7e6}

Apparently, these OVA files should be unpackable but tar doesn't recognize it, and neither Ark or PeaZip can unzip this, but importing this OVA file works on Win 10.

I've tried using VMWare but that gave me an import error too. Why can't virtualization work at all on Arch-based systems?

[-] PrivateNoob@sopuli.xyz 76 points 2 years ago

Fuck I wish my old elementary school friends and parents wouldn't use Messenger. I'm eternslly stuck on that platform.

2
Mafia 2 (w0.peakpx.com)
[-] PrivateNoob@sopuli.xyz 61 points 2 years ago

Cool, then what will be the 1337x alternative?

view more: next ›

PrivateNoob

joined 2 years ago