May 27, 2007 - My Eyes Only    Comments Off on Intel Pentium Dual Core T2330 / 1.6 GHz processor (mobile)

Intel Pentium Dual Core T2330 / 1.6 GHz processor (mobile)

This is the processor installed in the Dell Inspiron 1525 notebook.

MPN: LF80537GE0251MN
Product Type: Processor ( mobile )
Processor Type / Form Factor: Intel Pentium Dual Core T2330
Multi-Core Technology: Dual-Core
64-bit Computing: Yes
Processor Qty: 1
Clock Speed: 1.6 GHz
Bus Speed: 533 MHz
Compatible Processor Socket: Socket P
Packaging Type: 478-pin Micro FCPGA
Manufacturing Process: 65 nm
Thermal Design Power: 35 W
Thermal Specification: 100 °C
Architecture Features: Enhanced SpeedStep technology, Execute Disable Bit capability, Intel 64 Technology
Installed Size: L2 cache – 1 MB
Type: Advanced Smart Cache Expansion / connectivity
Compatible Slots: 1 x processor – Socket P

For more info:
http://ark.intel.com/Product.aspx?id=32432

May 27, 2007 - Old    Comments Off on Troubleshooting TivoWebPlus

Troubleshooting TivoWebPlus

If you cannot access the TivoWebPlus web page, maybe the TWP server isn’t running.

[b:3ofctkzn]Here’s how to start it…[/b:3ofctkzn]
Open a [b:3ofctkzn]Telnet [/b:3ofctkzn]session to the Tivo.

cd to the following directory (this is case-sensitive):
var/hacks/TivoWebPlus

Run the following command:
[code:3ofctkzn]tivoweb console
[/code:3ofctkzn]

You should see a few lines of output, ending with:
Accepting connections

You should now be able to point your web browser to the tivowebplus server.
If desired, add a line to your [b:3ofctkzn]rc.sysinit [/b:3ofctkzn]to automatically start the server.

May 27, 2007 - Geeky General    Comments Off on Running scripts with a batch file using cscript.exe

Running scripts with a batch file using cscript.exe

There is a file in Windows called cscript.exe that can be used to run scripts.

To run a script as a batch file (.bat), with credentials, create a batch file use the following syntax.

To prompt you for the password:

runas /user:username "cscript.exe //D \\avnwdc13\renameprof\install_service.vbs"

To include the password:

runas /user: username /password:password "cscript.exe //D \\avnwdc13\renameprof\install_service.vbs"