Сообщения

Сообщения за июль, 2013

Fixing 500 OOPS: vsftpd: refusing to run with writable root inside chroot () ИЛИ Ват то фак из гоинонг ?

Короче все херня ставьте 551 права и все на папку куда подключается. Всем привет. Наверняка те кто Обновил или просто уже пришел к установленному vsftpd-2.3.5 уже имел порочащие его интимные связи с его настройкой, а конкретно к это ошибке  500 OOPS: vsftpd: refusing to run with writable root inside chroot () Ну так вот , для того чтобы не гуглить очередной раз, а просто настроить нужно. Первое поставить на папку куда подключается права 551. (в прнципе этого и должно хватить, как позже выяснилось )  А внутри уже ставьте так как вам захочется. пробуем - если не получилось то устанавливаем более новую версию этой херни  vsftpd-3.0.2-3  1 качаем свежий пакет vsftpd (например для amd64) wget http : //ftp.ru.debian.org/debian/pool/main/v/vsftpd/vsftpd_3.0.2-3_amd64.deb 2 Устанавливаем: sudo dpkg - i . /vsftpd_3.0.2-3_amd64.deb В vsftpd.conf добавляем следующее: allow_writeable_chroot = YES чтобы выглядело, НАПРИМЕР, так: chroot_local_user = YES all...

Joomla 2.5 - k2 - Делаем нормальные ссылки

Для того чтобы сделать нормальные ссылки в к2 Замени его роутер https://dl.dropboxusercontent.com/u/47470004/joomla/components/K2/router.zip И ммм... Все супрер

Joomla Стандартные поля при разработке

Изображение
http://docs.joomla.org/Standard_form_field_types Type Description Availability accesslevel provides a drop down list of viewing access levels. and newer cachehandler provides a list of available cache handling options. and newer calendar provides a text box for entry of a date. An icon next to the text box provides a link to a pop-up calendar, which can also be used to enter the date value. and newer captcha provides a drop down list of the captcha plugins. and newer category provides a drop down list of categories for an extension. and newer checkbox provides a single checkbox to be checked or unchecked and newer checkboxes provides unlimited checkboxes that can be used for multi-select. and newer Chrome Style provides a list of template chrome style options grouped by template. and newer color provides a color picker when clicking the input box. and newer Content Language Provides a list of content languages. and...