Sign in
|
Help
in
Current Tags
Matt Williamson's Blog
Bunker Hollow Blogs
(Entire Site)
Bunker Hollow
Matt Williamson's home on the web, welcome.
Home
Blogs
Forums
Photos
Downloads
Consulting
Contact Me
Sponsored Link
Contact & Subscribe
Home
About
Email
RSS
Atom
Comments
Twitter
Facebook
LinkedIn
Recent Posts
Ubuntu 10.04 FTP Server Configuration with PROFTPD
Ubuntu 10.04 Samba File Share Configuration
Ubuntu 10.04 Automatically Mount Drives on Boot with FSTAB
Synchronizing Notes in Gmail (Google Apps)
Rack Mounted Servers & Accessories For Sale
Tags
.NET
2007
2008
2010
3.0
360
7
ASP.NET
Asterisk
Backup
Batch
BlackBerry
Boot
BSOD
Bunker Hollow
C#
Certificate
Code
Comcast
Command
Community Server
Config
CS
CSS
Desktop
Development
Disk
DNS
Domain
Edge
Email
Error
Exchange
File
Firewall
FTP
GoDaddy
Hardware
Home
Hosting
Hyper-V
IE
IIS
Installation
Internet
iPhone
ISP
Lenovo
Linksys
Linux
Machine
Media
Media Center
Microsoft
Mount
Network
Networking
Outlook
pfSense
PowerShell
Problems
R2
RDP
Remote
Sale
Script
Security
Server
Settings
Share
SMTP
Software
SP1
Spam
SQL
SSL
T61p
Terminal Services
TFS
Thinkpad
TrixBox
TS
Tutorial
TVersity
Ubuntu
Update
Utility
Virtual
Vista
Visual Studio
VMWare
VOIP
VPN
Warning
Web
website
Windows
WPF
Xbox
XP
Archives
July 2010
(3)
June 2010
(5)
May 2010
(4)
April 2010
(4)
March 2010
(8)
February 2010
(14)
January 2010
(1)
November 2009
(4)
October 2009
(7)
September 2009
(2)
August 2009
(5)
July 2009
(6)
June 2009
(14)
May 2009
(4)
April 2009
(5)
March 2009
(8)
February 2009
(9)
January 2009
(9)
December 2008
(6)
November 2008
(6)
October 2008
(16)
September 2008
(14)
August 2008
(11)
July 2008
(12)
June 2008
(13)
May 2008
(18)
April 2008
(6)
March 2008
(15)
February 2008
(10)
January 2008
(10)
December 2007
(14)
November 2007
(15)
October 2007
(29)
September 2007
(2)
Matt Williamson's Blog
Personal discoveries of an IT professional.
Browse by Tags
All Tags
»
Script
(
RSS
)
Authentication
Backup
Bash
Bat
Batch
Cable
Chrome
Code
Comcast
Command
Console
Error
File
Google
Hyper-V
Linux
Media
Microsoft
Modem
Network
PowerShell
Programming
Query
RDP
RemoteApp
Robocopy
Shares
Shell
Software
SQL
Template
Terminal Services
TS
Ubuntu
Virtualization
Vista
VLC
Web
Windows
MS SQL Check If Column Exists
The following SQL script checks if a certain column exists in a certain table, then prints some text to the output window. I'm getting into the best practice habit of creating SQL scripts that can be re-run without any errors and this is useful in...
Posted
Jul 08 2009, 10:38 AM
by
Matt Williamson
with | with
1 comment(s)
Filed under:
Script
,
Software
,
Code
,
SQL
,
Query
SQL Replace Function on NTEXT Data
Today I've made some changes to my hosted environment. I've decided to enforce my websites URL as always 'http://www.bunkerhollow.com' instead of 'http://bunkerhollow.com'. This will keep the URL the same whether I'm inside...
Posted
Jun 07 2009, 04:39 PM
by
Matt Williamson
with | with
1 comment(s)
Filed under:
Error
,
Script
,
Code
,
SQL
TS Web Access Publish Google Chrome RemoteApp
You may be trying to publish Google Chrome as a RemoteApp to launch from your Terminal Services Web Access dashboard. I say 'trying' because you're probably having trouble. It took me a little while to get it right. Google Chrome is different...
Posted
Jun 05 2009, 02:33 PM
by
Matt Williamson
with | with
4 comment(s)
Filed under:
Error
,
Script
,
Software
,
Web
,
RDP
,
Batch
,
Terminal Services
,
TS
,
Google
,
RemoteApp
,
Chrome
Batch File (*.bat) Hide Console Window
This won't work for all scenarios but it's quite easy and works well for what I need accomplished at the moment. All I need is a simple batch file to launch an application, like this: LaunchChrome.bat C:\Users\%username%\AppData\Local\Google\Chrome...
Posted
Jun 05 2009, 01:39 PM
by
Matt Williamson
with | with
9 comment(s)
Filed under:
Windows
,
Script
,
Command
,
File
,
Code
,
Batch
,
Bat
,
Console
Automatically Reboot Comcast Cable Modem Script
My Comcast cable modem freezes sometimes. If I lose internet access I'll take a look at the modem and usually the 'Send' light is flashing steadily and/or the 'Online' light is out. Rebooting the modem fixes the issue. The real problem...
Posted
May 02 2009, 10:12 AM
by
Matt Williamson
with | with
7 comment(s)
Filed under:
Comcast
,
Script
,
Software
,
Code
,
Linux
,
Cable
,
Bash
,
Shell
,
Ubuntu
,
Modem
MS SQL Loop Through Table Scripts
At some point you may want to loop through every row in a table and perform operations based on the fields in each row. After a bit of investigation, I've found the 2 most common ways of doing it. Loop Through All Rows of a Table Using a Counter This...
Posted
Mar 10 2009, 10:24 AM
by
Matt Williamson
with | with
3 comment(s)
Filed under:
Script
,
Software
,
Code
,
SQL
,
Programming
,
Microsoft
SQL Find All (Search) Scripts
The following is a running list of MS SQL scripts I've used to search for items within databases. Wouldn't it be great if they just had a better Find function in SQL Management Studio?! Find All Tables with Certain Text in the Table Name use YourDataBaseNameHere...
Posted
Mar 09 2009, 09:14 AM
by
Matt Williamson
with | with
no comments
Filed under:
Script
,
SQL
Robocopy GUI
Hey hey hey, I just found this utility that makes using Robocopy faster and easier! If you've never used Robocopy before, I'd recommend using this tool to learn how. You can hover over all the options, as shown below, to popup a tooltip describing...
Posted
Feb 19 2009, 07:57 AM
by
Matt Williamson
with | with
no comments
Filed under:
Robocopy
,
Script
,
Backup
,
Software
SQL Server Insert Using Identity
While developing SQL scripts you'll probably find yourself inserting rows with identity columns at some point. You'll then probably want to obtain those newly created identity rows (generally ID columns of some sort) and want to insert new rows...
Posted
Feb 18 2009, 08:45 AM
by
Matt Williamson
with | with
no comments
Filed under:
Script
,
Software
,
SQL
Hyper-V VM Backup Script Batch File
This will shutdown your virtual machines, copy the .vhd virtual hard disk files (not snapshots) to a backup location, and then power your virtual machines back on. Install the Windows PowerShell Feature You may need to install Windows PowerShell on your...
Posted
Sep 24 2008, 10:18 PM
by
Matt Williamson
with | with
19 comment(s)
Filed under:
Windows
,
Script
,
Backup
,
PowerShell
,
Hyper-V
,
Virtualization
VLC Media Streaming
I setup VLC to stream media throughout my home and over the internet, and it works great. I tested it out by streaming a handful of mp3's and avi's over the http protocol. It works internally and over the internet as it should. The interesting...
Posted
Sep 08 2008, 09:08 PM
by
Matt Williamson
with | with
2 comment(s)
Filed under:
Script
,
Media
,
Batch
,
VLC
Accessing Network Shares From A Backup Script
This issue came up this weekend when I was creating a backup script to copy my website files from my webserver to my file server. The problem is the webserver isn't on the domain so it won't be able to authenticate the user who runs the script...
Posted
Dec 09 2007, 04:30 PM
by
Matt Williamson
with | with
no comments
Filed under:
Authentication
,
Robocopy
,
Script
,
Backup
,
Command
,
Network
,
Shares
Robocopy Backup Script Template
Robocopy is a powerful command line tool commonly used for backing up files. It's options go above and beyond the standard COPY and XCOPY tools included with Windows. For pre-Vista users, Robocopy is available in the Windows Resource Kit . For Vista...
Posted
Oct 04 2007, 12:42 PM
by
Matt Williamson
with | with
3 comment(s)
Filed under:
Vista
,
Robocopy
,
Template
,
Script
,
Backup