Search Results

Search: Posts Made By: ErNci
2,608
Posted By ErNci
Nuclear Weapons Controls on any country, nor...
Nuclear Weapons Controls on any country, nor Microsoft source files.
3,786
Posted By ErNci
But the problem is im at PC 1, and cant...
But the problem is

im at PC 1, and cant send UDP to the gate to get out externally:

PC1 --- Network (UDP dropped)---GATE------(no Drops)-------WWW

I have SSH access to GATE which is a unix...
8,293
Posted By ErNci
try.. print TOPIC_TMP...
try..

print TOPIC_TMP '<title>'.`porter-stemmer $1`.'</title>'."\n";
3,786
Posted By ErNci
Tunneling
Hello,

I am within a LAN system and I need to be able to tunnel out (and recv UDP) packets.

Currently the router automatically drops UDP packets.

My PC cant see the outside world, nor ping,...
2,242
Posted By ErNci
Building a new PC
Hi, im building a new PC for my FreeBSD - sorry it's not really UNIX related but I dont really visit any other online forums, and lost ideas of people to ask,

Basically would it work if bought...
11,839
Posted By ErNci
:) impressive-d. sorry just had to say...
:) impressive-d.


sorry just had to say :)
5,775
Posted By ErNci
I just use something like...
I just use something like http://crimsoneditor.com/ to open them - it reads the UNIX line fine, and re-writes it back.
6,117
Posted By ErNci
or print 'this is a test message @1.00 pm'."\n"; ...
or print 'this is a test message @1.00 pm'."\n";

also add "use strict;" to the top of your perl. It will help you find errors like this.
24,126
Posted By ErNci
Yes, as tjlist said, the percecitonal way really...
Yes, as tjlist said, the percecitonal way really should be

if ( ( system("/bin/chio -f $changerDevice move slot ".($tape-1)." drive 0
") ) / 256 ) {
print "$progname: cannot '/bin/chio -f...
2,385
Posted By ErNci
lp send requests to a local printer from a...
lp send requests to a local printer from a Solaris host.

For SunOS it's lpr.

Obviously they're both present on current OS, but it's good practise to use the correct one incase you end up...
11,090
Posted By ErNci
instead of enabling stuff nor causing yourself...
instead of enabling stuff nor causing yourself all this bother why not just edit run_calculation.sh and add at the bottom 'mv output.dat backup.bat' at the bottom?
2,492
Posted By ErNci
@TmpStore=split (';',$_); ...
@TmpStore=split (';',$_);
$Sender=splice(@TmpStore,1);
#trim leading spaces and trailing spaces
$Name =~...
1,869
Posted By ErNci
s/learnd/learnt/g;
s/learnd/learnt/g;
6
1,657
Posted By ErNci
UNICS was it's original name
UNICS was it's original name
2,906
Posted By ErNci
skull 1939 - not politically friendly.
skull 1939 - not politically friendly.
1
Php
1,521
Posted By ErNci
Php
my friend has just made a website which lets you view pages with URL like page=blah.php and stuff, iv tried to explain to him that it's bad becuase people could do page=/etc/passwd but he said he...
1,912
Posted By ErNci
also for in a file grep A* FOO.EXTENSION ...
also for in a file

grep A* FOO.EXTENSION

eg:

grep Big*Iguanas .csh
grep A* Alphabet.doc

etc

__

you may also want to 'pipe' some things to more if it has many matches, eg:

grep...
2,166
Posted By ErNci
search in yahoo for 'putty ssh' and download ...
search in yahoo for 'putty ssh' and download

it has proxy support, tunneling etc
11,654
Posted By ErNci
length=${#variable} in ksh and bash. echo...
length=${#variable}
in ksh and bash.

echo "$variable" | wc -c
but will be 1 above as has newline feed (so -1)

length=`expr length "$variable"`but very depreciated
Forum: Open Source 06-26-2005
338,044
Posted By ErNci
I use a computer but normally ill also load...
I use a computer

but normally ill also load an application up

normally Notepad or Crimson Text Editor for coding becuase Im Primerily a Microsoft Product
97,544
Posted By ErNci
cat /etc/passwd | awk -F: '{ print $1 }' ...
cat /etc/passwd | awk -F: '{ print $1 }'

Me-Owwwww
5,822
Posted By ErNci
privit ti what version of Linux are you...
privit ti

what version of Linux are you installing and what are the speification of your server?
3,718
Posted By ErNci
1: cd / 2: find . -name "uv.config" Line...
1: cd /
2: find . -name "uv.config"

Line 1 takes you to base directory
Line 2 searches anywhere below current (which is base direectory) for any files which are match 'uv.config'

or

1:...
10,612
Posted By ErNci
#my $filename='filename'; ###$filename isnt set...
#my $filename='filename';
###$filename isnt set here (as it's commented out), nor anywhere else so.....

this means $filename =~ s/.*[\/\\](.*)/$1/; will fail as $filename isnt initilized.

And...
Showing results 1 to 24 of 24

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