-
Removing the hiberfil.sys
By default Windows Vista and Server 2008 have a hibernation file equal to the size of the amount of memory you are using. Of you have 12GB of RAM, that will be a 12GB hiberfil.sys. If you are using a small SSD, that would be a killer waste. Removing this file is a quick way to free up HD space, although considering how cheap drives are, you could always upgrade. Furthermore if you are using a virtual machine, you probably don’t need this space wasted either.
Now I do not know why they do this on the Server version since who hibernates a server (that being said I am sure some people probably do, silly tree huggers). The real bugger with this problem is that shutting off hibernation does not always remove the hiberfil.sys file. Alternatively, what if you want to remove it without needing to reboot the server. I found a very fast and simple way to do this is to launch a command prompt as an administrator and run the following command:
Read the rest of this entry » -
Vista x64 Displays Wrong Physical Memory Size
This is a crazy little problem in Windows Vista x64 that shows the wrong information when the System Information (msinfo32.exe) is run. This issue occurred on a computer that was upgraded from 4GB of DDR3 (4x1GB) ram to 8GB (4x2GB) of DDR3, running Windows Vista Ultimate x64.
What happened is the Installed Physical Memory displayed correctly at 8.00GB, but the Total Physical Memory only reported as 4.00GB and Available Physical Memory reported as 5.22GB. View the screenshot of this output below.
-
Costs Using Amazon EC2 & S3
Figuring out all the costs when hosting on EC2 using S3 storage can be tricky. This is break down of what you can approximately expect to pay using a few basic scenarios, such as a lamp server and S3 backups, with Amazon services. This will also compare the costs to what you would expect to pay if you want to do the hosting yourself.
To fully understand EC2 charges, you need to know the difference between the instance types and what they cost to best meet your requirements. For the purpose of this post I will summarize – I have converted the Amazon Compute Units into basic CPU power and will then detail the costs based upon each of these instances.
Read the rest of this entry »1 comment Amazon, apache, Cloud Computing, EC2, Linux, Rails, S3, SQL Server, Windows -
Can Receive But Not Send Email
There are a great many reasons a user may not be able to send email but can receive it just fine. This will focus on some of the more common issues mostly involving Outlook and Outlook Express. Below are some common questions you can ask yourself to assist in troubleshooting:
- Has the ISP\email provider recently changed?
- Has the email account info been changed recently?
- Any system changes that have taken place?
To troubleshoot #1, first check if your internet is even working then contact your email provider, perhaps they are having email issues (make sure you can answer the questions #2 and #3 to assist in support). Sometimes your email provider may not be your ISP, if this is the case it is possible your ISP requires all SMTP traffic to authenticate and relay through them and not your actual email provider. This has been the case with quite a few ISP’s to restrict SMTP traffic due to worm activity. You should be able to get this information from your ISP technical support (Rogers and Bell usually require relaying through their SMTP) . To check your SMTP authentication read this.
Read the rest of this entry » -
Remote Control Windows XP from a MAC
There are other ways to do this but this is the simplest and only requires installing 1 application.
- Download and install the Remote Desktop Connection application for MAC.
- On your XP machine, right click My Computer and select properties.
- Select ‘Allow users to connect remotely to this computer’
- Get the IP address of your XP machine (open a command prompt and type ipconfig)
- Back on your MAC, launch the Remote Desktop Connection program and connect using the IP found in step.