Archives for: July 2009
Jul
30
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 »
Jul
29
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 »
Jul
29
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 »
Jul
29
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 »
Jul
28
# make_tape_recovery -AvI -a /dev/rmt/0mn -x inc_entire=vg00 \
-x exclude=/oradata -x exclude=/oradb more »
Recent comments