Mailinglist Archive: opensuse-wiki (395 mails)

< Previous Next >
Re: [opensuse-wiki] Re: [Kiwi-ltsp-users] LTSP
  • From: Christian Boltz <opensuse@xxxxxxxxx>
  • Date: Mon, 12 Jul 2010 00:16:32 +0200
  • Message-id: <201007120016.32547@xxxxxxxxxxxxxxx>
Hello,

on Sonntag, 11. Juli 2010, Tim Mohlmann wrote:
Transferring all images is done. It's was a hell off a job, but o
well.. Wrting my Quick and Dirty script didn't work out, since the
actual files are stored in random subpages (eg en.o.o/3/3e,
en.o.o/8/8f)

These subdirectories are not random ;-) even if they look so.
Their name is based on the first characters of the md5sum of the
filename.

Take http://wiki.opensuse.org/File:Icon-distribution.png as an example:

echo -n 'Icon-distribution.png' | md5sum -
d03690ddf378e766db41f0715ec9a37a -
^^
The image is here:
http://wiki.opensuse.org/images/d/d0/Icon-distribution.png
^ ^^
d and d0 are the first and the second character of the md5sum of the
filename.


Regards,

Christian Boltz
--
Immerwieder der gleiche Anfaengerfehler:
/dev/null ist fuer Backup,
/dev/zero ist fuer Restore.
[J. P. Meier]
--
To unsubscribe, e-mail: opensuse-wiki+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-wiki+help@xxxxxxxxxxxx

< Previous Next >