4/20/2011

trip to china

http://vimeo.com/22240106

watir

C:\Users\Iuliia_Rul@epam.com>irb
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'watir'
=> true
irb(main):003:0>

‘nmake’ is not recognized as an internal or external command, operable program or batch file

Posted by alex in Errors at 1:48 AM
This means nmake is not installed on your Windows PC. To install you need to downloading, extract, and place two files into your $PATH. Follow the couple steps below to install nmake on your PC. In my case I installed nmake on Windows XP.

Download nmake: Visit the following link to download nmake.
Extract nmake:Run the Nmake15.exe file which will extract two files to the directory where it is located. These files will be nmake.exe and NMAKE.ERR.

Place nmake In PATH: Now move those two files into your path somewhere such as C:\WINDOWS\system32 or print out your path as shown below to place them in a different location.
Print PATH:
1
C:>PATH
2
PATH=C:Perlsitebin;C:Perlbin;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:Program FilesMicrosoft SQL Server80ToolsBinn;C:Program FilesUSB Display Adapter;C:Program FilesTortoiseSVNbin;C:bin;C:rubybin;C:Program FilesPostgreSQL8.3bin;C:Program FilesVimvim72;C:cygwinbin;C:Program FilesGNUGnuPGpub;C:cygwinnmap;c:mspgccbin
Test nmake: Now type nmake from a DOS prompt and you should see output similar to the below.
1
C:>nmakeMicrosoft (R) Program Maintenance Utility Version 1.50
2
Copyright (c) Microsoft Corp 1988-94. All rights reserved.NMAKE : fatal error U1064: MAKEFILE not found and no target specified
3
Stop.

3/18/2011

business analyst

тайная мечта с первого проекта. пришла пора делать шаги в сторону аналитики, первый - ReqLabs 2011.

8/15/2010

eee pc multitouch-ubuntu 10-04 cheat sheet

add-apt-repository ppa:chasedouglas/multitouch
apt-get update
apt-get install multitouch-kernel-source


nG -> go to 'n' row of the file

"If you want a program for manual xrandr rotation:
Code:
cd /tmp && wget "http://philmerk.de/dwl/deb/egalax-multitouch-driver-common.deb" && dpkg -i philmerk.de/dwl/deb/egalax-multitouch-driver-common.deb
sudo sed -i 's/eGalax/AsusTek | tail -n 1/g' /usr/bin/touchrotate"

dpkg: error processing philmerk.de/dwl/deb/egalax-multitouch-driver-common.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
philmerk.de/dwl/deb/egalax-multitouch-driver-common.deb

6/22/2010

ruby in fedora

Quick notes on installing Ruby on Rails on Fedora Core 5 ( It should be similar for other linux distros as well )

Install ruby rpms via yum:
# yum install ruby ruby-libs ruby-mode ruby-rdoc ruby-irb ruby-ri ruby-docs
Download and install rubygems from rubygems.org.
Change to the extracted directory and run:
# ruby setup.rb
Now use gem to install rails. It will ask about installing dependencies. Answer "Y" or just hit return.
# gem install rails
Test it by creating a skeleton rails app in your home directory:
$ cd ~
$ rails testapp
Start the WEBrick server.
$ cd ~/testapp
$ ruby script/server
The WEBrick server should now be started and listening to the default port - 3000 .
Point your browser to:

http://localhost:3000/
You should see a welcome page with some additional getting started info.

6/17/2010

virtualbox Fedora setup

Boot from CD - set CD primary Master;
when system installed, and would like to reboot, Shut Down it and in Settings set the CD as NOT primary Master, (any- primary slave eg)and boot from HDD.
or just secondary slave for CD-DVD-Rom and SATA for HDD, place it to Windows disk D, not in default C:/

VPN in Ubuntu 10.04

Ubuntu 10.04
Cisco VPN setup, steps:

  1. Install various VPN components
    • PPTP
      • pptp-linux
      • network-manager-pptp
    • VPNC

      • vpnc
      • network-manager-vpnc

    • OpenConnect
      • openconnect
      • network-manager-openconnect

  2. Reboot
  3. Create new PPTP connection
    • Create new PPTP connection
      • VPN Tab Settings
      • Set Connection name
      • Set Gateway
      • Set username (for domain-based user accounts, use domain\username)
      • DO NOT SET PASSWORD
      • DO NOT SET NT DOMAIN


then go to vpn wizard and connect:
connection established, but no ping available;
so then in terminal type: netstat -n -r;
in list select gateway name and type route add -net [IP of connection you would like to install] -gw [name of gateway from list] tun0;

5/16/2009

book

to your attention:

russian edition:
"Субатомная физика"
Г.Фрауэнфельдер, Э.Хенли,
перевод В.В.Толмачева,
Издательство "МИР" Москва 1979
прочитать можно тут

10/24/2008