Search Results

Search: Posts Made By: zsycho
Forum: Proxy Server 09-13-2014
8,259
Posted By zsycho
Also there was some registry editing required in...
Also there was some registry editing required in Win 7. May be not in Professional version.

---------- Post updated at 09:07 AM ---------- Previous update was at 09:06 AM ----------

sorry, it...
Forum: Ubuntu 09-13-2014
2,943
Posted By zsycho
Hide command details in top?
I am pulling data from remote SFTP server via LFTP. I really like its features.

I have executed following command through screen.

lftp -u xxxxx,xxxxx -e "set sftp:connect-program 'ssh -a -x -i...
2,206
Posted By zsycho
i have not tried this, but you can do something...
i have not tried this, but you can do something like

for i in `find -name "*.sh"`; do cp $i <destination>; done
4,635
Posted By zsycho
why not use find command find path -size...
why not use find command

find path -size +2048M
14,997
Posted By zsycho
you need to install zip application. instead...
you need to install zip application.

instead of which unzip, use which zip

zip -o filename.zip works
3,408
Posted By zsycho
thanks... I will try that and will let know... ...
thanks... I will try that and will let know...


I want to read a file into an array because when printing the variable contents directly does not results in expected output.

I get the...
2,153
Posted By zsycho
What I am confused by your post is that do you...
What I am confused by your post is that do you need a user say xyz to have root permissions through sudo?
If this is the case, you need to edit your sudoers file.


or

ssh to the server with...
3,408
Posted By zsycho
THanks for the suggestion.. I came up with...
THanks for the suggestion..

I came up with the following script and iit is working fine on my local Ubuntu system. But when i tried to execute this script on one of the old debian server, it...
3,408
Posted By zsycho
Wow, this is what I needed, but I doubt that I...
Wow, this is what I needed, but I doubt that I would have been able to create a awk script like that...

Any training material that will help me to code like you did?
3,408
Posted By zsycho
hmm, I am aware of that but since I am new to...
hmm, I am aware of that but since I am new to awk, its getting difficult for me to generate the required output.

I need to know what needs to be changed in the following command

awk '{ s +=...
3,408
Posted By zsycho
If you see the output carefully, you will see...
If you see the output carefully, you will see that the output shows 100.000000 for Result code [0] even though it should not be 100, it should be 91.30 for Bank1.sss.

The first column data is the...
3,408
Posted By zsycho
Stuck with awk !!!
Can someone help me with geting the desired output?

Source:

Bank1.sss
63 Result code [0]
2 Result code [106]
4 Result code [108]
Bank2.sss
474 Result code...
Forum: Infrastructure Monitoring 11-04-2012
9,261
Posted By zsycho
Setting Nagios warning and critical load threshold?
Hii everyone.

I am here with a new query hoping linux gurus can help me.

we have server that was cloned from physical to virtual. Now the load on this server has tremendously reduced. But the...
1,264
Posted By zsycho
I figured out the script.. . Here it is ....
I figured out the script.. .

Here it is . .. Thanks !!

#!/bin/bash

#USE : ./script_name path_to_file no_of_lines
#Change the SAVEPATH where you need to save

export...
1,264
Posted By zsycho
ok. .. so I re-edited the script. . . ...
ok. .. so I re-edited the script. . .

#!/bin/bash

# USE :
#script_name log_path no_of_lines

export PATH="/home/xosh/"
export FILENAME=$(/usr/bin/basename $1)
export dt=`/bin/date +%Y%m%d`...
1,264
Posted By zsycho
Hii . . . When I try executing the script, I...
Hii . . .

When I try executing the script, I get the following errors :

basename : command not found.

and

/home/zshaikh/ is a directory

i m still not able to figure it out whats...
1,264
Posted By zsycho
Get "n" number of lines from the specified file and store the output to the new file
Hiii.

How are you all. .. I have started to learn bash scripting.. . and I am pretty much trying to execute this script which I am still not successful.. .

This is what I am trying to do. ..
...
Forum: Ubuntu 01-15-2012
2,146
Posted By zsycho
PPPOE + Ubuntu = Frustrating
Hii everyone,

I will be explaining what kind of problem I am having with Ubuntu and PPPOE.

I have dual booted my PC with Win 7 and Ubuntu 10.10

Previously, whenever I use to start my ubuntu,...
Forum: IP Networking 01-08-2012
3,403
Posted By zsycho
If I am not wrong, VPN requires the following...
If I am not wrong, VPN requires the following criteria

1.Cert keys on your PC
2.Cert keys on your authenticating server.

VPN allows users to connect to private n/w from almost any location.So...
Showing results 1 to 19 of 19

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