Launch MITM attack using Ettercap

If you're using Windows 7 to launch Ettercap, you might notice that it will crash once you start the sniffing process. You might have tried to launch it in Administrative privilages, enabled WinXP compatibility mode, but nothing success. The reason causing all this is because Ettercap doesn't support IPv6, just not yet.

So if disabling IPv6 works, how do I do it? You can simply disable it by untick the IPv6 box under the active network connection properties. However, it will be re-enabled once again upon restart. To disable it permanently, a visit to regedit is inevitable.

Quote from AddictiveTips:
It gets enabled again once the system is restarted, so in order to permanently disable it, open the registry editor by clicking Start, then type regedit and hit Enter. Once it is launched, navigate to HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > services >TCPIP6 > Parameters key.

Enjoy using Ettercap under Windows 7!

References:

Max Resolution supported by various display connector

Below are the list of maximum resolution supported by various display connector:

HDMI maxes at 1920x1200

DVI-D and Display Port maxes at 2560x1600

VGA at 2048x1536

Dell 27" U2711

I've been wanted to change my current 23' (Acer H233H) with glossy screen to a matte screen panel.

Here are some reviews from various source for future references.

Reviews:
FlatPanelHD
PRAD (German to English Translation)

Some issues that might concern you on U2711:
  • Anti-Glare (AG) coating (less intrusive and aggressive than U2410)
  • Non-native Full HD resolution

Something to keep in mind before purchasing U2711:

  1. You'll need dual DVI inputs to support 2560x1440 resolution.

From [H]ardForum:

Quote:
Originally Posted by VectraP View Post
Would I be able to get 2560 x 1440 working with a normal HDMI Cable?
No.

Single-link DVI can only transmit up to 1920x1200 at 60Hz. To do higher resolutions (including 2560x1440) at 60Hz, dual-link DVI is required. Single-link DVI uses 12 pins, dual-link DVI uses 24 pins, HDMI uses 19 pins and Displayport uses 20 pins. HDMI and DP achieve the higher speeds required for higher resolutions or higher Hz by sending more data through the same pins, while DVI achieves the higher resolutions or speeds by adding more pins in dual-link mode. HDMI and DP cables can transmit single-link DVI because they have more pins than necessary, but there is no way for HDMI or DP to transmit dual-link DVI because they don't have enough pins.

Edit: I speak here of converting HDMI from your video card to the DVI port on the u2711, because the u2711 is not capable of doing more than 1920x1080 through its HDMI port. According to the documentation, you can only get 2560x1440 on the u2711 through dual-link DVI or Displayport.

Mounting a UFS (FreeBSD) slice on Linux

1. As usual, open up a terminal and login as root: $sudo bash

2. To check which location is the UFS drive name, enter 'fdisk -l'. You should see a line such as /dev/sdc1. Note this down.

@ As an alternative, go to System Administration -> Partition Editor to find out the drive name.

3. Enter mount -t ufs -r -o ufstype=ufs2 /dev/sdc1 /media/freebsd to mount the slice as partition under Linux.

* You can just create a new folder under /media or /mnt, in this case, freebsd.

Enabling CPU Scalling in Linux to conserve power

Source: http://embraceubuntu.com/2005/11/04/enabling-cpu-frequency-scaling/

In addition, to add the option to manually select the speed via the CPU Frequency Scaling Monitor panel, you'll need to enter the following command in case you miss it on the source:

$sudo chmod +s /usr/bin/cpufreq-selector

HTML5 demo

Here are some of the features make available on HTML5.

Link

ZSNES - Alternative SNES Emulator than Snes9X

Here's another SNES Emulator I found from a forum thread today. Haven't try it out yet but the words had it that it might surpass the Snes9x emulator.

Link : http://www.zsnes.com/

Controliling PC/Console Emulator Games via iPhone/iPod Touch

Here's a good iPhone/iPod Touch app that can turn your iPhone/iPod Touch into a wireless gaming controller for PC or console emulator. Too bad I prefer physical button.

Link : http://www.wifipad.com

Streaming Video from your PC (Media Server) to your iPhone/iPod Touch

There are basically two popular streaming media server such as TVersity and Air Video Server (AVS). However, I choose to use AVS as it support conversion ON-THE-FLY. In other words, you can stream and watch the video without needing to wait for the conversion to be completed. I believe AVS is the only media server so far that support such functionality. I didn't experience any lagging at all when running on Wireless G signal and AVS is running on Intel Core 2 Duo laptop.

Link for Air Video Server.

You'll also need to download AVS app for iPhone/iPod Touch from iTunes Store after installing AVS on your PC/MAC. There are both free and paid version of the app. The free version only allow a maximum of 4 videos to be shown on the list.

However if you wanted to try TVersity you can read the guide here.

Streaming Music from foobar2k to your iPhone/iPod Touch

In order to stream music from foobar2k to your iPhone or iPod Touch. There are several things that need to be installed.

Below is my setup:
foobar2k v1.0
iPod Touch 2nd generation running firmware 3.0
Windows 7 Professional

Setup UPnP Server for foobar2k v1.0
  1. Download foo_upnp component from foobar2k official component page here.
  2. Upon extraction, copy foo_upnp into your foobar2k component directory. Eg: C:\Program Files\foobar2k\components
  3. Start foobar2k and go to the Preference page. The setting for UPNP component is located under Tools -> UPnP.
Purchase and download Plug Player from iTunes Store for $4.99.
* Despite many people giving unsatisfying comment about the app, it works just fine for me. None issue encountered. It works out of the box.
  1. After downloading it, simply launch the app and select 'foobar2000 Media Server' from the Select a Media Server section.
That's it! Now you can stream your music library directly from your foobar2k to your iPhone/iPod Touch.

Extra

If you wish to edit the layout of the 'Browse' list in Plug Player, simply read the documentation here.