Search Results

Search: Posts Made By: zylwyz
2,933
Posted By zylwyz
try this: shutdown -h now
try this: shutdown -h now
1,973
Posted By zylwyz
This will now stop
This will now stop
2,160
Posted By zylwyz
:mad: Are you a spammer?
:mad: Are you a spammer?
Forum: Linux 07-18-2005
10,772
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,698
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,973
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,847
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,862
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,702
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,311
Posted By zylwyz
You can use: System("/bin/cp file...
You can use:
System("/bin/cp file dir/file");
13,076
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,076
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,076
Posted By zylwyz
background process
How, can I hide background process's output?
Forum: What is on Your Mind? 07-05-2005
2,660
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,537
Posted By zylwyz
You can try...
You can try http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html
1,940
Posted By zylwyz
Use /usr/bin/perl
Use /usr/bin/perl
18,811
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,355
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,357
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,981
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,208
Posted By zylwyz
vgersh99, is right
vgersh99, is right
Forum: IP Networking 07-01-2005
5,149
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,095
Posted By zylwyz
This remark was for me? :mad:
This remark was for me? :mad:
6,208
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
...
178,598
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 11:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy