ESXi 7 root password reset

It was a big mistake on my part but I did it: I’ve set a weird root password on my ESXi, I thought I’d remember it, didn’t write it down, didn’t setup SSH key access or vSphere… and lost access to the admin of my server. Bummer. The official documentation says “reinstalling the ESXi host … Read more

Disable Monitor Off Detection Under Windows 7

I searched for a while through the Internet to finally find a comment with the answer: in a multi-screen configuration, if you want to turn the screens off without Windows disabling them, you just have to disable PCI-Express energy savings. Control panel Energy saving things Energy schema window->Edit scheme settings (a blue link on my … Read more

Insight of a Dangerous Move…

You probably know IDM, which is the company who created the famous UltraEdit (just to name this one). Recently, they changed their licensing system, from a simple username/serial to an online activation with login/password. What are the benefits for the user? Virtually none. What are the bad news? Let’s see…

Read more

Freeswitch over NETMAPped VPN

I’ve made a configuration with Freeswitch and a VPN connection that could help other, so I post it here. The network configuration is: two local networks (192.168.0.0/24) using one gateway for each network. The two gateways are connected through a PPTP VPN, and use NETMAP to map from their local 192.168.0.0/24 to the VPN addresses 172.16.X.0/24 (and vice versa), X being different for the two local networks of course. This way the Freeswitch network is accessible via 172.16.1.0/24 and the other network (with the phone on it) is accessible via 172.16.2.0/24. A little schematic to be clear about it:

   172.16.2.0/24 — 172.16.2.1 (gateway) 192.168.0.1 — 192.168.0.2 (phone)
   (VPN)
   172.16.1.0/24 — 172.16.1.1 (gateway) 192.168.0.1 — 192.168.0.5 (Freeswitch)

In this configuration, the phone can be accessed either locally with 192.168.0.2 or by the two networks with 172.16.2.2 (thanks to the NETMAP rules). In the same way, Freeswitch has the local IP 192.168.0. but can also be reached via the VPN address: 172.16.1.5.

Main difficulties were to: 1) make phone and Freeswitch use the VPN addresses instead of “probed” local ones, and 2) make the phone be recognized as an internal member, and as such a “default plan” user (and not just the “public plan” like external members do).

Read more

Voltorb Flip in Javascript

Ever played the Pokemon game Voltorb Flip in the casino? Well, here it is for your computer, all made of HTML, CSS and Javascript on the same page! For those who down’t know this game, it’s a reflexion game, a bit like sudoku. Go and try it here : http://www.mwyann.com/voltorbflip.html

Make your own Ratatouille for your Spica

Samsung Galaxy Spica is a low-end phone but quite good anyway. Not enough, according to a team of developers at Samdroid.net, who decided, after having created a 2.1 Android ROM, to take Froyo on this device. And even better, to make the famous mod CyanogenMod on this very same device, even if its support is … Read more

UEStudio Update Checker

UEStudio is a great editor, but it lacks an auto-check for updates. Here is a simple little piece of software that you can put into your Startup group that will check for a new version of UEStudio on every Windows reboot.

Read more