2023.02.16 || #resource #networkingTest Network Speed using your own ServerUsing iperf3 to test network speed between machines
2022.09.26 || #resource #gitGit Log with Changed FilesShow a more complete git log with details about changed files
2022.09.17 || #resource #automationTerminal PDF ManipulationSplitting, merging, and compressing PDF files
2022.09.13 || #resource #automationConvert WEBP to JPGQuickly convert WEBP images to a more standard JPG format
2022.09.06 || #resource #regexRegex Find/Replace in TerminalUsing Regex to find/replace text in the terminal using sed
2022.09.06 || #resource #gitGit: Delete file after ignoring itDelete a file tracked by git after adding it to the .gitignore file
2022.09.05 || #resource #gitReset Git Commit AuthorHow to reset the author of one (or more) git commits
2022.05.24 || #resource #security #luksEncrypted LUKS ContainerCreate an encrypted volume on linux using LUKS
2021.09.12 || #resource #golangGo: Embed Static AssetsEmbedding static assets in a go binary for easy distribution
2021.09.05 || #resource #gitlabGitlab: Build PreviewsSetting up build previews for static sites on Gitlab
2021.07.24 || #resource #dockerDocker: Accessing HostAccessing the host machine from inside a docker container
2021.06.30 || #resource #cssBulmaCSS: Sticky FooterStick the footer to the bottom of the page in BulmaCSS 🎨
2021.05.09 || #resource #dockerDocker: Use Container Env in Docker ExecHow to use the container environment in a Docker Exec command
2021.05.02 || #resource #nextcloudNextcloud: Mount as a FolderHow to mount your Nextcloud account as a regular folder on Linux
2020.10.19 || #resource #markdownMarkdown: Nested Code BlockHow to render a markdown code block inside another