WELCOME



Feel free to browse and possibly find what your looking for. If you find what you are looking for please leave a comment or if you have a better solution I will be happy to post it.


Please leave any suggestions, comments, or any other input. More the marrier.





New and Updated Posts:







Check out the WallPaper Gallery!









In the news...













Quote of the minute...

“A bank is a place where they lend you an umbrella in
fair weather and ask for it back when it begins to rain.”
by Robert Frost






Post Previews

Here are some random samples


DNS can be a beast. Here is a flow chart I use and gave to our helpdesk to help troubleshoot dns issues.
  Scroll Down For Diagram……
 

If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT… Add to the coffee [...]

READ ENTIRE POST
10 Feb 2009 01:56 am




This script place’s a “cmd prompt here” in the explorers context menu. This is a most for any one that uses the command often.
‘**************************************************************************
‘ File: CmdPromptExplorerMenu.vbs
‘**************************************************************************
Dim WSHShell
Set WSHShell = WScript.CreateObject(“WScript.Shell”)
WSHShell.RegWrite “HKCR\Folder\Shell\MenuText\Command\”, “cmd.exe /k cd ” & chr(34) & “%1″ & chr(34)
WSHShell.RegWrite “HKCR\Folder\Shell\MenuText\”, “Cmd Prompt Here”
If your in IT you know coffee is almost as important [...]

READ ENTIRE POST
29 Jun 2009 12:29 pm




To mount an ISO:
mount -o loop /path_to_iso/filename.iso /mnt/cdrom
To unmount the ISO when done:
umount /mnt/cdrom
If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT… Add to the coffee fundVN:F [1.6.9_936]please wait…Rating: 0.0/5 (0 votes cast)

READ ENTIRE POST
17 Aug 2009 01:28 pm




To back up host configuration data
Start the Remote CLI (or SSH) and log in.
You do not need to type the password on the command line. If no password is specified, the tool prompts you for the password without echoing the output to the terminal. This means the password you type is not visible in the [...]

READ ENTIRE POST
27 Feb 2009 11:00 am




123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596;==========================================================================
;
; NAME: outlook_addon.au3
;
; AUTHOR: John Sorensen
;
; COMMENT:
; Install an outlook 2003 specific addon using AutoIT.
;This will first check to see if the addon
; already exists and if not will check if outlook 2003
;exexcutable exest then will install showing a
; install showing progress. Edit the script as needed
;to include your own file and [...]

READ ENTIRE POST
17 Dec 2009 11:25 am













Disclaimer:




I'm not going to pretend that I wrote all of the content contained in the postings on this site. Some of the information was stuff that I found (some with extreme difficulty) and served to be useful to me (but not guaranteed). I will give credit to the original author when/if I know who to give credit to.

Oh ya... and I can not be held responsible for any outcome that may arise by reading any posts contained in this site and BLA BLA BLA and so no and so forth, you get the point. So... TRY AT YOUR OWN RISK!