Find Cached Flash Videos on Ubuntu 10.10
Find the Flash videos, and sort them by size, in bytes:
|
|
Another way is to open up Wireshark and filter for:
|
|
This assumes that the request URI contains “flv”.
Find the Flash videos, and sort them by size, in bytes:
|
|
Another way is to open up Wireshark and filter for:
|
|
This assumes that the request URI contains “flv”.
Let’s say you want to backup your data to a server that others have access to. If you were to use some kind of encrypted archive file, it would be a hassle to download the whole archive, save changes to it and upload it back to the server every time. By mounting a TrueCrypt volume over SSHFS you can read/write what you want without downloading and re-uploading the whole volume. Here is an implementation of that with Git.
Steps:
Files in working directory:
|
|
Files on server (only the TrueCrypt volume):
|
|
git-ssh-truecript.sh:
|
|