neosheo

joined 10 months ago
[–] [email protected] 1 points 1 month ago

I know i was really surprised how many there are. But honestly think of how many companies are using active directory and azure

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

What site is that tracker thing?

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

I mean it should be pretty safe if it's local only. If your network is compromised jellyfin is the least of your worries.

Switch to mobile data and put the public ip of your network and the jellyfin port in a browser and make sure it can't be accessed

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

Because its not on a powerful google server, it's just a volunteer. Some instances allow proxying to hide your ip but i believe it is more taxing on the server

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

Well i don't think they are trolling i imagine they legitamately don't realize that is what the poster is wanting. It's not very clear

[–] [email protected] 0 points 5 months ago* (last edited 5 months ago) (3 children)

They are requesting a context menu option, no? And the ability to move multiple items?

1000277279

1000277280

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

You can copy as many as youd like too. What more do they want?

1000277280

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

It does have those abilities. Does op just want to rename them?

10002772781000277279

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

I believe you can set up a http stream and then have others connect to it

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago) (3 children)

I use the app it is for android but it already has that feature: https://paste.tchncs.de/upload/bear-wolf-eagle

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

I use material files and when you press the cut icon, it literally says "move to" while you are selecting the destination

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

There name is "sue you". When nintendo sues them they'll sue back.

Their intentions are clear

 

I have 6 devices that i rsync to a central location to back them up. Ive been using ssh as the -e option. Problem is i use public key with passphrases, meaning to backup all six i need to go to each device and run the backup script. Since i typically backup /etc, /home, and /root this means entering sudo and the ssh passphrase 3x for each device.

I would much prefer a script that runs on back storage device that can pull the data from each device without having to use ssh (encryption is not necessary since all traffic is either local or going through a vpn connection).

I could then put this script in root's crontab or make it a systemd service running as root.

But i dont know how i can remote sync without ssh

 

Ok i have a 5TB usb hard drive that is mostly used for weekly backups of my system. It is hooked to a raspberry pi and has an exfat file system and used as a samba share.

But i need to occasionally unplug it and connect it directly to some other machines for 2 reasons.

  1. For use with steam on linux (i store my games on it)

  2. For use with obs on windows (i do some screen recording and need to be able to save the output to the drive)

Here's the dilemma. Games that require proton will not launch from an exfat drive (trust me i've tried all the "hacks" and cant make it happen). So i plan to reformat the drive as an ext4 file system.

However, windows does not support ext4 natively. I do have WSL and could probably mount it there but here are the issues.

Another user in my house will be primarily the one using obs and they are not technically inclined (or at least not linux inclined) i want them to be able to plug this device in and just press record and have it output to the drive, this was working fine with exfat but obviously once i reformat it could be an issue.

I have a few options and wanted to run it by here first before committing to the reformat.

Option 1) reformat drive to ext4. Keep it as a samba drive at all times, except when gaming, and have obs output the video to the drive over the network

-is obs capable of doing this reliably?

Option 2) reformat to ext4 and unplug drive when gaming or needing to use obs. Rig up a script to automount the drive with wsl when detected.

-will the mounted drive show up in the windows file explorer natively? Or could i at least pin its location to quick access?
-can i actually create some way for it to automount the drive with no user input required?
-ooh but the distro is on the drive to conserve the laptop's space, could present an issue

Option 3) reformat the drive as part ntfs part ext4 and then plug it in for gaming and obs?

-i believe in linux i could just add the part-uuid to fstab so it only mounts the ext4 portion or maybe i could mount both?
-would windows automatically just mount the ntfs portion?

Imo, option 1 is the best but i would like to have a fail safe in case i ever need to plug it directly to the windows machine. So realistically a hybrid of option 1 and 2 is best. Is there a better way to do this? Will any of these methods work?

 

I have been using linux about 4 years now and in that time i've done a bunch of installs. Lately i've been setting up luks and lvm, but each time i install a distro ive set up bodhi and nixos with this setup but the issue i have is that each time ive done it i've had to follow a guide.

For both these distros there werent official docs on how to do it but found guides on github. For both i had to try multiple guides and reinstall multiple times.

While ive learned a lot doing this i feel like i have too heavily leaned on the guides and would not be able to install it without a guide.

I understand the basic lvm commands to set up pvs, lvs, etc but for example when installing nix i had to reinstall twice because i didnt set up the preLVM setting and the luks device uuid. But if i hadnt found a guide that showed it i never would have known to do it.

What resources can you recommended to really understanding how to properly set all the different types of partitioning schemes (gpt, mbr, lvm, luks, etc, etc)

view more: next ›