17 private links
Cette semaine, je vais vous expliquer comment fabriquer facilement un guide en bois pour reproduire des chanfreins toujours de largeurs identiques sur vos meubles.
NOTE
: Description of how the code works (when it isn't self evident).XXX
: Warning about possible pitfalls, can be used asNOTE:XXX:
.HACK
: Not very well written or malformed code to circumvent a problem/bug. Should be used asHACK:FIXME:
.FIXME
: This works, sort of, but it could be done better. (usually code written in a hurry that needs rewriting).BUG
: There is a problem here.TODO
: No problem, but additional code needs to be written, usually when you are skipping something.
At least this is how I was taught about these tags. Basically the first two (NOTE
and XXX
) are used for information and no action is required. While the last three (FIXME
, BUG
and TODO
) do require action. HACK
is somewhere in between (and hardly ever used I think?).
Grub Init Tune - Mario Bros. Mushroom Powerup
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"
Installation Instructions
Instructions adapted from http://www.iavit.org/~john/debian/grub.html:
-
Edit the file /etc/default/grub. At the end there are lines like the following:
# Uncomment to get a beep at grub start
# GRUB_INIT_TUNE="480 440 1"
-
Replace the
# GRUB_INIT_TUNE="480 440 1"
line with the new GRUB_INIT_TUNE line at the top of this document (make sure to remove the "#" from the beginning of the line, as well). Save the file and exit your text editor. Open a terminal window and issue the following command:sudo update-grub
-
Reboot. You should hear the init tune when the grub menu appears.
hug + hack = infinity
I won a Samsung Galaxy S6 Edge, signed into it with my Google account, played around with it, wiped it, and sold it. Now the person can't get past setup because it's saying he must login with an a...