Easy steps:
All Programs->Control Panel->Display.
Go to the Settings tab and click on the right down corner Advanced button.
Go to the Troubleshoot tab and set Hardware Acceleration to Full.
That is it!!
Leonardo
Popularity: 2% [?]
Popularity: 2% [?]
Continue reading about Slow mouse on Windows 2003 R2 running on VMware Server
In power shell command prompt type
[PS] C:\Documents and Settings\exservice\Desktop>Get-PublicFolder -Identity \ -recurse -Server srv-mail1 | Get-PublicFolderClientPermission -server servername > c:\non_extended_pflist.txt
[PS] C:\Documents and Settings\exservice\Desktop>Get-PublicFolder -Identity \ -recurse -Server srv-mail1 | Get-PublicFolderClientPermission -server servername | fl > c:\extented_pfpermlist.txt
Leonardo
Popularity: 2% [?]
Popularity: 2% [?]
Continue reading about How to list Exchange Server 2007 Public Folder permissions
vboxmanage clonevdi olddisk.vdi newdisk.vdi
Popularity: 2% [?]
Popularity: 2% [?]
There is a small change to be made when installing OEL on Vmware Server
1. Install Vmware tools and check off the option regarding time synchronization with host machine.
2. Change kernel parameters according to your Linux version. See link below.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1006427
Finally VMware has written an article about vmware, oracle enterprise Linux and other distros.
Leonardo Borda
Popularity: 2% [?]
Popularity: 2% [?]
Continue reading about Incorrect time synchronization on Oracle Enterprise Linux
Source: http://subversion.tigris.org/faq.html#http-301-error
I can see my repository in a web browser, but ’svn checkout’ gives me an error about “301 Moved Permanently”. What’s wrong?
It means your httpd.conf is misconfigured. Usually this error happens when you’ve defined the Subversion virtual “location” to exist within two different scopes at the same time.
For example, if you’ve exported a [...]
Popularity: 2% [?]
Source: http://ubuntuforums.org/showthread.php?t=791804
setup
1. sudo apt-get install apache2
2. sudo apt-get install openssl
3. sudo apt-get install ssl-cert
create ssl certificate:
sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/ssl/private/localhost.pem
switch to apache sites configuration:
cd /etc/apache2/sites-available/
bakup the default configuration:
sudo cp default default.backup.date
be sure to listen the port 80 for the default:
sudo sed -i ‘1,2s/\*/*:80/’ default
create the ssl configuration:
sudo cp default ssl
set the ssl port:
sudo sed -i ‘1,2s/\*:80/*:443/’ [...]
Popularity: 2% [?]
Continue reading about Configure Apache SSL Certificate in Ubuntu 8.04
1. You have to install qemu.
http://free.oszoo.org/ftp/qemu/win32/release/QemuInstall-0.7.2.exe
2. cd c:\Program files\qemu
qemu-img.exe convert -O vmdk hdd.vdi hdd.vmdk
Popularity: 9% [?]
Popularity: 9% [?]
Continue reading about how to convert vdi to vmdk in Sun VirtualBox Vbox
Most wanted question:
1. How do I access PostgreSQL through the network?
1.1. Open postgresql.conf (in Ubuntu 8.04 at /etc/postgresql/8.3/main/postgresql.conf) and change listen_addresses = ‘localhost’ to listen_addresses = ‘*’.
1.2. Uncomment password_encryption = on.
1.3. Open /etc/postgresql/8.3/main/pg_hba.conf
host all all [...]
Popularity: 1% [?]
Continue reading about Enable PostgreSQL access through the Network
From linux command prompt:
su – postgres
psql -d template1 -U postgres
alter user postgres with password ‘postgres_password’;
ctrl+d
Popularity: 1% [?]
Popularity: 1% [?]
Oops.
All it needed was
/etc/nagios2#/etc/init.d/nagios2 stop
Stopping nagios2 monitoring daemon: nagios2.
/etc/nagios2# dpkg-statoverride –update –add nagios www-data 2710 /var/lib/nagios2/rw
/etc/nagios2# dpkg-statoverride –update –add nagios nagios 751 /var/lib/nagios2
/etc/nagios2# /etc/init.d/nagios2 start
Starting nagios2 monitoring daemon: nagios2.
ref. http://ubuntuforums.org/showthread.php?t=458375
Popularity: 1% [?]
Popularity: 1% [?]
Continue reading about Error: Could not stat() command file ‘/var/lib/nagios2/rw/nagios.cmd’!