Skip to main content

Ubuntu in Virtualbox inside Ubuntu: sometimes the mouse pointer is not showing in virtual machine.

 Click the host key(most probably "right ctrl" key) and click on 'Capture' button.

Comments

Popular posts from this blog

how to dynamically change favicon in dokuwiki argon template?

 Put <link href="lib/tpl/argon/apple-touch-icon.png?v=<?php echo rand() ?>"> and <link href="lib/tpl/argon/favicon.ico?v=<?php echo rand() ?>"> in if statement and <link href="lib/tpl/argon/images/apple-touch-icon.png?v=<?php echo rand() ?>"> and <link href="lib/tpl/argon/images/favicon.ico?v=<?php echo rand() ?>"> in else if statement. Note: the images should be in 48*48 size. Note: ?v=<?php echo rand() ?> is for busting the cache for favicon alone. Note: You should comment out this block of php code: echo tpl_favicon(array( 'favicon', 'mobile', ))