Well... I've changes genders now... Instead of being a Systems administrator who builds networks and infrastructure. I'm a redheaded boss bitch destroying robot dinosaurs with a bow and arrow.

[-] one_knight_scripting@lemmy.world 14 points 2 months ago

...So is sailfish... But ultimately I think the reason they went with it is that it is much more secure than an android phone as it ensure your privacy is respected. You can still run android applications, but you don't have to worry about Google apps spying on your activity. Similar to Graphene OS where you can actually manage the permissions of Google apps rather than allowing it to have unfettered access to everything. Or heck, you don't even need to install any Google application to be able to use either Graphene or Sailfish. To me, they are just better ecosystems. And heck, sailfish isn't the only one. There is also postmarket os, Mobian, Manjaro ARM, Arch ARM, Ubuntu Touch, PureOS, and many more.

[-] one_knight_scripting@lemmy.world 21 points 2 months ago* (last edited 2 months ago)

Okay, that looks like gnome-keyring.

I'm order for it to login automatically, it needs to be named login ~~the same as your username(that is kwallet)~~ and have the same password.

Then when you launch electron apps, it's already unlocked and doesn't need a password.

If you need a GUI, try seahorse.

Don't know what distro you in, but you can get some intel here: https://wiki.archlinux.org/title/GNOME/Keyring#PAM_step

Questionable alternative solution: remove the password from the wallet. I don't run one, but I've got drive encryption and rarely if ever save passwords.

[-] one_knight_scripting@lemmy.world 15 points 6 months ago* (last edited 6 months ago)

I have... Moved my gaming over to it... Admittedly better since I don't play anything like cod or bf. But you can keep a dual boot just in case. Still plays horizon zero dawn, fallen Jedi, borderlands 4(probably better on Linux), and Doom Eternal. Also Rocket League.

If you're truly interested, reach out to the community. We got your back.

[-] one_knight_scripting@lemmy.world 117 points 10 months ago

Ok, guys. I'm reading some of these replies which are saying the amount of outrage is out of proportion. I have to disagree with that. I don't want an AI running on my PC that is monitoring and learning about my shit. I didn't want that data saved even locally, let alone the monetization of that data. I don't want to be paying for power of a device that is turning me into someone else's paycheck.

Can you turn it off? I believe you can. But I also believe that doing it manually would be incredibly annoying since that does go with a lot of past practice. I also get it would reactivate itself after major updates, like how Edge keeps reinstalling.

Are there other solutions to my Microsoft issues, yes. Chris Titus Tech comes to mind.

But overall, the Windows ecosystem does not feel right to me anymore. Could other people still use it, yes. Am I going to stop them, not intentionally. But my Arch gaming PC runs games better than the same machine running Windows. I've always entertained the idea of a full switch, still have a Windows 11 dual boot and haven't officially done it yet, but with this the moment feels right. At least for me, hopefully you can understand that.

[-] one_knight_scripting@lemmy.world 13 points 11 months ago

I like the la alias.

29
DIY Sonos Project (lemmy.world)
submitted 1 year ago* (last edited 1 year ago) by one_knight_scripting@lemmy.world to c/selfhosted@lemmy.world

Hey Self Hosted!

Got a shower thought I wanna bounce off youse guys. It's half-baked but itching to become real: DIY Sonos-like surround sound using Raspberry Pis (or maybe other SBCs if Pi's not cut out for it). Need your brains to kick things off!

The Vision:

Server Pi

  • Acts as the brain. Takes 5.1 audio input from the TV (SPDIF? HDMI? Still figuring that out).

Client Pis

Wireless speakers running balenaSound or similar. Each handles a specific channel (front left, rear right, etc.). I do picture each of these being connected to a amplifier board. With some fancy wiring to give Raspberry pi voltages and power required for the amplifiers. (Something like this: https://a.co/d/fwkXuCm)

The Hurdles:

5.1 Audio Input

Can a Pi even handle 5.1 audio input? Do I need a fancy sound card/HAT? Or should I ditch the Pi for something beefier?

Channel Remapping Sorcery

Wiring all speakers the same (e.g., left channel only) but using Linux wizardry to assign which channel each speaker plays. Like, plug in a "rear right" speaker, tell the Pi "yo, you’re rear right now," and boom—it works. Possible? Or am I dreaming?

Why? Swapping speakers without rewiring = less headache. Plus, modularity.

First roadblock: Getting clean 5.1 into a Pi. Second headache: Software channel routing.

Anyone tackled something like this before? Am I reinventing a wheel that’s already on fire?

Edit: I think I may actually have found a solution even cheaper and I intended. Has anyone here ever heard of WiSa? Long story short it is a solution for Wireless Audio Cinemas. Mostly it is used in very expensive speakers, I'm talking like $5K USD for a whole system. However. I have found a much cheaper solution: https://a.co/d/fXkaMEX. This would be a good starter point for me because the server side already does everything that I want it to. The client side(speakers) are just about there... But I want to see better drivers and amplifiers. If I were to purchase this, I would use it as is initially, but eventually cannibalize the WiSa adapter, attach it to a strong amplifier, and mount the result in a better set of speakers.

26
submitted 2 years ago* (last edited 2 years ago) by one_knight_scripting@lemmy.world to c/selfhosted@lemmy.world

Hello there Selfhosted community!

This is an announcement of the completion of a project I've been working on. A Script for installing Ubuntu 24.04 on a ZFS RAID 10. Now, I'd like to describe why I choose to develop this and how I'd like for other people to have access to it as well. Let us start with the hardware.

Now, I am using an old host. My host in particular was originally a BCDR device that was based on a ZFS raidz implementation. Since it was designed for ZFS, it doesn't even have a RAID card, it only has an HBA anyways. So for redundancy, ZFS is a good way to go. Now, even though this was a backup appliance, it did not have root on ZFS. Instead, it had a separate harddrive for the operating system and three individual disks for the zpool. This was not my goal.

So I did a little research and testing. I looked at two particular guides (Debian/Ubuntu). Now, I performed those steps a dozens of times because I kept messing up the little things. And to eliminate the human error(that's me) I decided to just go ahead and script the whole thing.

The Github Repository I linked contains all the code needed to setup a generic ubuntu-server host using a ZFS RAID 10.

Instructions for starting the script are easy. Boot up a live cd(https://ubuntu.com/download/server). Hit CTRL+ALT+F2 to go into the shell. Run the following command:

bash <(wget -qO- https://raw.githubusercontent.com/Reddimes/ubuntu-zfsraid10/refs/heads/main/tools/install.sh)

This command does clone the repository, changes directory into it, and runs the entrypoint(sudo ./init.sh). Hopefully, this should be easy to customize to meet your needs.

More Engineering details are on the Github.

[-] one_knight_scripting@lemmy.world 14 points 2 years ago

You just changed my life.

[-] one_knight_scripting@lemmy.world 19 points 2 years ago

Getting downvotes because you didn't read the article. ¯\_(ツ)_/¯

[-] one_knight_scripting@lemmy.world 35 points 2 years ago

Take your upvote and gtfo. Lol

[-] one_knight_scripting@lemmy.world 21 points 2 years ago

Idk, I don't think you can recycle Trump. That little shit belongs in the trash.

[-] one_knight_scripting@lemmy.world 27 points 2 years ago* (last edited 2 years ago)

Doesn't Odo lose his *surprising ability for part of the show? I imagine he had to start wearing clothes.

Edit: *shapeshifting... I feel like autocorrect made the sentence better. I like it and it kind of works so I'm leaving it.

[-] one_knight_scripting@lemmy.world 17 points 2 years ago

That name, is MEGA.

view more: next ›

one_knight_scripting

0 post score
0 comment score
joined 2 years ago