WindowsXP-KB893357-v2-x86-ENUIn order for Windows XP SP2 computers to join wireless networks using WPA2 you must install the following update : KB893357 from Microsoft (validation required), or you can get it from here, without validation.
Apr 07 2011
Using Cacti with DD-WRT and Ubuntu
Tested on :
Ubuntu Server 10.10 x64
DD-WRT v24-sp2 (08/07/10) std running on TP-Link TL-WR1043ND
Cacti 0.8.7g with NET-SNMP 5.x and RRDTool 1.4.x
After installing cacti (follow this tutorial) , i used this template.
Original template location is here .
To use the template you need to upload theese files to :
ddwrt_assoc_clients.xml to resource/snmp_queries/
ddwrt_nmb_wireless_clients.php to scripts/
From cacti menu use Import templates option under Import / Export section in Console menu for the template file : ddv24 by odmon.com.xml
Apr 04 2011
Static DHCP on CISCO IOS
After replacing a normal router with a Cisco 881K, i had to re-assign static addresses to a couple of printers (actually one – because the other has a LCD panel and i can manually enter it’s IP address).
The problem was that Cisco documentation states that after creating a dhcp pool , you just need to enter the IP address and the client identifier. Normally the identifier is the MAC address concatenated with a number representing the Ethernet media type. In my particular case, i had to use only the MAC address, in order for the printer to get the assigned IP.
"DHCP clients require client identifiers. The unique identification of the client is specified in dotted hexadecimal notation, for example, 01b7.0813.8811.66, where 01 represents the Ethernet media type, and the rest is the MAC address for the device".
Steps : Continue reading
Feb 28 2011
Transfer files over SSH to Iphone using USB
In order to SSH to my Iphone i’ve tried a few tutorials until i found one working. So here is how I did and my setup :
Iphone : 3GS jailbroken
You must have OpenSSH installed.
OS : 3.1.3
Itunes version : 9
WinSCP
Windows XP / 7
Continue reading
Feb 12 2011
Proxy only for certain sites
Your public fixed IP banned on a few sites, or you don’t want your real IP to be seen on themĀ ? Normally by using a proxy you can bypass this problem.
But, by adding a proxy in your IE or Firefox configuration you direct all your HTTP/HTTPS/FTP/SOCKS traffic through the proxy, something you don’t need. Remember, there are only a few websites that need this. ( Proxies are slower ).
Here is a fix for Internet Explore and Firefox ( under Windows ). We need to create a PAC file (Proxy Auto Configuration) and then instruct IE / Firefox to use it.
Continue reading
Feb 12 2011
Firefox bookmarks
Mozilla Firefox stuff :
I have many bookmarks so i want to include them in my daily backup. I don’t like exporting them manually from Firefox so I searched for another way to do it. Mozilla Firefox 3 and later have a file named places.sqlite located in C:\Users\username\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxx.default where xxxxxxx is a random string.
For those who want their bookmarks converted in a .html file there is an option browser.bookmarks.autoExportHTML in Firefox. When set to true it exports the content of places.sqlite in a file : bookmarks.html located in C:\Users\username\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxx.default
where xxxxxxx is a random string. To set browser.bookmarks.autoExportHTMLto true just type in Mozilla address bar : about:config then browser.bookmarks.autoExportHTML, right click on it, and then toggle.
Now each time you close Mozilla Firefox, it will create a file named bookmarks.html in the location specified above.
These instructions are valid for Windows 7.
Feb 12 2011
Encode video in H.264 format for Iphone, HTC using CUDA
This guide will help you encode your videos in H.264 format, MP4 container using MediaCoder and your NVIDIA CUDA GPU.
The hardware configuration used was : Q6600 CPU, Nvidia GeForce GTX 460, 4 GB DDR3 1066MHz RAM.
Software configuration : Windows7 Ultimate 64bit, video driver 260.99, MediaCoder2011-RC2-5016-x64
Other software used : Videora HTC Converter v.6, Gspot v2.70a (not really needed).
Continue reading