Skip Navigation
Posts
3
Comments
84
Joined
2 yr. ago
  • I know i was really surprised how many there are. But honestly think of how many companies are using active directory and azure

  • What site is that tracker thing?

  • It gets more confusing when you read their user name

  • 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

  • Permanently Deleted

  • 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

  • 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

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

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

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

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

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

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

  • Where does it write the file

  • I actually just started playing the original. I like to experience the original first typically. I don't normally play remakes but i got ff7 remake for free and it looks so different i'll have to play it after i finish the original

  • You can add shows/movies and initiate the downloads with a request in the app

  • Best move is to try to do pivpn installer again and when it says we found a pihole installation do you want to use pihole with pivpn say no. If it still breaks uninstall pihole, install pivpn l, then reinstall pihole

  • I've never had an issue with pihole (i run them on the same device). Pivpn ibstaller typically detects pihole and juat sets it up as pivpn dns but you could also have it not do this in the installer

  • Firewall

  • You mean before?

  • Linux @lemmy.ml
    neosheo @discuss.tchncs.de

    How can i rsync over my network without using ssh?

    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

    Linux @lemmy.ml
    neosheo @discuss.tchncs.de

    Best way to make an external usb HDD that is compatible with windows and linux?

    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

    Linux @lemmy.ml
    neosheo @discuss.tchncs.de

    Where did you learn partitioning? And do you need a guide everytime you install a distro?

    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,