Search This Blog

Thursday, February 10, 2011

Cannot connect to a remote CD-ROM drive using VMware Infrastructure Client

To access a remote CD-ROM drive, VI Client must have the correct permissions.

To assign the correct permission to VI Client:

1. Right-click the VI Client shortcut and click Properties.
2. Click the Emulation or Compatibility tab.
3. Select Run this program as Administrator.
4. Click OK.

Acute accent in programming

` Acute accent
'
"

[root@localhost ~]# echo `date`
Thu Feb 10 07:29:41 EST 2011
[root@localhost ~]# echo "date"
date
[root@localhost ~]# echo 'date'
date
[root@localhost ~]# echo "$date"

[root@localhost ~]# echo '$date'
$date
[root@localhost ~]# echo date
date

regular express not

[^0-9a-zA-Z\-\<\>\ \:\'\=\/\?\.\,\"\@\\r\\n\(\)]

[^0-9a-zA-Z\-\<\>\ \:\'\=\/\?\.\,\"\@\\r\\n\(\)\t\{\}]