Hi,
i wrote:
> > To obtain the offset of the first occurence of "CD001", do
> >
> > offst=$( expr \
> > $( grep -a -o -b -m 1 CD001 cdimage.iso \
> > | sed -e 's/:/ /' \
> > | awk '{ print $1 }' ) - 32769 )
The Wanderer wrote:
> Cutting down the comm
On 2022-12-18 00:53, David Christensen wrote:
On 12/17/22 13:00, Gary Dale wrote:
On 2022-12-17 14:39, David Christensen wrote:
On 12/17/22 04:44, Gary Dale wrote:
On 2022-12-16 21:29, Gary Dale wrote:
My laptop no longer boots thanks to the latest update.
If you want a GNU/Linux distributi
On 2022-12-17 23:10, Keith Bainbridge wrote:
On 17 December 2022 9:00:49 pm UTC, Gary Dale wrote:
On 2022-12-17 14:39, David Christensen wrote:
On 12/17/22 04:44, Gary Dale wrote:
On 2022-12-16 21:29, Gary Dale wrote:
My laptop no longer boots thanks to the latest update. It stops after I s
Kleene, Steven (kleenesj) composed on 2022-12-20 02:12 (UTC):
> Today I have my new desktop and did a clean install of Bullseye.
Cardinal rule of PC shopping for use with Linux, unless you are a Linux
developer:
Make sure the major PC components are several months or more older than
On Mon, Dec 19, 2022 at 9:28 PM Kleene, Steven (kleenesj) <
kleen...@ucmail.uc.edu> wrote:
> On Thursday, December 1, 2022 9:41 PM, I started a thread (same title as
> this
> minus "part 2"), with:
> > Out of the blue today, my usual screen resolution (1920x1200) became
> > unavailable.
>
> Despit
On Thursday, December 1, 2022 9:41 PM, I started a thread (same title as this
minus "part 2"), with:
> Out of the blue today, my usual screen resolution (1920x1200) became
> unavailable.
Despite many helpful suggestions, the problem wasn't resolved. Since I
was about to get a new desktop, I figur
On 2022-12-19 at 16:07, Thomas Schmitt wrote:
> Hi,
>
> Yvan Masson wrote:
>> I am really not at ease using tools like hexdump,
>
> I pondered a bit more. If it's an ISO filesystem wrapped into some header
> and maybe a footer, then mount option -o offset= could help.
>
> To obtain the offset o
Hi,
Yvan Masson wrote:
> I am really not at ease using tools like hexdump,
I pondered a bit more. If it's an ISO filesystem wrapped into some header
and maybe a footer, then mount option -o offset= could help.
To obtain the offset of the first occurence of "CD001", do
offst=$( expr \
On Mon, Dec 19, 2022 at 1:45 PM wrote:
> Sorry, I don't understand. Do you have that directory? Can you create a
> file there "by hand"?
>
> Cheers
> --
> t
>
I can create a file from *DOSBOX* and from *linux terminal*.
> *.wine/drive_c/TC20*
>
Permission of my files:
drwxrwxrwx 2 lulu lulu
Le 19/12/2022 à 16:34, Thomas Schmitt a écrit :
Hi,
i wrote:
dd if=cdimage.iso bs=1 count=64 | od -t c
Yvan Masson wrote:
000 \0 377 377 377 377 377 377 377 377 377 377 \0 \0 002 \0 001
020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0
This does not give m
On 19/12/2022 19:45, to...@tuxteam.de wrote:
On Mon, Dec 19, 2022 at 12:44:56PM -0600, William Torrez Corea wrote:
On Sun, Dec 18, 2022 at 11:09 PM wrote:
[...]
Go into your DOS box. Do you see a diretory C:\TC20? If you don't, your
Turbo C won't be able either. Try to make it.
Cheers
--
t
On Mon, Dec 19, 2022 at 12:44:56PM -0600, William Torrez Corea wrote:
> On Sun, Dec 18, 2022 at 11:09 PM wrote:
[...]
> > Go into your DOS box. Do you see a diretory C:\TC20? If you don't, your
> > Turbo C won't be able either. Try to make it.
> >
> > Cheers
> > --
> > t
> >
>
> I have this con
On Sun, Dec 18, 2022 at 11:09 PM wrote:
> On Sun, Dec 18, 2022 at 04:11:21PM -0600, William Torrez Corea wrote:
> > On Sun, Dec 18, 2022 at 3:13 PM Timothy M Butterworth <
> > timothy.m.butterwo...@gmail.com> wrote:
> >
> > >
> > > Where are you trying to write the output file too? It could just
Hi,
When left overnight in dpms state, my Xorg stays in that
stateignoring any key inputs when I attempt to use the system next
daymorning. This happens only when the overnight temps go low enough
totrigger some issue. I can login remotely, but cannot kill Xorg with
anyof the known signals
B.M. wrote:
...
> Any ideas what I could do to get Debian to be as power efficient as Ubuntu=
> ?
aside from what other people have already said, if there
are any devices that you are not going to use that you can
turn off in the bios that might help further (you mention
bluetooth but perhaps
Hi,
i wrote:
> >dd if=cdimage.iso bs=1 count=64 | od -t c
Yvan Masson wrote:
> 000 \0 377 377 377 377 377 377 377 377 377 377 \0 \0 002 \0 001
> 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0
This does not give me ideas.
> >strings cdimage.iso | head -1
Le 19/12/2022 à 15:25, Kamil Jońca a écrit :
Yvan Masson writes:
Hi list,
I have a CD image of an old Win 95 game. I can mount it from dosbox
with the `imgmount` command (`imgmount D cdimage.iso -t iso`), but
could not mount it with Debian:
$ file cdimage.iso
cdimage.iso: data
$ sudo mount
x
On Mon, 19 Dec 2022, 9:54 pm ,
wrote:
> Content-Type: text/plain
>
> debian-user-digest Digest Volume 2022 :
> Issue 1025
>
> Today's Topics:
> Re: HP Pavilion Laptop PC 15-eh [ Charles Curley
>Re: Unable to create output file [ ]
> Re: HP Pav
Yvan Masson writes:
> Hi list,
>
> I have a CD image of an old Win 95 game. I can mount it from dosbox
> with the `imgmount` command (`imgmount D cdimage.iso -t iso`), but
> could not mount it with Debian:
>
> $ file cdimage.iso
> cdimage.iso: data
>
> $ sudo mount cdimage.iso /mnt -o loop
> moun
On Mon, Dec 19, 2022 at 8:54 AM B.M. wrote:
> Hi,
>
> I've got a brand new Dell Precision 3570 Laptop with Ubuntu 20.04 LTS pre-
> installed. After figuring out recovery partition and tools, I installed
> Debian
> Testing (Bookworm) side-by-side (since using a live medium doesn't really
> work
>
Hi,
I've got a brand new Dell Precision 3570 Laptop with Ubuntu 20.04 LTS pre-
installed. After figuring out recovery partition and tools, I installed Debian
Testing (Bookworm) side-by-side (since using a live medium doesn't really work
because it's based on Stable which isn't supporting the keybo
Hi Thomas,
Le 19/12/2022 à 13:28, Thomas Schmitt a écrit :
Hi,
Yvan Masson wrote:
I have a CD image of an old Win 95 game. [...]
$ file cdimage.iso
cdimage.iso: data
So the cdimage.iso is not an ISO 9660 filesystem or somehow defaced.
(Does the image file perhaps begin by "RIFFCDXA" ?)
Hi,
Yvan Masson wrote:
> I have a CD image of an old Win 95 game. [...]
> $ file cdimage.iso
> cdimage.iso: data
So the cdimage.iso is not an ISO 9660 filesystem or somehow defaced.
(Does the image file perhaps begin by "RIFFCDXA" ?)
What do you get from the following runs ?
dd if=cdimage
Hi list,
I have a CD image of an old Win 95 game. I can mount it from dosbox with
the `imgmount` command (`imgmount D cdimage.iso -t iso`), but could not
mount it with Debian:
$ file cdimage.iso
cdimage.iso: data
$ sudo mount cdimage.iso /mnt -o loop
mount: /mnt/sshfs: wrong fs type, bad opt
On 12/19/22 03:00, John Scott wrote:
I've not personally used it, but you're probably looking for gcc-arm-none-eabi
Thanks, I'll look into it on the bpi5.
Take care, stay warm and well.
Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and a
I've not personally used it, but you're probably looking for gcc-arm-none-eabi
signature.asc
Description: This is a digitally signed message part
26 matches
Mail list logo