Re: gathering trace rute output to a file?

2018-06-30 Thread deloptes
Karen Lewellen wrote: > Well it seems it works like this. > traceroute domain-to-be-traced.com > trace-results.txt > or something like that. > process worked for me just now. > Thanks as usual, > Karen > > > > On Sun, 1 Jul 2018, Ben Caradoc-Davies wrote: Just take few minutes to read and th

Re: gathering trace rute output to a file?

2018-06-30 Thread Karen Lewellen
Well it seems it works like this. traceroute domain-to-be-traced.com > trace-results.txt or something like that. process worked for me just now. Thanks as usual, Karen On Sun, 1 Jul 2018, Ben Caradoc-Davies wrote: On 01/07/18 15:45, Karen Lewellen wrote: Hi folks, when running tracerute,

Re: gathering trace rute output to a file?

2018-06-30 Thread Ragnar Johanson
On Sat, 30 Jun 2018 23:45:18 -0400 (EDT) Karen Lewellen hacked into the keyboard: > Hi folks, > when running tracerute, is there an option that exports the results > to a file that can be shared? > Thanks, > Karen > > Have you tried: traceroute example.com > file.txt -- Ragnar Johanson

Re: Terminal Color-Coding

2018-06-30 Thread terryc
On Sat, 30 Jun 2018 19:44:42 -0500 "Josh W." wrote: > Hi, I was working in my Terminal cleaning up my files and folders > when i needed a second terminal. When i opened it up the Color-Coding > that was visible in my current terminal, was plain grey and black. I > restart my computer hoping that

Re: gathering trace rute output to a file?

2018-06-30 Thread Phil Wyett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 2018-06-30 at 23:45 -0400, Karen Lewellen wrote: > Hi folks, > when running tracerute, is there an option that exports the results to a  > file that can be shared? > Thanks, > Karen > > Hi, You can just redirect output to a file: $ tracero

Re: gathering trace rute output to a file?

2018-06-30 Thread Ben Caradoc-Davies
On 01/07/18 15:45, Karen Lewellen wrote: Hi folks, when running tracerute, is there an option that exports the results to a file that can be shared? Thanks, Karen Can you use shell redirection? In bash: traceroute host &>logfile In other Bourne shells: traceroute host >logfile 2>&1 These

gathering trace rute output to a file?

2018-06-30 Thread Karen Lewellen
Hi folks, when running tracerute, is there an option that exports the results to a file that can be shared? Thanks, Karen

Re: iPXE Debian Live (no NFS) to RAM and Disk

2018-06-30 Thread Zenaan Harkness
On Wed, Jun 27, 2018 at 06:34:12PM +, Aman Verma wrote: > My scenario is as follows:1) Install Debian Live over iPXE without > using NFS (Windows iPXE server, only TFTP, DHCP) to ramdisk.2) > Install to disk from this live image (scripted, unattended). > I am working with debian-live-9.4.0-am

Re: Webmail?

2018-06-30 Thread Zenaan Harkness
On Sat, Jun 30, 2018 at 08:25:41AM +0100, mick crane wrote: > On 2018-06-29 21:04, Joe wrote: > > Anyone know of a webmail that works on stretch? > > > > I've just spent half an afternoon trying first roundcube then prayer. > > been using dovecot, roundcube, getmail for some time just for home ne

Re: Claws-mail - which plugin for html mails?

2018-06-30 Thread Celejar
On Fri, 29 Jun 2018 10:07:04 -0400 Gene Heskett wrote: ... > Email was intended to be plain text. And since email is sent to a common > server, which in turn relays it to every subscriber to the list > regardless of where on the planet the recipient is, he is going to see > it, and all your l

Re: Claws-mail - which plugin for html mails?

2018-06-30 Thread Celejar
On Fri, 29 Jun 2018 09:10:16 -0400 Greg Wooledge wrote: > On Fri, Jun 29, 2018 at 03:04:16PM +0200, to...@tuxteam.de wrote: > > Sometimes you gotta compromise. I spent a short period of my life in > > a corporate environment. I may have lost what's left of my sparse > > sanity had I been forced t

Re: Terminal Color-Coding

2018-06-30 Thread Ben Caradoc-Davies
On 01/07/18 12:44, Josh W. wrote: Hi, I was working in my Terminal cleaning up my files and folders when i needed a second terminal. When i opened it up the Color-Coding that was visible in my current terminal, was plain grey and black. I restart my computer hoping that it would be a quick fix, b

Terminal Color-Coding

2018-06-30 Thread Josh W.
Hi, I was working in my Terminal cleaning up my files and folders when i needed a second terminal. When i opened it up the Color-Coding that was visible in my current terminal, was plain grey and black. I restart my computer hoping that it would be a quick fix, but no luck. So i tried tuning the se

Re: Problems installing MariaDB

2018-06-30 Thread Joe
On Sat, 30 Jun 2018 09:07:33 -0500 Richard Owlett wrote: > On 06/29/2018 03:01 PM, deloptes wrote: > > Richard Owlett wrote: > > > >> The initial setup to create users and associated passwords > >> specifically. Also anything else required for using it for the > >> first time. > > > > Hi, >

atime not updated after 24 hours

2018-06-30 Thread Andre Majorel
I have two file systems of the same type (ext3) and mounted with the same options (rw, relatime, data=ordered). On one of them, reading a file whose atime is older than 24 hours updates the atime. On another, it doesn't, even if the atime is several months old. Those file systems are local, whic

Re: Problems installing MariaDB

2018-06-30 Thread deloptes
Richard Owlett wrote: > Suggestions for finding a suitable tutorial/howto? > >> For >> example I like "learn in 21 days" and you can google "learn mysql in 21 >> days" > > There's a obviously pirated copy in Russia :< https://www.tutorialspoint.com/mysql/index.htm http://www.mysqltutorial.org/b

Re: Problems installing MariaDB

2018-06-30 Thread Richard Owlett
On 06/29/2018 03:01 PM, deloptes wrote: Richard Owlett wrote: The initial setup to create users and associated passwords specifically. Also anything else required for using it for the first time. Hi, as you stated that you have time, just read some good howto. You must know that MariaDB is My

Re: Problems installing MariaDB

2018-06-30 Thread Joe
On Sat, 30 Jun 2018 06:55:56 -0500 Richard Owlett wrote: > On 06/29/2018 01:23 PM, Joe wrote: > > So start > > learning now, such as how to login, how to reset the root > > password, > > How? Haven't found relevant document(s). > Here's a couple to begin with, but the Internet really isn't s

Re: Problems installing MariaDB

2018-06-30 Thread Richard Owlett
On 06/29/2018 01:23 PM, Joe wrote: On Fri, 29 Jun 2018 07:59:57 -0500 Richard Owlett wrote: I have not used a relational database since dBASEII was current. About a year ago I attempted to install MariaDB but didn't find tutorial which was a close enough match to my system. I found (and attem

Re: Webmail?

2018-06-30 Thread Joe
On Sat, 30 Jun 2018 09:41:01 +0100 mick crane wrote: > On 2018-06-30 08:42, Joe wrote: > > On Sat, 30 Jun 2018 08:25:41 +0100 > > mick crane wrote: > > > >> On 2018-06-29 21:04, Joe wrote: > >> > Anyone know of a webmail that works on stretch? > >> > > >> > I've just spent half an afternoon

Re: Webmail?

2018-06-30 Thread Joe
On Sat, 30 Jun 2018 09:56:50 +0100 mick crane wrote: > On 2018-06-30 08:42, Joe wrote: > > On Sat, 30 Jun 2018 08:25:41 +0100 > > mick crane wrote: > > > >> On 2018-06-29 21:04, Joe wrote: > >> > Anyone know of a webmail that works on stretch? > >> > > >> > I've just spent half an afternoon

Re: Webmail?

2018-06-30 Thread mick crane
On 2018-06-30 08:42, Joe wrote: On Sat, 30 Jun 2018 08:25:41 +0100 mick crane wrote: On 2018-06-29 21:04, Joe wrote: > Anyone know of a webmail that works on stretch? > > I've just spent half an afternoon trying first roundcube then > prayer. been using dovecot, roundcube, getmail for some ti

Re: Webmail?

2018-06-30 Thread mick crane
On 2018-06-30 08:42, Joe wrote: On Sat, 30 Jun 2018 08:25:41 +0100 mick crane wrote: On 2018-06-29 21:04, Joe wrote: > Anyone know of a webmail that works on stretch? > > I've just spent half an afternoon trying first roundcube then > prayer. been using dovecot, roundcube, getmail for some ti

Re: Webmail?

2018-06-30 Thread Joe
On Fri, 29 Jun 2018 23:59:50 +0200 Dominik George wrote: > Hi, > > On Fri, Jun 29, 2018 at 09:04:16PM +0100, Joe wrote: > > Anyone know of a webmail that works on stretch? > > > > I've just spent half an afternoon trying first roundcube then > > prayer. > > > > Roundcube works (allegedly) with

Re: Webmail?

2018-06-30 Thread Joe
On Sat, 30 Jun 2018 08:25:41 +0100 mick crane wrote: > On 2018-06-29 21:04, Joe wrote: > > Anyone know of a webmail that works on stretch? > > > > I've just spent half an afternoon trying first roundcube then > > prayer. > > been using dovecot, roundcube, getmail for some time just for home

Re: Webmail?

2018-06-30 Thread mick crane
On 2018-06-29 21:04, Joe wrote: Anyone know of a webmail that works on stretch? I've just spent half an afternoon trying first roundcube then prayer. been using dovecot, roundcube, getmail for some time just for home network. getting sieve to work was a chore for me but I'm not very good at t