Poor symlinks at DreamHost
DreamHost has once again introduced changes (Apache upgrade?) to symlink handling.
Read More
DreamHost has once again introduced changes (Apache upgrade?) to symlink handling.
Read More
Use the following one-line script to control witch EXIF data to leave in the photos published online:
exiftool -P -overwrite_original -all= -tagsFromFile @ -ExposureTime -MeteringMode -Flash -FocalLength -FocalLengthIn35mmFormat -FocusDistance -VibrationReduction -FocusMode -CreateDate -DateTimeOriginal -ISO -FNumber -UserComment -copyright='(c)2011, Alexander Shcheblikin' -artist='Alexander Shcheblikin' -model="Sasha's DX dSLR" _DSC*jpg
This should all be entered on one line (note: the dashes which hang over the ends of the lines must actually be adjacent to the command line switches following them).
This is a power tool affecting multiple files at once and it will process all the files matching _DSC*jpg pattern in the current directory.
To retain original files remove the -overwrite_original
parameter
exiftool is available natively in Linux/UNIX as a Perl library and a front-end script and as a standalone executable for Windows and a package for Mac OS X.
A quick fix for conveniently reading (and replying to) HTML MIME emails in mutt mail agent.
WordPress is so good for SEO in part thanks to the large number of data fields available for each post: post title, excerpt, name (slug) and, finally, content. This allows for deep customization when presenting your post to the WWW.
While it’s fine to fill all those fields for a regular article it may be an overkill for a picture for that same article (which is just a sub-post in terms of WordPress built-in media library). (And even for a normal article – how many of us really do enter post excerpts? Yes, that’s what I’m talking about.)
Для небольшой группы энтузиастов, которым стало тесно в рамках вконтакте и т.п., проводится мастер класс, где за 3 часа каждый сделает своими руками свой собственный полнофункциональный, представительный и достаточно красивый веб-сайт.
Дата: Воскресенье, 30 октября
Время: 17:00 – 20:00
Место: Теремки (уточняйте по телефону)
До встречи!
Linux guest in Windows host or Windows guest in Linux host? The eternal question…
I usually record movies off TV with only one soundtrack – English. And it happened that I needed to give one such movie to someone Russian-speaking.
The solution was to find the appropriate subtitles in Russian and hand the subtitles file along with the video file.
The only problem was the subtitles were for the DVD version of the movie and I only had a TV recording.
A little Perl programming effort did the trick.
This service from APC is supposed to take care of calculating energy usage.
The irony of this all is that this process holds one of the top positions in CPU hogs list. Take a look: it takes more CPU cycles than many of the most demanding processes in the system – virtual machines. (In other words, killing dataserv.exe would allow to run an extra full-fledged virtual computer!)
Read More
Here’s a brief list of my programs/scripts available on the web, which I wrote at different times:
Read More
Пока нет официальных результатов первого тура или правильных ответов, вот мой листинг участия в олимпиаде “Яндех-Root”.
Может кто покажет ошибки раньше админов Яндекса 🙂
Один ответ я точно не знал – №29, предпоследний, а вот последний успел нарыть в инете, вписал в поле и даже, кажется, отправил, но ответ не засчитался…
№7 знал интуитивно, возможно не угадал.
№10 – никогда бы не подумал такое сделать на практике, начал читать доку, но не хватило 10 сек, чтобы дочитать.
№16 – знал, но забыл, написал частичный ответ.
№17 – опечатка – не вписал имя файла после параметра.
№18 – ответ, в принципе, правильный, но имя команды указано для Юникса вообще, а не для Линукса.
№19 – опять опечатка – не дописал ещё раз слово “tmpfs”: mount -t tmpfs -o size=2G tmpfs /tmpfs.
№20 – не знал (забыл), написал, как успел вычитать и понять доку
№21 – тоже быстрое чтение доки.
№22 – вроде правильно, но синтаксис некрасивый.
№23 – надеюсь, это провокация. Должно быть ОК.
Итого: штук 10 ответов могут быть признаны ошибочными. Придётся пересдавать в пятницу…