Re: Building my own packages

2020-11-05 Thread deloptes
Victor Sudakov wrote: > The problem is I don't need a ton of information :-) I need to hear from > someone who has already done that for themselves: "I use such and such > tools, and publish my repo this way..." Well, I use debuild to build and reprepro to maintain a local repository of former KD

Re: Feasibility of speech recognition for note taking on dedicated laptop?

2020-11-05 Thread deloptes
Richard Owlett wrote: > I'm a lousy typist. Trying to make notes on a laptop does not work well > because typing interrupts my train of thought. > > Many years ago when I was a Windows user and Dragon Naturally Speaking > was in its initial release I followed speech recognition casually - but > n

Re: Instructions for command line usage of WiFi.

2020-11-05 Thread Reco
On Thu, Nov 05, 2020 at 05:35:18PM -0600, pe...@easthope.ca wrote: > This stanza was added in /etc/network/interfaces > allow-hotplug wlxe894f6248352 > iface wlxe894f6248352 inet dhcp > wpa2-ssid Alcatel > wpa2-psk [1] also states that: The wpasupplicant package provides wpa-* ifupd

Re: Connecting a base system via WiFi.

2020-11-05 Thread peter
Andrei wrote: Where did you find that path? When the system is working again I might be able to answer. ... P.

Instructions for command line usage of WiFi.

2020-11-05 Thread peter
The instructions at https://wiki.debian.org/WiFi/HowToUse#Command_Line required installation of these packages. libiw30_30_pre9-13_i386.deb wireless-tools_30_pre9-13_i386.deb libnl-genl-3-200_3.4.0-1_i386.deb libnl-3-200_3.4.0-1_i386.deb iw_5.0.1-1_i386.deb This stanza was added in /etc/network/

Re: Building my own packages

2020-11-05 Thread Linux-Fan
Victor Sudakov writes: songbird wrote: [...] > > Where can I learn to do a similar thing for Debian? I'd like to have my > > own package repository which: > > > > 1. Keeps my local patches and configure/build options. > > 2. Gets updated and recompiled when the main Debian repository gets

Re: Building my own packages

2020-11-05 Thread tomas
On Thu, Nov 05, 2020 at 12:15:23PM -0500, Stefan Monnier wrote: > > Those "chrooty [1]" approaches find their limits whenever you depend on > > a kernel version different from what your machine has. > > For me, this is basically never an issue. Linux user space interfaces are pretty stable. So bu

Re: Building my own packages

2020-11-05 Thread Stefan Monnier
> Those "chrooty [1]" approaches find their limits whenever you depend on > a kernel version different from what your machine has. For me, this is basically never an issue. What is problematic, OTOH is to keep those chroots (or VMs) up to date. Basically, each one of those is yet another machine t

Re: Building my own packages

2020-11-05 Thread tomas
On Thu, Nov 05, 2020 at 10:59:39PM +0700, Victor Sudakov wrote: > to...@tuxteam.de wrote: > > [dd] > > > > > > Next I would like to publish those tweaked and local packages in a local > > > repository in a corporate intranet, so that I could add this repository to > > > sources.list and its pack

Re: Building my own packages

2020-11-05 Thread Victor Sudakov
to...@tuxteam.de wrote: [dd] > > > Next I would like to publish those tweaked and local packages in a local > > repository in a corporate intranet, so that I could add this repository to > > sources.list and its packages should override the standard Debian ones. > > Ah, a new direction to branc

Re: Feasibility of speech recognition for note taking on dedicated laptop?

2020-11-05 Thread Richard Owlett
On 11/05/2020 08:20 AM, Richard Owlett wrote: On 11/05/2020 02:08 AM, to...@tuxteam.de wrote: On Wed, Nov 04, 2020 at 05:58:25PM -0500, rhkra...@gmail.com wrote: On Wednesday, November 04, 2020 12:36:51 PM Curt wrote: Maybe this open source, Java (is that still a thing?) app that runs on Linux

Re: Feasibility of speech recognition for note taking on dedicated laptop?

2020-11-05 Thread Richard Owlett
On 11/05/2020 02:08 AM, to...@tuxteam.de wrote: On Wed, Nov 04, 2020 at 05:58:25PM -0500, rhkra...@gmail.com wrote: On Wednesday, November 04, 2020 12:36:51 PM Curt wrote: Maybe this open source, Java (is that still a thing?) app that runs on Linux: http://www.speech.cs.cmu.edu/sphinx/dictator

Re: Is there such a thing as a Debian blend for a MacBook Air 1,1 and/or Mac boxes in general? ...

2020-11-05 Thread didier gaumet
Le jeudi 5 novembre 2020 à 12:00:06 UTC+1, Albretch Mueller a écrit : > > "ip l" (for "ip link") lists the network links the kernel is aware of. > $ ip l > 1: lo: mtu 65536 qdisc noqueue state UNKNOWN > mode DEFAULT group default qlen 1 > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 >

Re: Is there such a thing as a Debian blend for a MacBook Air 1,1 and/or Mac boxes in general? ...

2020-11-05 Thread Dan Ritter
Albretch Mueller wrote: > and I run dmesg before and after the installation. This is what I got as > diff: > > $ _IFL00="demsg_Wed Nov 4 13:36:51 UTC 2020.log" > $ _IFL02="dmesg_Wed Nov 4 12:51:11 UTC 2020.log" > > > $ diff "${_IFL00}" "${_IFL02}" > 1365,1386d1364 > < [ 592.364045] fuse in

Re: Is there such a thing as a Debian blend for a MacBook Air 1,1 and/or Mac boxes in general? ...

2020-11-05 Thread Albretch Mueller
and I run dmesg before and after the installation. This is what I got as diff: $ _IFL00="demsg_Wed Nov 4 13:36:51 UTC 2020.log" $ _IFL02="dmesg_Wed Nov 4 12:51:11 UTC 2020.log" $ diff "${_IFL00}" "${_IFL02}" 1365,1386d1364 < [ 592.364045] fuse init (API version 7.26) < [ 597.114432] perf: i

Re: Is there such a thing as a Debian blend for a MacBook Air 1,1 and/or Mac boxes in general? ...

2020-11-05 Thread Albretch Mueller
> "ip l" (for "ip link") lists the network links the kernel is aware of. $ ip l 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 $ sudo iwconfig lono wireless extensions. > And to keep it simple, doe

Re: Connecting a base system via WiFi.

2020-11-05 Thread Andrei POPESCU
On Mi, 04 nov 20, 21:45:16, pe...@easthope.ca wrote: > > According to packages.debian.org/buster/all/net, iw is not > available in the suite. Where did you find that path? Or did you mean https://packages.debian.org/buster/net/ (the trailing '/' matters)? Kind regards, Andrei -- http://wiki.de

Re: Building my own packages

2020-11-05 Thread Alex Mestiashvili
On 11/4/20 3:32 PM, Victor Sudakov wrote: Dear Colleagues, As a person with the FreeBSD background, I'm used to building my own packages with the exact build options I need (those include exim, nginx, samba, clamav and many others). FreeBSD has a good infrastructure for this (ports tree, poudrie

Re: Connecting a base system via WiFi.

2020-11-05 Thread Tixy
On Wed, 2020-11-04 at 21:45 -0600, pe...@easthope.ca wrote: [...] > https://wiki.debian.org/WiFi instructs "For basic command > line usage: > 1. iw ... > 2. wireless-tools ... > > According to packages.debian.org/buster/all/net, iw is not > available in the suite. That website appears a little br

Re: Building my own packages

2020-11-05 Thread tomas
On Thu, Nov 05, 2020 at 12:39:34PM +0700, Victor Sudakov wrote: > to...@tuxteam.de wrote: > > > > > > As a person with the FreeBSD background, I'm used to building my own > > > packages with the exact build options I need (those include exim, nginx, > > > samba, clamav and many others). FreeBSD ha

Re: Feasibility of speech recognition for note taking on dedicated laptop?

2020-11-05 Thread tomas
On Wed, Nov 04, 2020 at 05:58:25PM -0500, rhkra...@gmail.com wrote: > On Wednesday, November 04, 2020 12:36:51 PM Curt wrote: > > Maybe this open source, Java (is that still a thing?) app that runs > > on Linux: > > > > http://www.speech.cs.cmu.edu/sphinx/dictator/ > > Yes, I believe that it is i