Skip to main content

Installing Node.js

Started to be interested in node.js ... looks interesting. It is "sugar on V8 JS engine". It is amazing how Javascript is gaining popularity - I remember reading the Atwood's Law in CodingHorror.com: (great blog)

Atwood's Law: any application that can be written in JavaScript, will eventually be written in JavaScript.

Needed to sharpen my Fedora VM to get things going. Follow the instructions at https://github.com/joyent/node/wiki/Installation

git clone https://github.com/joyent/node.git cd node git checkout v0.6.7 
./configure 
make 
sudo make install
[sedatiko@sedora ~]$ which node /usr/local/bin/node [sedatiko@sedora ~]$ node > 2+2+ ... 2 6 >  


Comments

Popular posts from this blog

Employment Based Green Card Marathon

There are 3 most popular ways to get a Green Card to live and work in US: Through Marriage with a US Citizen, Employment Sponsorship and the Diversity Lottery. I would like to articulate on the unfairness of the process for the Employment based applicants and its repercussions. After getting a scholarship to study at Brandeis University, I arrived in the United States on August 28, 1998 on an F-1 Student Visa. After graduating with my Master's degree, I had 1 year of OPT - Optional Practical Training which allowed me to work for companies that were in fields similar to my concentration. Next chapter in my immigration story is the H1-B Work Visa which is frowned upon. This visa provides an entry point for skilled immigrants and it is one of the very few points of entry to the US based on merit. Scorn on this quota of about 85k is well deserved on an emotional level, especially when considering high unemployment of today's workplace. Yet, working in IT and being involved with...

VMDisk

The purpose is to create a disk to keep contents shared across the VMs Following the instructions at http://www.vmware.com/support/ws45/doc/ws40_disks.html#1046465 Find your VM installation and run the following C:\Program Files\VMware\VMware Workstation> vmware-vdiskmanager.exe  -s 10GB -a ide -t 1 -c "D:\Virtual Machines\vmDisk.vmdk" (s: size, a: interface, t: type (0-3 for increase and size options), c:create) Creating disk 'D:\Virtual Machines\vmDisk.vmdk'   Virtual disk creation successful. How to browse a Vmdk? http://www.vmware.com/support/ws45/doc/disks_add_ws.html#1008949 Tried to add this newly created disk when the vm server was on by going to settings/add/hard drive/existing virtual. Got error: failed to add disk ide0:1 I shutdown the vm pc and add disk then try starting the machine. Then went to disk mgt in windows where I got the "Initialize Disk" prompt New Volume > Simple > Quick format and voila!!

What to do with your Extra Router

When switching to Verizon FIOS, I retired my SMC router. Recently, I was complaining about the weak wireless signal to my HTPC which is on the other side of our condo. Suddenly, it made sense to use the SMC as an extender. Simply, login to the extra routers menu and disable DHCP. Switch mode from Gateway to Repeater (Bridge with some models). Connect a client ethernet cable from your main router to the WAN port of your secondary one. You should be done! Good guides: http://www.tomshardware.com/forum/23864-42-exactly-connect-router-link-first http://ask-leo.com/can_i_use_a_second_wireless_access_point_to_extend_my_wireless_network.html