Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

spacer

Archive for the Operating Systems Category

08.18.2010

Disable SBS 2008 Console

Disable SBS console

08.17.2010

How to configure remote desktop RDP connection to your office terminal server

To remote desktop to your office you need to know the internet address of your terminal server for example ts.mycompanyname.com.au
Depending on the client operating system you may find the remote desktop client in slightly different locations
Under the start menu go to All programs -> Accessories

On older Windows XP systems remote desktop  is under the sub folder [...]

08.2.2010

Converting Elastix Asterisk Linux to HyperV virtual machine

This tutorial will enable you to create or migrate an elastix asterisk voip server on a HyperV virtual machine.

This uses the latest stable version of elastix (1.6 at time of writing), but I expect the v2 beta should work with the same methods.

Download the Elastix 1.6 ISO from http://www.elastix.org/en/downloads.html
Create a new virtual machine in hyperv, [...]

08.2.2010

Bluetooth not working on Windows 7

Sony laptop no bluetooth use microsoft generic driver

07.31.2010

Convert Windows 2003 vmware vmdk to hyperv vhd and avoid bluescreen

The main problem you’ll have doing this is that HyperV does not recognise SCSI as a valid boot device, so if you’re VMWare machine is running using the default SCSI drive and you do the conversion from VMDK  to VHD and run a system under HyperV, you’ll get a blue screen error. Before converting you [...]

07.16.2010

How to install a VMWare tools on Linux centos elastix virtual machine

The instructions here
http://www.vmware.com/support/ws55/doc/ws_newguest_tools_linux.html
presume  that the CD-ROM mounts with no problem.
if you have not already done so you need to shut down the linux virtual machine, add hardware and add CDROM to the virtual machine.
power up the virtual machine and you should see the CD/DVD Drive 1 listed.

Now in the menu on the right Install VMWare

Press [...]

07.16.2010

VMWARE virtual server under Windows 2008 loses network connection and shows disconnected

Running Window 2008 R2 server and VMWARE v2 with 3 virtual machines, we frequently find that after a restart, or loss and regain of network connectivity to the server that the virtual machines can no longer be contacted over the network.
pening the VMWare infrastructure web access and the console for that particular machine shows no [...]

07.5.2010

SQL High Memory usage SBS 2003

How to cut down SBS monitoring memory usage on SBS 2003.

06.25.2010

OWA 2003 Forms-based Authentication domain issue

OWA, Exchange 2003, Forms-based Authentication, domain issue

06.5.2010

Setup Samba on linux centos server

To install samba on CentOS
At the command shell enter
yum install samba
You will receive a couple of prompts to download the packages – press y to confirm.
Configuring Samba:
cd /etc/samba
mv smb.conf smb.conf.backup
vi smb.conf
Paste content below in to your vi:
[global]
workgroup = wrkgrp
netbios name = smbserver
security = SHARE
load printers = No
default service = global
path = /home
available = No
encrypt passwords = [...]