Search Results

Search: Posts Made By: venikathir
Forum: Red Hat 09-20-2012
1,359
Posted By admin_xor
On the machine where this port needs to be...
On the machine where this port needs to be opened, execute the below commands:

iptables -I INPUT -m state --state NEW -m tcp -p tcp --dport 4902 -j ACCEPT
service iptables save
If you have an...
5,750
Posted By vbe
Remember also that you can use backslash to avoid...
Remember also that you can use backslash to avoid shell interpretation: mv ./\-9file.jpg 9file.jpg
5,750
Posted By hergp
To keep it simple, just use mv -- -9file.jpg...
To keep it simple, just use

mv -- -9file.jpg 9file.jpg
The special option "--" can be used to delimit the end of the options. This is useful in delimiting non-option arguments that...
Forum: Red Hat 08-27-2011
6,358
Posted By h@foorsa.biz
Put this snippet either or in both .bashrc or...
Put this snippet either or in both .bashrc or .bash_profile if you are using bash shell

export PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
Forum: Red Hat 08-09-2011
4,746
Posted By kalpeer
How to compile httpd using gcc in RHEL?
Hi All,

I am trying to compile httpd2.2.19 in RHEL5.5 using gcc version 4.1.2. This is first time I am trying to compile httpd in RHEL.

I ran configure with below option

...
Forum: Red Hat 07-27-2011
11,309
Posted By getrue
THANKS dud, its done. :b:
THANKS dud, its done. :b:
2,357
Posted By yoi2hot4ya
SU issues
Hi,
I have automated a build process that does the following activities.
1. check out code from cvs to a specific directory
2. build the revision checked out with 'ANT'
3. integrate the...
Forum: Solaris 03-11-2005
23,954
Posted By ppass
i figured out the problem , i had the...
i figured out the problem , i had the /etc/netconfig file missing ..
i resotored it form an old backup and now everything is runnig smoothly ..
thank u all once again
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 05:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy