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
# | |
# udev rule | |
# Mount USB drive to the media directory using the partition name as mount point | |
# | |
# Description: | |
# Created for Home Assistant OS, this rule mounts any USB drives | |
# into the Hassio media directory (/mnt/data/supervisor/media). | |
# When a USB drive is connected to the board, the rule creates one directory | |
# per partition under the media directory. The newly created partition is named | |
# as the partition name. If the partition does not have a name, then the following |
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
#!/bin/bash | |
# This is a short script to load applications using bumblebee and wine | |
# on systems such as Ubuntu precise 12.04 64 bit using the discrete card. | |
# Usage example (the -opengl would be a parameter of the program "Frozen Throne.exe"): | |
# optiwine.sh "Frozen Throne.exe" -opengl | |
# Extra information: | |
# If you want to load programs with the integrated intel card instead, you may run them this way: |