On 2020-08-24 20:07, ToddAndMargo via users wrote:
On 2020-08-24 02:21, Patrick O'Callaghan wrote:
On Sun, 2020-08-23 at 16:01 -0700, ToddAndMargo via users wrote:
On 2020-08-23 02:53, Patrick O'Callaghan wrote:
On Sat, 2020-08-22 at 18:21 -0700, ToddAndMargo via users wrote:
3) Why do you us
On 2020-08-24 02:21, Patrick O'Callaghan wrote:
On Sun, 2020-08-23 at 16:01 -0700, ToddAndMargo via users wrote:
On 2020-08-23 02:53, Patrick O'Callaghan wrote:
On Sat, 2020-08-22 at 18:21 -0700, ToddAndMargo via users wrote:
3) Why do you use "sed -n 1,1p" in GetGW?
Because I only wanted th
On 2020-08-24 12:06, Tom H wrote:
On Mon, Aug 24, 2020 at 1:22 PM ToddAndMargo via users
wrote:
On 2020-08-24 04:04, Tom H wrote:
Why do you need "beesu" for "ip" and not for "nmcli"?
I have not found a way with nmcli to up the "link".
"connect" and "device" don't seems to touch it.
$ ip l
On 2020-08-24 12:56, Samuel Sieb wrote:
On 8/24/20 5:01 AM, ToddAndMargo via users wrote:
On 2020-08-24 04:43, Tom H wrote:
On Mon, Aug 24, 2020 at 12:53 AM ToddAndMargo via users
wrote:
/usr/share/bash-completion/completions/ifup
You definitely don't need any "completions" in a script.
On 2020-08-22 19:30, Fulko Hew wrote:
On Sat, Aug 22, 2020 at 9:43 PM ToddAndMargo via users
mailto:users@lists.fedoraproject.org>>
wrote:
... snip ...
Any of you guys have a cleaver way to cli extract the revision?
I'm not sure how you want to retrieve it, but using Firefox->Tools->
On 2020-08-24 11:30, Samuel Sieb wrote:
On 8/24/20 4:18 AM, ToddAndMargo via users wrote:
You seems very intent and put a lot of work into
jumping to conclusions and picking fights.
I did not see that in his email.
This list is about folks sharing and assisting others,
not attacking them. S
@David, wish you great success here. Yes, I for one would like to see the
fedora implementation video, too.
On Monday, August 24, 2020, 3:46:14 PM EDT, David
wrote:
I have been using Fedora Rawhide as my only operating systemfor over a year.
I love it.
My teenager is attending s
On 8/24/20 5:01 AM, ToddAndMargo via users wrote:
On 2020-08-24 04:43, Tom H wrote:
On Mon, Aug 24, 2020 at 12:53 AM ToddAndMargo via users
wrote:
/usr/share/bash-completion/completions/ifup
You definitely don't need any "completions" in a script.
Not following what you mean by "completi
I have been using Fedora Rawhide as my only operating system
for over a year. I love it.
My teenager is attending school this semester 100% online and they are
100% on their own to do all their studies, as my wife and I are not able
to be there to help.The stress of all that is overwhelmin
On Mon, Aug 24, 2020 at 1:22 PM ToddAndMargo via users
wrote:
> On 2020-08-24 04:04, Tom H wrote:
>>
>> Why do you need "beesu" for "ip" and not for "nmcli"?
>
> I have not found a way with nmcli to up the "link".
> "connect" and "device" don't seems to touch it.
>
> $ ip link set eno2 down; ip li
On 8/24/20 7:37 AM, Ben Cotton wrote:
What's the output of:
gsettings get org.gnome.software show-upgrade-prerelease
It was "true", so the problem was on my end (which I expected). Thanks
for your help!
___
users mailing list -- users@lists.f
On 8/24/20 4:18 AM, ToddAndMargo via users wrote:
You seems very intent and put a lot of work into
jumping to conclusions and picking fights.
I did not see that in his email.
This list is about folks sharing and assisting others,
not attacking them. So from this point forward, I am
placing y
On Sun, Aug 23, 2020 at 8:48 PM Samuel Sieb wrote:
>
> >>> Recently, when I right-click on my mouse, sometimes it works, but
> >>> other times not. I am using XFCE on Fedora 32. Could you please help
> >>> me?
> >>
> >> Try running "xev" or "evtest" to see if the events are actually
> >> happening
On Sat, Aug 22, 2020 at 5:29 PM Gordon Messmer wrote:
>
> Recently, gnome-software has started alerting me that a new version of
> Fedora is available. I haven't seen anyone else mention this happening,
> so I assume that there's something misconfigured on my system.
>
> Where does gnome-software
On 2020-08-24 18:38, Jeremy Nicoll - ml fedora wrote:
> A while ago I wrote a description, for someone elsewhere, about
> what a browser typically does to fetch a web page. This is it:
Thanks for tutorial (a.k.a. description) about what happens when a browser
fetches a web page.
It actually di
On 2020-08-24 04:43, Tom H wrote:
On Mon, Aug 24, 2020 at 12:53 AM ToddAndMargo via users
wrote:
On 2020-08-23 02:19, Tom H wrote:
If you're worried about not finding a command, set "PATH=..." after
the shebang.
I could use that with /usr/sbin. Sweet. Thank you!
You're welcome.
Exact
On Mon, Aug 24, 2020 at 12:53 AM ToddAndMargo via users
wrote:
> On 2020-08-23 02:19, Tom H wrote:
>> If you're worried about not finding a command, set "PATH=..." after
>> the shebang.
>
> I could use that with /usr/sbin. Sweet. Thank you!
You're welcome.
> Exact path helps where things have
On 2020-08-24 04:19, Tom H wrote:
On Sun, Aug 23, 2020 at 3:30 AM ToddAndMargo via users
wrote:
On 2020-08-22 15:07, ToddAndMargo via users wrote:
I use absolute paths when I will sometimes be operating
outside the shell.
Okay, before someone tells me that bash programs ALWAYS
run inside th
On 2020-08-24 04:04, Tom H wrote:
On Sun, Aug 23, 2020 at 3:23 AM ToddAndMargo via users
In the unlikely event that you have two UGs on eno2, you must want both, no?
I do not remember what circumstances I saw it, but it goof
me up, so I left the fist line filter in place.
True. I only what
On Sun, Aug 23, 2020 at 3:30 AM ToddAndMargo via users
wrote:
> On 2020-08-22 15:07, ToddAndMargo via users wrote:
>>
>> I use absolute paths when I will sometimes be operating
>> outside the shell.
>
> Okay, before someone tells me that bash programs ALWAYS
> run inside the shell and I do not pat
Jeremy,
You seems very intent and put a lot of work into
jumping to conclusions and picking fights.
This list is about folks sharing and assisting others,
not attacking them. So from this point forward, I am
placing you into my kill file.
-T
___
user
On 2020-08-24 02:21, Patrick O'Callaghan wrote:
On Sun, 2020-08-23 at 16:01 -0700, ToddAndMargo via users wrote:
On 2020-08-23 02:53, Patrick O'Callaghan wrote:
On Sat, 2020-08-22 at 18:21 -0700, ToddAndMargo via users wrote:
3) Why do you use "sed -n 1,1p" in GetGW?
Because I only wanted th
On Sun, Aug 23, 2020 at 3:23 AM ToddAndMargo via users
wrote:
> On 2020-08-22 02:53, Tom H wrote:
>> 1) Why do you use "$InetDev" in GetIP and "eno2 in GetGW and
>> UpDownedEthernetDevices?
>
> Because I screwed up. Good catch. If $INetDev had changed,
> I would have had some troubleshooting to
On 2020-08-23 23:09, ToddAndMargo via users wrote:
On 2020-08-23 06:33, Jeremy Nicoll - ml fedora wrote:
On 2020-08-23 02:42, ToddAndMargo via users wrote:
Hi All,
This is a puzzle I have been working on for about two years.
Yes, and you've asked lots of questions on the curl mailing list an
On Sun, 2020-08-23 at 16:01 -0700, ToddAndMargo via users wrote:
> On 2020-08-23 02:53, Patrick O'Callaghan wrote:
> > On Sat, 2020-08-22 at 18:21 -0700, ToddAndMargo via users wrote:
> > > > 3) Why do you use "sed -n 1,1p" in GetGW?
> > >
> > > Because I only wanted the first line. Sometimes
> >
25 matches
Mail list logo