sqlite3 ~/Library/Messages/chat.dbnotable tables:
- attachment – metadata and storage location
- chat – a collection of your messages (both direct and group)
| 51793 the | |
| 47605 and | |
| 37958 of | |
| 31111 to | |
| 29723 that | |
| 28749 i | |
| 28566 a | |
| 24211 you | |
| 22136 it | |
| 20976 in |
| pragma solidity ^ 0.4.4; | |
| // ***************************************************************** | |
| // DEMO!! UNVETTED CODE! DO NOT DEPLOY!!! | |
| // Please seek expert guidance and perform a solidity security audit | |
| // before using it in financially important code. | |
| // ***************************************************************** | |
| contract ArtLicenseExpiration { |
| const key = 'z){@UWzw*+TRt7Xu3c-(qL_.~MNCN3prv(!{'; // secret | |
| const encode = function encode(key, data) { | |
| return new Buffer(xorStrings(key, data), 'utf8').toString('base64'); | |
| } | |
| const decode = function decode(key, data) { | |
| data = new Buffer(data, 'base64').toString('utf8'); | |
| return xorStrings(key, data); | |
| } |
I hereby claim:
To claim this, I am signing this object:
| sshfs -o reconnect -o volname=mount-name -o IdentityFile=~/.ssh/id_rsa user@remoteserver:/dir/to/mount /home/user/sshfs/mountpoint |
To mount a USB drive:
sudo mkdir /mnt/usbdrive
sudo mount /dev/sda1 /mnt/usbdrive
ls /mnt/usbdrive
To list your file systems:
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: btsync | |
| # Required-Start: $network $remote_fs $syslog | |
| # Required-Stop: $network $remote_fs $syslog | |
| # Should-Start: network-manager | |
| # Should-Stop: network-manager | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 |
| # StreamsList is a UTF-8 encoded .txt file that helps you specify alternate streams, | |
| # xattrs and resource forks white list. It supports "?" and "*" wildcard symbols. | |
| # | |
| # | |
| com.apple.FinderInfo | |
| com.apple.metadata:_kMDItemUserTags | |
| com.apple.metadata:kMDItemFinderComment |
| # .SyncIgnore is a UTF-8 encoded .txt file that helps you specify single files, paths and rules | |
| # for ignoring during the synchronization job. It supports "?" and "*" wildcard symbols. | |
| # | |
| # | |
| # OS generated files # | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes |