Skip to content

Instantly share code, notes, and snippets.

View m1st0's full-sized avatar

Maulik Mistry m1st0

View GitHub Profile
#!/usr/bin/env zsh
# Simplified Nvidia card management on Ubuntu 25.04
# provided drivers are installed correctly from other script.
# Author: Maulik Mistry
# Please share support: https://www.paypal.com/paypalme/m1st0
# License: BSD License 2.0
# Copyright (c) 2023–2025, Maulik Mistry
# All rights reserved.
@m1st0
m1st0 / blender.zsh
Last active July 2, 2025 09:21
Launch Blender under Nvidia in Ubuntu 25.04
#!/usr/bin/zsh
# Launch Blender under Nvidia in Ubuntu 25.04
# Author: Maulik Mistry
# Please share support: https://www.paypal.com/paypalme/m1st0
# License: BSD License 2.0
# Copyright (c) 2023–2025, Maulik Mistry
# All rights reserved.
#
@m1st0
m1st0 / kdenlive.zsh
Last active July 2, 2025 09:20
Launch Kdenlive under Nvidia in Ubuntu 25.04
#!/usr/bin/zsh
# Launch Kdenlive under Nvidia in Ubuntu 25.04
# Author: Maulik Mistry
# Please share support: https://www.paypal.com/paypalme/m1st0
# License: BSD License 2.0
# Copyright (c) 2023–2025, Maulik Mistry
# All rights reserved.
#
@m1st0
m1st0 / mariadb_gpg_unwrapper.zsh
Created July 5, 2025 04:06
Manual backup of mariadb with encrypted credentials
#!/usr/bin/zsh
# Decrypts encrypted MariaDB credentials and runs a MariaDB manual backup
# Author: Maulik Mistry
# Please share support: https://www.paypal.com/paypalme/m1st0
# License: BSD License 2.0
# Copyright (c) 2023–2025, Maulik Mistry
# All rights reserved.
#