Tiered Internet kills competition.
8:00 pm in Uncategorized by Matt Jenkins
A few thoughts on the problem with a tiered internet and why ISPs who deliver content need net neutrality to avoid a conflict of interests.
8:00 pm in Uncategorized by Matt Jenkins
A few thoughts on the problem with a tiered internet and why ISPs who deliver content need net neutrality to avoid a conflict of interests.
10:43 am in database by Matt Jenkins
In MSSQL2k, a lot of users would use the detach command within the GUI to kill all the active processes on a DB, this functionality is somewhat cut down in MSSQL2005 – you can see the processes & kill them individually, but not as a bulk kill.
To detach a database in Tsql, you can use:
EXEC sp_detach_db 'database', 'true'
This will detach the DB and skip checks on doing so.
12:12 pm in networking by Matt Jenkins
The office perimeter can be the most vunerable area of the smb network, it is the access gateway for the world – friends and foe. As an ever increasing number of users require external access, how can you stay secure without hindering legitimate users? Every user has a different need for VPN access, and there are many different requirements in different businesses.
Here is my view on how you can use the VPN to help secure your network: Read the rest of this entry →
8:13 pm in networking by Matt Jenkins
I am a strong beleiver in empowering the end user. The ideal is to give them enough support and freedom to enable them to do their job better and more effieciently & after all, that’s what IT is meant to be about. However, there are a few exceptions to that rule:The use of modern SSL VPN software is an extrememly high risk for corporate IT. It puts the responsibility of computer, software and malware management on the user, not the IT dept. Imagine the following scenario:
Jon is a senior sales exec, he uses a desktop in the office, and occasionally uses the SSL VPN from his home PC to catch up on email & update a few spreadsheets. One day Jon is out with friends when he gets a call from his boss & he needs to access a file, but isn’t able to get to the office. So Jon goes into an internet cafe, where he logs on to the VPN & edits the file.
Would you want that Administrator driven, multi user, unlocked PC accessing your network
What if Jon’s son was music crazy, and used his home PC everyday to download music via various P2P software?
What if Jon was using his friends mothers neighbours unpatched Windows ME machine?
I’m sure you get the idea, when you cant limit which machines have access, you cant protect the network.
9:07 am in miscellaneous by Matt Jenkins
If you live under a rock, and you havent heard yet, yesterday Microsoft sent Yahoo an offer of $44.2bn. The ‘offer’ values the shares at more that twice the previous days share value, is set to become the largest hostile takeover in technology history.
8:24 pm in windows by Matt Jenkins
Trying to install IIS on Windows XP Pro SP2 box today caused the below error messages:
Copy error:
Setup cannot copy the file staxmem.dll. Please insert the “Windows XP Professional Service Pack 2 CD”. Setup could not copy one or more files. The specific error code is 0x4b8
However hard I tried, setup couldnt find the Staxmem.dll file…. Read the rest of this entry →