>
> Greetings. Last 3-4 days I have Installed Mandrake 9 in 6
Greeting to you too ...
> Machines. Out of 6, 3 is Amd and remaining 3 is Pentium
> machines. There is one game named Tux racer. This game is running
> smoothly in pentium machines and resolution is also good. But in
> the Amd based m
[Seems to be the day for exploits for PHP-based portal systems.
Please upgrade when a patch comes out if you use Mambo Site Server -- Raju]
This is an RFC 1153 digest.
(1 message)
--
Message-ID: <[EMAIL PROTECTED]>
From: "Mindwar
My email id is [EMAIL PROTECTED]
pls remove me from the group
---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
[Another PHP portal vulnerability (DCP-Portal). Please await vendor
fixes -- Raju]
This is an RFC 1153 digest.
(1 message)
--
Message-ID: <[EMAIL PROTECTED]>
From: "Frog Man" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: DC
[Please follow the instructions in the mail to prevent this YABBS
exploit -- Raju]
This is an RFC 1153 digest.
(1 message)
--
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="cWoXeonUoKmBZSoM"
Content-Disposition: inlin
[PHPLinks remote admin-level vulnerability. Please wait for the
author to update, or use another package -- Raju]
This is an RFC 1153 digest.
(1 message)
--
Message-ID: <[EMAIL PROTECTED]>
From: JeiAr <[EMAIL PROTECTED]>
To: [EM
[Please upgrade if you use CVS server -- Raju]
This is an RFC 1153 digest.
(1 message)
--
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB
On Mon, 20 Jan 2003, Frederick Noronha wrote:
> game named Tux racer. This game is running smoothly in pentium
> machines and resolution is also good. But in the Amd based machines
> the game is not running and get stuck and the resolution is also not
What is the model of the AMD chip? What chip
try checking out www.bluelinux.org for a comparative equivalent chart that
answers to some extent the second part of your question
regards
sankarshan
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.443 / Virus Database: 248 - Rele
Can anyone help this person from the Pondy LUG? Seems to be having some
interesting questions... FN
Message: 3
Date: Mon, 20 Jan 2003 12:10:55 +0550
From: [EMAIL PROTECTED]
Subject: Queries
Dear Friends,
Greetings.
On Mon, 20 Jan 2003, Noufal Ibrahim wrote:
> Agreed. On a related note, is it possible to use sed to do this
yes.
--
The ego is only a bit of consciousness swimming upon the ocean of dark things.
We are an enigma unto ourselves.
-The Mentat Handbook
---
As of Mon, Jan 20, 2003 at 07:19:53PM +0530, Philip S Tellis reported from
a remote location:
[..]
: the original code had one space there, not two.
Fair enough. Mea culpa.
[..]
: character in the second. therefore, each \n and each \r would be
: replaced with a space, regardless of whether they
On Mon, 20 Jan 2003, Noufal Ibrahim wrote:
> But.
> [new] $cat file
> test1
> test2
> test3
> test4
> [new] $cat file | tr "\n\r" " "
^^
the original code had one space there, not two.
> test1 test2 test3 test4 [new] $
>
> Seems to work just fine.
>
> I think
As of Mon, Jan 20, 2003 at 05:12:26PM +0530, Philip S Tellis reported from
a remote location:
[..]
: echo '\n' | tr '\n\r' ' '
[new] $echo '\n' | tr '\n\r' ' '
\n [new] $
: echo 'hello\nworld\r!' | tr '\n\r ' '
[new] $echo 'hello\nworld\r!' | tr '\n\r' ' '
hello\nworld\r! [new] $
: hmmm... i
On Mon, 20 Jan 2003, Vineet Mehta wrote:
> $cat filename | tr '\n\r' ' ' > newfilename
uhuh? is that what tr does?
try this:
echo '\n' | tr '\n\r' ' '
echo 'hello\nworld\r!' | tr '\n\r ' '
hmmm... is that what you mean to do?
Philip
--
Good night, Mrs. Calabash, wherever you are.
---
Ami,
$cat filename | tr '\n\r' ' ' > newfilename
this command will replace all ur \n\r with spaces.
vineet
> From: Amitava Sen <[EMAIL PROTECTED]>
> To: Linux-India-Help <[EMAIL PROTECTED]>
> Subject: [LIH]script to join 2 consecutive lines when a pattern is matched
> Date: 20 Jan 2003 12:11:4
> can u tell me what excatly are loop back devices. i know a loop
> back
> device 'lo' its something related to networking. but what are
> these loop back block devices.
>
loopback block devices are devices which basically allow you to
mount block device images etc. such as ISO images. So, usin
Hi,
I would recommend linking your java directory /usr/java/jdk1.3.1_04 to
/usr/local/java
Cheers,
Surjo Das
Systems Engineer
Wipro Global Command Centre, Bangalore - INDIA
-Original Message-
From: Shakeel Akbar [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 20, 2003 2:15 PM
At present there is no local DNS server. Will I have to setup local DNS
too.
If you have local mail server then local DNS is must, otherwise optional.
When the user puts say pop3.gmx.net as pop server, it should be
resolvable isn't it ? What changes I have to make in the windows client
Yo
I hava jdk 1.3 installed. Now when i run the installer
of the NETBEANS 3.4 (linux) i get the error that the
java virtual machine is not found & it asks with the
command
[installer file name] -is: javahome
I have done java home setting in windows. but when i
used the above option of is with [m
What is alternative ? IPCHAINS can work for this ?
How to redirect SMTP AND POP3 services? So the MDS can send and
received the mail.
Presently all the PC from private network can ping to any internet
address.
Forget IPCHAINS, SQUID & whatever is there on your mind. Think in these
lines -
- vPO
when i login as root in KDE version i get an error stating the
application has crashed.but when i create a new user and enter in KDE
mode there are no problems.
Try this.
Delete /root/.kde & /root/.kderc directories and run again.
Ami
---
T
Hubba,
Where \n is new line and \r is carriage return. When such a pattern is found
on a particular line I want to replace this pattern with a space and join this
line with the next line.
Any text editor - search - replace.
Ami
---
Thi
[Please upgrade if you use HSphere, the web-hosting control panel -- Raju]
This is an RFC 1153 digest.
(1 message)
--
Message-Id: <[EMAIL PROTECTED]>
From: Carl Livitt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Remote roo
On Sun, 19 Jan 2003, Sharninder wrote:
> > I tried to mount a iso files with the following mount options
> > $mount -t iso9660 -o loop xyz.iso mountpoint
> >
>
> do u have the loop* devices in /dev/. if not, use the mknod program
> to make the loopback devices.
hi,
can u tell me what excat
25 matches
Mail list logo