Archive for the ‘Uncategorized’ Category

How to install SVN server on Ubuntu (via dav_svn aka apache module)

Well, well, well. Today we are going to install subversion on Ubuntu server in a few easy steps. Step1: install all necessary software (considering Apache is up & running already) sudo apt-get install subversion libapache2-svn Step 2: Adding new user called “svn” sudo useradd -d /home/svn -m svn sudo passwd svn Step 3: creating repository […]

Posted on April 1, 2013 at 13:54 by arte · Permalink · Leave a comment
In: Uncategorized

Scuba Diving in Doolin / Ireland. Dolphin and caves.

Well, well, well 🙂 Today I am going to tell you a story of a dolphin, a diver and… lost Go Pro Hero HD2 😉 But first lest start with a nice video of myself Scuba Diving in Doolin on 25 of August 2012: Hope you enjoyed it! What about Lost Camera? Well… on the […]

Posted on August 27, 2012 at 10:16 by arte · Permalink · Leave a comment
In: Uncategorized

Agile in general and Scrum in particular

Best video on Scrum I’ve seen so far:  

Posted on March 29, 2012 at 17:46 by admin · Permalink · Leave a comment
In: Uncategorized

Thoughts about HTML and development. HTML Nazi.

Well, being a Russian Grammar Nazi, as it seems, now I am starting to pick up the same approach in HTML (4.01 transitional / XHTML 1.1 transitional / … ). So, if you ask me, what can a real HTML Nazi hero do?   Step 1: First of all –  your pages must have Uber […]

Posted on February 27, 2012 at 21:06 by admin · Permalink · Leave a comment
In: English, Uncategorized, WEB2.0 · Tagged with: 

How to install PostgreSQL with yum

How to install PostgreSQL with yum – step by step guide: Note: Right now do everything as “root” user. 1) check current install status: yum list postgres* 2) Pick packages you might need (in that sample this is my choice – you might want different packages): yum install postgresql84 postgresql84-contrib postgresql84-libs 3) Install default DB: […]

Posted on January 20, 2012 at 10:36 by admin · Permalink · Leave a comment
In: Uncategorized

Backup and Restore PostgreSQL database

I am not quite sure why phpPGAdmin doesn’t have “import” feature and only have “export”, but… who cares? Dump Individual DBs with pg_dump PostgreSQL provides the utility program pg_dump for dumping individual DBs: pg_dump dbname > outfile pg_dump writes its results to the standard output. pg_dump is a regular PostgreSQL client application. This means that […]

Posted on November 11, 2009 at 17:42 by admin · Permalink · Leave a comment
In: Uncategorized

Here I go. I am oficially gonna create new jQuery plugin.

Just one link to follow: Simple tutorial http://www.queness.com/post/112/a-really-simple-jquery-plugin-tutorial http://docs.jquery.com/Tutorials possibly more to follow….

Posted on June 8, 2009 at 18:11 by admin · Permalink · Leave a comment
In: Uncategorized

WordPress plugin for nice colourfull code in posts

Today is gonna be a very short post. Oddly enough I asked myself – why I still don’t have any nice plugins to display programming languages code with different colours? And now here we go: Dojox WordPress Syntax Highlighter Available codes: PHP, Phyton, Java, Javascript, Delphi, Css, HTML, HTML+Django Syntax: <pre> <code class=”HTML”> // Put […]

Posted on June 8, 2009 at 17:37 by admin · Permalink · 2 Comments
In: Uncategorized

Self running system Cat/toilet

All you have to do is to take: a) A cat b) A cat’s leash c) Toilet Then push system a little bit and now you have a self-running system!

Posted on November 26, 2008 at 11:31 by admin · Permalink · Leave a comment
In: Uncategorized