• 1 Post
  • 126 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle
  • Discord has forums built in. I know everyone hates it when I mention it, but there is continuity on Discord and has been for several years now.

    That’s because it’s not exactly a great point. Look, we’re all glad they caught up to 1980’s bbs tech, but it’s behind a login screen. YOU HAVE TO GIVE YOUR PHONE NUMBER TO ACCESS IT.

    Discord had always been a square peg beaten with a hammer to fit in a round hole. Eventually gaining basic features for the things it was never meant to be used for. Forcing people to sell themselves out just to read some documentation on an open source project.


  • zelifcam@lemmy.worldtoLinux@lemmy.mlMy move to Linux
    link
    fedilink
    English
    arrow-up
    5
    ·
    21 hours ago

    I couldn’t agree more. I had a foot in both the MacOS and Microsoft Windows worlds at the time and can appreciate what a game changer notepad++ became. Having used BBEdit on the Mac since around the mid 90s, it was kinda more like “it’s about time” a decade later when notepad++ was released. I’m not necessarily comparing them feature to feature, but it was a much needed piece of software for Windows. I still have memories of opening up text files and being like … damn someone f’d this txt file up on a windows machine… again.




  • I’d use clonezilla

    E: It’s not that it can’t be done other ways, it’s just clonezilla will work and has worked for nearly 2 decades. Also there’s no information provided above about the data. So clonezilla is nice if it’s a complicated scenario.

    Plus, it’s a nice tool to throw in the toolbox once you know how to use it.

    E. Why do you feel like you have to use something like dd for this particular task? Less than 16 GB of data? Ya probably could have copied it over manually by now.



  • zelifcam@lemmy.worldOPtoMildly Infuriating@lemmy.worldUseless Calendar Widget
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    10 days ago

    Wow. What a zinger? No really, great addition to the discussion. Thank you.

    No, probably not. Love em or hate them, they have a pretty good record on privacy going back decades.

    Google though. lol. I mean that’s THE largest advertisement company to ever exist. The same company who finally admitted they were selling their browser’s incognito data.

    That 3rd party app with the better widget calendar is for sure selling.



  • Ok. So you’re definitely not trying to use 127.0.0.1 remotely.

    So on your phone’s web browser ( using the same WiFi ) if you visit http://<ip of mint system>:8096 and nothing happens then it’s the firewall on the mint system. You would need to allow ports 8096/8097.


    I’ve never used Linux mint, but if it’s Debian based then it might be using UFW firewall.

    First, check that if firewall is running. Open a terminal and type:

    sudo ufw status
    

    Step 2: Open ports 8096 and 8097

    To allow traffic through ports 8096 and 8097, use the following commands:

    sudo ufw allow 8096/tcp
    sudo ufw allow 8097/tcp
    

    This opens both ports for TCP traffic. If you also want to open the ports for UDP traffic, you can use:

    sudo ufw allow 8096/udp
    sudo ufw allow 8097/udp
    

    Step 3: Verify the rules

    Once you’ve added the rules, you can check the firewall status to verify the changes:

    sudo ufw status
    

    You should see entries for ports 8096 and 8097 allowing TCP (and/or UDP) traffic.

    Step 4: Reload firewall (if necessary)

    If the changes do not take effect immediately, you may reload the firewall using:

    sudo ufw reload
    

    Now, the firewall should allow traffic through ports 8096 and 8097.




  • How do you know the server is worker fine? How are you accessing it to know that?

    E:

    Do you have a firewall running on your mint installation? If so have you allowed the ports (8096/8097)

    Can you access the web client on the Mint installation http://<ip of mint>:8096

    Can you use that same address on your phone / another computer to access it?

    FYI If you’re using 127.0.0.1 that will not work on your phone or any client that’s not running the Jellyfin server.

    When you use the Jellyfin app which server address are you putting in?









  • It seems that the commenter’s intention was clear to everyone except you. The commenter acknowledged the need for RAID software or a specific file system, mentioning that it had already been addressed. Understood the budget and OP being an newb.

    Although their tone may have been blunt, they stayed focused on their original point.

    But you just kept nagging. lol

    Either way OP was helped and now you can sleep knowing you did your part. A true internet hero.