Monday, May 11, 2009

Disassemble Toshiba Satellite Pro 4200

www.bixnet.com/toshiba2.html

www.eserviceinfo.com/downloadsm/5211/Toshiba_4200%20/%204300.html

General google keyword:
manual|guide|how disassemble|replace|repair satellite 4200|4260

Thursday, May 7, 2009

Controls in pages of pageframe are not refreshed until they receive the focus

PRB: Controls in a Page Frame Are Not Refreshed
http://support.microsoft.com/kb/132179

Understanding code that behaves strangefully

Put this before line(s) of code in question:

SET COVERAGE TO [ADDI]

and this after:

SET COVERAGE TO

BackTrack

How to make Backtrack 4 persistent installation on USB disk drive
www.itsolutionskb.com/2009/04/how-to-make-backtrack-4-persistent-
installation-on-usb-disk-drive/

Wednesday, May 6, 2009

Networking: Add static route

ip route add 192.168.2.0/24 via 192.168.1.254

Source:
How do you add a route to Linux (www.experts-exchange.com/Networking/Linux_Networking/Q_21195972.html)

Google keyword: add static route backtrack|linux|slax

Monday, May 4, 2009

Modem Extra Settings for various provider in Indonesia

SETTING Dial UP INTERNET di Laptop/PC
http://dani-sofian.blogspot.com/2009/04/setting-dial-up-internet-di-laptoppc.html

Saturday, May 2, 2009

Windows Update: Limit WindowsUpdate.log size

UPDATE on Mar 9, 2015:

The logfile is supposed to be maintained by the WUAgent. It's a rotating log file and should auto-rotate approximately every 30 days or at 2MB size [so NO automatic truncation needed?]
(from How to empty or reduce the size of the Windows Update Log?)


No solution found yet!

Workaround:
Create file named, for example, startup.cmd containing these commands:
net stop wuauserv
del %windir%\WindowsUpdate.log
net start wuauserv

Assign that file as Machine (computer) startup script using gpedit.msc (local) or Group Policy Management (domain)