Небольшие заметки системного инженера
вторник, 16 сентября 2014 г.
Использование putty и ssh ключей в Windows
›
Скачиваем архив putty отсюда putty.zip 1. Распаковываем и запускаем ssh-keygen Выбираем ключ ssh-rsa и длину 2048 бит. Жмем «Generate». ...
понедельник, 16 июня 2014 г.
Rails CSRF Protection + Angular.js
›
I think reading CSRF-value from DOM is not a good solution, it's just a workaround. Here is a document form angularJS official websit...
среда, 4 июня 2014 г.
Как получить список всех контроллеров Rails
›
<% controller_list = Array.new Dir["app/controllers/*.rb"].each do |file| controller_list.push(file.split('/')...
четверг, 29 мая 2014 г.
Bounced Message "retry time not reached for any host after a long failure period" или Exim не хочет отправлять почту
›
Решить проблему можно следующим образом: 1. RHEL : cd /var/spool/exim/db rm -f retry retry.lockfile rm -f wait-remote_smtp wait-remote...
среда, 28 мая 2014 г.
Enable Active Directory / LDAP authentication in Apache
›
If you already have a central directory of users installed (AD or LDAP) you can configure most applications to use that direc...
пятница, 18 апреля 2014 г.
The Heartbleed Bug
›
The Heartbleed Bug OpenSSL is one of ...
четверг, 27 февраля 2014 г.
Production сервер для Ruby on Rails
›
Начнем, пожалуй! =) Нужно выбрать веб-сервер, который мы будем использовать. Для целей разработки в Rails есть встроенный Webrick, кото...
›
Главная страница
Открыть веб-версию