Recent Comments
- Roger Cody Venable on MySQL Upgrade To 5.1: Database Name Prefix #mysql50#
- Sharon Cote on Disappearing Bottom Panel & Top With Firefox + Linux Mint
- Pratik on Install GD Library For PHP5 On CentOS
- Compiling, Running and Cursing on Chromium OS – Getting It To Work ~ Mattias Geniar on Chromium OS: error: RPC failed; result=22, HTTP code = 502
- Lovelesh on Simple Apache Security Trick – ServerTokens & ServerSignature
- No need on VMware: internal error – vmodl.fault.HostCommunication
Category Archives: windows
TCP Traffic Redirection on Windows
A very nifty tool, called RINETD. Redirects TCP connections from one IP address and port to another. rinetd is a single-process server which handles any number of connections to the address/port pairs specified in the configfile. How to use it … Continue reading
Cool Windows Screensaver: The Blue Screen Of Death
Here’s a fun piece of software by SysInternals: BlueScreen. It does what the name implies: Bluescreen is a screen saver that not only authentically mimics a BSOD, but will simulate startup screens seen during a system boot. * On NT … Continue reading
Windows 7 Release Candidate Available For Download
Get it, while it’s hot! A fun sidenote, though: The RC will expire on June 1, 2010. Starting on March 1, 2010, your PC will begin shutting down every two hours. Windows will notify you two weeks before the bi-hourly … Continue reading
Connect SQL Server Management Studio Express To Alternate TCP Port
Since I didn’t find it right away, here’s the solution. The default notation “server:port” doesn’t work here (for God knows what reason). You need to seperate the hostname and port with a comma. Here’s an example. What ever happened … Continue reading
PowerShell: Windows Scripting Made Fun Again!
Windows Scripting used to be horrible. You got a lousy language to write in – Visual Basic (especially coming from C-like languages) – and it just didn’t seem all that powerfull. Any action you wanted done, required quite a few … Continue reading