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 | |
| # | |
| # Patch UVC Kernel Driver for Acer Aspire 5 Webcam | |
| # | |
| # ╔════════════════════════════════════════════════════════════════╗ | |
| # ║ Copyright © 2024 Sam Ariafar. Published under the MIT License. ║ | |
| # ╚════════════════════════════════════════════════════════════════╝ | |
| # shellcheck disable=SC2046,SC2086 |
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 | |
| # | |
| # Create Ubuntu Cloud-Init Template on Proxmox VE | |
| # | |
| # ╔════════════════════════════════════════════════════════════════╗ | |
| # ║ Copyright © 2024 Sam Ariafar. Published under the MIT License. ║ | |
| # ╚════════════════════════════════════════════════════════════════╝ | |
| set -euo pipefail |
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 JetBrains IDEs Crashing on Ubuntu 24.04 and Later | |
| # | |
| # ╔════════════════════════════════════════════════════════════════╗ | |
| # ║ Copyright © 2024 Sam Ariafar. Published under the MIT License. ║ | |
| # ╚════════════════════════════════════════════════════════════════╝ | |
| set -euo pipefail |
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 | |
| # | |
| # Install Cloudflare WARP Client on Ubuntu 23.04 and Later | |
| # | |
| # ╔════════════════════════════════════════════════════════════════╗ | |
| # ║ Copyright © 2024 Sam Ariafar. Published under the MIT License. ║ | |
| # ╚════════════════════════════════════════════════════════════════╝ | |
| set -euo pipefail |
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 Suspend and Resume on Lenovo ThinkPad T460 | |
| # | |
| # ╔════════════════════════════════════════════════════════════════╗ | |
| # ║ Copyright © 2024 Sam Ariafar. Published under the MIT License. ║ | |
| # ╚════════════════════════════════════════════════════════════════╝ | |
| set -euo pipefail |