Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PL
Posts
2
Comments
105
Joined
2 yr. ago

  • More than 50 redirects? Hmm, that looks weird. What is the output when you run wget --spider https://nextcloud.domain.com? Could you try enabling cookies for cURL and pasting the contents of the cookiefile here?

     
        
    curl --cookie cookiefile --cookie-jar cookiefile --location https://nextcloud.domain.com
    
      
  • 301 Moved Permanently is usually not something that requires user intervention. Most browsers should automatically detect the 301 Moved Permanently response code and redirect automatically. What happens when you run cURL with the --location flag?

     
        
    curl --location https://nextcloud.domain.com
    
      
  • I really wish they can make this DE configuration dotfile-compatible (or at least being able to configure it using the CLI). One of the things I hate is setting up KDE/GNOME in a non-automated way every new installation.

  • I was dual booting because of some games but decided to delete the Windows partition anyway. There are some games that I cannot play (mostly because of anti-cheat) but I don't care anymore. I'm more than 2 years free of Micro$oft and couldn't be happier.

  • Man, infuriating! I had a problem that was being asked on stackoverflow but with no solution. Later, I found the solution reading some obscure parts of the docs from certain vendor. I was gonna post it there so everyone that had the same problem could find it and solve it. But I don't have enough reputation :/