|
Tue, 14 Nov 2006 15:55:00 +0100 CLR v2 uses FIPS validated cryptographic algorithms as default(SHA for hashing)
Cryptographic hash function #hasher.ps1 "This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms." Turn off FIPSAlgorithmPolicy for managed HashAlgorithms(MD5/SHA256/SHA384/SHA512) Registry Windows Registry Editor Version 5.00 GUI start -> Control Panel -> Administrative Tools -> Local Security Policy -> Local Policies -> Security Options -> Ref Enforcing FIPS Certified Cryptography Sat, 11 Nov 2006 18:04:00 +0100 IP to Base 10/Base10 to IP scripts
IP to Base 10 #ip2b10.ps1 Ip to Base 10 alternate method #ip2b10pow.ps1 Base10 to IP #b102ip.ps1 Ref Abc of an IP Address Fri, 10 Nov 2006 22:30:00 +0100 Countdown to wii release date script
wii #wii.ps1 Thu, 09 Nov 2006 10:10:00 +0100 Make svg scale inside host container(viewing client or html object)
Scalable Vector Graphics using sample http://upload.wikimedia.org/wikipedia/commons/6/62/PD-icon.svg <?xml version="1.0" standalone="no"?> change <svg width="220px" height="220px" xmlns="http://www.w3.org/2000/svg" version="1.1"> to <svg viewBox="0 0 <width> <height>" xmlns="http://www.w3.org/2000/svg" version="1.1"> done <?xml version="1.0" standalone="no"?> Render it proportional(ViewBox) inside host container(html object) <object type="image/svg+xml" data="http://<domain>/PD-icon.svg" width="400" height="400"> Ref ViewBoxAttribute carto:net - Example for viewbox control Tue, 07 Nov 2006 22:43:00 +0100 Powershell supply pipeline or arguments to cmdlet scripts
#pipe_args.ps1 Ref MSH: Get Extended Properties of a File Accepting Pipeline Input in PowerShell Scripts and Functions Sat, 04 Nov 2006 21:09:00 +0100 Windows PowerShell
Get .NET Framework 2.0 .NET Framework Home > Downloads > SDKs, Redistributables & Service Packs Microsoft .NET Framework Version 2.0 Redistributable Package (x86) .NET Framework 2.0 Software Development Kit (SDK) (x86) Get PowerShell Windows PowerShell 1.0 Release Candidate 2 (RC2) English update package for Windows Server 2003 Service Pack 1 and for Windows XP Service Pack 2 Windows PowerShell 1.0 RC2 English-Language Package for Windows XP (KB925228) (x86) Windows PowerShell RC2 Documentation Pack Sites Windows Server 2003 R2 / windows PowerShell Windows PowerShell SDK (pre-release version) Script Center / Scripting with Windows PowerShell Windows PowerShell Wiki Windows PowerShell Wiki / Windows Power Shell Quick Start The PowerShell Community Extensions scripts.readify.net / for the Microsoft Command Shell / Scripts Blogs Blog of Windows PowerShell team. Improving the world one-liner at a time. Monad / Monad Technology Blog Arul Kumaravel's WebLog / Windows PowerShell technology blog /\/\o\/\/ PowerShelled PowerShell For Fun ::::::::: PowerShell ::::::::: Precision Computing / MSH:1337 >"hello world" | out-web / Software Design and Development Jeff's Scripting Blog and More Keith Hill's Blog / Windows PowerShell MVP Abhishek's PowerShell Blog Time is an illusion. Lunchtime doubly so. Under The Stairs / Thomas Lee's collection of random interesting items, views on things, mainly IT related, as well as the occasional rant. Fri, 03 Nov 2006 20:28:00 +0100 Bookmark shoutcast stations or other playlists in winamp
winamp / playlist / shoutcast / .pls Path %ProgramFiles%\winamp\winamp.bm Format http://<domain>/<filename>.pls Thu, 02 Nov 2006 11:01:00 +0100 Block ad/malware servers
hosts file / Firefox / adblock / adblock plus / Opera Filters the MVPS HOSTs File hosts Andrew Short (sh0rtie) - the Hosts File Project hosts / adblock Dan Pollock - how to make the internet not suck (as much) hosts Mike Skallas - Mike's Ad Blocking Hosts file hosts James Moberg - How To Block Ads (& Web Bugs) Without Extra Software hosts Peter Lowe - adservers hosts / adblock / urlfilter Bluetack's HOSTS File hosts Fanboy adblock / urlfilter Andre Correa - Malware Block List hosts agressive test / adblock regular Malware URL List http://isc.sans.org/urllist.php Share your Adblock list ! adblock Adblock Filterset Generator (beta) adblock filtersetX adblock trackersetX adblock Gunnars Filter adblock Adrian G. Kousz adblock Al Redzs adblock W-bug-Blocker(beta) /adblock WBB-Whitelist(beta) /adblock P-Blocker(beta) /adblock Website blacklist(beta) FiltersetP adblock Suda adblock Known Adblock Plus subscriptions EasyList EasyElement Cédrics Liste dutchblock Filters by Dr. Evil Filters by Dr. Evil - "Element Hiding" Fanboy’s List adblock.free.fr complete adblock.free.fr basic ChinaList Corset RU AdList JAB Creations jamieplucinski.com Paths Windows 95/98/Me hosts %windir%\hosts Windows NT/2000/XP/Vista hosts %SystemRoot%\system32\drivers\etc\hosts Firefox(about:config) %AppData%\Mozilla\Firefox\Profiles\<xxxxxxxx>.default\prefs.js Firefox adblock plus %AppData%\Mozilla\Firefox\Profiles\<xxxxxxxx>.default\adblockplus\patterns.ini Opera %AppData%\Opera\Opera\profile\urlfilter.ini Format Hosts # Copyright (c) 1993-1999 Microsoft Corp. Firefox adblock(import/export) [Adblock] Firefox adblock(prefs.js/about:config) # Mozilla User Preferences Firefox adblock plus(import/export/subscription) (Adblock Plus 0.6.1.2 or higher required) [Adblock] Firefox adblock plus(patterns.ini) # Adblock Plus preferences Firefox adblock plus(prefs.js/about:config) # Mozilla User Preferences Opera content filter(urlfilter.ini) Opera Preferences version 2.1 |