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
| ## Follow this link for further updates to Github Desktop for Ubuntu https://github.com/shiftkey/desktop/releases/latest | |
| # UPDATE (2022-11-07): Thanks to Sxvxgee's message, the updated code is as follows | |
| sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.1.1-linux1/GitHubDesktop-linux-3.1.1-linux1.deb | |
| ### Uncomment below line if you have not installed gdebi-core before | |
| # sudo apt-get install gdebi-core | |
| sudo gdebi GitHubDesktop-linux-3.1.1-linux1.deb | |
| # UPDATE (2021-10-18): Thanks to Amin Yahyaabadi's message, the updated code is as follows |
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
| # Terminal Cheat Sheet | |
| pwd # print working directory | |
| ls # list files in directory | |
| cd # change directory | |
| ~ # home directory | |
| .. # up one directory | |
| - # previous working directory | |
| help # get help | |
| -h # get help |
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 | |
| # | |
| # Use Shamir's Secret Sharing Scheme to split a strong passphrase into | |
| # five QR codes, any three of which will reconstruct the passphrase. | |
| # | |
| # Requires packages qrencode, ssss, and optionally zbarimg. | |
| PASSPHRASE_LENGTH=32 | |
| SHARES=5 # max 9 (fix single-digits below if you need more) | |
| MIN_TO_COMBINE=3 |
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
| http://petromineralesaddict.blogspot.com.es/2013/05/banco-malo-malo-malo.html?m=1 |