Skip to content

Instantly share code, notes, and snippets.

View luckylittle's full-sized avatar
:octocat:
Working for @RedHatOfficial

Lucian Maly luckylittle

:octocat:
Working for @RedHatOfficial
View GitHub Profile
@luckylittle
luckylittle / catalog_bluray.zsh
Created January 10, 2025 10:46
Simple process how to create INI file for each of your BluRay discs
#!/bin/zsh
# Parameters
DISC_LABEL=$(isoinfo -d -i /dev/sr0 | grep 'Volume id: ' | sed 's|Volume id: ||')
MOUNT_POINT="/mnt/bluray"
CATALOG_FILE="/home/$USER/Temp/Catalogs/bdr_catalog.txt"
# Ensure the catalog file exists
touch $CATALOG_FILE
@luckylittle
luckylittle / pbtech.sh
Created January 9, 2025 21:29
Price checker for PBTech
#!/bin/bash
CURRENT_PRICE=$(curl -k https://www.pbtech.com/au/product/DVBVER1863710/Verbatim-97284-Blu-Ray-BD-R-DL-50GB-25Pk-Spindle-W | grep '"price":' | sed 's|<script type="application/ld+json">||' | sed 's|</script>||' | jq '.[] | select(.offers) | .offers[].price')
LAST_KNOWN_PRICE=$(cat /home/$USER/pbtech.txt)
if [ "$CURRENT_PRICE" = "$LAST_KNOWN_PRICE" ];
then
:
else
@luckylittle
luckylittle / rhel9-initialize.sh
Last active January 7, 2025 05:15
Bash script that downloads the most important apps that i use on my RHEL9 laptop
#!/bin/bash
# This is more of a notes, rather than script... I'll turn this into Ansible at some point
# Red Hat Enterprise Linux release 9.5 (Plow)
#############################################
# Remove bloatware
sudo dnf remove -y brasero totem cheese evolution cockpit gnome-tour
sudo subscription-manager repos --enable "codeready-builder-for-rhel-9-$(uname -m)-rpms"
@luckylittle
luckylittle / pre-commit.sh
Last active July 3, 2024 08:00
Pre-commit git hook for Helm charts - it does not allow you to commit without changing the version in Chart.yaml
#!/bin/bash
set -e
#####################################################
## TO INSTALL THIS GIT HOOK: ##
## touch .git/hooks/pre-commit ##
## echo '!/bin/sh'> .git/hooks/pre-commit ##
## echo './pre-commit.sh' >> .git/hooks/pre-commit ##
## chmod +x pre-commit.sh .git/hooks/pre-commit ##
#####################################################
@luckylittle
luckylittle / hosts_file_selection.sh
Created June 27, 2024 01:13
Replace the /etc/hosts file with different versions
#!/bin/bash
# Paths to the different hosts files
HOSTS_ADBLOCKER="/etc/hosts_adblocker"
HOSTS_DEFAULT="/etc/hosts_default"
HOSTS="/etc/hosts"
# Function to replace the /etc/hosts file
replace_hosts() {
local selected_file=$1
@luckylittle
luckylittle / codefresh.yml
Last active June 24, 2024 07:49
Codefresh pipeline to publish Helm charts from a Github repo to JFrog Artifactory
version: '1.0'
##
## Project variables:
## JFROG_GLOBAL_CONFIG = <REDACTED>
## GLOBAL_GIT_PROVIDER = github
## HELM_IMAGE = <REDACTED>/codefresh-image:latest
## ARTIFACTORY_REPO_PATH = common-release-helm
##
@luckylittle
luckylittle / SabNZBd.desktop
Created June 20, 2024 02:14
Desktop file for Pythonized SabNZBd
[Desktop Entry]
Name[en_CA]=SabNZBd
Name[en_GB]=SabNZBd
Name=SabNZBd
Comment=SabNZBd
Keywords=shell;prompt;command;commandline;cmd;
TryExec=/home/lmaly/Projects/sabnzbd/START.sh
Exec=/usr/bin/zsh -c "cd /home/lmaly/Projects/sabnzbd ; ./START.sh"
Icon=/home/lmaly/Projects/sabnzbd/interfaces/Config/templates/staticcfg/ico/android-192x192.png
Type=Application
@luckylittle
luckylittle / at_1658_close_vbox_machine.sh
Created June 20, 2024 01:17
Gracefully shut down the Virtualbox machine at a specific time
#!/bin/zsh
at 16:58 <<END
/usr/lib/virtualbox/VBoxManage controlvm "{10a78d46-53a7-4483-a602-183436c6bcc2}" acpipowerbutton
noti -t "at_1658_close_vbox_machine.sh" -m "Windows10Ent has been shut down\!" -o
END
@luckylittle
luckylittle / k4mobidedrm.py
Last active June 4, 2024 04:33
Patched k4mobidedrm/kfxdedrm
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# k4mobidedrm.py
# Copyright © 2008-2020 by Apprentice Harper et al.
__license__ = 'GPL v3'
__version__ = '6.0'
# Engine to remove drm from Kindle and Mobipocket ebooks
@luckylittle
luckylittle / [email protected]
Last active March 20, 2025 23:36
Bash script to backup the main settings & filters from autobrr (until proper db backup exists)
[Unit]
Description=autobrr service for %i
After=syslog.target network-online.target
[Service]
Type=simple
User=%i
Group=%i
ExecStart=/usr/local/bin/autobrr --config=/home/%i/.config/autobrr/