Search Results

Search: Posts Made By: zylwyz
2,942
Posted By zylwyz
try this: shutdown -h now
try this: shutdown -h now
1,977
Posted By zylwyz
This will now stop
This will now stop
2,172
Posted By zylwyz
:mad: Are you a spammer?
:mad: Are you a spammer?
Forum: Linux 07-18-2005
10,782
Posted By zylwyz
:rolleyes: hmm... I think you're using...
:rolleyes: hmm... I think you're using windows... so you should start by searching live-on-cd linux, like knoppix. You can download it from anythere like *.iso and make a bootable cd (I think you...
Forum: What is on Your Mind? 07-11-2005
17,794
Posted By zylwyz
I choosed this nick becouse this nick is never...
I choosed this nick becouse this nick is never used before! It's a fresh and clean. 2 week ago I was antered: "zylwyz" in www.google.com - no results.
But try enter now! Everything about "zylwyz" is...
1,977
Posted By zylwyz
or use: unset HISTFILE this command will stop...
or use:
unset HISTFILE
this command will stop writing to ~/.bash_history (for security)
Forum: IP Networking 07-10-2005
36,932
Posted By zylwyz
Hi, this is something for you, use this simple...
Hi,
this is something for you, use this simple script:

#!/bin/sh
# "which" is answer for your question
`which java` $1
2,866
Posted By zylwyz
I think 2! Use perl script: #!/usr/bin/perl ...
I think 2!
Use perl script:
#!/usr/bin/perl
unless ('ps ax|grep script.sh|awk \{\'print $1 }\''{
system ("sh /home/user/script.sh");
}
5,706
Posted By zylwyz
The main reason of this problem can be: the...
The main reason of this problem can be:
the user "shutdown" is not using .bash_profile, or
you're using .bash_profile with bad shutdown command.
The command "shutdown -h now" need user who has...
Forum: Programming 07-08-2005
2,314
Posted By zylwyz
You can use: System("/bin/cp file...
You can use:
System("/bin/cp file dir/file");
13,086
Posted By zylwyz
No, I mean ... I need use like: ssh --help & ...
No, I mean ... I need use like:
ssh --help &
Only one command, not a script, some programs like "ssh" can't use "> file", so
how can I hide this output?
13,086
Posted By zylwyz
This is not working with my script, You can try...
This is not working with my script, You can try too for example:
#!/bin/sh
sleep 5
ssh --help > ~/data.file
write user -t "hi" > ~/data.file

the output still showing!
I need help, please...
13,086
Posted By zylwyz
background process
How, can I hide background process's output?
Forum: What is on Your Mind? 07-05-2005
2,667
Posted By zylwyz
This site is for unix, not for books about magic!...
This site is for unix, not for books about magic!
However you can look at there (http://www.feedforward.com.au/engineering-ebooks-on-cd.htm) .
Forum: Programming 07-05-2005
3,543
Posted By zylwyz
You can try...
You can try http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html
1,956
Posted By zylwyz
Use /usr/bin/perl
Use /usr/bin/perl
18,815
Posted By zylwyz
Simple php <?php system("/bin/sh your.sh"); ?> ...
Simple php <?php system("/bin/sh your.sh"); ?>

and your.sh
#!/bin/sh
echo "WORKING!"
3,365
Posted By zylwyz
Maybe you can try to look at there...
Maybe you can try to look at there (http://www.itp.uni-hannover.de/~kreutzm/en/lin_browser.html). This this the list of browsers for UINIX.
1,358
Posted By zylwyz
Please help me!
:eek: Somebody gives to me a old and slow computer:
200 MHZ
48 RAM
7 GB HDD
2 MB video card

And I'm searching for UNIX OS with XWindow system (like icewm, wmaker),
so I need a url to *.iso...
5,985
Posted By zylwyz
That question already was! use: rm -- "-e" ...
That question already was!
use:
rm -- "-e"
I think this is the main reason to close this thread.
6,243
Posted By zylwyz
vgersh99, is right
vgersh99, is right
Forum: IP Networking 07-01-2005
5,161
Posted By zylwyz
One year ago I had this problem too... and still....
One year ago I had this problem too... and still.
So I'm using socks proxy. Install and configure it on your Linux, then you
can use and other - Windows.
But the best way will be - hub.
Forum: Programming 07-01-2005
28,133
Posted By zylwyz
This remark was for me? :mad:
This remark was for me? :mad:
6,243
Posted By zylwyz
Maybe
You can use this poor script:

#!/bin/sh
x="1"
if [ $1 != "" ]; then
a=`sed -n '$x,$xp' $1`
x=$(($x+1))
b=`sed -n '$x,$xp' $1`
fi
if [ $a = $b ];then
echo "ok"
else
echo "no"
fi
...
179,140
Posted By zylwyz
What's your most useful shell?
What's your most useful shell?


/bin/sh
/bin/csh
/bin/ksh
/bin/tcsh
/bin/bash
Showing results 1 to 25 of 52

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