gratux

joined 1 year ago
[–] gratux@lemmy.blahaj.zone 9 points 11 months ago (1 children)

I'm a bit inexperienced in this aspect, but:

  • if you are on a trusted network (i.e. local/vpn only) you could give VNC a try. It's somewhat simple, but far from secure.
  • the gnome desktop environment should offer built in RDP support, but i have not tried it yet. Also, just like VNC, i wouldn't use RDP over the open internet.
[–] gratux@lemmy.blahaj.zone 7 points 11 months ago

you can also use the -f option to specify the compose file without going to it.

[–] gratux@lemmy.blahaj.zone 2 points 11 months ago (1 children)

presumably this graph shows the buying price, discounted or not. going by that, the site probably adopted the regular price as the "sale price" and inflated the non-discounted price. after black friday the promotion ended and the price returns to the "old" value.

[–] gratux@lemmy.blahaj.zone 17 points 1 year ago

Yes, actually. Example: Triglidae

They are bottom-dwelling fish, living down to 200 m (660 ft), although they can be found in much shallower water. Most species are around 30 to 40 cm (12 to 16 in) in length. They have an unusually solid skull, and many species also possess armored plates on their bodies. Another distinctive feature is the presence of a "drumming muscle" that makes sounds by beating against the swim bladder

[–] gratux@lemmy.blahaj.zone 14 points 1 year ago (1 children)

fun situations can arise when you write , instead of ; For those not in the know, in c++ the comma operator evaluates the left expression, discards the value, then evaluates the right expression and returns the value. if you now have a a situation like this

int i = 0,
printf("some message");

i has a completely different value, since it actually uses the return value of printf instead

[–] gratux@lemmy.blahaj.zone 16 points 1 year ago (2 children)

The y is dangerous to be used without u. Do not follow the advice above unless you know what you are doing. Instead, do pacman -Syu jellyfin-server

The y option tells pacman to update its package database. In your case, your local database got out of sync with the database from the mirrors. This normal, newer versions of software are released all the time. Pacman then tried to get the latest locally known version of jellyfin from the mirrors, but they no longer have it, as a newer one replaced it.

By updating the database, pacman becomes aware of the newer version and can request it from the mirror. But there is now a subtle problem: the new package and some installed package could require incompatible versions of some dependency. When pacman decides to update the dependecy package, the other package is broken. This is called a "partial upgrade", which can seriously break your system if you are not careful.

The u option upgrades all installed packages to the latest version, so the packages and their dependencies don't get out of sync with each other.

See Arch Wiki, System_maintenance for more explanation.

[–] gratux@lemmy.blahaj.zone 14 points 1 year ago (1 children)

what about one track per pant leg?

[–] gratux@lemmy.blahaj.zone 2 points 1 year ago* (last edited 1 year ago)

See also: Penis is OK, Vagina is a Content Violation

Edit: no idea why i was recommended a 3 year old post...

[–] gratux@lemmy.blahaj.zone 2 points 1 year ago

Did you set the modem to bridge mode/DMZ, or alternatively set it to port forward to the router. The router should then port forward to the server.

[–] gratux@lemmy.blahaj.zone 2 points 1 year ago (2 children)

Are you sure the IP address in duckdns is correct? Do you have a static or dynamic public IP, and if dynamic, how are you updating it?

[–] gratux@lemmy.blahaj.zone 16 points 1 year ago (4 children)

no love for godot?

[–] gratux@lemmy.blahaj.zone 54 points 1 year ago (5 children)

proposal to rename exit() to oh_shit_oh_shit_oh_shit()

view more: ‹ prev next ›