| LiveWeb - insert and view web pages real-time. |
|
Note: OfficeTips is moving to a new domain - http://www.skphub.com Use LiveWeb to insert web pages into a
PowerPoint slide and refresh the pages real-time during slide show. Display
web pages without ever leaving the confines of your PowerPoint slide show.
No coding required. LiveWeb works with documents off
your local drive too. You can specify relative paths. LiveWeb will also
look for files in the presentation folder if the files have local drive
information and cannot be located at the location specified by the user
during slideshow. LiveWeb encapsulates the need to insert a web browser
control manually and write code to update the web pages within the control
during the slide show. It consists of two components. New in version 4.0 for PPT 2007 and later - Set the zoom level on the browser page. - Scripting error suppression. To purchase the source code for LiveWeb for commerical branding email . |
If you enjoy using my free addins, consider donating. Donations help keep the new add-ins, updates coming and help pay for the time spent maintaining and improving the software. Donations are entirely voluntary. But every donation is greatly appreciated. |
|
Here's an example:
When attempting to run smartctl, a popular command-line utility for monitoring and managing disk drives, on a Linux system, you might encounter an error message similar to:
Here's an example:
To resolve this issue, you need to inform smartctl about the presence of the MegaRAID controller and the logical drive number (N) associated with the disk drive you want to monitor. You can do this by adding the -d megaraid,N option to the smartctl command.
smartctl open device /dev/sda failed: Dell or MegaRAID controller. Please try adding '-d megaraid,N' Here's an example: When attempting to run smartctl,
The error message suggests that the disk drive is behind a RAID controller, which is a hardware component that manages multiple disk drives as a single logical unit. In this case, the controller is a Dell or MegaRAID device. The smartctl utility needs to communicate with the disk drive through this controller, but it doesn't know how to do so by default.
smartctl -d megaraid,0 /dev/sda In this example, 0 is the logical drive number (N) associated with the disk drive /dev/sda . You may need to adjust this value depending on your specific configuration. Please try adding '-d megaraid,N' The error message
To find the logical drive number, you can use the megacli command, which is a utility provided by LSI (now part of Broadcom) for managing MegaRAID controllers.
Copyright 1999-2016 (c) Shyam Pillai. All rights reserved.