Displaying 4 results from an estimated 4 matches for "mypictures".
2009 Feb 04
26
ZFS snapshot splitting & joining
...#39;'s for offsite storage. In many cases, the snapshots greatly exceed the 8GB I can stuff onto a single DVD-DL.
In order to make this work, I have used the "split" utility to break the images into smaller, fixed-size chunks that will fit onto a DVD. For example:
#split -b8100m ./mypictures.zfssnap mypictures.zfssnap.split.
This gives me a set of files like this:
7.9G mypictures.zfssnap.split.aa
7.9G mypictures.zfssnap.split.ab
7.9G mypictures.zfssnap.split.ac
7.9G mypictures.zfssnap.split.ad
7.9G mypictures.zfssnap.split.ae
7.9G mypictures.zfssnap.split.af
6.1G mypictures.zfssnap....
2009 Aug 02
3
redirect_to or send_file and AWS S3
Hi,
I store files on S3 as the id of the file in my appliction. IE my file
with id 20 will be stored on S3 as 20. When I download the file I want
to look up the file name in the database and then pass it off to the
user. Is there any way I can use redirect_to and pass the S3 url and
then give it the filename, so the user doesn''t get 20.
Does this make sense?
Thanks,
David
--
Posted
2006 Feb 24
1
Announcing new project...
Hello All,
I am (proudly?) announcing a new Ajax SlideShow project.
It is part of a new bigger project starting up, still I am glad to announce you this early snapshot.
Please consider taking a look at http://slideshow.webtwo.ws website
The project itself - as long as the web page hosting it - it''s not as clean as it will be.
I must also admit that, even if announced as release
2005 May 04
0
New win32-dir
...RY = 0x0022
CSIDL_COMMON_APPDATA = 0x0023 # All Users\Application Data
CSIDL_WINDOWS = 0x0024 # GetWindowsDirectory()
CSIDL_SYSTEM = 0x0025 # GetSystemDirectory()
CSIDL_PROGRAM_FILES = 0x0026 # C:\Program Files
CSIDL_MYPICTURES = 0x0027 # C:\Program Files\My Pictures
CSIDL_PROFILE = 0x0028 # USERPROFILE
CSIDL_SYSTEMX86 = 0x0029 # x86 system directory on RISC
CSIDL_PROGRAM_FILESX86 = 0x002a # x86 C:\Program Files on RISC
CSIDL_PROGRAM_FILES_COMMON = 0x002b #...