Tuesday, May 29, 2007

Have you ever wanted to control 2 computers with the same keyboard and mouse? (Semi-Geek Post)

If the two computers are in the same LAN, you can easily do that. Imagine having two screens connected to two computers, and only one mouse and keyboard connected to the first computer. When your mouse pointer reaches the edge of the screen on your first computer, it jumps to the second computer, along with keyboard control. Moreover, you could even use different operating systems on the two computers, one Windows and one Linux.

The way to achieve this is to use Win2VNC (for Windows) or x2vnc (for Linux). After you install one of these programs on the first computer, you have to install a VNC server on the other computer (I recommend RealVNC). The last step is configuring win2vnc or x2vnc to connect to the VNC server on the other computer. Tip: Tip: Make sure that at least while testing you disable the VNC server authentication, so that it doesn't ask for permission or for a password when win2vnc connects to it. Also, check the firewall permissions on the second computer. I think the default port for RealVNC is 5900.

Saturday, May 19, 2007

How to successfully compile prozilla (proz) on Ubuntu Feisty (Geek Post)

If you get this error
download_win.h:55: error: extra qualification 'DL_Window::' on member 'print_status'
go to line 55 in src/download_win.h and replace it with
void DL_Window:: print_status(download_t * download, int quiet_mode);

(via LINUX... y otras cosas)

Thursday, May 17, 2007


This image is haunting me. Right, now let's get on with our lives.

Sunday, May 13, 2007

My work

About 5 years ago I joined a website called Jucaushii.ro, a Romanian gaming news website. More than 2 years ago Playfuls.com, its English counterpart, was launched. Last year I sold both websites and I used the money to pay a part of my college. At its highest peak playfuls.com had more than 3 million visitors per month (If you want to put this into perspective, check this out). I would really want to stress the fact that I never was involved in the editorial process, I only handled the tech part. And by this I mean I wrote the core of the website (along with my friend Stokky) and I configured/maintained the Linux servers. The current setup has a main server and a bunch of caches in front.

My main area of interest is distributed applications in general and datamining in general. By datamining I mean extracting useful data from unstructured information (what Google does). I've been doing this in one way or another for the past 3 years. Even i do it on an on/off basis, this is my true passion. My other major interests are Linux and programming in general.

One of my new projects is GeoScaling, which will be a company offering geographical web scaling services and products. We will help companies build, maintain and scale web applications that have many visitors or are mission critical. Our first product is GeoScaling DNS, a DNS server that can redirect users to the closest mirror based on their country of origin. It will also be able to do load balancing and global failover. The software is still in alpha and we're currently testing it. This is going to be an interesting summer.
How to make VMware Workstatin 5.5.3 work after an upgrade to Feisty (Geek Post!)

1) Locate the installed version of vmmon.tar (it should be something similar to /usr/lib/vmware/modules/source/vmmon.tar)

2) Backup vmmon.tar (optional yet highly recommended)
cd /usr/lib/vmware/modules/source/
cp vmmon.tar vmmon.tar.bck


3) Unpack the file
tar -xvf vmmon.tar

4) Edit vmmon-only/include/compat_kernel.h
Try
mcedit vmmon-only/include/compat_kernel.h
If you don't have mcedit try editing the file with pico, vi, or something else
pico vmmon-only/include/compat_kernel.h
vi vmmon-only/include/compat_kernel.h


Inside the file replace the line
static inline _syscall1(int, compat_exit, int, exit_code);
with
/* static inline _syscall1(int, compat_exit, int, exit_code); */

5) Repack the folder
chmod 755 vmmon.tar
tar -cvf vmmon.tar vmmon-only


6) Run vmware-config.pl

Enjoy

Saturday, May 12, 2007

On pain and suffering, by YsabellaBrave (she could be what she seems, a lady, I haven't decided yet - see her other (1) videos (2))