On Thursday 02 Sep 2004 10:02 am, amitflu wrote:
> Ok, Even if it is an unsound design lets forget
> the design.
>
> Dont we have any way to get what I am trying to
> get.
>
A solution was proposed by raj and demonstrated by both raj and ams on the
ilugd-dev list. Check the archives of that list.
For video conferencing there are various non-free solutions like:
http://www.microwarehouse.co.uk/product.aspx?sku=e410886&MSCSProfile=584C39EC14974C113536C602F8F7C5B793D1B41DA08ECDDF01B174AC52F115E3918DFB41EAD4EC6877F343CC2FF37CF7CFEF44FFD80FD9583CFAA7659281CE91F0A6830D84253E8FF6136751EFC6BA3C3F07
[As usual, Oracle doesn't wish to divulge the precise nature of the
vulnerabilities in their products; however, rest assured that these
are serious enough and widespread enough (look at the Impact section
under). Upgrade if you're using Oracle on any platform; even better,
switch to PgSQL or somet
Ok, Even if it is an unsound design lets forget
the design.
Dont we have any way to get what I am trying to
get.
Regards,
Amit
__
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail
At 2004-09-01 21:16:24 -0700, [EMAIL PROTECTED] wrote:
>
> I simply want name of standard output file in my script.
>
> For example...
> if user runs :- ./myscript > anyfile.txt
>
> In this case I need "anyfile.txt"
That's an unsound design. Don't prevent your users from redirecting to
a device
Hi tarun,
I read,tried and understood the script.Its not
fulfulling my exact requirement.
I simply want name of standard output file in my
script.
For example...
if user runs :- ./myscript > anyfile.txt
In this case I need "anyfile.txt"(the name of the
file) in my script..I dont want to do any
yup she is right we should use this forum for more
useful chat :-)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
n Behalf Of komal
Sent: Wednesday, September 01, 2004 11:40 PM
To: The Linux-Delhi mailing list
Subject: Re: RE:-important [ilugd] {OT} Anyo
> Oh! god.
> Please stop this. If you need to swap/create new GMail accounts, kindly
> make a google e-group & communicate over that.
>
> maku
That's why we need list admin like raj mathur.
komal
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frod
R K wrote:
is it possible to install fedora from hard disk without having to burn
the cds if one has the isos on harddisk. if it is, howto do it . is
having a floppy drive also necessay for it
You could do it using NFS though. Or maybe VMWARE. Another obscure
option would be to dig Linux-From-S
you should hide the htpasswd file the second thing is while creating the user u have
to the the exact path of the htpasswd file so that the user info are stored there.
On Wed, 01 Sep 2004 Amit Sharma wrote :
>hi,
>
>i created .htaccess and .htpasswd in the directory
>which i want to protect t
hello... is this.. what u lookin for
./myscript filename | tee -a filename
this would keep the script running on screen as well.
or is it that i still havent understood
On Wed, 1 Sep 2004 05:11:59 -0700 (PDT), amitflu <[EMAIL PROTECTED]> wrote:
>
> Ok,I will try to run that script on that p
On Wed, 2004-09-01 at 11:46, Nawneet Kumar wrote:
> Hi manoj'
>
> Puleeez send me link for Gmail account.I am Riya Agarwal sending u
> request through nawneet inbox.
> My id is [EMAIL PROTECTED]
[SNIP]
Oh! god.
Please stop this. If you need to swap/create new GMail accounts, kindly
make a go
Ok,I will try to run that script on that page and
get back to you.
Thanks and Regards,
Amit
__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
__
amitflu wrote:
> No the page you sent just manipulates with the
> data that is written into that standard output
> file but I actually need the name of the file.
You don't seem to have read or understood the page.
-Tarun
--
http://www.tarundua.net
Nothing you ever wanted to find about Tarun Dua
Thanks for your reply.
No the page you sent just manipulates with the
data that is written into that standard output
file but I actually need the name of the file.
I have searched a lot in the internet and I
believe its not impossible.
Thanks and Reagards,
Amit
__
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> "Amit" == Amit Sharma <[EMAIL PROTECTED]> writes:
Amit> --- Dhruv Soi <[EMAIL PROTECTED]> wrote:
>> Follow these two steps to enable authentication
>>
>> 1. htpasswd -n username Output: New password: Re-type new
>> password
> amitflu wrote:
>> I need to use the name of the Standard output
>> file provided by the user in a shell script.
>> for example:-
>> ./myscript.sh > amit.txt
>> so I need to use "amit.txt" somewhere into my
>> shell scipt.
>> So please tell me how can i fetch it.
Sandip Bhattacharya wrote:
> You c
Nope it wont work.
__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/l
u could use this
./myscript.sh anyfilename > anyfilename
and in the script u could get the "anyfilename" by using $1
and similarly for other arguments passed ,u could use $2, $3 and so on
On Wed, 1 Sep 2004 03:42:19 -0700 (PDT), amitflu <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have been writi
[Please use ilug-dev for programming questions. CCing to it. All future
replies will only go there.]
On Wednesday 01 Sep 2004 4:12 pm, amitflu wrote:
>
> I need to use the name of the Standard output
> file provided by the user in a shell script.
> for example:-
> ./myscript.sh > amit.txt
> so I
On Wednesday 01 Sep 2004 4:56 pm, Amit Sharma wrote:
> i made it :
>
>
> Options Indexes MultiViews
> AllowOverride All
> Order allow,deny
> Allow from all
>
>
> but still it don't work.
>
How about the specific section from htaccess that you are using? Can the
htpasswd file be
--- Dhruv Soi <[EMAIL PROTECTED]> wrote:
> Follow these two steps to enable authentication
>
> 1. htpasswd -n username
> Output: New password:
> Re-type new password:
> username:6Asio7EZsoj.o (Copy this line and paste
> it to
> /etc/httpd/passwords using vi)
>
Follow these two steps to enable authentication
1. htpasswd -n username
Output: New password:
Re-type new password:
username:6Asio7EZsoj.o (Copy this line and paste it to
/etc/httpd/passwords using vi)
2. With assumption you want to put authnetication to a folder
--- Sandip Bhattacharya <[EMAIL PROTECTED]> wrote:
> On Wednesday 01 Sep 2004 3:04 pm, Amit Sharma wrote:
> >
> > so in case i want to protect 3 different
> directories
> > then i have to define all 3 in httpd.conf?
> >
>
> Yuo do have the option to set the AllowOverride
> option *once* for the
Hi all,
I have been writing a long script for last 7
days.I am stuck with a small problem.
I need to use the name of the Standard output
file provided by the user in a shell script.
for example:-
./myscript.sh > amit.txt
so I need to use "amit.txt" somewhere into my
shell scipt.
So please tell me
On Wednesday 01 Sep 2004 3:04 pm, Amit Sharma wrote:
>
> so in case i want to protect 3 different directories
> then i have to define all 3 in httpd.conf?
>
Yuo do have the option to set the AllowOverride option *once* for the default
directory "/" in httpd.conf .
- Sandip
--
Sandip Bhattachar
On Wednesday 01 Sep 2004 2:49 pm, Amit Sharma wrote:
> hi,
>
> i created .htaccess and .htpasswd in the directory
> which i want to protect thru username/password on
> apache 2.0.
>
> it seems every thing is correct but still the
> username/password screen never comes :(. it just shows
> the direct
If you want to put authentication for three directory then simply put that
for root directory... else you will have to mention directory by directory
if those directories are not physically present in your DocumentRoot...
Other way out is
1. Create a root directory ni DocumentRoot put authenticati
--- Dhruv Soi <[EMAIL PROTECTED]> wrote:
> Amit,
>
> Have you enabled the authentication in apache conf
> file, may be this is what
> you must have missed.
>
> to/directory/protected_by_authentication">
> AuthType Basic
> AuthName "You Realm."
> AuthUserFile /path to/password_file
> Require us
Amit,
Have you enabled the authentication in apache conf file, may be this is what
you must have missed.
AuthType Basic
AuthName "You Realm."
AuthUserFile /path to/password_file
Require user username
AllowOverride None
Check Options of that directory if you want to disable directory listing.
O
hi,
i created .htaccess and .htpasswd in the directory
which i want to protect thru username/password on
apache 2.0.
it seems every thing is correct but still the
username/password screen never comes :(. it just shows
the directory structue of that directory, i.e.
.htaccess is getting bypasswd.
i would like to add : when another distribution is already installed
and may be using it i would like to install the other ,
if u ask me why i need to know?? jus curious
On Wed, 1 Sep 2004 14:18:48 +0530, R K <[EMAIL PROTECTED]> wrote:
> is it possible to install fedora from hard disk without ha
is it possible to install fedora from hard disk without having to burn
the cds if one has the isos on harddisk. if it is, howto do it . is
having a floppy drive also necessay for it
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailm
For years customers griped that Microsoft was gouging them. Now, thanks to
IBM, Novell, and Red Hat, customers are learning what it is that Microsoft
charges them for--upgrades, patches, research and development,
indemnification, integration of disparate programs. Some, like the folks in
Newham, a
Question answered by the honbl. IT minister on usage of FLOSS in india.
As far as I remember, CDAC till date has been instrumental in :
a. developing supercomputing knowhow which teh general public still dont have
access to. And it is being commercialized with benefits accruing to CDAC
only.
b
On Wednesday 01 Sep 2004 11:42 am, Nawneet Kumar wrote:
> Hi manoj,
>
> My friend- RIYA wants this gmail account.Please send the link to create her
> account.She is waiting
>
> ---heartly thanks,
> Riya Agarwal.
>
I would like to ask the list moderator to BAN any person either offering or
ask
36 matches
Mail list logo