spirinolas

joined 2 years ago
[–] spirinolas@lemmy.world 10 points 1 week ago

We know what went down and it wasn't prices.

[–] spirinolas@lemmy.world 5 points 1 week ago

We know, but we call it milk as a joke. It's not actually milk.

[–] spirinolas@lemmy.world 8 points 1 week ago

"Gee, ya think?"

[–] spirinolas@lemmy.world 1 points 1 week ago

You realize the planes have to fall somewhere...

[–] spirinolas@lemmy.world 2 points 2 weeks ago

Leave those two love birds be <3

[–] spirinolas@lemmy.world 10 points 3 weeks ago (2 children)

There are still lots of reasons that stop people from jumping 100% into Linux. Gaming is less and less one of them.

[–] spirinolas@lemmy.world 3 points 4 weeks ago* (last edited 4 weeks ago)

Just so you know, we're all counting on you.

[–] spirinolas@lemmy.world 2 points 1 month ago

I'm not even from the US and I feel embarrassed for them.

[–] spirinolas@lemmy.world 19 points 1 month ago* (last edited 1 month ago)

Wow, so you could be awesome but still choose to be a dick. Some people are born dicks but you actually choose to be one. It makes it even worse.

[–] spirinolas@lemmy.world 1 points 1 month ago

As an old trekkie I'd be somewhat inclined to agree with you. But then I remember when I tried to get my ex into Star Trek and, while she enjoyed it, Lower Decks is the only one she actually loved and she was really sad when it ended. By the time we broke up she had just started her second run of LD.

[–] spirinolas@lemmy.world 23 points 2 months ago

Holy shit, they killed Charlie Kirk??!

I never even considered Israel could be responsible. Very nice of Netanyahu to clear that up.

[–] spirinolas@lemmy.world 7 points 2 months ago

There was nobody around using bed sheets or burning crosses. Let's not jump into conclusions.

 

I've tried GetHomepage and while I've configured most of it I've had a few troubles due to the instructions being very incomplete and confusing.

The one problem that eluded me was setting paperlessngx widget. Worth nothing that, unlike the other services, paperlessngx is running on docker-compose on my server. While the widget detects the service, it never gets any information

Eventually it just gives an API error

# services.yaml (just the relevant part)
   
     - Paperless-ngx:
        href: http://<myserverhost:port>
        description: Document Management System
        icon: https://static-00.iconduck.com/assets.00/paperless-icon-426x512-eoik3emb.png
        server: paperless
        widget:
          type: paperlessngx
          url: http://<local-ip:port>
          token: <token-configured-inside-paperless>


    #docker.yaml

    paperless:
      host: <local-ip>
      port: <port>    

I'm out of ideas. Unfortunately the only instructions are on the site and they aren't easy to follow if you're not already familiarized with docker.

 

I developed an app in Laravel that uses Google authentication, it works perfectly on my localhost. When I deployed it in my nginx server (ubuntu 24.04) I get the Google login correctly and it proceeds to my main page as expected. But after that, no route is accessible. All of them throw me a 404. I've been googling it for ages but I can't for the life of me find the solution for this.

EDIT: The 404 comes from Laravel, not nginx. The weird part is if I try php artisan route:list on the ser the routes are indeed missing but on the localhost they all show. The code is pretty much the same.

Here's is my app conf file:

server {
    server_name partituras-cmcgb.duckdns.org;
    root /var/www/html/partviewer/public;

    index index.php index.html index.htm;

    location / {
        try_files $uri $uri/ /index.php?$query_string;
    }

    location ~ \.php$ {
        include snippets/fastcgi-php.conf;
        fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
        include fastcgi_params;
    }

    location ~ /\.ht {
        deny all;
    }

    error_log /var/log/nginx/partviewer-error.log;
    access_log /var/log/nginx/partviewer-access.log;

    listen 443 ssl; # managed by Certbot
    ssl_certificate /etc/letsencrypt/live/partituras-cmcgb.duckdns.org/fullchain.pem; # managed by Certbot
    ssl_certificate_key /etc/letsencrypt/live/partituras-cmcgb.duckdns.org/privkey.pem; # managed by Certbot
    include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
    ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot

}
server {
    if ($host = partituras-cmcgb.duckdns.org) {
        return 301 https://$host$request_uri;
    } # managed by Certbot


    listen 80;
    server_name partituras-cmcgb.duckdns.org;
    return 404; # managed by Certbot


}
 

The title. I've been delaying long enough and I can't really wait anymore. I need a new GPU. I could really use some advice.

Right now I have a GTX 1060 3 GB with a Ryzen 7 2700X CPU and 32 GB RAM. Mostly I use it for gaming in 1080p but it's not impossible I'll eventually increase it (but unlikely).

I'll accept suggestions outside of my options but keep in mind the prices in my country are different. I'm not looking to buy used for various reasons (lack of warranty is one).

My options are:

RTX 3060 12 GB (290 euros)

RTX 4060 8 GB (330 euros)

RX 7600 XT 12 GB (380 euros)

RX 6750 XT 12 GB (400 euros)

RX 6700 XT 12 GB (420 euros)

RTX 4060ti 16 GB (480 euros)

I was really trying to keep it way below 400 euros. The 7600 XT is already a stretch but I could be convinced to raise the budget to the upper 400s for something with really good bang for buck.

I appreciate the help

UPDATE: In the end I decided to go for the RX 6750 XT for 405 euros but, as is my habit, I decided I should sleep on it. And thank god I did. The next day I went online and had already decided to buy it when I saw it was the store's birthday and they were doing some nice discounts and the 6750 was at 360 euros (limited to stock). I immediately bought. What are the odds?! She'll be here in a couple of days.

view more: next ›