Re: buster ssh problem

2017-10-31 Thread Don Armstrong
On Tue, 31 Oct 2017, Glenn English wrote: > On Tue, Oct 31, 2017 at 9:45 PM, Don Armstrong wrote: > > Host cisco1841 > > KexAlgorithms diffie-hellman-group1-sha > > Ciphers aes128-cbc,3des-cbc > > MACs hmac-md5,hmac-sha1 > > > > in your ~/.ssh/config and then connect to the machine

Re: buster ssh problem

2017-10-31 Thread Sven Hartge
Glenn English wrote: > On Tue, Oct 31, 2017 at 9:45 PM, Don Armstrong wrote: >> It's ~/.ssh/config. > Typo, please excuse. >> That's the Key-exchange algorithm. > That kinda makes sense. It sounds like that has nothing to do with the > problem, since there are no keys involved here. There ar

Re: buster ssh problem

2017-10-31 Thread Glenn English
Take it back. Doesn't work anywhere but the router. FYI... -- Glenn English

Re: Another Devuan annoyance: CLI default apps

2017-10-31 Thread Ulf Volmer
On 01.11.2017 00:00, deloptes wrote: > Renaud (Ron) OLGIATI wrote: >> Now under Devuan, crontab opens the file with nano, which I hate, >> abominate, pursue with intense loathing... > sudo update-alternatives --config editor select-editor(1) is also an option (configurable per user). available i

Re: buster ssh problem

2017-10-31 Thread Glenn English
On Tue, Oct 31, 2017 at 9:45 PM, Don Armstrong wrote: > It's ~/.ssh/config. Typo, please excuse. > That's the Key-exchange algorithm. That kinda makes sense. It sounds like that has nothing to do with the problem, since there are no keys involved here. > Generally, what happens is that older

Re: Another Devuan annoyance: CLI default apps

2017-10-31 Thread deloptes
Renaud (Ron) OLGIATI wrote: > Today for the first times since I upgraded my Debian Wheezy to Devuan > Jessie, I tried to use crontab; > > in Debian, it opened the file with vi, just as $DEITY had ordered it since > the beginning of the world. > > Now under Devuan, crontab opens the file with nan

Re: Another Devuan annoyance: CLI default apps

2017-10-31 Thread Will Mengarini
* Ron OLGIATI [17-10/31=Tu 19:11 -0300]: > [...] in Debian, [crontab -e] opened the file with vi [...]. > Now under Devuan, crontab opens the file with nano [...]. > How do I get crontab back to using vi ? In your <~/.bashrc>: export EDITOR=vim export VISUAL=vim Or modify as needed if you'r

Another Devuan annoyance: CLI default apps

2017-10-31 Thread Renaud (Ron) OLGIATI
Today for the first times since I upgraded my Debian Wheezy to Devuan Jessie, I tried to use crontab; in Debian, it opened the file with vi, just as $DEITY had ordered it since the beginning of the world. Now under Devuan, crontab opens the file with nano, which I hate, abominate, pursue with

Re: [WARNING] Intel Skylake/Kaby Lake processors: broken hyper-threading

2017-10-31 Thread none
On Sun, 29 Oct 2017, none wrote: So is there an example ocaml code that can trigger the bug ? Read the first referece (the INRIA ocaml bug report) throughoutly. It has been public since day one. And read all references in the updates I sent to that thread too, for good measure. It is not

Re: buster ssh problem

2017-10-31 Thread Don Armstrong
On Tue, 31 Oct 2017, Glenn English wrote: > So I looked around a bit, and the openssh website says that's a > insecure algorithm, but I can enable it if I want to by putting some > text in ~/.ssh.config. Except there is no ~/.ssh.config. I created one > and put what I think is the recommended text

buster ssh problem

2017-10-31 Thread Glenn English
buster, seems to be all hosts can't talk to Cisco router I'd like to get into my Cisco 1841 (IOS 12.4) router with ssh like I have for a decade or so. But buster's ssh says there's no useful encryption algorithm -- says the offer is diffie-hellman-group1-sha1. So I looked around a bit, and the ope

Re: Stretch : mount Jessie encrypted HDD via USB

2017-10-31 Thread deloptes
commentsab...@riseup.net wrote: > Hello, > > I'm trying to connect my old Jessie HDD via USB in order to transfer > files to my new Stretch system (details below). It does not work out of > the box because it is encrypted, how should I proceed? > > - I only have a laptop; > > - 1 old HDD with J

Re: Stretch : mount Jessie encrypted HDD via USB

2017-10-31 Thread Matthew Crews
> Original Message >Subject: Stretch : mount Jessie encrypted HDD via USB >Local Time: October 31, 2017 9:22 AM >UTC Time: October 31, 2017 4:22 PM >From: commentsab...@riseup.net >To: debian-user@lists.debian.org > >Hello, > > I'm trying to connect my old Jessie HDD via USB in ord

Re: FYI

2017-10-31 Thread Emiliano Gabriel Reynoso
To unsubscribe from this list, send "unsubscribe" in the message subject to: -requ...@lists.debian.org and you will be removed after your confirmation reply has been received. El 31 oct. 2017 16:02, "Rajendran K" escribió: > I need to Unsubscribe from this email updates. >

Re: looking for a file format for time series data other software can easily consume

2017-10-31 Thread Ben Caradoc-Davies
On 31/10/17 19:33, Dan Hitt wrote: I plan to produce some time series data and i would like it to be in a form that makes it easy or effortless for pre-existing programs to plot or even process further. NetCDF is very popular for scientific applications. NetCDF-4 uses HDF5 (also mentioned in t

FYI

2017-10-31 Thread Rajendran K
I need to Unsubscribe from this email updates.

unattended desktop installation using gnome-boxes express install

2017-10-31 Thread Federico Bruni
Hi all I'm not subscribed to this list. I hope this email will go through and please use Reply to all so I can get your replies. I'm not a Debian user anymore (switched to Fedora), but I'd like to report the problem described here: https://bugzilla.gnome.org/show_bug.cgi?id=755297 Summary:

Stretch : mount Jessie encrypted HDD via USB

2017-10-31 Thread commentsabout
Hello, I'm trying to connect my old Jessie HDD via USB in order to transfer files to my new Stretch system (details below). It does not work out of the box because it is encrypted, how should I proceed? - I only have a laptop; - 1 old HDD with Jessie (guided encrypted LVM install); - 1 new SSD

Re: looking for a file format for time series data other software can easily consume

2017-10-31 Thread Henning Follmann
On Mon, Oct 30, 2017 at 11:33:36PM -0700, Dan Hitt wrote: > I plan to produce some time series data and i would like it to be in a > form that makes it easy or effortless for pre-existing programs to > plot or even process further. > > The data would consist of a few hundred to a few thousand time

Re: looking for a file format for time series data other software can easily consume

2017-10-31 Thread Darac Marjal
On Mon, Oct 30, 2017 at 11:33:36PM -0700, Dan Hitt wrote: I plan to produce some time series data and i would like it to be in a form that makes it easy or effortless for pre-existing programs to plot or even process further. The data would consist of a few hundred to a few thousand time points,

Re: looking for a file format for time series data other software can easily consume

2017-10-31 Thread deloptes
Dan Hitt wrote: > So i'd appreciate any advice or suggestions, and thanks in advance! > when you have chosen the tool that will do the work, look at what format it accepts and dump the data in this format. from what you said it might be done in xml or DB if there are internal relations regards

Re: HOWTO: Setup persistent RDP sessions

2017-10-31 Thread deloptes
Hörmetjan Yiltiz wrote: > I would like to creates only one Xfce4 session for Alice wherever she > connects to, however she connects to (any OS, any RDP client), until she > kills/terminates Xfce4-session herself, so she can always keep on previous > work. > > What is the simplest configuration fo