Skip to content
View m1st0's full-sized avatar

Block or report m1st0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nvidia_ubuntu_setup nvidia_ubuntu_setup Public

    Install the proper Nvidia drivers against service conflicts for Wayland and easily toggle with Nvidia card interaction.

    Shell

  2. snap-cleanup snap-cleanup Public

    This Python script removes all disabled or old Snap packages from an Ubuntu-based system and restarts the snapd service to ensure proper operation.

    Python

  3. Automatic FlatPak CLI Aliases Automatic FlatPak CLI Aliases
    1
    #!/usr/bin/python3
    2
    
                  
    3
    """
    4
    flatpak_directory_alias.py
    5
    ================
  4. wireplumber-easyeffects wireplumber-easyeffects Public

    This script configures WirePlumber to route all audio output streams through the EasyEffects sink. This allows global audio processing without setting EasyEffects as the system default sink.

    Shell

  5. Fix broken links with only their bas... Fix broken links with only their basename in shared libraries.
    1
    #!/bin/bash
    2
    # Retrieve old files abandoned by upgrade.
    3
    #
    4
    # Copyright (C) 2024 Maulik Mistry <[email protected]>
    5
    # https://github.com/m1st0
  6. Git-Auto-Checkout-Script Git-Auto-Checkout-Script Public

    Automates the process of intelligently checking out the most recent version of a Git repository.

    Shell