Sunday, November 8, 2009
VMware crashes after updating (upgrading) of host OS (to CentOS 5.4)
Posted by
Unknown
at
2:38 AM
0
comments
Tuesday, August 4, 2009
Twitter tip
RT @ryancarson: Top tip: You can put a "+" on the end of any http://bit.ly link and see, real time, the pace at which that link is getting shared and clicked
Posted by
Unknown
at
1:48 PM
1 comments
Tuesday, July 7, 2009
VMware troubles
Well, I'm not a hardware guru, but from my experience I figured out the following:
Posted by
Unknown
at
10:32 AM
0
comments
Monday, May 25, 2009
"Network Connection Closed Unexpectedly" error while using svn+ssh
If you got a "Network Connection Closed Unexpectedly" error while using svn+ssh (here is a nice HOWTO) then you should comment (or remove) "mesg y" in /etc/bashrc or in $HOME/.bashrc
Posted by
Unknown
at
8:26 PM
5
comments
Monday, February 16, 2009
iPhone speaker too low
Posted by
Unknown
at
12:24 PM
1 comments
Wednesday, December 3, 2008
How to sync Google Contacts and Calendar with iPhone
I've been looking for some simple solution to sync Google Contacts & Calendar with my iPhone on the air (without syncing with my notebook). Finally I found a solution that seems to be working like a charm.
Posted by
Unknown
at
2:33 PM
0
comments
Labels: iPhone
Friday, August 22, 2008
cfmenu and cfgrid overlap
If you are using <cfmenu> and <cfgrid> and you have an overlapping of the menu items by cfgrid header (a part of menu is hidden behind cfgrid header) you must add to your CSS a following style:
Posted by
Unknown
at
5:47 PM
2
comments
Labels: ColdFusion
Friday, July 25, 2008
ESX host not connecting to Virtual Center
We got following problem some days ago:
- Restart management service on ESX host
- Restart Virtual Center service on Virtual Center server (stop/start on service VMware Virtual Center in Services)
Posted by
Unknown
at
12:31 PM
0
comments
Labels: VMware
Wednesday, June 25, 2008
Creating a copy of the disk (vmdk) in VMware
When you need to have the a copy of the disk from one VM on the other:
- Power off source VM, copy your .vmdk files to destination VM (probably you would like to change disk name and flat name - just rename your files and edit smaller .vmdk file to set correct name for flat file).
- Set new UUID for your copy of your original .vmdk file
- Add new disk to your destination VM (using "Use an existing virtual disk" option)
- Start your VMs (source and destination)
- Mount new drive on your destination machine
Posted by
Unknown
at
4:19 PM
0
comments
Monday, June 16, 2008
Oracle analog of MySQL GROUP_CONCAT function
I was looking for Oracle analog of MySQL GROUP_CONCAT function. There is a solution on Ask Tom site. So here it is:
Posted by
Unknown
at
4:07 PM
0
comments