-rw-r--r-- 2.8K Aug 29, 2012 · E96414C · ~3 min

How to use «Back to My Mac» via iCloud

доступ к моему mac icloud os x

Back to My Mac iCloud

When I got the chance to play with the new iCloud features in OS X Lion, the only thing that left me puzzled was the feature called «Back to My Mac». Yesterday I finally figured out how it works, and today I gave it a proper try.

[↵] open page kak-pol-zovat-sya-dostup-k-moemu-mac--cherez-icloud-.md
-rw-r--r-- 1.7K Aug 27, 2012 · 6892113 · ~2 min

FCKEditor and the «Access Denied» error

fckeditor php-fpm php шпаргалки

Updated Nginx and PHP on my server to the latest stable versions. PHP is currently 5.4.6.

After the update FCKEditor stopped working — instead of it I was getting an «Access Denied» message.

FCKEditor is rendered on the page through an iframe, and that’s where the message was hanging. I dug through the editor’s sources thinking maybe there was some PHP version check somewhere, but didn’t find anything special. The iframe loads fckeditor/editor/fckeditor.html. Opening that file directly produced the same error. I started suspecting Nginx, but it turned out to be neither Nginx nor the editor’s code — it was PHP itself (php-fpm).

Googling «Access Denied» wasn’t easy, but glancing into the error logs I spotted the keyword security.limit_extensions. From the name, this php-fpm.conf option controls which file extensions PHP code is allowed to execute in. Starting with PHP 5.3.9, for security reasons, if this option isn’t specified in the config, PHP only runs in .php files (I don’t know what it was before). FCKEditor wires itself up through PHP in some clever/messy way that ends up executing code in that very fckeditor.html file (even though there’s no PHP code inside — just a long framework setup). That’s why php-fpm was returning «Access Denied».

Fix: in php-fpm.conf, or better, in the pool .conf file (something like /etc/php-fpm/pulls/mysite.conf), add this line:

security.limit_extensions = .php .html

That’s the fix. Spent almost an hour and a half tracking it down — without knowing the editor’s code I couldn’t immediately figure out where to dig. So I’ll leave this here. Maybe it’ll save someone else the same trouble.

[↵] open page fckeditor-i-oshibka-access-denied.md
-rw-r--r-- 328B Aug 21, 2012 · D69F451 · ~1 min

Berlin — Porto — Lisbon

видео путешествия

Video from my July holiday. The route was Saint Petersburg — Riga — Berlin — Barcelona — Porto — Lisbon — Barcelona — Saint Petersburg. Riga and Barcelona were just stopovers. In Lisbon there was the Optimus Alive festival. Music — Slugabed; performances in the video — Zola Jesus, Tricky, The Cure, Radiohead.

[↵] open page berlin-porto-lissabon.md
-rw-r--r-- 786B Jul 31, 2012 · B0A06E9 · ~1 min

A post of handy bits for the Linux console

ubuntu linux консоль шпаргалки

Related Linux posts:

[↵] open page poleznyh-shtuk-dlya-linuksovoj-konsoli-post.md
-rw-r--r-- 1.6K Jun 30, 2012 · B6741F9 · ~2 min

How to remove DRM from Amazon Kindle e-books

amazon kindle drm шпаргалки

Kindle

E-books bought from the Amazon store come with DRM, meaning the book can only be opened and read by whoever bought it, through a special app, after entering their Amazon login and password. But the protection can be stripped — and the book can even be converted to another format.

[↵] open page kak-ubrat-drm-zashchitu-s-knig-amazon-kindle--e-books-.md
-rw-r--r-- 150B Jun 28, 2012 · CEC7DE9 · ~1 min

Google Glass demo at I/O 2012

google glass

Probably the most memorable moment from yesterday’s Google I/O keynote livestream. They delivered Sergey Brin a package in pretty spectacular style.

[↵] open page demonstratsiya-google-glass-na-i-o-2012.md
-rw-r--r-- 315B Jun 17, 2012 · 81AF6E4 · ~1 min

Est Est Est at Zoccolo on May 25, 2012, video

есть есть есть естьестьесть видео

Went through the footage from the Est Est Est show on May 25 at Zoccolo. Got 5 full songs out of it. The Reflection video is above; below the cut are 4 new songs (Squirrel Island, Victory Day, Morgunchik, The Parfenovs) — some of which will be released this autumn on an EP, the rest in the spring on a new album.

[↵] open page est-est--est--v-tsokole-25-maya-2012--video.md
makoni@arm1:~/blog$ cd ../page-27/ // ← previous cd ./page-29/ // more posts →