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 | |
| # Usage | |
| # mountAPFSreadOnly device | |
| # Example | |
| # mountAPFSreadOnly /dev/disk8s1 | |
| # inspiration via: https://forums.macrumors.com/threads/how-to-mount-an-external-drive-apfs-as-read-only.2241919/post-28578009 |
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 | |
| BUILD_DIR="bfgminer" | |
| git clone --depth 1 https://github.com/luke-jr/bfgminer $BUILD_DIR | |
| git submodule init && git submodule update --depth 1 | |
| cd $BUILD_DIR | |
| make distclean |
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
| ### Ubuntu 14.04 NetworkConsole preseed.cfg | |
| # Based off Debian Jessie's example preseed: http://d-i.debian.org/manual/example-preseed.txt | |
| # Accessed: 1 Sept 2014 | |
| #### Contents of the preconfiguration file (for jessie) | |
| ### Localization | |
| # Preseeding only locale sets language, country and locale. | |
| d-i debian-installer/locale string en_US | |
| # Keyboard selection. |