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
// cd to nodes snapshot 'db' directory | |
sudo wget https://dsnapshots.ark.io/current -O devark-node.db |
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 bash -c 'for i in $(find /var/log -type f); do cat /dev/null > $i; done' |
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
mkdir mnt && sudo mount -t msdos /dev/disk0s1 mnt |
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
df -Bm | |
sudo apt-get clean | |
df -Bm |
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
history -c && history -w && sudo shutdown now |
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
/**************************************************************************/ | |
/*! | |
@file readMifareClassic.pde | |
@author Adafruit Industries | |
@license BSD (see license.txt) | |
This example will wait for any ISO14443A card or tag, and | |
depending on the size of the UID will attempt to read from it. | |
If the card has a 4-byte UID it is probably a Mifare |
NewerOlder