Search Results

Search: Posts Made By: agriz
Forum: Fedora 09-01-2013
8,263
Posted By agriz
Your replies saved lot of time in learning shell...
Your replies saved lot of time in learning shell script and made life easier ;)

* I downloaded Fedora 19
* I installed it in my laptop
* I created that simple shell script and executed to know...
Forum: Fedora 08-31-2013
8,263
Posted By agriz
I understood that pointsb will hold the values of...
I understood that pointsb will hold the values of awk's execution

pointsb = 'final result of awk'
What does that awk do?

It does some looping and prints x,y values. I assume it will be stored...
Forum: Fedora 08-31-2013
8,263
Posted By agriz
Is it not possible to write the line of code...
Is it not possible to write the line of code without awk then?
Forum: Fedora 08-31-2013
8,263
Posted By agriz
pointsb=`awk -v a2="$a2" -v b2="$b2" -v c2="$c2"...
pointsb=`awk -v a2="$a2" -v b2="$b2" -v c2="$c2" -v yb="$yb" -v yc="$yc" \
'BEGIN { for (y=yc; y<=yb; y++) { x = a2*y*y+b2*y+c2; print x, y }; }'`

can write it like this?
pointsb = ""
for...
Forum: Fedora 08-30-2013
8,263
Posted By agriz
What is the job print x,y here? and assuming...
What is the job print x,y here?

and assuming that x becomes 25 at the end of the loop, what will be the value of pointsb
Forum: Fedora 08-30-2013
8,263
Posted By agriz
Shell Script - awk, begin, for and print
pointsb=`awk -v a2="$a2" -v b2="$b2" -v c2="$c2" -v yb="$yb" -v yc="$yc" \
'BEGIN { for (y=yc; y<=yb; y++) { x = a2*y*y+b2*y+c2; print x, y }; }'`

I am learning shell script. I was reading a...
Forum: Cybersecurity 08-01-2011
3,221
Posted By agriz
I didn't get help from host. I will check the...
I didn't get help from host. I will check the user uploading form.

Can you tell me what has he tried / done in my server from this coding?

#!/usr/bin/perl -w



if(@ARGV < 1){

print q ...
Forum: Cybersecurity 08-01-2011
3,221
Posted By agriz
Web hosting security question
Hi,

Recently my has been hacked. A .pl script has been uploaded in the root of the directory, which uploaded lot of unwanted files and changed their file permission to 777.

I have no clue how...
Showing results 1 to 8 of 8

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