Skip to content

Instantly share code, notes, and snippets.

@mkaramuk
mkaramuk / Discord Full Screen sharing under wayland.md
Created February 6, 2024 18:34 — forked from nate-moo/Discord Full Screen sharing under wayland.md
Screensharing full screen on discord under wayland

warning: Very cursed

image

things required:

  • wf-recorder
  • mpv
  • wayland
@mkaramuk
mkaramuk / docker_wordpress.md
Created March 10, 2023 14:39 — forked from bradtraversy/docker_wordpress.md
Docker Compose FIle For Wordpress, MySQL & phpmyadmin

Wordpress & Docker

This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command

$ docker-compose up -d

# To Tear Down
$ docker-compose down --volumes