I hereby claim:
- I am maxlaumeister on github.
- I am maxlaumeister (https://keybase.io/maxlaumeister) on keybase.
- I have a public key whose fingerprint is 9476 EFF4 D105 74EA FC71 26AB 7BB6 8D95 2F09 7238
To claim this, I am signing this object:
| #!/bin/bash | |
| # Function to shuffle and display the alphabet in uppercase | |
| shuffle_alphabet() { | |
| echo {A..Z} | tr ' ' '\n' | shuf | tr '\n' ' ' | |
| echo | |
| } | |
| while true; do | |
| # Prompt the user to begin |
| [Unit] | |
| Description=IPFS daemon | |
| After=network.target | |
| [Service] | |
| ### Uncomment the following line for custom ipfs datastore location | |
| # Environment=IPFS_PATH=/path/to/your/ipfs/datastore | |
| ExecStart=/usr/local/bin/ipfs daemon | |
| Restart=on-failure |
I hereby claim:
To claim this, I am signing this object:
This Grub Init Tune will make your computer sound like a Super Mushroom every time you turn it on! This only works for the Grub bootloader - this generally means you need to have Linux (or other Grub-based OS) installed.
Here's the code, which goes in your /etc/default/grub file:
GRUB_INIT_TUNE="1750 523 1 392 1 523 1 659 1 784 1 1047 1 784 1 415 1 523 1 622 1 831 1 622 1 831 1 1046 1 1244 1 1661 1 1244 1 466 1 587 1 698 1 932 1 1195 1 1397 1 1865 1 1397 1"
| // USAGE: ascman [WIDTH] | |
| // Where WIDTH is the output width in characters. | |
| // Default width is 60. | |
| /* Sample output of width 30: | |
| ..................:-%......... | |
| .................:-@-......... | |
| ................:-@@#:........ | |
| ..............:--=@@+-::...... |