Skip to main content

Posts

Showing posts from October, 2008

WOW!!!You can hear the PDF file instead of reading

Fed up of reading? WOW!!! You can hear the PDF file instead of reading You can try this. You can listen to any PDF instead of reading, yes it is possible with Adobe Reader 9.0, 8.0 , 7 .0, 6.0, and the short cut is Ctrl+shift+b to hear the entire document. Ctrl+shift+b - to hear the entire Document v - to hear the page c - to Ctrl+shift+resume e - to stop If it is not convenient to hear, because the voice is very fast, u can adjust that using the Voice Speed -> slow adjustment in the Control Panel -> SPEECH (Windows XP) Download Latest version of Adobe Reader

Download of the Day

Download OpenOffice.Org 3.0 OpenOffice.org version 3.0 has been released and available for the download. OpenOffice.org is a multiplatform and multilingual office suite and an open-source alternative to MS-Office suite. It is compatible with all other major office suites word processing, spreadsheets, presentation, graphics, databases & many more the product is completely free of charge to download, use, and distribute. Available for download now , OpenOffice.org 3.0 new features like splash screen OpenOffice.org and enhancements to all its core components like writer, calc, databases and protects users from newly discovered security vulnerabilities. For A First Look at OpenOffice.org 3.0

How to install weblogic 9.2.0 on HPUX using console mode

Weblogic 9.2.0 for HPUX machine. I downloaded the BEA WebLogic server 9.2.0 HPUX version which is free license for development. And Weblogic 9.2.0 version requires JAVA 1.5 version. Create the following directory root@techgyaan:#mkdir /usr/weblogic Assign the permission to the package root@techgyaan:#chmod a + x server922_generic.jar bash-3.00# /opt/java1.4/bin/java -jar server922_generic.jar -mode=console The required JDK for this installation is version: 1.5.0. The JDK you are currently running with is version: 1.4.2 So i downloaded the JAVA 1.5 Run the installer you need java to be installed before you start weblogic installation. Download the lastest JDK from JAVA-HPUX Here root@techgyaan#/usr/sbin/swinstall -s /var/spool/sw/sdk15_14209_1122.depot {swinstall will be run using either a GUI or a TUI depending on the setting of the DISPLAY variable} To find your JAVA version assuming the directory where it is installed is in your PATH variable, run the following at the command prompt:...

Migrate Microsoft Project to OpenProj - Open Source Software

OpenProj is a alternative new open source solution for project management which lets you to do project planning, project analysis, project scheduling, project tracking, project review & comment and project acceptance. OpenProj is simple user interface is very similar to that of Microsoft Project. OpenProj can be installed on all Operating System like Windows, Linux, MAC & freely available for download of OpenProj under the CPAL license.Unix even let's you import you existing Microsoft Project files directly, so that you can fast and easily migrate all of you project. OpenProj files can also be imported as "*.xml" & "*.pod" which can be opened for the users who are using still using commerical version Microsoft Project. The project plan can be viewed as a gantt charts and it also supports network diagrams (PERT charts), WBS and RBS charts. For more details on HowTo use OpenProj which takes you to the depth knowledge on how to create & manitain P...

How to Buy a Cheap Domain Name

Domain names have two real uses. The first use is to setup a website and e-mail account for your website. The second use is to set up your own custom e-mail address without setting up a website in which is becoming a popular option for many people today. They can be quite expensive, but if you know what you're doing, you can find one pretty cheap. Here's how. Choosing the right company to entrust your domain name registrations is vital. There are literally hundreds of companies offering domain name registration services, but how do you know how reliable they are? How long have they been in business? Do they offer all the extra services? Will they hold your domain to ransom when you come to transfer away? Can you be in full control of your domain at all times? Is the company just another reseller of a reseller of a reseller?! With so many domain name registration businesses out there how can you ensure you choose one of the more reputable ones? Here are a few pointers that shoul...

How to install weblogic on HPUX box using console mode

Weblogic for HPUX : I downloaded the BEA WebLogic server 8.1.0.4 HPUX version which is free license for development. Create the following directory root@techgyaan:#mkdir /usr/weblogic Assign the permission to the package root@techgyaan:#chmod a + x pj_platform814_generic.jar Run the installer you need java to be installed before you start weblogic installation. Download the lastest JDK from JAVA-HPUX Here root@techgyaan#/usr/sbin/swinstall -s /var/spool/sw/sdk14_14209_1122.depot {swinstall will be run using either a GUI or a TUI depending on the setting of the DISPLAY variable} To find your JAVA version assuming the directory where it is installed is in your PATH variable, run the following at the command prompt: root@techgyaan# java -version or root@techgyaan:# /opt/java1.4/bin/java -version Alternately, if you installed your Java JDK or JRE using SD (swinstall), you can run the following command: root@techgyaan# /usr/sbin/swlist | grep -i java Lets start weblogic installation now jus...

How to add Static route permanent in Solaris?

Route for Linux was originally written by Fred N. van Kempen, and then modified by Johannes Stille and Linus Torvalds for pl15. Alan Cox added the mss and window options for Linux 1.1.22. irtt support and merged with netstat from Bernd Eckenfels. Route manipulates the kernel's IP routing tables. Its primary use is to set up static routes to specific hosts or networks via an interface after it has been configured with the ifconfig(8) program. To add a Static Route in Solaris you need use route command this will manipulates the Kernel's IP Routing Tables. If you reboot the server the dynamic route will be lost to avoid this happening in future just create a script to start it in one of the /etc/rcX.d directories such as /etc/rc2.d or /etc/rc3.d something like S99route. Method (1) Syntax: root@techgyaan:~# route add [net|host] netmask [GatewayAddr|-interface ] Example: root@techgyaan:~# route add -net 192.56.76.0 netmask 255.255.255.0 192.56.76.1 or root@techgyaan:~# rout...

How to make OpenOffice run faster in Windows & Ubuntu

Just follow some simple steps to make OpenOffice run faster in Windows & Ubuntu Go to Start -> All Programs -> OpenOffice.org 2.4 -> OpenOffice.org Writer The OpenOffice.org Writer is launched. Go to the Tools menu and select Options . The Options window is opened. Highlight Memory on the left panel, change the setting as shown below. Reduce the number of Undo steps to a figure lower than 100. Adelstein suggests 20 or 30 steps. Under Graphics cache , set Use for OpenOffice.org to 128 MB (up from the original 6MB). Set Memory per object to 20MB (up from the default .5MB). Set the number of objects under Cache for inserted objects at 20 . Check Load OpenOffice.org during system start-up . Now highlight Java on the left panel, uncheck Use a Java runtime environment Click the OK button and close OpenOffice.org Writer . Start it up again to experience the change in speed! Feedbacks: We appreciate feedbacks and suggestions ...