Displaying 6 results from an estimated 6 matches for "91b8".
Did you mean:
918
2017 Jan 13
2
Reliable way of having both LAN and WIFI on headless box
...ow the nmcli to re-activate an existing WIFI connection.
>
> Can anyone help here too, just in case I can't fix the real problem
I have a wireless connection named "AndroidAP-notepro"
So I can run
# nmcli con show --active | grep AndroidAP-notepro
AndroidAP-notepro 62d0fc1f-91b8-4c07-baf0-323cf1c108d1 802-11-wireless
wlp3s0
#
You can check exit code and number of lines.
If number of lines is 0, it means the connection is not active and you can
try to activate it and get exit code of the command
# nmcli con up AndroidAP-notepro
Also, it could be useful to know what val...
2017 Jan 18
2
Reliable way of having both LAN and WIFI on headless box
...FI connection.
> >
> > Can anyone help here too, just in case I can't fix the real problem
>
> I have a wireless connection named "AndroidAP-notepro"
>
> So I can run
>
> # nmcli con show --active | grep AndroidAP-notepro AndroidAP-notepro
> 62d0fc1f-91b8-4c07-baf0-323cf1c108d1 802-11-wireless
> wlp3s0
> #
>
> You can check exit code and number of lines.
> If number of lines is 0, it means the connection is not active and you
> can try to activate it and get exit code of the command
>
> # nmcli con up AndroidAP-notepro
>...
2017 Jan 16
0
Reliable way of having both LAN and WIFI on headless box
...IFI connection.
> >
> > Can anyone help here too, just in case I can't fix the real problem
>
> I have a wireless connection named "AndroidAP-notepro"
>
> So I can run
>
> # nmcli con show --active | grep AndroidAP-notepro
> AndroidAP-notepro 62d0fc1f-91b8-4c07-baf0-323cf1c108d1 802-11-wireless
> wlp3s0
> #
>
> You can check exit code and number of lines.
> If number of lines is 0, it means the connection is not active and you can
> try to activate it and get exit code of the command
>
> # nmcli con up AndroidAP-notepro
>...
2017 Jan 18
0
Reliable way of having both LAN and WIFI on headless box
...gt; > Can anyone help here too, just in case I can't fix the real problem
>>
>> I have a wireless connection named "AndroidAP-notepro"
>>
>> So I can run
>>
>> # nmcli con show --active | grep AndroidAP-notepro AndroidAP-notepro
>> 62d0fc1f-91b8-4c07-baf0-323cf1c108d1 802-11-wireless
>> wlp3s0
>> #
>>
>> You can check exit code and number of lines.
>> If number of lines is 0, it means the connection is not active and you
>> can try to activate it and get exit code of the command
>>
>> # nmc...
2017 Jan 09
4
Reliable way of having both LAN and WIFI on headless box
Once again I am building a headless Centos 7 box that needs to reliably be on
both the LAN and WIFI network at all times. Amongst other things it's going
to be an AirPrint bridge enabling IPads to print to printers on a different
VLAN.
I have asked about this before and got a solution working using nmtui to set
up both the LAN and WIFI interface, and activate them. However, the WIFI
2010 Oct 15
0
nomianl response model
...Nabble.com.
------------------------------
Message: 125
Date: Wed, 13 Oct 2010 23:49:59 -0400
From: David Winsemius <dwinsemius at comcast.net>
To: Julia Lira <julia.lira at hotmail.co.uk>
Cc: r-help at r-project.org
Subject: Re: [R] Loop in columns by group
Message-ID: <68C24CBB-91B8-454A-AF3A-52B7C29ED927 at comcast.net>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
On Oct 13, 2010, at 5:20 PM, Julia Lira wrote:
>
> Dear all,
>
> I need to do a loop as following:
> #Consider a matrix:
>
> M <- matrix(1, nrow=10, ncol=20)
>...