VitabytesDev

joined 1 year ago
[–] [email protected] 5 points 1 month ago* (last edited 1 month ago) (2 children)

Making the speed of light ~~infinite~~ one hundred times larger and the speed of sound the current speed of light. ~~No more blue/redshifting!~~ Faster communication!

[–] [email protected] 10 points 1 month ago (2 children)

That's Harry Potter

[–] [email protected] 7 points 1 month ago (3 children)

I am waiting for my medal

[–] [email protected] 9 points 2 months ago

How did you describe my repositories so perfectly?

[–] [email protected] 31 points 2 months ago

make 8 million computers crash

other companies say you're trash

blame others

cry

[–] [email protected] 5 points 2 months ago

Yes, basically on internal LAN I put admin admin to everything.

[–] [email protected] 4 points 2 months ago (4 children)

You need to install Linux for the money to come.

[–] [email protected] 1 points 2 months ago

I wish I could like a comment twice on Lemmy.

[–] [email protected] 14 points 2 months ago (1 children)

Why though? This just means that Windows 11 will run on more devices? Why is so important for your device to have a TPM and Secure Boot enabled, and a supported processor? If I were Microsoft, I would put the requirements even lower or even removed them.

[–] [email protected] 4 points 2 months ago (2 children)

I signed up at feddit.nl and I am not even from Netherlands.

[–] [email protected] 2 points 2 months ago

I don't dual boot, I just have some other Windows machines that I use rarely for Windows-only software that require an external connection, like Odin for Samsung devices.

[–] [email protected] 7 points 2 months ago

I was going to make an unexpected factorial joke, but I realized that 1! is 1, so I guess you're right.

50
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

OK, so, I have a couple of questions:

  • What's the worst that can happen if I don't use a VPN while pirating?
  • Are free tier VPNs (like Proton VPN) good enough?
  • I don't want to pay much or anything for a VPN, is a way I can get a good free one, or set one myself somehow (I have experience with selfhosting) ?
  • If not, which cheap one do you recommend?

EDIT: I pirate mostly movies, and rarely some TV series.

107
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

For me it was:

Windows (for many years) -> Ubuntu (for a year) -> Arch Linux (for half a year) -> Void Linux (literally 2 days) -> Artix Linux with runit (a month) -> Gentoo Linux (another month) -> Debian (finally, I don't plan on changing it).

Also, when trying to switch from Gentoo to Debian, I fucked up all my data with no backup.

What was your journey?

EDIT: Added Windows

 

I have been daily driving Linux for over two years now and I have switched distros many times. So, when my friend bought a new laptop, I convinced him to install Linux Mint on it. I asked him if he wanted to dual boot, he said no because it would fill up all his storage. We installed Linux Mint. The other day, he wanted to play FIFA 17 on his computer. After 5 whole hours of troubleshooting we were able to get FIFA running smoothly with some issues. Next, he wanted to play Roblox. I guided him through the process of installing Waydroid and libhoudini, only to discover that Roblox would run at 10 FPS. With Minecraft, it wasn't any better. It took us 1 hour to get it working (not skill issue, he wanted to play cracked through Prism Launcher). Now, he wants to go back to Windows 10. I have already told him about dual boot, but he has only 256GB of storage and he wants to play a lot of games. What should I do? Install Windows to his laptop, install some other Linux distro, or try to convince him more about dual boot? Thanks in advance and sorry for the essay.

UPDATE: Of course I will help him install Windows on his computer if he wants so, I don't want to force him to use Linux after all. I just wanted him to give it a try, and maybe daily drive it, if he can.

EDIT: Because for some reason it was misunderstood, let me clarify it here. Roblox ran with poor performance on Waydroid, not Minecraft. I just said that the installation of Prism Launcher cracked was difficult. After that, Minecraft ran smoothly without any problems.

 

Hello everyone,

I am running some services like Jellyfin, Radarr, QBittorrent, Jellyseerr and some others on my Raspberry Pi 4. The problem is that it is already struggling to run those, since it has only 2GB of RAM. I wish it was possible to do a RAM upgrade to the Raspberry Pi but the RAM is soldered to the motherboard. I don't want to buy another Raspberry Pi with more RAM because they are quite expensive and I don't want to have two of them. So can you recommend something for around or under 100€?

Thanks in advance.

 

I wanted to install Debian Linux after a weird journey with Gentoo Linux. My partition layout is this:

  • Boot Partition (512 MiB, mount at /boot)
  • Swap Partition (4 GiB)
  • Root Partition (~80 GiB, mount at /)
  • Home Partition (~170 GiB, mount at /home, LUKS encrypted)

While trying to preserve the home partition, I think I clicked 'Configure encrypted partitions' on the Debian installer and then set a password for it (the same that it had before).

Now, I can unlock it like before, but after it is unlocked, no utility recognizes the filesystem (ext4) and the file command reports it as being data:

# file -s -L /dev/mapper/home
/dev/mapper/home: data

file on the encrypted partition returns the following:

# file -s /dev/nvme0n1p4
/dev/nvme0n1p4: LUKS encrypted file, ver 2, header size 16384, ID 3, algo sha256, salt 0x590d84c0e8397ad0..., UUID: c5ff37db-11f7-4ccf-8869-c4bc22648202, crc 0x345f75d85c9f444a..., at 0x1000 {"keyslots":{"0":{"type":"luks2","key_size":64,"af":{"type":"luks1","stripes":4000,"hash":"sha256"},"area":{"type":"raw","offse

(This is the complete output, it cuts at offset for some reason)

My luksDump output is this:

# cryptsetup luksDump /dev/nvme0n1p4
LUKS header information
Version:       	2
Epoch:         	3
Metadata area: 	16384 [bytes]
Keyslots area: 	16744448 [bytes]
UUID:          	c5ff37db-11f7-4ccf-8869-c4bc22648202
Label:         	(no label)
Subsystem:     	(no subsystem)
Flags:       	(no flags)

Data segments:
  0: crypt
	offset: 16777216 [bytes]
	length: (whole device)
	cipher: aes-xts-plain64
	sector: 512 [bytes]

Keyslots:
  0: luks2
	Key:        512 bits
	Priority:   normal
	Cipher:     aes-xts-plain64
	Cipher key: 512 bits
	PBKDF:      argon2id
	Time cost:  6
	Memory:     1048576
	Threads:    4
	Salt:       18 b4 a6 e9 87 1f 94 f6 7d 96 f2 9c 0f 2e ca 75 
	            e6 0f 80 7d 09 70 40 19 d0 a4 a1 49 ff 5c 1c 0b 
	AF stripes: 4000
	AF hash:    sha256
	Area offset:32768 [bytes]
	Area length:258048 [bytes]
	Digest ID:  0
Tokens:
Digests:
  0: pbkdf2
	Hash:       sha256
	Iterations: 171785
	Salt:       c2 b0 a6 f5 e1 bf 5f 85 82 b1 d5 f3 10 c6 ae b7 
	            7c fc 50 41 c5 a6 03 f6 5a bd ac df 46 89 7b c6 
	Digest:     57 7d fb 87 69 c5 58 07 cf 82 88 5e f8 c6 39 f5 
	            7d 00 ec 07 e0 df b8 ee b5 dd ff 20 bf b3 bc 01

My guess is that I re-encrypted the already encrypted partition. Also, I noticed that the UUID changed. Can anyone help me recover it? Thanks in advance.

If you need more logs, I will happily provide them to you.

 

I don't use Reddit anymore, but I wanted to search something that I couldn't find anywhere. This is what I saw. After killing all the other apps, Reddit now is trying to force us to use their own spyware app.

 

Alt text:

Image that says:

HOLY SHIT!! IS THAT A MOTHERF*CKING C++ REFERENCE???

int& a = b;

 

Alt text: meme with the 'Always has been' format Linux, MacOS, OpenBSD and ChromeOS logos on top of the Earth The first astronaut says 'Wait, it's all Unix?' A Windows logo, on top of the second astronaut. The second astronaut says 'Always has been' and points a gun to the first astronaut.

 

Hello everyone, I have a Raspberry Pi 4B with 2GBs of RAM. I am trying to run all the *arr stack via docker containers(5 or 6 containers) but this causes my Raspberry Pi to lag very much. I could not use any of the stack's web interface or SSH to the pi during the lag and to fix it I had to reset the pi.

I think it is because I have little RAM but it might also be the power supply because I sometimes get messages for undervoltage.

What do you think is happening and how could I fix it? Do I need to buy a more powerful device?

Thanks in advance.

 
 

Hello, I am trying to install Minecraft Bedrock on Arch Linux to play cross-platform multiplayer with my friends. I have heard about the mcpelauncher but that requires to have Minecraft from Play Store, and I already have bought Java and Bedrock for PC. Can I do anything to actually play Minecraft Bedrock on Linux?

 

Any Chromium and Firefox browser prior to version 116 will be vulnerable to this, update your browsers.

view more: ‹ prev next ›