Categorie
Information and Communications Technology

Using Empathy with MSN Telepathy Butterfly behind a proxy

According to the Empathy FAQs, the MSN telepathy butterfly component should correctly use a proxy if python-libproxy is correctly installed.
I’m using linux mint debian edition latest with:
telepathy-buttefly 0.5.15
python-libproxy 0.3.1
but for me empathy does not work behind a proxy.
I’m trying to resolve this issue, but i found a workaround, edit as root the file:
/usr/share/pyshared/butterfly/protocol.py
modify the _parameter_defaults as follow:

    _parameter_defaults = {
‘server’ : u’messenger.hotmail.com’,
‘port’ : 1863,
‘http-method’ : True,
‘http-proxy-server’: ‘proxy-host’,
‘http-proxy-port’: ‘3128’,
‘https-proxy-server’: ‘proxy-host’,
‘https-proxy-port’: ‘3128’,
}

replace proxy-host with the address of your proxy and 3128 with the port of your proxy

Categorie
Information and Communications Technology

Installing Windows 8 Beta Developer Preview on VMware Player

If you try to install Windows 8 Developer Preview on VMware Player 3.1 you will get an HAL_INITIALIZATION_FAILED error starting the installation of Windows 8. This error because VMware Player 3.1 do not support ACPI 2.
It’s possible to “virtual” install Windows 8 on VMware Player 4. But there is a problem, VMware 4 is not available for download as standalone (until now). You must download and install VMware Workstation 8 (demo version), that include a free version of VMware Player 4. This is the link to download it:
http://www.vmware.com/go/downloadworkstation
I installed the ubuntu version on xubuntu 11.04 and the installation of Windows 8 on VMware Player 4 went fine.

Categorie
Information and Communications Technology

Linux Fortigate VPN Client

I found a VPN client for Fortigate that works on linux:
Linux Fortigate VPN Client

Categorie
Information and Communications Technology

.NET Reflector 6 free versions

The .NET Reflector free version is no more available on Red Gate site. I uploaded free versions on megaupload. Each version requires to update if it’s too old. To get it working without updating, you must go back with system time.
The links are these:
.NET Reflector 6.8.2.5 (no updates on 16/09/2011)
.NET Reflector 6.5.0.135 (no updates on 20/02/2010)
 
 

Categorie
Information and Communications Technology

Nokia Symbian Free Open Source Flash Torch NFlashTorch 0.1 (uses camera flash)

I developed a free torch for Symbian S60 phones. It’s tested on Nokia C5-00 and Nokia C7-00.
This torch uses the camera flash led.
These are googlecode links:
NFlashTorch Project Home
NFlashTorch-0.2.sisx (self-signed)
Browse Source Code
NFlashTorch-0.1.sisx (self-signed)
NFlashTorch 0.1 source code

NFlashTorch-0.2.sisx (self-signed)

Categorie
Information and Communications Technology

Finally Ati PowerPlay on linux and PowerPlay Switcher

From kernel 2.6.35, there is a support to the Ati PowerPlay Technology. Regulating the clocks of your ATI within linux (with the open source driver) is now possible. The interface is a sysfs interface, i.e. you must write some string in some files to change settings on the fly.
It’s described in the Archlinux wiki, at this page:
https://wiki.archlinux.org/index.php/ATI#Powersaving
A graphical interface should be useful. I developed a small perl script using gtk-perl to change powerplay settings. I named it PowerPlaySwitcher. It’s a very simple utility. You can download it at these urls:
http://power-play-switcher.googlecode.com/svn/trunk/PowerPlaySwitcher-0.2.zip
http://power-play-switcher.googlecode.com/svn/trunk/PowerPlaySwitcher-0.1.zip

Categorie
Information and Communications Technology

SvgHtmlImageMapEditor released version 0.4

Released version 0.4. SvgMap renamed to SvgHtmlImageMapEditor. Now version 0.4. Added support for moving objects with keyboard arrows. This is the link:
http://nikiink.tripod.com/SvgHtmlImageMapEditor

Categorie
Information and Communications Technology

HTML Image Map Editor with SVG and Javascript Version 0.2

Released functional version of my HTML Image Map Editor created with javascript and SVG. Versions are available on http://nikiink.tripod.com/SvgMap. The editor works online and offline. It’s only one html page. Tested on Firefox and Opera (native svg browsers). On Firefox better for managing vertex. On Opera the vertex numbers are not displayed on mouse over vertex.
Someone suggesting a name for this SVG HTML Map Editor? Now i named it SvgMap but is not obvious is related to html image map.

Categorie
Information and Communications Technology

HTML Image Map Editor with SVG and Javascript

I’m developing an Html Image Map Editor in Svg. This is the url. It’s only one html page. With a test image.
All versions online and downloadable are here:
http://nikiink.tripod.com/SvgHtmlImageMapEditor
It works only in SVG enabled browsers like Firefox and Opera.

Categorie
Information and Communications Technology

Installing VMware ESXi Server 3.5 on VMware Player 3.0

This post is for a mad virtual machine. A virtual machine with installed ESXi Server 3.5 as operating system.
My host system is Windows Vista 64bit Home Premium with AMD Athlon X2 model 215 with virtualization support AMD-V. The virtual machine engine is VMware Player 3.0.
So, let’s start. First of all we have to install VMware Player 3.0.
draft….
enable ide
alt-f1
IDE–> ISCSI
altf2altf1 install altf2 altf1
ethernet0.virtualDev=”e1000″
draft…