Re: Building my own packages

2020-11-04 Thread Thomas Schmitt
Hi, i wrote: > > https://www.debian.org/doc/manuals/maint-guide/ > > https://tracker.debian.org/media/packages/libi/libisoburn/rules-1.5.2-1 > > https://tracker.debian.org/media/packages/libi/libisoburn/control-1.5.2-1 Victor Sudakov wrote: > Looks scary. In FreeBSD, you don't need a Develope

Re: Building my own packages

2020-11-04 Thread Victor Sudakov
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 has a good infrastructure for > > this (ports tree, poudriere et al.) > > >

Re: Building my own packages

2020-11-04 Thread Victor Sudakov
Thomas Schmitt wrote: > > Victor Sudakov wrote: > > As a person with the FreeBSD background, I'm used to building my own > > packages with the exact build options I need [...] > > What would you advise me to read? > > Since no Debian Developers answered yet, i propose to read > https://www.debi

Re: Building my own packages

2020-11-04 Thread Victor Sudakov
songbird 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, poudriere

Re: Building my own packages

2020-11-04 Thread Victor Sudakov
Reco wrote: > Hi. > > On Wed, Nov 04, 2020 at 09:32:31PM +0700, Victor Sudakov 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 recompil

Connecting a base system via WiFi.

2020-11-04 Thread peter
Hello again, Apologies for not setting the references field while composing a reply with the roundcube mailer. Reco replied, sha1sum ... sha256sum ... Appears the only difficulty was a 9 deb file in the 10 system. Retrieved and installed the right firmware-ath9k-htc from debian.org. https://

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

2020-11-04 Thread rhkramer
On Wednesday, November 04, 2020 05:58:25 PM rhkra...@gmail.com wrote: > Looks like it is pretty much dead -- I tried to access the TWiki but was > denied access. Oh, but maybe it is more alive than I thought -- quoting from https://cmusphinx.github.io/ Oct 23, 2019 Update on CMUSphinx Project

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

2020-11-04 Thread rhkramer
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 it, but maybe I saw an earlier version (although the web page listed above is copy

Re: Building my own packages

2020-11-04 Thread tomas
On Wed, Nov 04, 2020 at 09:32:31PM +0700, 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

Re: Establishing WiFi on a freshly installed base system.

2020-11-04 Thread Reco
On Thu, Nov 05, 2020 at 12:22:44AM +0300, Reco wrote: > On Wed, Nov 04, 2020 at 02:28:21PM -0600, pe...@easthope.ca wrote: > > dpkg -i firm* > > gives only this. > > dpkg-deb: error: 'firmware-ath9k-htc-1.4.0-97-g75b3e59+dfsg-3_all.deb' is > > not a debian format archive > > dpkg: error processing

Re: Establishing WiFi on a freshly installed base system.

2020-11-04 Thread Reco
Hi. On Wed, Nov 04, 2020 at 02:28:21PM -0600, pe...@easthope.ca wrote: > dpkg -i firm* > gives only this. > dpkg-deb: error: 'firmware-ath9k-htc-1.4.0-97-g75b3e59+dfsg-3_all.deb' is not > a debian format archive > dpkg: error processing archive ... > > The adapter worked until the previo

Establishing WiFi on a freshly installed base system.

2020-11-04 Thread peter
An elementary Buster was installed on a SATA drive. The target machine boots from that. The current objective is to establish a 'net connection using a TP-Link TL-WN722N USB adapter. firmware-ath9k-htc-1.4.0-97-g75b3e59+dfsg-3_all.deb was retrieved from http://mirror.it.ubc.ca/debian/pool/main/o

Re: Special Key Assignment?

2020-11-04 Thread Thomas George
Thanks, Greg, I am clearly exploring territory I don't fully understand. cd F5 displays as cd ~ and takes me to my home directory if entered. xmodmap -e "keycode 71 = U2660 U2664 U2665 U2667" changes F5 to the unicode spade symbol as seen below. shift F5  produces the outline spade symbol. I h

Re: Information about security

2020-11-04 Thread l0f4r0
Hi, 4 nov. 2020 à 19:15 de d...@randomstring.org: > steph b wrote: > >> or how to know which security patch >> >> are applied or missed for this package ? >> > zless "/usr/share/doc/apache2/changelog.Debian.gz" > > The changelog will include appropriate CVEs. > + https://security-tracker.debian.

Re: Information about security

2020-11-04 Thread Dan Ritter
steph b wrote: > I recently audit my company and see in the server response the http server > version (eg for debian buster : apache v2.4.38). > > 1st I know that : this response must not contain this information. ServerSignature Off ServerTokens Prod > 2nd When i search CVE about this version

Information about security

2020-11-04 Thread steph b
Hi, I'm a french student in security, and i have a question : I recently audit my company and see in the server response the http server version (eg for debian buster : apache v2.4.38). 1st I know that : this response must not contain this information. 2nd When i search CVE about this versio

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

2020-11-04 Thread Curt
On 2020-11-04, rhkra...@gmail.com wrote: > On Wednesday, November 04, 2020 09:39:44 AM 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 Natur

Re: Building my own packages

2020-11-04 Thread Thomas Schmitt
Hi, Victor Sudakov wrote: > As a person with the FreeBSD background, I'm used to building my own > packages with the exact build options I need [...] > What would you advise me to read? Since no Debian Developers answered yet, i propose to read https://www.debian.org/doc/manuals/maint-guide/ an

Atca Conference & Exposition Attendees List.

2020-11-04 Thread Savannah Mullins
Hi, I wanted to reach out about you're interest in acquiring the Atca Conference & Exposition Attendees List. Number of Attendees: 15000 Date: 13 - 16 Sep 2020 Location: Washington DC, USA Let me know your Interest, so that we will provide you with more information on data fields and

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

2020-11-04 Thread rhkramer
On Wednesday, November 04, 2020 09:39:44 AM 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 fol

Re: Building my own packages

2020-11-04 Thread songbird
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, poudriere et al.)

Re: Building my own packages

2020-11-04 Thread Reco
Hi. On Wed, Nov 04, 2020 at 09:32:31PM +0700, Victor Sudakov 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 re

Re: Can nginx "events" block be configured in an include file?

2020-11-04 Thread Dave Sherohman
On Tue, Nov 03, 2020 at 10:06:30AM -0600, David Wright wrote: > On Tue 03 Nov 2020 at 08:03:24 (-0600), Dave Sherohman wrote: > > Another (off-list) reply suggested using a script to edit nginx.conf > > rather than doing it by hand, which looks like the best solution for my > > specific case. > >

Feasibility of speech recognition for note taking on dedicated laptop?

2020-11-04 Thread Richard Owlett
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 not recently. Are there now en

Building my own packages

2020-11-04 Thread Victor Sudakov
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, poudriere et al.) Where can I learn to do a simila

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

2020-11-04 Thread didier gaumet
Le mardi 3 novembre 2020 à 12:10:06 UTC+1, Albretch Mueller a écrit : > > sudo modprobe b43 > > Doesn't show to me anything. > > and > > > ip l > > displays a sequence of 0:0:0:0:0: ... chars which don't look like a > MAC address or any of such things > > > lbrtchx "modprobe b43" tries