Skip to content

Instantly share code, notes, and snippets.

View Zeirison's full-sized avatar
🎯
Focusing

Dmytro Soldatenko Zeirison

🎯
Focusing
View GitHub Profile
@jc-torresp
jc-torresp / raspberry-pi-plex-server.md
Last active October 25, 2025 23:27
Setup a Raspberry Pi Plex Media Server (Including external storage media and Windows to Raspbian migration)

Raspberry Pi Plex Server

Installation

Ensure our operating system is entirely up to date:

sudo apt-get update
sudo apt-get upgrade
@baszoetekouw
baszoetekouw / remove_bloatware.sh
Last active April 30, 2023 20:24
Bloatware to be removed from Galaxy S8
#!/bin/bash
# dit zijn de paketten die IK van mijn (verder lege) telefoon heb verwijderd.
exit
adb shell pm uninstall -k --user 0 com.android.bio.face.service
adb shell pm uninstall -k --user 0 com.diotek.sec.lookup.dictionary
adb shell pm uninstall -k --user 0 com.enhance.gameservice
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active December 16, 2025 11:18
Semantic Commit Messages

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

@fami-com
fami-com / koi
Last active May 17, 2016 18:09
#!/usr/bin/env bash
# enkoi - encode a text from cp1251 to koi8-r
# options: -e switch to encode mode
# -d switch to decode mode
# licensed under the terms of MIT license
#
version="0.1"
function helpexit ()
{