Thursday, November 15, 2007
Wednesday, November 07, 2007
Wednesday, October 31, 2007
While testing iptables rules on a remote server you can add the following line to crontab:
*/10 * * * * /sbin/iptables -F
This will reset your rules every 10 minutes, so if you made a mistake you will still be able to gain access to your router in a maximum of 10 minutes.
Source
Sunday, October 28, 2007
1) Fixing the "Error occurred during initialization of VM" error when trying to profile with TPTP
If you get this error:
Error occurred during initialization of VM
Could not find agent library on the library path or in the local directory: piAgent
Then install libstdc++2.10-glibc2.2 ( apt-get install libstdc++2.10-glibc2.2 )
2) Fixing the "FATAL ERROR: JVMPI, an experimental interface, is no longer supported." error when trying to profile with TPTP
If you get this error:
FATAL ERROR: JVMPI, an experimental interface, is no longer supported.
Please use the supported interface: the JVM Tool Interface (JVM TI).
For information on temporary workarounds contact: jvmpi_eol@sun.com
Could not resolve to JVMPI interface
Error occurred during initialization of VM
-Xrun library failed to init: piAgent
then
a) install Java 1.5 (separately from your Java 1.6 install)
b) go to Eclipse and Go to Window > Preferences > Agent Controller > Integrated Agent Controller. Click on the Environment tab. Change the path of the Java executable to Java 1.5.
c) Right click on your Eclipse project > Properties > Java Compiler > Click Enable project specific settings. Select 5.0 from Compiler Compliance Level > Let it rebuild the project.
Reference: http://dev.eclipse.org/newslists/news.eclipse.tptp/msg02475.html
Tuesday, October 23, 2007
Tested on Ubuntu Feisty + Ubuntu Gutsy Gibbon VMs
vmware-server-console: libpng error on Debian GNU/Linux
How to fix the MAC address problem after making a copy of an Ubuntu VM:
1) Login on the VM and unlink /etc/udev/rules.d/70-persistent-net.rules
2) Poweroff
3) BEFORE POWERING ON: open the .vmx file and delete the following lines
ethernet0.addressType = "generated"
uuid.location = "56 4d d7 38 51 b8 c7 4b-94 71 85 98 39 fc 4d 0a"
uuid.bios = "56 4d d7 38 51 b8 c7 4b-94 71 85 98 39 fc 4d 0a"
ethernet0.generatedAddress = "00:0c:29:fc:4d:0a"
ethernet0.generatedAddressOffset = "0"
4) Power on. VMware should automatically generate a new MAC address for your virtual machine, and Ubuntu should rewrite its persistent file with the new MAC.
If the management interface won't start:
"# vi httpd.vmware (or use your favourite text editor)
Search for the string: "start)". Right after this line, place the following:
if [ ! -d /var/run/vmware/httpd ] ; then
mkdir /var/run/vmware/httpd
chown www-data:nogroup /var/run/vmware/httpd
chmod 700 /var/run/vmware/httpd
fi
(Save your changes). Note that if your httpd runs as a different owner and group, season the above to taste." - source
Start multiple VMs faster at system startup:
- Open the Web Management interface
- Select Properties for each VM (click the arrow)
- Set the "Continue Starting Other Virtual Machines After" to "Don't Wait" at the System Startup Options in the Options tab
Friday, July 20, 2007
The old way of doing this was to fiddle with the visor module and set the serial port to something like /dev/ttyUSB1 (JPilot->File->Preferences->Settings). But this doesn't seem to work for me on Ubuntu Feisty.
The way I solved it was by configuring the serial port to be "usb:" (without the quotes) and it worked like a charm.
Wednesday, July 18, 2007
1) Edit /etc/X11/xorg.conf and add the line
Option "SHMConfig" "true"
to the section that configured the Synaptic Touchpad driver.
The result should be something like this:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "true"
EndSection
2) Install gsynaptics by running
apt-get install gsynaptics
as root
3) Restart your X server (if you don't know how to do this, just restart your laptop)
4) Start gsynaptics and configure the touchpad:

You can also disable vertical scrolling by going to the scrolling tab.
Tuesday, June 19, 2007
Computers, rubble, cables, posters, video consoles, electronics, measuring machines, books, proximity sensors, a disco ball, and a lot of geeks. So delightfully chaotic. All of this is called Metalab, and I'm standing in the middle of it. You won't guess what is going on inside if you pass by it, but here it is, ten meters from Vienna's castle-like town hall. It is an inconspicuous basement, spanning five rooms; a hacker's paradise, financed partially by public funds. It's a self-run lab that strives to bring more technological innovation in a typically conservative Europe.
I'm in Vienna because my team is competing in YEurope, a seed funding contest created by Metalab's founder. It is the first contest of its kind in Europe and it boils down to finding the most promising tech startups. YEurope is a meeting place between talented young entrepreneurs and investors with experience and/or money. The best teams get funded for the first 3-5 months, in exchange for 2-10% of the stock of the new company. Not all companies turn to profit but statistically it is a win-win situation because even if one in ten of the funded companies becomes big in the future, the stock pays for the loses on the other nine companies and the investors even make a decent profit.
The rules, the format and even the application form are modeled after a US contest called YCombinator. YCombinator is such a big success that a few hundred highly intelligent people apply for it yearly. But they don't apply for the "measly" few thousands of dollars that are on the line, they apply because of the mentorship, support, and social networking opportunities they will get once they are among the winners.
In Europe risk and subsequent bankruptcy equates to failure, because the two-guys-in-a-garage way of starting a business is not considered viable. In the US on the other hand there is a real bootstrap culture that has brought us companies like Google and Microsoft. Funding in Europe is only available to well-established companies with a good track record. Twenty year-olds that get millions of dollars in funding based only on their idea and a mockup is something unheard of. Europe is lagging behind in innovation and the EU is just starting to feel worried about this. I'm not saying they should completely emulate the US way of bringing up innovation, but they should at least think of establishing a few "Metalabs" here and there.
(The text refers to Friday 15th of June 2007)
Tuesday, May 29, 2007
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
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)
Sunday, May 13, 2007
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.
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
Tuesday, April 24, 2007
My name is Ovi and I am originally from Targu Mures, which is located in Transylvania, a region of Romania which probably reminds you of Dracula. I am 21, in a relationship with a beautiful and intelligent woman, and I'm currently a sophomore studying IT at INHOLLAND University, Amsterdam.
The IT department at INHOLLAND is small and I love it because all the students and teachers know each other. It's actually kind of a school in a school, because it doesn't have much in common with the rest of INHOLLAND (and trust me, that's a good thing). The program contains a lot of Cisco (CCNA, CCNP and Cisco Wireless), programming (more Java, C, ASP/C#), and Math (Calculus, Discrete Math, Signals). When I will graduate (hopefully earlier than expected) I will earn a Bachelor of Engineering degree.
I have been working with computers since I was in the 2nd grade. I usually wake up and go to sleep in front of a computer. I have a tendency to do a lot of extracurricular stuff as I find working on real projects the best way to learn Computer Science. So if you want to know what I know, don't necessarily look at what I do in school (but more on my projects later). My main interests are datamining, , Linux and (more recently) networking and security. I also have a vast experience in PHP (5+ years), and I'm busy studying semi-advanced Java.
My astrological sign is Aquarius and I am left handed and disorganized (strangely I find this an asset, as it stimulates my imagination). I love music of all kinds, but especially oldies. I hope to have enough time to learn how to play piano soon. I also like movies in general (and SciFi, decent comedies and French movies in particular).
I don't know exactly what you'll find on this blog. I guess it depends on my mood. But I will probably write a combination of technical posts, personal opinions on life, and (if I really start to study for the GRE exam), English words and essays.
I have to admit, I'm a little bit paranoid when it comes to publishing information about myself online. Some would say it's nonsense, and others would see it as a legitimate cause of concern. Since I'm into datamining and Computer Science in general, I'm aware that employers are starting to collect online information about candidates during the interview process. Even on a public blog people tend to publish personal information, and this clashes with the mask that they put on when they go into an interview.
When I think about this newfound way of getting information about potential and current employees I automatically ask myself if you can ascertain somebody's work potential by reading a personal blog. Come to think of it, if I would be the one doing the interviews I would probably try to google the candidates, but I would not judge them from a personal point of view.
Excuse the babbling, it's late.