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
| cat Large-File.csv | parallel --header : --pipe -N2000 'cat >file_{#}.csv' |
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
| driver/uart.c:49:set_baud: set UART baud to 3000000 | |
| driver/driver-btm-api.c:821:check_clock_counter: freq 50 clock_counter_limit 6 | |
| driver/register.c:699:quick_dump_core_hash_clock_counter: bad clock counter. chain = 1, asic = 7, core = 0, found 0, clock counter 0x00000000 | |
| Assert fail!! driver/driver-btm-api.c:927: clock count check failed, retry. |
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
| sudo apt install libsquashfuse0 squashfuse fuse | |
| sudo apt install snapd |
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
| [...document.querySelectorAll("#datatable_profitability > tbody > tr > td:nth-child(1) > div > div:nth-child(2) > a > span:nth-child(2)")].reduce((all, item) => { | |
| let a = `<li><a href='${item.parentNode.href}'>${item.textContent}</a></li>` | |
| return `${all}${a}` | |
| }, "") |
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
| # Kill All Containers | |
| sudo docker kill $(sudo docker ps -q) | |
| # Prune Containers, Images, Volumes, Cache | |
| sudo docker system prune --all |
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
| nix-env -iA nixpkgs.haskellPackages.haskell-language-server |
- https://support.awesomeminer.com/support/solutions/articles/35000085972-connecting-to-miners-on-a-remote-location
- https://www.reddit.com/r/zerotier/comments/7zrq52/use_raspberry_pi_to_access_connected_devices/
- https://www.zerotier.com/
- https://asic.tools/en
- https://minerstat.com/
- https://hiveos.farm/
- https://asicseer.com/
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
| https://gist.github.com/khankuan/a69a448012facaeb069e | |
| https://gist.github.com/yying/754313510c62ca07230c | |
| https://github.com/webrtc/samples/tree/gh-pages/src/content/getusermedia/volume |