Re: OT: grep and regex patterns

2016-07-13 Thread Mike Wright
On 07/13/2016 08:46 PM, Chris Adams wrote: Once upon a time, Jon LaBadie said: On Thu, Jul 14, 2016 at 02:09:27AM +, Christopher wrote: On Wed, Jul 13, 2016, 21:11 Chris Adams wrote: Once upon a time, Mike Wright said:

Re: OT: grep and regex patterns

2016-07-13 Thread Chris Adams
Once upon a time, Jon LaBadie said: > On Thu, Jul 14, 2016 at 02:09:27AM +, Christopher wrote: > > On Wed, Jul 13, 2016, 21:11 Chris Adams wrote: > > > > > Once upon a time, Mike Wright said: > > > > > > Putting all that

Re: OT: grep and regex patterns

2016-07-13 Thread Jon LaBadie
On Thu, Jul 14, 2016 at 02:09:27AM +, Christopher wrote: > On Wed, Jul 13, 2016, 21:11 Chris Adams wrote: > > > Once upon a time, Mike Wright said: > > > > Putting all that together, I'd recommend: > > > > PATTERN='https?://[^/]*\.in/' > >

Re: OT: grep and regex patterns

2016-07-13 Thread Christopher
On Wed, Jul 13, 2016, 21:11 Chris Adams wrote: > Once upon a time, Mike Wright said: > > Putting all that together, I'd recommend: > > PATTERN='https?://[^/]*\.in/' > grep "$PATTERN" file.of.links > links.in > > or just: > > grep

Re: dual boot - Windows 10 upgrade.

2016-07-13 Thread Doug
On 07/13/2016 07:47 PM, Robin Laing wrote: I need to do the windows 10 upgrade on a dual boot laptop. Any serious worries I need to watch out for? Thank you in advance. Robin -- I did this twice. In both cases I had a dual-boot Windows plus Linux / and /home and swap. In one case it worked

Re: OT: grep and regex patterns

2016-07-13 Thread Chris Adams
Once upon a time, Mike Wright said: > PATTERN="^.*http:\/\/.*\.in.*$" > grep $PATTERN < file.of.links >links.in Several issues I see: - it appears you are using a shell variable to pass the pattern; since you are using double quotes, shell interpolation occurs, so

OT: grep and regex patterns

2016-07-13 Thread Mike Wright
Hi all, There is a file with a collection of links from global sites. While trying to sort the links into categories I'm catching the wrong things. e.g. find links from India: PATTERN="^.*http:\/\/.*\.in.*$" grep $PATTERN < file.of.links >links.in Even though the "." in front of "in" is

dual boot - Windows 10 upgrade.

2016-07-13 Thread Robin Laing
I need to do the windows 10 upgrade on a dual boot laptop. Any serious worries I need to watch out for? Thank you in advance. Robin -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Rick Stevens
On 07/13/2016 05:21 PM, Samuel Sieb wrote: > On 07/13/2016 05:08 PM, Rick Stevens wrote: >> On 07/13/2016 04:55 PM, Samuel Sieb wrote: >>> There is no alternative right now. There was an attempt at an >>> open-source flash replacement, but I can't remember what it was called >>> and it doesn't

Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Samuel Sieb
On 07/13/2016 05:08 PM, Rick Stevens wrote: On 07/13/2016 04:55 PM, Samuel Sieb wrote: There is no alternative right now. There was an attempt at an open-source flash replacement, but I can't remember what it was called and it doesn't seem to be in Fedora any longer. If you mean "gnash",

Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Rick Stevens
On 07/13/2016 04:55 PM, Samuel Sieb wrote: > On 07/13/2016 04:18 PM, William Mattison wrote: >> The message I'm replying to was intended to be the closure of the >> thread "application to listen to on-line broadcasts?", but I failed to >> put the "Re: " at the beginning of the subject line. My

Re: Systemctl status network.service Displays Wrong Timestamp on Output Display

2016-07-13 Thread Ed Greshko
On 07/14/16 06:08, Stephen Morris wrote: > Below are the messages I get when I issue command 'systemctl status > network.service'. The time stamp on the messages is incorrect by 1 hour, > can anyone tell me why? Sounds like the system processes think they are in a different time zone than

Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Samuel Sieb
On 07/13/2016 04:18 PM, William Mattison wrote: The message I'm replying to was intended to be the closure of the thread "application to listen to on-line broadcasts?", but I failed to put the "Re: " at the beginning of the subject line. My apologies. On to the new thread that I intended to

Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread William Mattison
The message I'm replying to was intended to be the closure of the thread "application to listen to on-line broadcasts?", but I failed to put the "Re: " at the beginning of the subject line. My apologies. On to the new thread that I intended to create... 1. I've encountered several websites

Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread William
(just closing this "properly". my apologies for the earlier mistake in the subject line.) Neither VLC nor Amarok seem to come with Fedora. But late last night, I found VLC with "apper" and downloaded it. I got it to work for the two radio stations. It did not help with "Pipedreams". (By

Systemctl status network.service Displays Wrong Timestamp on Output Display

2016-07-13 Thread Stephen Morris
Hi, Below are the messages I get when I issue command 'systemctl status network.service'. The time stamp on the messages is incorrect by 1 hour, can anyone tell me why? Also the messages have indicated that interface Linksys07468_5Ghz was able to be activated ok (this is the 5GHz

Re: radiotray and gstreamer plugins

2016-07-13 Thread Jon LaBadie
On Wed, Jul 13, 2016 at 02:51:41PM -0700, Rick Stevens wrote: > On 07/13/2016 02:24 PM, Jon LaBadie wrote: > > The current thread on "listening to online broadcasts" > > stimulated me to ask about problems with the one I > > like, "radiotray". > > > > A number of stations I try to listen to,

Re: radiotray and gstreamer plugins

2016-07-13 Thread Rick Stevens
On 07/13/2016 02:24 PM, Jon LaBadie wrote: > The current thread on "listening to online broadcasts" > stimulated me to ask about problems with the one I > like, "radiotray". > > A number of stations I try to listen to, including some > preconfigured ones, fail with a list of procedures from >

radiotray and gstreamer plugins

2016-07-13 Thread Jon LaBadie
The current thread on "listening to online broadcasts" stimulated me to ask about problems with the one I like, "radiotray". A number of stations I try to listen to, including some preconfigured ones, fail with a list of procedures from gstreamer that suggest a plugin is missing. But it does not

Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Samuel Sieb
On 07/13/2016 08:04 AM, William Mattison wrote: Neither VLC nor Amarok seem to come with Fedora. But late last night, I found VLC with "apper" and downloaded it. Neither one is installed by default. Amarok is in the regular Fedora repositories, but vlc is in rpmfusion, so I'm assuming

Re: Setting my account up for auto login

2016-07-13 Thread Joe Zeff
On 07/13/2016 11:30 AM, Jonathan Ryshpan wrote: But this leaves open the questions of why ...->User-Manager doesn't work. Thank you, thank you, thank you for not misusing the term "begs the question." -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription

Re: Setting my account up for auto login

2016-07-13 Thread Jonathan Ryshpan
On Wed, 2016-07-13 at 09:27 -0700, Jonathan Ryshpan wrote: > I'm trying to use KDE System-Settings->Account-Details->User-Manager, which > seems to provide the function that I need; but it doesn't seem to work; it > appears to allow creating accounts, but nothing happens, and doesn't seem to >

Re: ssh again..

2016-07-13 Thread Go Canes
On Tue, Jul 12, 2016 at 4:13 PM, Gordon Messmer wrote: > On 07/12/2016 10:44 AM, Go Canes wrote: > >> >> No, they don't. Private keys belong on your closest system, on an >> encrypted volume. Often, you will only need one. >> >> >> If the OP uses ssh to go

Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Mike Wright
On 07/13/2016 08:04 AM, William Mattison wrote: Neither VLC nor Amarok seem to come with Fedora. But late last night, I found VLC with "apper" and downloaded it. I got it to work for the two radio stations. It did not help with "Pipedreams". (By the way, Pipedreams is *not* a radio

Re: Grub2 UEFI PXE chainloader unloading Network Stack when chainloading an EFI module

2016-07-13 Thread Gordon Messmer
On Tue, Jul 12, 2016 at 5:25 PM, Chris Murphy wrote: > My understanding is that PXE is booting is going to talk to a DHCP > server which should be configured to recognize UEFI specifically, so > it can hand over the proper kind of bootloader, in this case an EFI > version

Re: Grub2 UEFI PXE chainloader unloading Network Stack when chainloading an EFI module

2016-07-13 Thread Gordon Messmer
On Tue, Jul 12, 2016 at 11:52 AM, Leandro Gustavo Biss Becker wrote: > Using older versions of GRUB2 it is working, but with newer versions, ... Just so that we're clear, if you boot this computer using an older version of GRUB2 from tftp, your custom application

Setting my account up for auto login

2016-07-13 Thread Jonathan Ryshpan
I'm trying to use KDE System-Settings->Account-Details->User-Manager, which seems to provide the function that I need; but it doesn't seem to work; it appears to allow creating accounts, but nothing happens, and doesn't seem to allow editing accounts at all.  If it has to be run as root, how can I

application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread William Mattison
Neither VLC nor Amarok seem to come with Fedora. But late last night, I found VLC with "apper" and downloaded it. I got it to work for the two radio stations. It did not help with "Pipedreams". (By the way, Pipedreams is *not* a radio station.) Now this morning, the buttons on the second

Re: application to listen to on-line broadcasts?

2016-07-13 Thread fred roller
On Wed, Jul 13, 2016 at 4:10 AM, Andras Simon wrote: > 2016-07-12 19:28 GMT+02:00, William : > > Good morning, > > > > I've been wanting to listen to live streaming FM-radio broadcasts > > on-line. I'm using Firefox (current as of last Thursday)

Re: application to listen to on-line broadcasts?

2016-07-13 Thread Andras Simon
2016-07-12 19:28 GMT+02:00, William : > Good morning, > > I've been wanting to listen to live streaming FM-radio broadcasts > on-line. I'm using Firefox (current as of last Thursday) and f-23 > (current as of last Thursday). If it matters, I'm using Gnome. > > One

Re: F21: Thunderbird insists on calling Fedora list messages junk! [CLOSED]

2016-07-13 Thread Tim
On Tue, 2016-07-12 at 09:54 -0600, William wrote: > It's been a long time, but I finally found out the cause of this > problem. Matt, one of the Mozilla Thunderbird support moderators, > said this: > > "Sounds to me like you are using Yahoo IMAP. That is certainly how > their spam guard works.