Skip Navigation

User banner
JackGreenEarth
Posts
69
Comments
2,932
Joined
2 yr. ago

  • I don't remember exactly how, there was some sort of subscribe button

  • I do actually occasionally use it, sometimes it's easier than Ctrl-X Ctrl-V

  • There's also the Seal for Android and Parabolic for Linux graphical frontends

  • Permanently Deleted

    Jump
  • Is this to doxx me?... I think I've already leaked my general location though, and that's all this data will reveal.

  • Interesting that the basis of the activity itself can't help drawing borders around the middle east though, not just the natural ones in the Arabian peninsula, but Egypt and the eastern countries too. That itself is a form of bias.

  • I understand why people are downvoting you, and this could have been phrased better, but you nonetheless raise an interesting point about the seeming prevalence of transfeminine software developers on Lemmy (as a transfeminine autistic programming enthusiast myself). I don't think it's a representation of the software development industry as a whole, but rather a specific community of people on Lemmy.

    And yeah, bringing up terms like 'diversity quotas' and 'turning men into women' is going to make you sound like a conservative, who the Lemmy community is not very friendly towards.

  • I use both the Voyager app on my phone, and the vger.app website on my laptop.

  • Autumn. You get the temperature benefits of Spring, without the bugs all waking up. Plus there are the pumpkins and holidays. And conkers!

  • Hmm, ok, I tried that, and the command hung without logging anything to the terminal or terminating, and /mnt/jack101 ceased to be a folder, and became a binary file - one I didn't have permission to access

     
        
    aarvi@fedora:~$ rclone mount jack101: /mnt/jack101/ --network-mode
    
    
    
      
  • Sorry, I should have mentioned in the post: curl worked by itself, just not with curlftpfs. Someone else suggested using rclone, so I'm going to try that

  • Alright, I added the config, and could use an app such as Rclone shuttle to view the files, but at no point could I set a mount point and I'm still not sure how to do that.

  • Yeah, I tried without the mount point too, but I think that's just the same as what Nautilus does. There is nothing under /run/user/1000/gvfs

  •  
        
    aarvi@fedora:~$ gio mount ftp://jack101:correct%20password@oncilla.mythic-beasts.com /mnt/jack101
    gio: file:///mnt/jack101: volume doesn’t implement mount
    gio: ftp://jack101@oncilla.mythic-beasts.com/: Location is already mounted
    
      

    I think it is already mounted, but under the annoying computer:/// virtual directory, not where I want it, and what does it mean by 'volume doesn't implement mount'?

  • Thanks, I tried that and it gave a different error

     
        
    aarvi@fedora:~$ rclone mount ftp://jack101:correct%20password@oncilla.mythic-beasts.com /mnt/jack101 --network-mode
    2025/03/19 14:59:22 NOTICE: Config file "/home/aarvi/.config/rclone/rclone.conf" not found - using defaults
    2025/03/19 14:59:22 CRITICAL: Failed to create file system for "ftp://jack101:correct%20password@oncilla.mythic-beasts.com": didn't find section in config file
    
      

    but I will try to fix it

  • Idk how to downgrade it, it doesn't seem to be working

     
        
    aarvi@fedora:~$ sudo dnf dg curl-8.8.0
    Updating and loading repositories:
    Repositories loaded.
    Failed to resolve the transaction:
    No match for argument: curl-8.8.0
    You can try to add to command line:
      --skip-unavailable to skip unavailable packages
    aarvi@fedora:~$ 
    
      
  • Yeah, might well be there's an error with this version - 0.9.2/8.9.1

     
        
    aarvi@fedora:~$ curlftpfs --version
    curlftpfs 0.9.2 libcurl/8.9.1 fuse/2.9
    aarvi@fedora:~$ curl --version
    curl 8.9.1 (x86_64-redhat-linux-gnu) libcurl/8.9.1 OpenSSL/3.2.4 zlib/1.3.1.zlib-ng libidn2/2.3.8 nghttp2/1.62.1
    Release-Date: 2024-07-31
    Protocols: file ftp ftps http https ipfs ipns
    Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz SPNEGO SSL threadsafe UnixSockets
    
    
      
     
        
    aarvi@fedora:~$ sudo dnf dg curl-8.7.1
    Updating and loading repositories:
    Repositories loaded.
    Failed to resolve the transaction:
    No match for argument: curl-8.7.1
    You can try to add to command line:
      --skip-unavailable to skip unavailable packages
    aarvi@fedora:~$ 
    
    
      

    But it also doesn't seem the old version is available for download...

  • Hmm, I did try that. It didn't work, still same error.

  • Hmm, that also says it should have been fixed last year

    This bug is fixed in current master, set to be released in curl 8.10.0 on September 11, 2024.