JackAttack

joined 4 months ago
[–] [email protected] 38 points 3 weeks ago (1 children)

Regardless of current politics, this is great advice anyways for a lot of people. These alternatives are very user friendly now a days, including many Linux distros. They will do almost if not all what a user needs. Few exceptions.

[–] [email protected] 9 points 1 month ago

I recently bought a Garmin to get rid of a $30 Whoop subscription and to get better battery than a smart watch with a Fitbit subscription. Garmin seems to give me everything I needed that the whoop does for only the cost of the watch.

It does mention all health data will be free still so for the time being I'm not opposed to them locking AI behind a paywall. I understand AI cost resources and is expemsive. I however, will not be using that shit. I think the default health insights are plenty for what i do. Granted I'm not a full on athlete like some Garmin users.

As long as they don't lock what's available now beyond a paywall I'm okay with this. But overall, I'm sick and tired of subscriptions in general.

 

I'll admit, when I first started torrent I was not really familiar with how it worked and how important seeding was. I would just use magnet links without configuration to save the torrent and seed after completion. Well.. I have finally, got myself back to 1.00 after a couple months and working to try to always seed double what I get for each torrent.

Often times I was one of the few random seeders available for some of these torrents. Friendly reminder to give back because you never know when you're one of the rare cases that can complete someones long lost file download!

[–] [email protected] 1 points 1 month ago

Got me this morning

[–] [email protected] 1 points 1 month ago

I had tried to build one one time and got the ui down. As I started building the more complex arithmatic (chaining calculations) i realized how insanely complex it actually is. It made me realize how complex the most simple looking apps actually are.

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

Not sure if you use that feature but does it work like an indexer and allow direct downloads of "Linux isos"?

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

I think when I tried them out a while back they also had a usenet search? Can anyone clarify on this?

[–] [email protected] 16 points 1 month ago

Came to the comments to find this question lol

[–] [email protected] 26 points 1 month ago (15 children)

Can anyone with knowledge on business explain why these companies keep going public other than the simple fact of money?

I feel like everytime a company does they go full throttle into making shareholders money and lose sight of their original company. Honestly I assumed discord was already public based on some of their monetary features that are overpriced lol.

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

I used to use Plex as well but similar to your remarks, they started doing a lot more updates that added a "corporate" feel to it such as adding their own movies/tv. Nothing inherently wrong with that but in my opinion, when a platform has the option to add features such as that, that costs money. And they're gonna want to get that money back somehow. Yeah they offer subscriptions but to me this all was a redflag that I could see them taking further in the future. Where as Jellyfin is completely free at the cost of a little extra work to setup.

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

For your first question, my guess would be its the largest fish. Proton probably has some users that harbor useful information but think about apples market dominace. It's massive. And as far as I know, proton doesn't have a business presence directly under UK jurisdiction; Apple has an enormous presence and billions in previous investments for employees and infrastructure there. Making it much easier to enforce those laws on them.

In other words, it's like living in the country versus living in another country. My home country will have a much easier time forcing laws on me than a country I'm not even living in.

I'm unable to answer your second question though. I don't know enough about legality.

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago)

Not 100 percent sure but I imagine that they could still operate but just with more liability on the user.

For example: I always use a VPN. It's legal where I'm from and my ISP doesn't give a shit that I use it. Therefore if I did anything illegal with it, it's not really on me directly as they would have to find out who I was through the VPN provider first.

In other scenarios where VPNs don't comply, I imagine then your ISP/Visited Sites could see that you're using a VPN from a provider that didn't comply and is therefore "illegal". Now regardless of what you're doing, you're still using an illegal VPN and they could try to come after you regardless.

This is an extreme scenario and I don't mean to fear mongre as I don't understand the entire situation of the proposed law in France.

But there are "stealth" protocols with some VPNs that allow the user to look like a real user as opposed to a popular/known VPN server. Not sure how applicable this is to that but just a thought.

In short, there's always a way... It just may take a few extra steps.

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

Context

I'm not very used to permissions based access so please forgive some of the ignorant attempts. For context, i have a jellyfin media server running on a mini PC. My previous way of transfering media to the server was using a secondary portable SSD and just plugging it in directly and moving the files to the main SSD. Originally the SSD was formatted to VFAT.

Issue

I had the idea that maybe using SFTP would allow me to just be able to drop in the files id like to host and simplify this process. With the original context above, I set up SSH and copied the id_rsa key over to the headless machine and launched sftp. This worked great but i was unable to add more files to the directory via SFTP, only read them.

Attempted

Skipping over discovering that VFAT is not linux permission friendly except on mounting options, I reformatted the drive to Ext4. This is where i began running into issues.

I relized the drive had permissions to root:root so i started trying to change them. First i made a group called jellyfin, and tried to run the following:

sudo chown mainuser:jellyfin /media/jellyfin

to try to set ownership to the mainuser while adding the jellyfin group to it. I then edited the same sftpuser to the jellyfin group. For the final file editing, i ran the following (initially tried 765 in hopes of 7 for owner, 6 for group, and 5 for everyone else):

sudo chmod 777 /media/jellyfin

I also set the starting sftp area for sftp user to that directory as well.

Current problem

Neither SFTP or Jellyfin is now able to see that directory path. On SFTP I'm getting "FATAL: Connection reset by peer" while on jellyfin im getting playback errors for all media as well as not able to discover new media i manually added to the drive.

On the actual vm console, im able to cd and view all files under sftpuser and verified I was able to add that user to the jellyfin group. Any advise here would be great. I'm also happy to provide more context as well.Thanks!

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

Unfortunately, I say yes. And hear me out first please.

The Fediverse in my eyes should be free. Free to have instances for everyone, including those we disagree with. Because in my opinion, the right to say and think what we want is very important (absolute free speech). And unfortunately, i think that means everyone should be allowed to say what they want. HOWEVER, free speech does not mean free of consequences. The option of federating with those groups or not is up to each community and fortunately I think many would not be okay with including them.

I'm always open to hearing input as these are personal thoughts so by all means add to or let me know the errors in my thinking. Thanks!

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

I've been using a lot of torrents for my jellyfin server and my current process is the rename the files to something similar to whats found in the jellyfin documentation around naming and had a couple questions.

Currently, almost all the torrents i find default to something similar to this:

LinuxISO.DIRECTOR'S.CUT.1080p.10bit.BluRay.6CH.x265.HEVC-PSA

I usually change the name in the in the qBitTorrent client before downloading to something like LinuxISO.HEVC-PSA but was wondering if there was a way to avoid having to do the renamings. Its not really that tedious but its more so If im wanting to seed files again later, I would need the file names to match exactly. What I've found in my search is software like sonarr and radar could possibly create links? I'm not very familiar with what that does exactly but I was also wondering if its possible to have Jellyfin read the name via a sub folder such as Movies/LinusISO/ or from metadata.

Anyone else know the least tedious workaround for this? Can Jellyfin actually just read the original file naming?

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

Well, After hundreds of GB of torrents downloaded, I slipped up. I've been changing around linux distros recently and i believe i configured my VPN wrong or forgot to turn it back on after doing something. Well, I finally got hit with a copyright warning. Just your typical "we had to send this" type of warning but none-the-less, I slipped up.

Sharing this because the day before it happened, I read a post about not only having your killswitch on but also binding your client to you vpn interface for situations like this. Needless to say I didn't take that precaution. For those who are on linux, I found a great post about how to set this up on reddit and wanted to remind people to "double wrap" because why not be safe lol.

The steps were more or less as follows (for QBitTorrent at least):

  1. Tools -> Preferences -> Advanced Settings

  2. Under "Network Interface", select your vpn interface. To test, check what shows with your vpn on, and then turn it off and re-navigate to this part to see what dissapeared. Thats likely your vpn interface if the name wasn't clear. (Do not be seeding/downloading torrents while doing this in case).

  3. To test, download a non-copyright torrent like the Ubuntu ISO torrent. In the middle of download, disconnect or close your vpn connection. This should stop the download.

Not sure if reddit links are cool here but here is the guide source if anyones interested. Binding VPN to Torrent Client

Stay hidden!

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

TLDR: Is there a way I can just choose files to seed automatically instead of downloading again first?

Pretty new to using torrents and I have a bunch of files I've been able to download over time through magnet links. Some of which I was unable to seed for long periods of time so removed but would like to be able to still seed them again.

It doesn't look like I have torrent files for them and I tried copying the. Torrent file to another folder when using magnets to see if I could get it from that. I was able to get some from that but it seems to just start a Download again. Can anyone explain this process a little bit better for me so I can offer up my files at later times too?

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

Apologies If I can't list specific 3rd Android OS here. I know you can't on some reddit privacy subs due to some beef between devs I guess. I'll take down if needed :)

Regardless, Ive been running GOS for a while and just found out theres a feature that allows you to use biometrics while still requiring your pin on the initial lock screen. One of my concerns with biometrics is that in some jurisdictions, law enforcement can force someone to open their phone through face ID or thumb print.

I've been using this feature that allows you to use biometrics but when you are on the lock screen, it still requires your pin. I thought this was really cool because it allows me to use biometrics only to unlock my apps while still adding an extra layer of protection to the unlocking of the device itself. Obviously slightly Inconvenient depending on your worries/threat level, but I just wanted to share this in case anyone else was interested and didnt know about it! Very cool!

EDIT: I just re-read my screenshot and it looks like fingerprint unlock is not correlated to using fingerprint for app unlocking. If this is the case then I'm not quite sure what the actual benefits are here. Please feel free to clarify!

11431

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

I saw a post on reddit asking for open source android keyboards in recent years since a lot of the posts were older. One user recommended "Futo Keyboard".

To be clear, I'm not affiliated with them but I've been trying them based on that reddit response and I just wanted to share here in case anyone else has been looking.

In short, this keyboard is about as close to awesome as you can get so far. Features I like:

  • Feels like GBOARD
  • Works fully offline
  • Gesture typing (about 75% as accurate as GBoard)
  • Built in offline speech to text (no third party engine needed to download

I've tried other options like heliboard and openboard and they are great too, but I think so far this has been the best I've tried and I wanted to recommend it on here in case anyone else is looking. Feel free to share any other setups or recommendations below!

EDIT: it was pointed out that it is source-available and not open source. Apologize for my initial assumption. The source and license can be viewed here: Futo Keyboard. It is fully open for non-commercial use. Anything commercial can have restrictions.

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

Not sure if this 100% goes here but I'm relatively new to the self hosting world. Please advise if this needs to be moved elsewhere and I will.

I recently picked up a beelink mini PC and have been running Proxmox for things like jellyfin, home assistant, etc.

I'm looking to set up OpenWRT and found a helper script that sets up the VM but I'm having issues being able to configure wireless. According to the official docs, wireless is off by default if there are eth ports. When I go to edit it, both in the LuCl and in the /etc/config/wireless file, I hit 2 issues:

  1. The web client doesn't have a wireless option.
  2. There is no wireless file In the config directory.

I tried looking for some solutions online but wasn't sure what was exactly specific for me. I wasn't sure if this was a hardware issue or a Proxmox/OpenWRT config issue. Any advice on this?

Side note: My thoughts were I could use the internal wi-fi adapter for wireless but would I need a USB adapter of some sort for this capability?

Edit: I realized later I left some context off. In case i wasn't clear enough. Sorry. Currently I use a Google nest wifi pro router and was hoping to replace it with OpenWRT for more control/customization.

view more: next ›