Skip to Content.
Sympa Menu

baslinux - Re: [BL] Opera 7.10 beta, graphical browser stuff

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: JP Piers ( drinou ) <f5nlg AT tiscali.fr>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Opera 7.10 beta, graphical browser stuff
  • Date: Thu, 17 Apr 2003 21:49:23 +0000

Hi again ,

you should really try links 2.1 it doesn't require mouse and work with
javascript a good test is try to chat on a php-nuke web portail ( javascript
applet ) and it do !
and it works with graphics in console mode .... just some libs to put.

i use it all the time i have mozilla and opera on my PC but both are really
long to start ...


Jean-Philippe


le Thu, 17 Apr 2003 19:35:06 +0000
qwms-avib AT dea.spamcon.org écrit:

> sindi keesan wrote:
> >
> > Does Linux Opera work without a mouse (unlike Linux Netscape)?
>
> I used my mouse. However, I did notice that hitting keys
> seemed to do things.
>
> > Are there any noticeable differences from the Win95 version?
>
> I've never used the Win95 version.
>
> > Where do they hide 5.05?
>
> -----------------------------------------
> http://arc.opera.com/pub/opera/linux/505/
> -----------------------------------------
>
> Cheers,
> Steven
>
> _______________________________________________
> BasLinux mailing list
> BasLinux AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/baslinux
>From qwms-avib AT dea.spamcon.org Thu Apr 17 15:55:43 2003
Return-Path: <qwms-avib AT dea.spamcon.org>
Delivered-To: baslinux AT lists.ibiblio.org
Received: from web02-nyc.clicvu.com (web02-nyc.clicvu.com [209.10.150.72])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id 1D4A720023
for <baslinux AT lists.ibiblio.org>;
Thu, 17 Apr 2003 15:55:43 -0400 (EDT)
Received: from [192.168.0.72] by web02-nyc.clicvu.com
(Post.Office MTA v3.5.3 release 223 ID# 0-64039U1000L100S0V35)
with SMTP id com for <baslinux AT lists.ibiblio.org>;
Thu, 17 Apr 2003 15:49:08 -0400
Received: from senior (203-96-48-154-tollfree.actrix.co.nz [203.96.48.154])
by desire.actrix.co.nz (Postfix) with SMTP id 8FE59154AE
for <*Email Address Suppressed*>;
Fri, 18 Apr 2003 07:55:39 +1200 (NZST)
Message-ID: <3E9FAEC3.49FD1770 AT actrix.co.nz>
Date: Fri, 18 Apr 2003 07:52:35 +0000
From: qwms-avib AT dea.spamcon.org
X-Mailer: Mozilla 3.04Gold (X11; I; Linux 2.0.39 i586)
MIME-Version: 1.0
To: baslinux AT lists.ibiblio.org
Subject: Re: [BL] bash basics
References: <20030417162504.AD4F02009F AT happyhouse.metalab.unc.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-BeenThere: baslinux AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: baslinux AT lists.ibiblio.org
List-Id: <baslinux.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/baslinux>,
<mailto:baslinux-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/baslinux>
List-Post: <mailto:baslinux AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/baslinux>,
<mailto:baslinux-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Thu, 17 Apr 2003 19:55:43 -0000

Constant Brouerius van Nidek wrote:
>
> In the bash file I would like to loop the
> mount command until the cdrom is working.

Try the following. It assumes the CDrom is
on /dev/hdc and cycles every two seconds:
----------------------------------
until [ "$error" = 0 ]
do
mount -t iso9660 /dev/hdc /mnt
error=$?
sleep 2
done
-----------------------------------

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page