Aug
30
2009
0

Amstrad Sky+ Box Fan Won’t Turn Off

After a recent power cut my Amstrad Sky + box’s fan would not turn off making it very noisy.

I tried a number of fixes including rebooting and leaving off for a few minutes however after rebooting the fan would just stay on again.

To fix it I left the Sky Plus box off for a full 12 hours. After rebooting it then worked.

Written by Pete in: Uncategorized |
Aug
21
2009
0

Dreamweaver CS4 Show Inbetween Braces

In IDE’s such as Eclipse and KDevelop when clicking on an opening Brace ( { ) it will automatically show you the closing brace ( } ).

This does not happen in Dreamweaver however you can get it to select everything in between the braces by using CTRL + apostrophe ( ‘ ).

Written by Pete in: Uncategorized |
Aug
20
2009
2

Magento Admin Menu Stops Working

The drop down menus in Magento admin stop working.

Fix: Check the permissions on the js folder and js/index.php – set them to 755.

Written by Pete in: Uncategorized |
Aug
19
2009
0

Enable Expire HTTP Headers

To enable a HTTP expire header to your website modify the .htaccess file and add the following lines:

<ifmodule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month"
</ifmodule>

(Tested on Magento but should work on other CMS including Drupal and Wordpress)

Written by Pete in: Uncategorized |
Aug
16
2009
0

System config file ‘ com.apple.boot.plist’ not found when booting OS X 86 dvd

Simple solution to this one, Use a different DVD Drive. No combination of cabling, slave master or cable select would by pass this issue for me.

Plugged in a different DVD drive and the same disk booted without a problem.

Written by Benjie in: Uncategorized | Tags: , , ,
Aug
16
2009
0

Problem creating partition with Diskpart for OS X install

When preparing your hard drive for an OS X 86 install you will generally need to create an active partition with an id=af using the commands below.

list disk
select disk x [x is the number of the disk where you want to install your leopard on it]
list partition [Now diskpart should tell you there's no partition on the disk, if it show up a partition go ahead and type delete partition]
create partition primary id=af
active
exit

Unfortunately sometimes when you reach the line “create partition primary id=af” you may hit a snag when diskpart brings up an error message stating “the arguements specified for this command are not valid”.

To fix this, you need to go the disk management facility in windows (right click my computer – manage) then storage. Select the disk and right click it, it should now offer you an option to “Convert to MBR disk”. This is instead of GPT. Select this and retry the create partition command. The partition should now successfully create!

Written by Benjie in: OS X, Vista, Windows XP | Tags: , , , ,
Aug
12
2009
2

Because of an error in data encryption, this session will end.

When trying to connect to a computer over RDP (remote desktop) you get the following message

“Because of an error in data encryption, this session will end. Please try connecting to the remote computer again.”

Solution:

On the computer that is giving the error:
1. Click start > run type ‘regedit’.
2. Navigate to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\TermService\Parameters
3. Under this registry subkey, delete the following values:
* Certificate
* X509 Certificate
* X509 Certificate ID
4. Quit Registry Editor, and then restart the computer.

More on: http://support.microsoft.com/?kbid=323497

Written by Pete in: Windows XP, microsoft |

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes