Blackberry wordpress images won’t upload
So you have the blackberry wordpress app. you try to upload an image, and when you view your wordpress page you don’t see images but you see the HTML content. For example.
href=”http://www.askshank.com/rwerwer.jpg”img class=”alignnone size-full” src=”http://www.askshank.com/rwerwer.jpg” alt=”” title=”rwerwer.jpg” width=”1600″ height=”1200
SOMETHING like that right? Annoying yes.
The fix was upgrading PHP and libxm2. There are some issues with particular versions. I upgraded my server to the following: PHP 5.2.9 and libxml2 2.7.3
Missing or corrupt winload.exe (0xc000000e). How to extend hyper-v partition?
I was running Hyper-V when I needed to extend the OS partition size. I shutdown the server, extended the partition and boot it back up. Windows saw the 20GB original partition, but then also the 10GB empty space, but I could not extend it since the disk was in use. So I shutdown the server and started a new server with this drive that I wanted to extend attached. I was able to extend that 20gb to 30gb no problem. Started up my original server, and received the error
Missing or corrupt winload.exe (0xc000000e)
Ouch. Why? Well the fix is, boot your windows server CD, repair, command prompt.
Run these commands:
x:\windows\system32\bcdedit /set {default} device partition=c:
x:\windows\system32\bcdedit /set {default} osdevice partition=c:
x:\windows\system32\bcdedit /set {bootmgr} device partition=c:
And you will be all set.
SQL 2005: The specified ‘@subsystem’ is invalid (Error 14234)
SQL SERVER 2005. Trying to create a maintenance plan and a backup job only to find you run into this error. What is it?
You need to install integration services… then bam!
Dell PowerConnect 2724 default IP address
The default IP address for this switch is 192.168.2.1 with login admin no pass. This is only if you are running in web-managed mode, which you will see by a steady green light on the front left side. Now if is not lit, you will have to put it to that mode by pressing the little reset button on the far right front. It takes like up to 5 minutes for it to switch modes….
Linux enable promiscuous mode
I was using Debian to run NTOP and monitor my network. After setting up the port mirror, I realized no traffic was flowing to that ethernet adapter. To allow that adapter to listen to traffic, you need to put it in promiscuous mode. you can do this by putting in: ifconfig ethx promisc where X is the eth #
Dell PowerConnect 6248 port monitor
I had to call Dell to find this out because it wasn’t in there CLI and WebGUI area. Basically I was trying to monitor 10 ports on my switch to one port. This switch only support 4 multidirectional mirrors or 8 unidirectional mirrors. So basically if you are limited to 4 rx/tx port mirrors or 8 rx or 8 tx mirrors. I had 10 setup so no traffic was moving. As soon as I removed 2, traffic moved to my mirror port….
Word 2007 always save as 2003 format
To save Microsoft Office Word 2007 documents as 2003 by default, click on the office button (it’s that big circular thing) in the upper left hand corner. You will see word options on the buttom of that menu, click that. Click on the save tab, and you will see a save files in this format drop down box. Choose word 97-2003 (*.doc).
Tomcat will not run
I installed Tomcat 5.5. from the MSI package on my Windows 2003 32bit server. Tried running the service with no luck. The Tomcat log showed that “failed creating java c:\program files\java\jre6\bin\client\jvm.dll.”
So what fixed it? I had to copy the MSVCR71.DLL into my c:\windows\system32 directory. This DLL was included with Tomcat also.
Trend Micro Officescan will not start in safe mode
If you try running the Trend Micro client in safe mode, you will get errors saying the service isn’t running, or the listener isn’t running. To use Trend Micro OfficeScan in safe mode, you will have to use command lined based scanning.
So open a command prompt, navigate to your trend micro folder and run VSCANWIN32. This will show you a few command line switches you can use. I just use VSCANWIN32 /S C:
Remove UNDOCK from Windows Vista Start Menu
How many times have you clicked the start button and accidentally clicked on the UNDOCK PC button? Such a pain. Then your machie undocks and you have to wait to redirect your LCDs, mouse, and keyboard. Fear no more. Do get rid of that silly icon,
Goto registry
HKEY_CURRENT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Create a NoStaffMenuEjectPc DWORD and give it a value of 1


