This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: nvidia-kernel-common-570 | |
Version: 0.0.1 | |
Provides: nvidia-kernel-common-570 | |
Conflicts: nvidia-kernel-common-570 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# Fix /etc/apt/sources.list.d/ sources files with suite/release and key updates. | |
# Author: Maulik Mistry with AI support. | |
# Please share support: https://www.paypal.com/paypalme/m1st0 | |
# License: BSD License 2.0 | |
# Copyright (c) 2025, Maulik Mistry | |
# All rights reserved. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Fix CPU pipe B FIFO underrun (screen goes black for a few seconds). | |
# Reference: https://gitlab.freedesktop.org/drm/intel/-/issues/5455 | |
# | |
# Author: Maulik Mistry | |
# Please share support: https://www.paypal.com/paypalme/m1st0 | |
# License: BSD License 2.0 | |
# Copyright (c) 2023–2025, Maulik Mistry |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env zsh | |
# Highlight "apt search" and simplify for current CLI. | |
# Author: Maulik Mistry | |
# Please share support: https://www.paypal.com/paypalme/m1st0 | |
# License: BSD License 2.0 | |
# Copyright (c) 2025, Maulik Mistry | |
# All rights reserved. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setup fzf in Ubuntu from 24.04 and above. | |
# Soft link to the full path of this script | |
# from ".fzf.bash" using "ln -s" | |
# Source the softlink ".fzf.bash" in your ".bashrc" | |
# | |
# From https://www.josean.com/posts/7-amazing-cli-tools | |
# | |
# Copyright (C) 2024 Josean Martinez | |
# https://github.com/josean-dev | |
# https://www.youtube.com/channel/UC_NZ6qLS9oJgsMKQhqAkg-w |
NewerOlder