redhat

Symbolic link for html file with an embeded flash swf located in different directory in redhat or centos Linux

Hi All, I have created a html index.html which has an embeded code linking to index.swf in an folder both these file are in the path say /home/user-name/ When i created a symbolic link to index.html in the path /home/user-name/Desktop . when i click on the symbolic link index.html file it opens in the browser but the flash file inde...

Run a cronjob where the file is inside a password protected directory

Hello, I am using cpanel standard crontab set-up, I have the path to the file correct but the path leads to a password protected directory ie: *php /home/example/public_html/admin/script.php* admin is password protected, how would I allow the crontab access to the script? Thanks in advance. ...

Will Java compiled in windows work in Linux?

My Java program is in working order when i use it under Windows(Eclipse and Bluej). I compress it to a Jar and send it to my red hat and bang. nothing works. It breaks on the weirdest things, such as text field set text will not show, JPasswordfield just disappeared, Java AWT ROBOT dies too... the list goes on, first i thought it must be...

Variable initialisation not happening everywhere on certain platforms.

I have a program that I built for RHEL5 32 bit and ubuntu10 64 bit (c++ qt4.6). When I run the program on ubuntu, all the variables are initialized without me needing to code this initialization. But When I run the program on RHEL, some of the variables are not initialized, I have noticed that they are mostly integer type and the typic...

Will learning to use Fedora also teach me my way around Redhat (CentOS)?

I want to dive into the open source world and start using a Linux distro while learning to program. I've looked over the options and it pretty much boils down to Fedora or CentOS. The reasoning behind it is I'm hoping to kill two birds with one stone... Redhat seems to be "the choice" for servers, so I figure as I learn to program, I ca...

Any tool for easily parse a config file on Linux ?

Hi, I need a tool that allows me to parse a config file and request some data from it. The format of the config file is free (it can be INI, XML, and so on) but the more human-friendly, the better. Here is a sample config file (using XML, but it could be anything: i don't mind the format): <?xml version="1.0" encoding="UTF-8" ?> <con...

How to install rails 3.0 on Redhat 4.0 with mysql2 support?

When trying to install rails 3.0 on a redhat 4.0 server, the 'bundle install' fails during the installation of mysql2. Is it possible to solve this? 'bundle install' command returns the following output: ~/rails/trial# bundle install Fetching source index for http://rubygems.org/ Using rake (0.8.7) Using abstract (1.0.0) Using activ...

linux redhat os download

I want to download Linux Redhat OS so , can any one send me link. Kindly help me ...

How to send test email specifying SMTP server

I'd like to test to see if I can send email unauthenticated from an smtp server from my red hat box. If I want to send a test email from command-line, I would do something like this: mail -s Test [email protected] < /dev/null How do I specify an SMTP server to send the mail through? ...