Skip to content

Instantly share code, notes, and snippets.

View Daleang's full-sized avatar

Professor D Daleang

  • D Corp
  • Australia
View GitHub Profile

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@xkr47
xkr47 / focusrite-scarlett-linux.md
Last active March 24, 2021 23:01
Focusrite Scarlett Linux support 2019-07-29

Focusrite Scarlett Linux support 2019-07-29

1st gen <2012

  • Solo ❓
  • Studio ❓
  • 2i2 ✅
  • 2i4 ✅
  • 6i6 1235:8012 ✅ since Linux 3.19
@peteryates
peteryates / guide.md
Last active February 12, 2026 03:53
How to stop adverts appearing on your Samsung TV

I'm getting adverts in my TV's UI, help!

Samsung's otherwise excellent 2016 range of UHD TVs received an update that added advertisements to the UI. This has been complained about at great length on Samsung's forums and repeatedly, Samsung have refused to add an option to remove them.

The ads interrupt the clean UI of the TV and are invasive. Here's an example of how they look:

one two

This guide was originally posted on Samsung's TV forums but unfortunately, that site is a super-slow and barely accessible unusable mess.

@aelkz
aelkz / [FEDORA] gitkraken
Last active November 14, 2023 05:50
How to install gitkraken on Fedora [25,26,27] + launcher icon
#!/bin/bash
# Download GitKraken
wget https://release.gitkraken.com/linux/gitkraken-amd64.tar.gz
# copy the downloaded file into /opt directory
cp gitkraken-amd64.tar.gz /opt/
cd /opt