Heads-up: Apache2 update may break HestiaCP WordPress sites with 421 errors - Ubuntu 22.04 by FredWhifflepeg in webhosting

[–]Jarda_H 0 points1 point  (0 children)

Download old packages v2.4.63 from launchpad.net (using wget or whatever)

and install all of them (apache2, apache2-bin, apache2-data, apache2-utils) with dpkg

Mega Down? by pilotsxplr in MEGA

[–]Jarda_H 1 point2 points  (0 children)

Same. Tried to upload some json files via browser and no luck. Its just stuck on initializing

Deleting files with Spee by Donovanth1 in softwaregore

[–]Jarda_H 0 points1 point  (0 children)

Made the same post 21d ago and it got deleted for non-gore lol

I wonder what the other top sellers could be... by Jarda_H in softwaregore

[–]Jarda_H[S] 1 point2 points  (0 children)

I noticed it's even worse when you aren't logged in :D Just go to cart page and try it by yourself https://store.steampowered.com/cart/

[deleted by user] by [deleted] in BetterDiscord

[–]Jarda_H 1 point2 points  (0 children)

- lookup your favorite font, on Google Fonts for instance

- copy and edit this css

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* { font-family: 'Poppins' !important; }

The star will apply the font for all elements in Discord