Featured Post

Passwordless ssh configuration

Simple step-by-step guide to config passwordless ssh access

Monday, October 26, 2015

Undo a Git merge

If you are using git and erroneously merged another branch to the current local branch you can undo this mistake by `git reset --hard HEAD~1` command, which get you back 1 commit.
The original answer was found here.

Tuesday, October 20, 2015

If you need to integrate hardware authentication to your web application it's worth to study the Java Plugin Guide

Thursday, September 3, 2015

My 2015 year Goals (4 months left).
Pass the exam 1Z0-803
Pass first exam of Android Exams List

Saturday, May 10, 2014



Не читается шрифт в режиме Схема документа в Word 2007 или шрифт слишком мелкий. Какое решение?

Для того, чтобы изменить размер шрифта в схеме документа, в вкладке вид устанавливается флажок "схема документа".
Затем, на вкладке "главная", в стили, щелчок по стрелочке, чтобы открылась панель "стили".
на этой панели, щелчок по кнопке "управление стилями" и в диалоговом окне "управление стилями", вкладка "изменения", переместить ползунок до появления строки "схема документа".
Выделить эту строку щелчком мыши и щелчок по кнопке "изменить".
Откроется диалоговое окно "изменение стиля", где можно выставить размер, цвет и вид шрифта.
Установить флажки на: добавить в список экспресс-стилей, обновлять автоматически, и в новых документах использующих этот шаблон.
ОК.
В диалоговом окне "изменение стиля" установить флажок на: в новых документах, использующих этот шаблон.
ОК.
Закрывая документ сохранить изменения, ДА.

Wednesday, April 3, 2013

Eclipse console cyrillic symbols problem


Cyrillic symbols incorrectly displayed in Eclipse console.

Just try this:

  Run, Open run dialog...

 then locate the class where the main method is, then select Arguments tab,
 and write

  -Dfile.encoding=UTF-8

 in VM arguments text field. Then, select Common tab, and for Console
 Encoding select "Other: UTF-8".

 After that, you should be able to see cyrillic characters on the console.

The point here is to set the same encoding in both places.


Original post

Tuesday, July 3, 2012

Subversion checksum mismatch - easiest workaround

Problem description

You get the following svn error during file commit:
svn: Checksum mismatch for 'C:\myproject\myfile.txt' expected: 'qwerty', actual 'asdfgh'

Workaround

Go to directory C:\myproject
Open folder .svn and find entries file there.
Open entries file in some editor and change qwerty to asdfgh.
Save entries file.
Commit C:\myproject\myfile.txt file.

Used soft

I used Far2 for all edit and save file operations, and Eclipse for SVN operations.

Sunday, December 4, 2011

Italic Font in Google Chrome

Solution for the Italic Font in Google Chrome Issue.
  1. Download the Arial.exe file from Microsoft Core Web Fonts;
  2. Run Arial.exe;
  3. Restart Google Chrome.

Wednesday, November 30, 2011

JAVA2EVERYONE: Wait user input in java

JAVA2EVERYONE: Wait user input in java: Complete source code below will show you, how to wait for user input in command prompt . Input is a line of text.

Short Names of Long Windows Dirs

Helpfull command to determine short names (without spaces) of files with long names in Windows.
In cmd type: dir /x /a