Archives for: July 2009

Aix: Displaying the top 10 CPU / Memory consuming processes

Technology, Aix Send feedback »
Displaying the top 10 CPU-consuming processes # ps aux | head -1; ps aux | sort -rn +2 | head -10 Displaying number of processors in the system # lsdev -Cc processor Displaying the top 10 CPU-consuming processes # ps aux | head -1 ; ps au… more »

How To: Hide title bar or URL usingJavascript

Welcome Send feedback »
Here's the test page, testframe.html: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Test page</title> <script language="JavaScript"> <!-- function openWindowNew( wi… more »

How To: Remove or hide Acrobat toolbars from an external Acrobat window

Welcome Send feedback »
In order to open a PDF file in a web browser, without the Acrobat or Acrobat Reader toolbar, you would need to link to the PDF with the following HTML code, where #toolbar=0 follows the .pdf filename: <P><a href=http://www.server-name.com/… more »

Cognos: ReportNet Installation Procedure

Technology Send feedback »
Pre Installation Requirements The following Software’s must be installed and running before installing and configuring Cognos ReportNet Database (Oracle/DB2/SQL Server) for Content Store Web Server (IIS/Apache) Note: This documen… more »

HP-UX: How to take Ignite Backup

Technology, HP-UX Send feedback »
# make_tape_recovery -AvI -a /dev/rmt/0mn -x inc_entire=vg00 \ -x exclude=/oradata -x exclude=/oradb more »