JackAttack

joined 2 months ago
[–] JackAttack@lemmy.dbzer0.com 26 points 6 days 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.

[–] JackAttack@lemmy.dbzer0.com 1 points 2 weeks ago

Awesome. I'll give this a try later and get back to you. Thanks!

12
submitted 2 weeks ago* (last edited 2 weeks ago) by JackAttack@lemmy.dbzer0.com to c/linux@lemmy.ml
 

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!

[–] JackAttack@lemmy.dbzer0.com 4 points 3 weeks ago

I whole heartily agree to a good ole "fuck you"; But I also think that money shouldn't be a requirement but highly encouraged. I'm a hypocrite for this because I don't monetarily support every open source I use. However, for the critical open source I use like 3rd party Android OS, clients for apps like Lemmy, etc. I'm more than happy to donate what I can. Hell, I'd donate to all if I had to resources to. I don't have a good solution but I do think donating (when it can be afforded) should be highly encouraged and something not a lot of people think about/know about/or consider since they may be using it because it's free to begin with.

 

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. https://www.reddit.com/r/VPNTorrents/comments/ssy8vv/guide_bind_vpn_network_interface_to_torrent/

Stay hidden!

 

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?

4
submitted 3 weeks ago* (last edited 3 weeks ago) by JackAttack@lemmy.dbzer0.com to c/privacy@lemmy.ml
 

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 1 month ago* (last edited 1 month ago) by JackAttack@lemmy.dbzer0.com to c/selfhosted@lemmy.world
 

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.

[–] JackAttack@lemmy.dbzer0.com 1 points 1 month ago* (last edited 1 month ago)

I've heard PopOS/Linux Mint are great starters. I personally run ZorinOS which is based on Ubuntu. It's beautiful, had built in customization, and has a free version (I paid for the pro version because I liked it so much and wanted to support it).

You'll find occasional headaches in all Linux distros just because it's not windows so compatibility can require work arounds depending what you wanna run. But it's worth it. Feels so much faster and in your control which is nice. Also if you screw up the distro you can just boot another distro from the flashdrive you used to install in the first place (keep the ISO handy just in case ;) ).