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
| # you need these installed if you want to: | |
| sudo apt-get update | |
| # resize images | |
| sudo apt-get install imagemagick -y | |
| # compress jpg and png files | |
| sudo apt-get install jpegoptim optipng | |
| # compress video's | |
| sudo apt-get install ffmpeg | |
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
| # How to fully uninstall Logitech G HUB on macOS via terminal/command line | |
| # Tested on macOS version 12.3.1 (21E258) Monterey in April 2022 | |
| # with Logitech G HUB version 2022.3.242300 (released on 2022-03-22) installed. | |
| # 1. Make sure "Logitech G HUB" itself is not running. If it is, quit it. | |
| # 2. Open "Activity Monitor" and force-quit all processes named "lghub*". | |
| # 3. Delete system-wide files | |
| sudo rm -rf /Applications/lghub.app |
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
| blueprint: | |
| name: Frigate Notifications by SgtB have moved | |
| description: | | |
| ## ANNOUNCEMENT | |
| I have moved from this gist to a github repositry. | |
| Please checkout https://github.com/SgtBatten/HA_blueprints for the latest versions | |
| domain: automation |
OlderNewer