Category: Tips, Techniques and Technologies

A thorough list of SED command line examples

When working toward updating my upgrade script to read the usernames and passowords from the wp-config files, I came across this helpful list: ————————————————————————- USEFUL ONE-LINE SCRIPTS FOR SED (Unix stream editor) Dec. 29, 2005 Compiled by Eric Pement – pemente[at]northpark[dot]edu...

How to remove the Internet and Mail icons from the Start Menu with RegEdit

There’s always the easy way. by Right clicking and choosing properties on the start bar: But here’s the quick and dirty… Create a .reg file with this content and apply it. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows \CurrentVersion\Explorer\StartPage] “Favorites”=hex:00 “FavoritesChanges”=dword:00000001 “FavoritesResolve”=hex:00,00,00,00,00,00,00,00...