Wednesday, April 23, 2008
Video Capture
Debut is a simple, easy to use video recorder that lets you capture video files directly on your PC using a webcam (video camera), or capture device (from video). This software can also capture and record almost anything that can be played or displayed on the computer screen. The program saves the video on your hard drive as avi, wmv or many other file types.
~ts
Change TCP/IP gateway via comman line interface
Set the gateway to 192.168.1.10:
d:\>netsh interface ip set address name="wireless" gateway=192.168.1.10 gwmetric=0Set to the gateway provided by DHCP:
d:\>netsh interface ip set address name="wireless" gateway=none~ts
Sunday, April 13, 2008
Boot from USB drive
Wednesday, April 09, 2008
Google Mobile on BlackBerry
When I tried to access http://mobile.google.com using my BB8320 in the Philippines, I am always presented with a non-English, non-Pilipino language. I was guessing that it must have been Chinese language which I can not read at all. To get around with this, use the following URL instead:
http://www.google.com/m?hl=en
~ts
Subscribe to:
Posts (Atom)
Fedora install screen chronicle
Fedora install screen chronicle Below are links to Fedora installation screens. It is interesting to see how it has evolved over time. Fe...
-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
Tried to run GenerateProjectFiles.bat to build Unreal Engine from source ( link ), but got error like below: C:\>Users\x\UnrealEngi...