Category : Programming : Technology

Tainted Data

Programming
In large programs, especially when heavy abstraction is involved, it's sometimes impossible to tell where your data is coming from. Consider the following situation: a server application takes user input from a client and does some processing. It then offloads some of this processing (for examp

How to Make a Logon Script

Programming
Logon scripts can help a network administrator perform multiple functions such as mapping a network drive, which is basically assigning a shared folder a drive letter on your specific computer or even something like setting up users' printers when they log on. Scripts have always played a part in pe