Search Results

Search: Posts Made By: sendai
Forum: What is on Your Mind? 07-23-2007
17,437
Posted By sendai
hum i like too much Japanese/Chinese and...
hum i like too much Japanese/Chinese

and brazilian food too..
but there's no option --'
Forum: What is on Your Mind? 07-23-2007
1,888
Posted By sendai
hello man, I'm from Brazil, somewhere near Sao...
hello man, I'm from Brazil, somewhere near Sao Paulo
Forum: Programming 07-22-2007
1,838
Posted By sendai
strstr() is new for me i ever used strcmp()
strstr() is new for me i ever used strcmp()
Forum: Open Source 07-18-2007
196,616
Posted By sendai
Slack ever Slack I begin using RedHat 9 a...
Slack ever Slack

I begin using RedHat 9 a long time ago, so i tried ubuntu, debian and FreeBSD
so mine friend showed me Slackware aaah love :rolleyes:
13,398
Posted By sendai
Python: popen problems
Hello I'm writing a web server in python(obelisk-http.sourceforge.net)
and I'm having a greeat problem with POST method it like that

When someone make a POST request to the server it must open...
Forum: SuSE 12-21-2006
11,263
Posted By sendai
humm
is a better ideia put in rc.local

but i never used suse so i don't know if this exist ;P

if not try to find the line where your network driver is loaded and put
the ./way/to/asterisk in the...
Forum: What is on Your Mind? 12-20-2006
7,176
Posted By sendai
no snow here ¬¬
no snow in brazil
only a hell sun of 37 celsius
Forum: SuSE 12-20-2006
11,263
Posted By sendai
this is cause you don't need launch asterisk with...
this is cause you don't need launch asterisk with sudo when you boot up your pc

cause in startup your id is 0 so only execute asterisk

in your boot.local put it
./way/to/asterisk
1,662
Posted By sendai
Problems with perl
hi i'm writing multiclient perl server cross plataform
it will redirect one connection to any computer inside mine lan

so when someone connect on this server
it create a socket and connect to...
13,119
Posted By sendai
omg
hey i need to learn more about sh :D
13,119
Posted By sendai
try this one
#!/usr/bin/perl
$x=1; #first file who will open will be file20061.trf change if you need
$xmax=9999; #change this as you need is the limite of files
$patternb="file2006"; #begin of filename...
Forum: Programming 12-05-2006
4,078
Posted By sendai
ohh
really thx :)
Forum: Programming 12-04-2006
4,078
Posted By sendai
Threads = SIGSEV ?
I'm studing about thread and sometimes when I run this code i receive a SIGSEV
someone have some idea of wath is occuring?

gcc thread.c -o thread -pthread

#include <stdio.h>
#include...
19,649
Posted By sendai
sorry if i'm wrong
but you want print lines where the char 100=2 and 101=7

if yes this will help you.

#!/usr/bin/perl
if(@ARGV eq ""){
print "Usage = ./$0 <FILE>\n";
exit 0;
}
$fl=join(" ",@ARGV);...
2,249
Posted By sendai
XEDitor like ed, but in perl
some very very small bugs
but is working very fine
questions?
h - for help ;D
:eek: enourmous .. sorry
#!/usr/bin/perl
# xed Prompt Text Editor Like ed
# by Sendai
# Don't Remove this...
Forum: Filesystems, Disks and Memory 12-02-2006
21,514
Posted By sendai
simple
make a script to divide the file ;d
3,932
Posted By sendai
hum
try it if you have access to r00t account

chmod 750 /usr/bin/w

so only users with gid=0 or uid=0 will can run the w
;D
43,691
Posted By sendai
You already have responses but look this one (;
#!/usr/bin/perl
$file=join(" ",@ARGV);
if($file eq ""){
die "Usage:\n./$0 FILENAME";
}
open(FD,"> $file")|| die "Can't open to WRONLY";
print FD "";
close(FD);

----------------------cut...
Showing results 1 to 18 of 18

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