N
N
Nikolai2015-07-03 13:44:02
JavaScript
Nikolai, 2015-07-03 13:44:02

What wi-fi adapter to buy to do without dancing with a tambourine on linux?

Good afternoon!
Please advise a wi-fi adapter, preferably a small USB (short PCI-e, in principle, is also possible - mini-itx).
A 4-year-old router is not the top of technology, the OS is Linux Mint 17. I really want to do without dancing with a tambourine, ideally, to decide for myself.
I don't download/share torrents.
It is highly desirable that it is not very rare (let's say it's easy to buy in citylink / yulmart / dns / connected, etc.).

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Stalker_RED, 2018-10-22
@Stalker_RED

/(\d+(?:[.,]\d+)?)/
So? https://regex101.com/r/ortLeN/1

0
0xD34F, 2018-10-22
@0xD34F

str.replace(/\D/g, (m, i) => str.search(/\.|,/) === i ? m : '')

N
Nicholas, 2018-10-22
@Chuv

str.replace(/(^[^.,]*[.,])|[^\d]+/g, '$1').replace(/[^\d.,]/g, '')

K
Karpion, 2018-10-22
@Karpion

1) First remove "everything that is not numbers, dots and commas".
2) Replace "( digits [semicolon] digits ) [semicolon]" with \1 (i.e. the contents of the brackets). Make it global.

I
Ivan, 2015-07-03
@j_wayne

My Asus N53 starts up on most distributions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question