ubuntu nginx with txid module

Posted About 8 years ago by konjoot.
firstwiki.ru

To install nginx with txid module install nginx-full package: sudo apt-get install nginx-full download last nginx source...

Setting up Javascript environment with NVM on Ubuntu 14.04

Posted Over 9 years ago by konjoot.
github.com

NVM provides you more convenient way to manage and set up your Javascript(Node.js) environment. First install NVM, note git...

Setting up RubyOnRails environment on Ubuntu 14.04

Posted Over 9 years ago by konjoot.

This tutorial is about setting up environment for RubyOnRails on Ubuntu 14.04. First of all, update & upgrade your system:

Ubuntu 14.04 locales reconfiguration.

Posted Over 9 years ago by konjoot.
askubuntu.com

If you getting messages like this: perl: warning: Setting locale failed. in your console, then you must configure your locales...

Ubuntu 12.04 TeamCity build agent installation

Posted Over 10 years ago by konjoot.
rtfm.co.ua

Download build agent archive from your TeamCity server: wget http://your_teamcity.server.com:8111/update/buildAgent.zip Unzip it in separate directory: mkdir buildAgent ^

Ubuntu 12.04 phantomjs installation

Posted Over 10 years ago by konjoot.

Visit PhantomJS site, go to download page and copy link address for Linux, in our case this is https://phantomjs.googlecode.com...

Ubuntu 12.04 Java install

Posted Over 10 years ago by konjoot.
linuxrussia.com

First install python-software-properties: sudo apt-get install python-software-properties Next, remove openjdk package if installed:

Ubuntu postgresql 9.3 installation for RoR

Posted Over 10 years ago by konjoot.

Add repository and install Postgresql: ^ sudo sh -c "echo 'deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main' > /etc/apt/sources.list.d/pgdg.list" ^ wget --quiet -O...