Thursday, October 22, 2009

Cherkassy Traktir Bar

Украина, Черкассы, Трактир












ТРАКТИР
Пиццерия, доставка пиццы, заказ пиццы, кафе-бар, фуршет 18000, г. Черкассы, ул. Конева, 1 (0472) 66-49-21

Java JDK6 for linux Ubuntu

1. Download JDK 1.6

Go to the http://java.sun.com/javase/downloads/index.jsp






2. Install

Copy the downloaded file "jdk-6u16-linux-i586.bin" to the java folder

-------------
chmod +x jdk-6u16-linux-i586.bin
./jdk-6u16-linux-i586.bin

mkdir jdk-link
ln -s /home/alexey/java/jdk1.6.0_16 /home/alexey/java/jdk-link
-------------

Than modify .profile within home folder to modify/add line:

-------------
export JAVA_HOME=/home/alexey/java/jdk-link
-------------

Monday, October 12, 2009

Websphere has expired

[WebSphere] WSVR0028I: The product has expired (09.09.13 02:39)

Solution
Remove the file was.license

Located in C:\Program Files\IBM\WebSphere\AppServer\properties\

sun virtual box windows stop 7b

Solution is change the IDE Controller setting in VirtualBox from PIIX4 to PIIX3

http://www.itwriting.com/blog/1538-fixing-a-virtualbox-windows-xp-blue-screen.html

Thursday, October 1, 2009

Не удаётся получить доступ к службе "Windows Installer"

1. Нажмите кнопку Пуск и выберите пункт Выполнить.
2. В поле Открыть введите команду: "msiexec /unregister" (без кавычек) и нажмите кнопку OK.
3. Нажмите кнопку Пуск и выберите пункт Выполнить.
4. В поле Открыть введите команду: "msiexec /regserver" (без кавычек) и нажмите кнопку OK.

thx http://www.softboard.ru/lofiversion/index.php/t27886.html