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 […]
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 […]
Agile in general and Scrum in particular
Best video on Scrum I’ve seen so far:
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 […]
In: English, Uncategorized, WEB2.0 · Tagged with: humor
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: […]
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 […]
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….
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 […]
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!