Search Results

Search: Posts Made By: new2ss
Forum: Web Development 01-21-2014
5,325
Posted By new2ss
Httpd proxy with mod_jk,ssl only on login page using .htacess
Hi all, I have a web app with the following pages, browse.jsp and shopping.jsp. I want to protect shopping.jsp with https. (https is only between browser and apache httpd server.)The https for the...
5,263
Posted By new2ss
$0 shell variables
Would appreciate if someone can explain the ${0##*/} line. What does it do?
I am aware that $0 is the script name, $# is number of arguments passed in, $* is all the arguments. With the curly...
14,945
Posted By new2ss
Hi zaxxon, thank you for your suggestion.
Hi zaxxon,

thank you for your suggestion.
14,945
Posted By new2ss
Hi zaxxon, thank you for your prompt response. ...
Hi zaxxon, thank you for your prompt response.

I followed your suggestion and i got the output in 3 lines. Any suggestions to get the 3 lines combined into 1 line?
14,945
Posted By new2ss
capturing output from top and format output
Hi all, I'd like to capture the output from the 'top' command to monitor my CPU and Mem utilisation.Currently my command isecho date
`top -b -n1 | grep -e Cpu -e Mem` I get the output in 3 separate...
2,107
Posted By new2ss
amend ftp to sftp
Hi all, below is my current scriptftp -n << FTPCTRL
open $my_ip
user $my_user $my_pass
ascii
prompt off
lcd $myDIR
cd $ftp_cd
$OPS $myfile
FTPCTRLI'd like to amend it to sftp mode....
2,698
Posted By new2ss
Setting permissions and restricting access
Hi all,

I have user called "Z". The home directory is /home/Z. I have another directory /home/Z/OP. Within /home/Z/OP, i have 2 directories
/home/Z/OP/OP1 and /home/Z/OP2.

I want to restrict...
Forum: Linux 08-08-2008
2,815
Posted By new2ss
at scheduling executes job immediately
Hi all,

I am trying to schedule a one time job using at. First I do a `date` command to capture current date

[myhost]$ date
Fri Aug 8 15:53:20 # shows current date
[myhost]$ at -t 16:00...
Forum: Red Hat 04-23-2008
7,124
Posted By new2ss
Hi cbkihong, how to i check that?
Hi cbkihong, how to i check that?
Forum: Red Hat 04-23-2008
7,124
Posted By new2ss
CVS on redhat
Hi all,

i am trying to set up a CVS server on linux and to remote access the repository using WinCVS. I am facing some problem and i am unsure whether is it the client or the server not set up...
4,411
Posted By new2ss
remove a line within a file
Hi all, i have a text file similar to belowA1
A2
A3
B1 ... .... *** # first occurance
B1 ... .... *** # second occurance
B1 ... .... *** # third occurance My desired output is B1 ... .... *** #...
19,250
Posted By new2ss
Hi all, i managed to install it as root...
Hi all,

i managed to install it as root user, and any one can use the modules. Thanks.

Hi cbkihong,

you mentioned that installation location varies,how can i find out where did my...
3,646
Posted By new2ss
Hi nua, i realised my mistake. My initial run.sh...
Hi nua, i realised my mistake. My initial run.sh script was. Name I ran the script and after that did a echo $NAME at the command promot.Nothing was printed.

I rewrote the code .Name
echo $NAME...
3,646
Posted By new2ss
Hi quintet, your suggestion worked. Thanks....
Hi quintet,

your suggestion worked. Thanks. Because i need to set it as a cronjob,
would typeing . run.sh at the crontab entry work?
3,646
Posted By new2ss
Hi, i am using bash shell. the output was...
Hi, i am using bash shell.

the output was exactly the same as what i posted earlier.
3,646
Posted By new2ss
Hi nua7, i tried your suggestion, its still...
Hi nua7,

i tried your suggestion, its still not working.
3,646
Posted By new2ss
setting some variables
i have a file .NAMEexport MY_NAME=JOE
when i do this at the command prompt #. .NAME
$echo MY_NAME
$JOEi created a script called Run.sh . .NAME At the command prompt i did #sh Run.sh
#echo...
19,250
Posted By new2ss
Installing Perl DBI and DBD
Hi, i have some queries on installing the Perl DBI and the DBD Oracle.

I know that i have to install the DBI first. I have the source files in a folder in my home directory.The commands to install...
25,541
Posted By new2ss
From my outputCpu(s): 3.9% us, 20.5% sy, 0.0%...
From my outputCpu(s): 3.9% us, 20.5% sy, 0.0% ni, 75.6% id, 0.0% wa, 0.0% hi, 0.0% siDoes it mean 75% of my CPU is idling,while user's process are taking 3.9% and system processing at taking up...
25,541
Posted By new2ss
top output
Hi all, below is the output of my 'top' Tasks: 91 total, 2 running, 89 sleeping, 0 stopped, 0 zombie
Cpu(s): 3.9% us, 20.5% sy, 0.0% ni, 75.6% id, 0.0% wa, 0.0% hi, 0.0% si

Can...
Forum: Linux 02-21-2008
3,409
Posted By new2ss
Unable to ssh using identity keys
Hi all, i am trying to ssh into a remote server without password, i tried the command with the verbose command 'ssh -v -l user1 10.10.10.10'OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL...
Forum: HP-UX 02-14-2008
33,479
Posted By new2ss
I got the following output when i did a echo $0 ...
I got the following output when i did a echo $0
/bin/kshI suppose its k shell? In this case, what should be the key to retrieve the last command?
Forum: HP-UX 02-11-2008
33,479
Posted By new2ss
Previous command
Hi,

i would like to retrieve (only retrieve, not execute) a previous command which i executed on the command prompt. I tried the 'up arrow' key, but its not working. Instead,it showed me some...
36,112
Posted By new2ss
Hi, i would like to clarify certain columns....
Hi,

i would like to clarify certain columns. I tried to man ps, and i was not able to understand the information provided. In the man pages, it states the flag -f was to print out the full-format...
1,528
Posted By new2ss
different way to run a script
Hi all, i suppose this question could have been asked before and i could have searched for it. However, i do not how to phrase the search string. Anyway, here is the question. i notice there are a...
Showing results 1 to 25 of 132

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