Fork me on GitHub

Процедура нормализации данных и нормальные формы данных (1НФ).

Данная заметка, делается в первую очередь для себя после прочтения монументального труда “Введение в системы баз данных” автора К. Дж. Дейт.

Труд этот очень обширный и затрагивает множество теоретических и практических аспектов связанных с базами данных, теорией их устройства (большей частью затронуты реляционные базы данных).

Чтобы как-то оставить информацию в …

more ...

Create Vagrant base box manually from existing one

Vagrant Boxes are prepackaged development environments that are provided by Vagrant. In most cases, this is usually just a stripped and naked operating system such as Ubuntu, Debian, or CentOS. Boxes exist with the intention to be provisioned with additional features like Apache server or PostgreSQL database
with Puppet, shell …

more ...

Use Packer to prepare custom Vagrant box

What is Packer?

Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. Packer does not replace configuration management like …

more ...


How to add DISQUS comments to Pelican site

It is possible to attach DISQUS comments to blog site.

Setup your DISQUS Account

Before you can use the commenting stuff, you need to register into Disqus. There you find a lot of disqus documentation that you simply not need :-) . Pelican already has done that for you.

  1. Register on DISQUS …

more ...