, ,

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

Friday, October 31, 2008 View Comments

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
Read the full story

, , ,

Download of the Day

Friday, October 24, 2008 View Comments

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

Read the full story

, ,

How to install weblogic 9.2.0 on HPUX using console mode

Sunday, October 19, 2008 View Comments

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:

root@techgyaan# java -version

or

root@techgyaan:# /opt/java1.5/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

bash-3.00# /opt/java1.5/bin/java -jar server922_generic.jar -mode=console
Extracting 0%.........................................................100%

<------- BEA Installer - BEA Products --------->

Welcome:
--------
This installer will guide you through the installation of BEA Products.
Type "Next" or enter to proceed to the next prompt.
If you want to change data entered previously, type
"Previous". You may quit the installer at any time by typing "Exit".

Enter [Exit][Next]>

<------- BEA Installer - BEA Products --------->

BEA Systems License Agreement:
------------------------------
Use above value or select another option:
1 - Yes, I agree with the terms of the license
2 - No, I do not agree with the terms of the license

Enter option number to select OR [Down][Exit][Previous]> 1

<------- BEA Installer - BEA Products --------->

Choose BEA Home Directory:
--------------------------
->1|* Create a new BEA Home
2|/usr/weblogic

Enter index number to select OR [Exit][Previous][Next]> 1

<------- BEA Installer - BEA Products --------->

Choose BEA Home Directory:
--------------------------
"BEA Home" = [Enter new value or use default "/usr/local/bea"]

Enter new BEA Home OR [Exit][Previous][Next]> /usr/weblogic920

<------- BEA Installer - BEA Products --------->
Choose BEA Home Directory:
--------------------------
"BEA Home" = [/usr/weblogic920]

Use above value or select another option:
1 - Enter new BEA Home
2 - Change to default [/usr/local/bea]

Enter option number to select OR [Exit][Previous][Next]> 1

<------- BEA Installer - BEA Products --------->

Choose BEA Home Directory:
--------------------------
"BEA Home" = [/usr/weblogic920]

Enter new BEA Home OR [Exit][Previous][Next]>Enter

<------- BEA Installer - BEA Products --------->
Choose Install Type:
--------------------
Select the type of installation you wish to perform.

->1|Complete
| Install the following software components and examples:
| - WebLogic Server
| - Workshop for WebLogic Platform

2|Custom
| Choose software components to install and perform optional configuration.

Enter index number to select OR [Exit][Previous][Next]> 1

<------- BEA Installer - BEA Products --------->

Choose Product Installation Directories:
----------------------------------------
BEA Home Directory: [/usr/weblogic920]
Product Installation Directories:
1|Default Product Home: [/usr/weblogic920/weblogic92]
2|Workshop for WebLogic Platform: [/usr/weblogic920/workshop92]

Enter index number to select OR [Exit][Previous][Next]> 1

<------- BEA Installer - BEA Products --------->

Choose Product Installation Directories:
----------------------------------------
"Default Product Home" = [Enter new value or use default "/usr/weblogic920/weblogic92"]

Enter new Default Product Home OR [Exit][Previous][Next]>Enter

<------- BEA Installer - BEA Products --------->
Choose Product Installation Directories:
----------------------------------------

BEA Home Directory: [/usr/weblogic920]
Product Installation Directories:
1|Default Product Home: [/usr/weblogic920/weblogic92]
2|Workshop for WebLogic Platform: [/usr/weblogic920/workshop92]

Enter index number to select OR [Exit][Previous][Next]> 1

<------- BEA Installer - BEA Products --------->
Choose Product Installation Directories:
----------------------------------------
"Default Product Home" = [Enter new value or use default "/usr/weblogic920/weblogic92"]

Enter new Default Product Home OR [Exit][Previous][Next]> Enter

<------- BEA Installer - BEA Products --------->
Choose Product Installation Directories:
----------------------------------------

BEA Home Directory: [/usr/weblogic920]
Product Installation Directories:
1|Default Product Home: [/usr/weblogic920/weblogic92]
2|Workshop for WebLogic Platform: [/usr/weblogic920/workshop92]

Enter index number to select OR [Exit][Previous][Next]>Enter

<------- BEA Installer - BEA Products --------->
Installing files..

0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]

Performing String Substitutions...
Creating Domains...

<------- BEA Installer - BEA Products --------->

Installation Complete

Congratulations! BEA Products has been successfully installed to /usr/weblogic920/weblogic92.

Press [Enter] to continue or type [Exit]>

<------- BEA Installer - BEA Products --------->

Clean up process in progress ...
Read the full story

, , , ,

Migrate Microsoft Project to OpenProj - Open Source Software

Sunday, October 12, 2008 View Comments



Your Ad Here
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 Porject using OpenProj Checkout Here & Video on HowTo create Project
Read the full story

How to Buy a Cheap Domain Name



Your Ad Here
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 should help steer you in the right direction:

Steps

  1. Check to see how long the company has been operating. The Internet has been around for about 12 years or so now and so web hosting and domain registration businesses only began life about 10 years ago. DownDoggy.com, the company, known for recently bringing customers .mobi domains, was 10 years old in May 2006, so most DownDoggy.com members have only been members for 10 years or less. Check to see how long the domain name registration business you are considering has been around for.
  2. Make sure you can control every aspect of your domain name. Many domain name registration companies don’t let you make changes to your domains yourself. You have to enter a request via their support systems and then wait days for assistance. Simple things like changing IPS Tags and changing Name Servers should be possible via your control panel. Make sure you get a control panel and check out what the control panel lets you do.
  3. If you want to transfer your domain away will you be charged a fee? Many domain name registration and hosting companies charge a release fee. This charge is completely unnecessary. You should never be held to ransom over your domain name. Also, every time you change hosts and transfer your domains, on gTLDs(.com, .net, .biz etc) you will have to pay a transfer in fee. This can be avoided if you make sure you use a good domain name registration company in the first place. You’ll never need to transfer a domain again!
  4. Check to see if you get any email accounts. Most domain name registration services do not include email. If you want email services with your domain name, most companies charge you for email. In most cases you only get email forwarding. Even for straight forward POP3 email accounts some companies only offer 1 or 2 email accounts. You should make sure you get at least 15-20 POP3 email accounts included free of charge with your domain name registration. Most web hosting companies do not offer free POP3 email accounts. The reason for this is they offer domain name registration as an extra service. It’s not the mainstay of their business.
  5. Are they an ICANN accredited domain name registrar? You should choose a domain name registration company that is ICANN accredited. Firstly, they have had to go through all the ICANN accreditation checks which is quite an in depth process. Secondly, it’s not cheap! So you know the company is committed to Domain Name Registration as ICANN accreditation is a big investment and this should give you complete reassurance.
  6. Can you use their SMTP servers for outgoing email? Many hosting and domain name registration providers will not let you use their SMTP servers for sending emails. They assume you can send email via your ISP’s SMTP servers. However, a great many ISP’s and broadband providers will only let you use their SMTP servers on their branded email accounts; ie; davesmith_123@theirISP.net But if you use your own email address such as dave.smith@davesmith.net you won’t be able to send email via their SMTP servers. There are workarounds but you shouldn’t have to go to the trouble. Choose the right Domain Name Registration provider who does allow sending mail via their SMTP servers. Also watch out, there are a number of the top hosting companies that will only let you use their SMTP servers on premium email accounts which incur an extra charge.
  7. Make sure you always retain control of your domain name. There are literally hundreds of businesses hosting their websites with a web host they’re not happy with. Poor service, surprise invoices, unreliable uptime and email issues are just some of the common issues customers are facing today. What most of them want to do is vote with their feet and walk out the door and find another web hosting provider. However moving all their domains to another host is perceived to be a complete admin headache, so disgruntled customers continue to put up with second rate services for fear of the hassle involved in moving to a new web hosting provider.

Tips

  • Is there another way? Yes, there is. Businesses should be making use of a domain name registration company to centrally administer all their domains. There are lots of very professional domain name registration companies that have been in business for years and that provide fully functional control panels that give their customers full control over their domain names. Then, all they have to do is change the name server details from their old host to their new host for each domain.
  • So go through this 7 point checklist and make sure you choose the right home for your domain name registrations and renewals. There are plenty of companies who rely on hosting and domain name registration providers to look after the very life blood of their online businesses. More and more companies are going online and a great many of them rely on their websites for more than 60% of their revenue. So it makes sense to ensure that your domain name is in the hands of a reliable, reputable and professional company. Check to see how long they’ve been in business, make sure you can control every aspect of your domain, check to see if there are any hidden charges if you want to transfer a domain, check to see if you get any free email accounts and how many, check to make sure you can use their SMTP servers for sending email, and always, always make sure you retain control of your domain names.
  • .info stands for information
  • .com stands for Commercial
  • .net stands for Network
  • .org stands for Organization
  • .us stands for United States
  • .biz stands for Business
  • .edu stands for post-secondary educational establishments

Warnings

  • Before you buy a web hosting account with a free domain name, make sure that your domain name is in your complete control (provided you continue paying your annual renewal fees) and that you still have control over it even if you switch to a different hosting company.

Related wikiHows

Sources and Citations

Article provided by wikiHow, a collaborative writing project to build the world's largest, highest quality how-to manual. Please edit this article and find author credits at the original wikiHow article on How to Buy a Cheap Domain Name. All content on wikiHow can be shared under a Creative Commons license.

Read the full story

, , ,

How to install weblogic on HPUX box using console mode

Saturday, October 11, 2008 View Comments



Your Ad Here
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 just follow the procedure below:

root@techgyaan:# /opt/java1.4/bin/java -jar pj_platform814_generic.jar -mode=console
0%.........................................................................100%

<---------------------- WebLogic Platform 8.1 SP4 -------------------------->

Enter [Exit][Next]> Next

<---------------------- WebLogic Platform 8.1 SP4 -------------------------->

Agree BEA Systems License Agreement:
----------------------------------------------
Select Option:
1 - Yes, I agree with the terms of the license
2 - No, I do not agree with the terms of the license


Enter option number to select OR [Down][Exit][Previous]> 1

<---------------------- WebLogic Platform 8.1 SP4 -------------------------->

Choose BEA Home Directory:
--------------------------

"BEA Home" = [/usr/local/bea]

Input new BEA Home OR [Exit][Previous][Next]> /usr/weblogic


<---------------------- WebLogic Platform 8.1 SP4 -------------------------->

Choose BEA Home Directory:
--------------------------

*BEA home choice

->1|Yes, Use this BEA home directory [/usr/weblogic]
2|No, return to BEA home directory selection

Enter index number to select OR [Exit][Previous][Next]> 1

<---------------------- WebLogic Platform 8.1 SP4 -------------------------->

Choose Install Type:
--------------------

->1|Complete
|Install the complete BEA WebLogic Platform.

2|Custom Installation
|Choose software components to install and perform optional configuration.

Enter index number to select OR [Exit][Previous][Next]> 1

<---------------------- WebLogic Platform 8.1 SP4 -------------------------->

Choose Product Directory:
-------------------------

"Product Installation Directory" = [/usr/weblogic/weblogic81]

Input new Product Installation Directory OR [Exit][Previous][Next]> Next


<---------------------- WebLogic Platform 8.1 SP4 -------------------------->

Choose Product Directory:
-------------------------

->1|Yes, use this product directory [/usr/weblogic/weblogic81]
2|No, select another product directory

Enter index number to select OR [Exit][Previous][Next]> 1

<---------------------- WebLogic Platform 8.1 SP4 -------------------------->
Installing files..

0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]

<---------------------- WebLogic Platform 8.1 SP4 -------------------------->

Installation Complete
Congratulations! WebLogic Platform 8.1 SP4 has been successfully installed to /usr/weblogic/weblogic81.

Press any key to continue OR [Exit]>Enter

<---------------------- WebLogic Platform 8.1 SP4 -------------------------->

Clean up process in progress ...

Successfully Installed weblogic on HPUX :)
Read the full story

, , ,

How to add Static route permanent in Solaris?

Friday, October 10, 2008 View Comments

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:~# route add -net 192.56.76.0/24 192.56.76.1

to check the route

root@techgyaan:~# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags Mss Window irtt Iface
192.56.76.0 192.56.76.1 255.255.255.0 U 1 273 hme0
169.254.0.0 0.0.0.0 255.255.0.0 U 1 0 hme0


To make this entires permanent next time you reboot your machine "route add" under /etc/rc2.d or /etc/rc2.d S99route startup file.

root@techgyaan:~# vi /etc/rc2.d/S99route
#/bin/sh
route add -net 192.56.76.0 netmask 255.255.255.0 192.56.76.1


save & close the file

set the file to executable for owner, set owner as root. Now when you reboot, your route gets added

root@techgyaan:~# chmod 744 /etc/rc2.d/S99route

Premission
### String Owner's Permissions Group's Permissions Other'sPermissions
744 -rwxr--r-- Read,Write & Execute Read Read

Method (2)

This method is just smiple.
Just create file under /etc/defaultrouter

/etc/defaultrouter is configuration file containing the hostnames or IP adresses of one or more default routers.

to check present routing table.

Syntax:
root@techgyaan:~# netstat -rn (netstat - show network status)

Create file /etc/defaultrouter
root@techgyaan:~# touch /etc/defaultrouter
root@techgyaan:~# vi /etc/defaultrouter
192.56.76.1


Save & close the file.

Fore more details on above commands refer man:
man route
man netstat
man defaultrouter
man chmod

Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org

Your Ad Here
Read the full story

, ,

How to make OpenOffice run faster in Windows & Ubuntu

Wednesday, October 8, 2008 View Comments



Your Ad Here

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 about our website info@techgyaan.org
Read the full story

, , , ,

How to setup IPCop Virtual Machine Firewall to Protect your Windows Host (For Free!)

Sunday, October 5, 2008 View Comments



Just Follow the some simple steps to configure IPCop Firewall for Free.


- More cool how to projects


Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org
Read the full story