mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
20 lines
487 B
Markdown
20 lines
487 B
Markdown
# netselect-apt
|
|
|
|
> Create a `sources.list` file for a Debian mirror with the lowest latency.
|
|
> More information: <https://manned.org/netselect-apt>.
|
|
|
|
- Create `sources.list` using the lowest latency server:
|
|
|
|
`sudo netselect-apt`
|
|
|
|
- Specify Debian branch, stable is used by default:
|
|
|
|
`sudo netselect-apt {{testing}}`
|
|
|
|
- Include non-free section:
|
|
|
|
`sudo netselect-apt {{[-n|--non-free]}}`
|
|
|
|
- Specify a country for the mirror list lookup:
|
|
|
|
`sudo netselect-apt {{[-c|--country]}} {{India}}`
|