UTF-8 Everywhere -- Re: how u mine 4 utf8 [was Re: Using .XCompose]

2020-07-17 Thread Zenaan Harkness
Just in case anyone missed the memo, essential reading [significantly beautified since last I looked, looks like some of the structure intent from the link at bottom has been usefully incorporated]: UTF-8 Everywhere Manifesto http://utf8everywhere.org/ Found in this dark and dingy

Re: tmpfs is not a ramdisk (was: delimiters with more than one character? ...)

2020-07-17 Thread Zenaan Harkness
On Fri, Jul 17, 2020 at 02:25:22PM -0400, rhkra...@gmail.com wrote: > On Friday, July 17, 2020 12:09:05 PM David Wright wrote: > > On Fri 17 Jul 2020 at 13:22:12 (+0200), Nicolas George wrote: > > > rhkra...@gmail.com (12020-07-17): > > […] > > > > > > Among other things, should I be worried that

how u mine 4 utf8 [was Re: Using .XCompose]

2020-07-17 Thread davidson
On Thu, 16 Jul 2020 Ajith R wrote: On Thursday 16 July 2020 4:54:09 AM IST davidson wrote: [snip]    $ sed 'y/\xc2\xa0/%/' somefile An off topic question: of sed, awk and perl, if I am to chose one to learn, which would you suggest. I wanted to do some substitutions. I read about them and de

Re: bluetooth keyboard

2020-07-17 Thread deloptes
mick crane wrote: > added myself to input group but no joy. > keyboard has sticker "Generic Bluetooth Apple keyboard". > I use wireless mouse which Just Works. > Bluetooth Dongle I think was described as for Apple. > keyboard and dongle worked on macmini. > I'd have thought that Blueman would see

Re: bluetooth keyboard

2020-07-17 Thread riveravaldez
> added myself to input group but no joy. > keyboard has sticker "Generic Bluetooth Apple keyboard". > I use wireless mouse which Just Works. > Bluetooth Dongle I think was described as for Apple. > keyboard and dongle worked on macmini. > I'd have thought that Blueman would see the adapter. Just

Re: bluetooth keyboard

2020-07-17 Thread mick crane
On 2020-07-17 21:16, Dan Ritter wrote: mick crane wrote: hello, somebody gave me an old macmini and a bluetooth keyboard. I don't know anything about bluetooth. I'd like to use the keyboard with buster because the wired keyboard wire is not long enough. I got a usb bluetooth dongle (whatever t

Re: bluetooth keyboard

2020-07-17 Thread Dan Ritter
mick crane wrote: > hello, > somebody gave me an old macmini and a bluetooth keyboard. > I don't know anything about bluetooth. > I'd like to use the keyboard with buster because the wired keyboard wire is > not long enough. > I got a usb bluetooth dongle (whatever they are called) > The kernel se

bluetooth keyboard

2020-07-17 Thread mick crane
hello, somebody gave me an old macmini and a bluetooth keyboard. I don't know anything about bluetooth. I'd like to use the keyboard with buster because the wired keyboard wire is not long enough. I got a usb bluetooth dongle (whatever they are called) The kernel seems to see it from dmesg [

Re: tmpfs is not a ramdisk (was: delimiters with more than one character? ...)

2020-07-17 Thread rhkramer
On Friday, July 17, 2020 12:09:05 PM David Wright wrote: > On Fri 17 Jul 2020 at 13:22:12 (+0200), Nicolas George wrote: > > rhkra...@gmail.com (12020-07-17): > […] > > > > Among other things, should I be worried that it won't disappear on > > > power loss / reboot? > > > > Depends on what kind o

REP

2020-07-17 Thread ANDON
Andon is seeking a motivated Company/Person representatives on part time basis with good salary structure.

stretch uefi install ends up with no framebuffer for console

2020-07-17 Thread rbraun204
Hey all, i'm installing stretch onto a HP Z4G4 workstation via netboot and in uefi mode. The only video hardware in the box is a NVIDIA Corporation GP107GL [Quadro P620]. The install goes as expected. Only installed standard utils and ssh server. On first boot grub comes up and boots into th

Re: tmpfs is not a ramdisk (was: delimiters with more than one character? ...)

2020-07-17 Thread David Wright
On Fri 17 Jul 2020 at 13:22:12 (+0200), Nicolas George wrote: > rhkra...@gmail.com (12020-07-17): […] > > Among other things, should I be worried that it won't disappear on power > > loss > > / reboot? > > Depends on what kind of disappear you want. If all you want is not to > have to worry ab

Re: usb device constantly resets

2020-07-17 Thread daggs
Greetings Dan, > Sent: Friday, July 17, 2020 at 4:28 PM > From: "Dan Ritter" > To: "daggs" > Cc: debian-user@lists.debian.org, "Andrei POPESCU" > Subject: Re: usb device constantly resets > > daggs wrote: > > Greetings, > > > > > Sent: Saturday, July 04, 2020 at 8:54 PM > > > From: "daggs" > >

Re: usb device constantly resets

2020-07-17 Thread Dan Ritter
daggs wrote: > Greetings, > > > Sent: Saturday, July 04, 2020 at 8:54 PM > > From: "daggs" > > To: "Andrei POPESCU" > > Cc: debian-user@lists.debian.org > > Subject: Re: usb device constantly resets > > > > Greetings Andrei, > > > > > Sent: Saturday, July 04, 2020 at 8:10 PM > > > From: "Andrei

Re: usb device constantly resets

2020-07-17 Thread daggs
Greetings, > Sent: Saturday, July 04, 2020 at 8:54 PM > From: "daggs" > To: "Andrei POPESCU" > Cc: debian-user@lists.debian.org > Subject: Re: usb device constantly resets > > Greetings Andrei, > > > Sent: Saturday, July 04, 2020 at 8:10 PM > > From: "Andrei POPESCU" > > To: debian-user@lists.d

Re: delimiters with more than one character?

2020-07-17 Thread Dan Ritter
David Wright wrote: > On Thu 16 Jul 2020 at 15:27:06 (-0400), Dan Ritter wrote: > > William Michels wrote: > > > I've slowly been learning the Raku programming language (AKA Perl6), and > > > > Please don't call it that. Perl 1-5 have a clear relationship, and that > > relationship continues in

Re: delimiters with more than one character? ...

2020-07-17 Thread Greg Wooledge
On Fri, Jul 17, 2020 at 07:13:04AM -0400, rhkra...@gmail.com wrote: > On Friday, July 17, 2020 04:45:00 AM Nicolas George wrote: > > Zenaan Harkness (12020-07-17): > > > And mount /tmp as ramdisk ftw. > > > > tmpfs is not a ramdisk. > > I'm not the op, but, in what sense do you say that? People

tmpfs is not a ramdisk (was: delimiters with more than one character? ...)

2020-07-17 Thread Nicolas George
rhkra...@gmail.com (12020-07-17): > I'm not the op, but, in what sense do you say that? tmpfs is FILESYSTEM backed in memory. A ramdisk is a kind of DISK, i.e. a block device, backed in memory and in which you can store a filesystem if you want. There are significant differences, like the fact th

Re: delimiters with more than one character? ...

2020-07-17 Thread rhkramer
On Friday, July 17, 2020 04:45:00 AM Nicolas George wrote: > Zenaan Harkness (12020-07-17): > > And mount /tmp as ramdisk ftw. > > tmpfs is not a ramdisk. I'm not the op, but, in what sense do you say that? I use tmpfs filesystems for files that either I want fast access to (ram speed) or want

Appears that the problem still remains with Debian Stretch 9.11.0 regarding WAN non-allocation ...

2020-07-17 Thread Susmita/Rajib
To, The Team Debian User, debian-user@lists.debian.org, Debian.org My dear illustrious Team Leaders, Good afternoon. Apologise for returning to this following post 9 months later. Solution: https://lists.debian.org/debian-user/2019/10/msg00497.html Date: Thu, 10 Oct 2019 16:23:01 - (UTC) O

Re: delimiters with more than one character? ...

2020-07-17 Thread Nicolas George
Zenaan Harkness (12020-07-17): > And mount /tmp as ramdisk ftw. tmpfs is not a ramdisk. Regards, -- Nicolas George signature.asc Description: PGP signature