vi /etc/vfstab
Leonardo
Popularity: 8% [?]
Popularity: 8% [?]
I have found it on the IBM website: http://www-01.ibm.com/support/docview.wss?uid=isg3T1000653
PS: After configured it takes some time ( around 3-5 minutes ) to synchronize the time, so don’t worry it will work.
On client
1. Verify that you have a server suitable for synchronization. Enter:
# ntpdate -d ip.address.of.server
The offset must be less than 1000 seconds for xntpd to [...]
Popularity: 33% [?]
Continue reading about How to configure ntp client on AIX 5.3
#apt-get install dmidecode
# dmidecode -s system-serial-number
it works!
Popularity: 2% [?]
Popularity: 2% [?]
Continue reading about How to get or retrieve Dell Service tag from a Ubuntu linux server
How to remotely uninstall Symantec Endpoint Protection – SEP client
download pstools from Microsoft websi
tehttp://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
Run against the target workstation
C:\Temp\PsTools>psexec \\wks C:\WINDOWS\system32\msiexec.exe /q/x {PRODUCT_ID}
Remeber if you have password set you have to disable it.
{PRODUCT_ID} – You must get your product id from (Tip: find for Symantec ):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
It is a number similar to this one:
{C1B0BDC8-9684-4036-90E1-F7DF0EE8C96D}
More information [...]
Popularity: 2% [?]
Continue reading about How to remotely uninstall Symantec Endpoint Protection
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