Universal Blue Kinoite or: How I Learned to Stop Worrying and Love the Immutable Linux Desktop & Flatpaks updated 04/30/23
~Written with love & mostly on my "Steam Desk" Steam Deck + Steam Deck Dock on my 4k TV on my beanbag.
updated 04/30/23
~Written with love & mostly on my "Steam Desk" Steam Deck + Steam Deck Dock on my 4k TV on my beanbag.
import * as pulumi from '@pulumi/pulumi'; | |
import * as k8s from '@pulumi/kubernetes'; | |
export interface TraefikRouteArgs { | |
namespace: pulumi.Input<string>; | |
prefix: pulumi.Input<string>; | |
service: pulumi.Input<k8s.core.v1.Service>; | |
} | |
export default class TraefikRoute extends pulumi.ComponentResource { |
This is the short guide about how to recompile/enable --enable-ssl
option in a Squid caching proxy server. The --enable-ssl
option turned off by default, to be able to use SslBump feature we have to turn it on. To my own surprise Squid was compiled not only without --enable-ssl
flag, but also with GnuTLS due to GPL legal reasons.
Optionally enable:
A quick guide on how to setup X11 forwarding on macOS when using docker containers requiring a DISPLAY. Works on both Intel and M1 macs!
This guide was tested on:
Made possible with this reddit post.
wine regedit wine-breeze-dark.reg
wine regedit wine-reset-theme.reg
Ubuntu, Fedora, openSUSE, CentOS, SUSE Linux Enterprise, Debian,... users can finally use Autodesk Fusion 360 in the Linux Browser now.
On Chromium 55.0.2843.0 I get NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED
.