>

About Lord TCT

Lord TCT, is a software and system consultant from Kuching, Sarawak specialising in enterprise solutions development. He is currently operating from Manchester, UK. Lord TCT is an IT enthusiast who can be considered a veteran in Microsoft technologies more than 10 years of software development experience. Despite being a Microsoftie, he is also an avid fan of Linux and develops software for Androids. As you might have guessed, he hates Macs and iPhones because to him, they are over hyped, making them fashion products more than useful products. In contrary to popular believes, Lord TCT does not hold any degree in the field of computing, but currently holds a degree in Chemical Engineering from the University of Manchester.
Website: http://www.thebits.info
Lord TCT has written 52 articles so far, you can find them below.


Exploit.JS.Pdfka.atf still in the wild?

Apparently a zero day PDF exploit is still on the wild, targeting unpatched Adobe Acrobat users. Here’s an actual exploited PDF file (with the XMP payload removed to prevent script kiddies from using it):

Viruscan: http://virusscan.jotti.org/en/scanresult/ac0da53fe0e1ba5a0cece750df99facf167c4f84
(more…)

2010 Manchester Summer Solstice in 5 minutes

Enjoy! Tutorial will come soon!

http://www.youtube.com/watch?v=ZWIJdOv3bdQ

Fix: AsyncFileUpload always return “The file attached is invalid”

If you’re using Microsoft ASP.NET AjaxToolkit’s AsyncFileUpload placed inside a webform nested in a master page, chances are you’ll be faced with a baffling error message “The file attached is invalid”. No amount of manual troubleshooting and breakpoint-ing help because there’s no complete error messages (or even any that makes sense).

The reason: The client side script got confused because it couldn’t find the predicted ClientID.

The solution: Add ClientIDMode=”AutoID” to your markup!

Getting .NET Forms Authentication to Work with Active Directory

Developers new to Active Directory programming might find it frustrating that the ActiveDirectoryMembershipProvider example codes provided by Microsoft does not seem to work, at least on Windows 2008 R2 with ASP.NET 4.0 using “logon” usernames eg. “administrator”, “domain\joe”.

The reason is because the ActiveDirectoryMembershipProvider by default maps username to as UPN username (User Principal Name, ie. joe@domain.com) instead of SAM account name (Security Accounts Manager, ie. administrator, domain\joe).

To enable logging on using SAM account name, add attributeMapUsername=”SAMAccountName” to your web.config:



        
    

Getting N56FU/E6000 to work in Linux

They are many reasons why I wanted to get this meter working in Linux. But whatever your reason is, this guide is for you.

Screenshot-2

Screenshot of QtDMM 0.8.13 reading of the N56FU. This screenshot was captured from an Asus EeePC 900 running Ubuntu 9.10.

(more…)

Page 1 of 1112345»10...Last »