Troubleshooting battery issues.
  • helpimnotdrowning helpimnotdrowning 7d ago 100%

    43% health?? Sounds like a faulty battery, probably still under warranty if you've only had it for a few months (< 1 year).

    Warranty instructions: https://frame.work/warranty

    10
  • why is thepiratebay discouraged?
  • helpimnotdrowning helpimnotdrowning 1w ago 100%

    yes, it's mostly things like games or software

    though, I have seen more & more reports of people finding malicious disguised LNK files in their downloads and torrents, which will run some arbitrary command if you open that: Windows does not ever show the LNK extension, so a file could be named "<whatever>.mkv.lnk", and you would only know if you checked the "file type" column in Explorer (which would read "Shortcut" instead of something like "Matryoshka file"), or when you see the cmd.exe window flicker open and close.

    bonus edit: LNK is the native file extension that Windows uses to link app shortcuts, such as the shortcuts on your desktop.

    86
  • Ublock origin + firefox is no longer working for blocking ads on youtube?
  • helpimnotdrowning helpimnotdrowning 1mo ago 100%

    I haven't had any issues since April-ish. Try refreshing your blocklists: in your Settings Page > Filter Lists, click the little clock icons next to the list names to force-refresh

    29
  • How can I keep my forwarded port secure?
  • helpimnotdrowning helpimnotdrowning 1mo ago 100%

    This might also become a hassle since basically all residential connections (likely of OPs friends) have dynamic IPs - if someone wants to join while OP is away, but their IP has changed since their last connection, now they have to wait on OP to update the firewall rules.

    Apart from getting your MSA token stolen, there's not really much that can get around server login (yet). All online-mode logins pass through Microsoft (part of the reason why Xbox service outages seem to affect Minecraft so much).

    If your friends all individually seem to stay within some certain IP ranges (ex, first handful digits always stay the same, 12.34.56.xx), then I'd say go ahead with whitelisting them fully (ex, 12.34.56.xx --> 12.34.56.0/24, CIDR notation). If they jump around unpredictability, I would stick with the username-based whitelisting and online-mode-only.

    4
  • linux
    Linux 1mo ago
    Jump
    What happened to elementary OS?
  • helpimnotdrowning helpimnotdrowning 1mo ago 100%

    Do you have any posts/reading on the win32 additions to the kernel? I vaguely remember something similar being talked about some time ago, but I can't find anything right now.

    2
  • How can I keep my forwarded port secure?
  • helpimnotdrowning helpimnotdrowning 1mo ago 100%

    as long you are only forwarding Minecraft's 25565 port from your router to your server machine, it should be fine. Just make sure to keep Online mode on, use the whitelist, and get your plugins from trusted sources. Otherwise I wouldn't worry too much.

    I see others recommending VPN solutions like zerotier for your friends to connect to; I don't personally feel like this is necessary, and (in my experience), making your friends do more technical setup than just connecting to the server is often a big turn-off.

    Bonus: If you ever take a peek at your server logs while it's running (and exposed to the Internet, if you avoid said VPN solutions), you might notice a lot of weird connections from IPs and usernames you don't recognize. These are server scanners and threat scanners that look for vulnerable servers to connect to and exploit. This is normal and you'll be fine as long as you keep that whitelist and stay up-to-date on developments in the server admin space.

    26
  • Design patterns
  • helpimnotdrowning helpimnotdrowning 3mo ago 100%

    I've acknowledged that, while convenient, my (small) setup is still a burden that I would be asking someone to take. If your friends don't already share your passion or knowledge for Linux/Docker/the intricacies of <whatever you may be running>, I doubt they'd be willing to take on what you leave them.

    My friends had a family member who had a giant setup of Raspberry Pi's that did Pi-hole, Home Assistant, F@H, among many other services and machines (there were like 6 Pi s!). They passed some time ago, and there's just no one in the family who was willing to take on the responsibility to learn how to manage everything that was going on—services have been slowly degrading/going down since then.

    Those who rely on your services will just go back to using Google Drive, watch-anime-free.org.ru, and pressing "Open LAN world" in the Minecraft client. I don't think it's okay, but if you're out of the game, you won't be there to object.


    That is to say, if you DO have friends that are knowing and willing, you need to leave plenty of good documentation. I haven't been one to write much of anything, and I've already fucked up my shell profiles again because of no documentation, but I can give some general pointers:

    • What runs where?
    • Why are things configured in certain ways? (ie "$GameServer gets 4gb because going over creates GC stutters", "$IP is blocked because of telemetry", "$File is symlinked to /dev/null to effectively delete/override a rule from $SomewhereElse")
    • List rules and their exceptions. (ie "Service ports are numbered this way because it looks nice", "Except $Port because it conflicts with $SystemService")
    • List things even if they're from personal preference (ie "Service ports are numbered this way because it looks nice", tells user that these are effectively meaningless and things shouldn't break by changing these, barring common sense)

    Basically, leave meaningful comments that explain why something is the way that it is. You should be able to use this documentation yourself as reference material. Keep this documentation updated regularly, as frequently quoted "bad documentation is worse than no documentation" (or something like that)

    (sorry if this last section in particular doesn't make much sense, I haven't slept in $hours. feel free to ask for clarification!)

    9
  • Nginx 502, ssh not working.
  • helpimnotdrowning helpimnotdrowning 3mo ago 100%

    if your sister's by your server in-person, maybe you could guide them to graphically install something like Rustdesk (edit: graphical remote access, wayland isn't well supported so make sure it's running over Xorg), give you the access code & have them manually accept the connection so you can get back in.

    You'll be stuck streaming your terminal window and sending laggy keystrokes though whatever connection you have now (until you can get ssh running), but it's better than nothing.

    1
  • linux
    Linux 3mo ago
    Jump
    Question: If windows is required, what distro do you recommend?
  • helpimnotdrowning helpimnotdrowning 3mo ago 100%

    Teams works for me as long as I'm not taking calls, just have to switch the user agent to pretend to be Chrome (but only sometimes)

    3
  • linux
    Linux 3mo ago
    Jump
    Not really sure I get Wayland
  • helpimnotdrowning helpimnotdrowning 3mo ago 100%

    I've never heard of AWT being incompatible with Wayland, I'd love to read more on that if you have any!

    2
  • linux
    Linux 3mo ago
    Jump
    Question: If windows is required, what distro do you recommend?
  • helpimnotdrowning helpimnotdrowning 3mo ago 100%

    Office won't run on Linux or through Wine (AFAIK), I've converted to using LibreOffice on both Linux and Windows, which has yet to give me any issues.

    Teams, as part of O365, also doesn't have a Linux app, however... with the (paid) Thunderbird addon Owl for Exchange, you can read+send Outlook emails; it also adds a Teams icon to your Thunderbird sidebar that acts as a link to the web client.

    Thunderbird, by default, can only read from Exchange mailboxes, but can't send from them. If you don't want to pay, the developers are working to add full Exchange support as stock. (There are also less legitimate ways to get Exchange support, like cracking Owl, but out of respect for the addon dev, you'll have to find it yourself)

    Edit:

    If you're new to Linux as a whole, I've seen many recommendations for Mint (a Debian and Ubuntu derivative), but I've never tried it myself. I started with Debian since I wanted a stable system that wouldn't break down by itself or something. It's rock solid on my Framework 13 Ryzen.

    As for a Desktop Environment (DE), you can't go wrong with GNOME or KDE. I prefer KDE since I don't like the "look" of GNOME and it's more "Windows-like" (but still it's own thing), but it's really just personal preference.

    7
  • linux
    Linux 4mo ago
    Jump
    Installing CH340 drivers in Linux Mint running 5.15.0-88 kernel
  • helpimnotdrowning helpimnotdrowning 4mo ago 100%

    *.c files are C source files, you can't run these directly. Run the makefile with sudo make or sudo make install (assuming you have make installed) to build (or build and install) the driver.

    edit: Oops didn't read far enough into your post, you've already tried make. What error does it give you?

    5
  • linux
    Linux 4mo ago
    Jump
    How are you parsing JSON on the command line?
  • helpimnotdrowning helpimnotdrowning 4mo ago 100%

    Big fan of running cat file.json | ConvertFrom-Json and just being able to do things quickly!

    1
  • linux
    Linux 5mo ago
    Jump
    [Solved] Best way to do an NTFS -> ext4 conversion?
  • helpimnotdrowning helpimnotdrowning 5mo ago 100%

    Decided to buy another drive instead of doing any more harm than I needed to, no worries

    1
  • linux
    Linux 5mo ago
    Jump
    [Solved] Best way to do an NTFS -> ext4 conversion?
  • helpimnotdrowning helpimnotdrowning 5mo ago 100%

    unfortunately I was, lol

    I've already bought another drive to avoid this funky shuffling, so I should be fine now

    2
  • linux
    Linux 5mo ago
    Jump
    [Solved] Best way to do an NTFS -> ext4 conversion?
  • helpimnotdrowning helpimnotdrowning 5mo ago 100%

    What's the advantage in btrfs over ext4? I've kept hearing about it since I started with Linux but the only advantage I can see with it is the snapshot rollback feature, which while useful looking, I don't think would be something I would use

    1
  • linux
    Linux 5mo ago
    Jump
    [Solved] Best way to do an NTFS -> ext4 conversion?
  • helpimnotdrowning helpimnotdrowning 5mo ago 100%

    Yep, I've just ordered another 8tb to copy to and avoid the headache that could be a drive failure. And it'll certainly be faster, gparted is still giving a 13 hour ETA for the first resize! Thanks for the help!

    1
  • Solved: decided to avoid the funkyness this would invoke and just bought another drive. all good now👍 About a year back, I moved my internal 8tb and 4tb HDDs from my main Windows machine to my old PC-turned-Linux-server. They hold a bunch of bulk data like Youtube channel archives and torrents that are open to download. I would *like* to do an in-place ext4 conversion, if possible. Currently I've just started shuffling data off to an SSD and the plan was to slowly shrink the NTFS partitions and turn the new space into ext4, 500gb at a time (size of the intermediary SSD), but it is taking an unbearably long time. Shrinking the 4tb partition in gparted has been running for 13 hours, with an estimated 22 hours remaining! And I'll have to do it 7 more times for the 4tb, and 16 times for the 8tb!! Is there a better way to do this?

    40
    20
    Installing and using Jellyfin without root
  • helpimnotdrowning helpimnotdrowning 5mo ago 80%

    The docs say jellyfin-ffmpeg is only needed on Debian distros, like Debian itself or Ubuntu, other distros like Fedora should be able to use their respective ffmpeg packages. https://jellyfin.org/docs/general/installation/linux#ffmpeg-installation

    Is there a reason you can't have root on your VPS? Maybe you could ask to have Jellyfin and ffmpeg installed by an admin?

    If your willing to try it, you could unpack the .deb file with dpkg -x <jellyfin-ffmpeg-for-your-distro.deb> <unpack dir> and stick the resulting directory (directories?) in Jellyfin's PATH, but I've never tried this myself and I don't know how well this could work.

    3
  • Has Play Protect removed KDE Connect from your phone? Let us know!
  • helpimnotdrowning helpimnotdrowning 1y ago 100%

    No issues with the GPlay version on Android 11

    1
  • how do I search posts
  • helpimnotdrowning helpimnotdrowning 1y ago 100%

    due to the way the Fediverse works (servers hosted on many different machines rather than one large machine), text search isn't (officially) possible. on Mastodon you have the option of searching by hashtags, but I don't think that works on Lemmy.

    you would have to use an external search engine like DuckDuckGo, Google or something like https://www.search-lemmy.com/

    3
  • https://www.youtube.com/watch?v=_Br7Oc1VmdY

    Annoucement tweet: https://twitter.com/gawrgura/status/1671160122704564227 https://twitter.com/hololive_En/status/1671050254253449216 #GuraBirthday2023

    5
    0

    (I asked this on r*ddit a long while ago, but I don't think I explained myself properly) Basically, I would like to host a few services on my own metal (and not anywhere else in the world!) to play around with and learn, like my personal site, lemmy instance, vpn, fdroid, image host, etc etc. I would *also* like to hide my public IP address because I don't want people who connect to me to know my location (even if it's rather coarse). I know that this isn't possible without at least another server in a different physical location, but I really have no idea how to approach this. What software do I run? What is this action called? What do any of these AWS/Azure service names mean? How much would I realistically need to pay? Etc etc. Anyone have any pointers?

    13
    29