-
Notifications
You must be signed in to change notification settings - Fork 430
[AGM-2402] Update AdGuard for Linux #673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
e909b63
68b567e
b693d6d
cca2136
c122cbe
7589d11
9ce2166
f05d528
5f1d78f
220da75
97f3ad7
39e0ce4
9880321
a001c28
33de84c
23a6515
6ddf86d
6060886
98d8570
ccd5598
9c0be84
b51cbdf
8f6ee22
943dbd6
a45d073
3cc8499
289b77a
8004546
55bbe5f
06ff882
31e833c
18721c1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,6 +5,8 @@ sidebar_position: 2 | |||||
|
|
||||||
| ## Install AdGuard for Linux | ||||||
|
|
||||||
| Before starting, you have to open the command line in your computer. On Linux, press `Ctrl+Alt+T`. On Mac, type `Terminal` in the search field. | ||||||
|
|
||||||
| To install AdGuard, enter: | ||||||
|
|
||||||
| Release | ||||||
|
puglieri marked this conversation as resolved.
Outdated
|
||||||
|
|
@@ -29,29 +31,77 @@ You can verify the signature to prove it’s an official version of AdGuard by u | |||||
|
|
||||||
| ::: | ||||||
|
|
||||||
| ## Activate license | ||||||
| ## Initial setup | ||||||
|
|
||||||
| AdGuard for Linux requires an [AdGuard license](https://adguard.com/license.html). If you don't have a license yet, you can log in or create an account to get a free 14-day trial. If you already have a license, log in to activate it. | ||||||
| AdGuard for Linux requires an [AdGuard license](https://adguard.com/license.html). If you don't have a license yet, you can log in or create an account to get a free 14-day trial. If you already have a license, log in to activate it. To do it, follow this step-by-step guide: | ||||||
|
puglieri marked this conversation as resolved.
Outdated
|
||||||
|
|
||||||
| To log in or create an account, enter: | ||||||
| 1. After installation, enter | ||||||
|
puglieri marked this conversation as resolved.
Outdated
|
||||||
|
|
||||||
| adguard-cli activate | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. думаю, команды для терминала стоит выделять `` |
||||||
|
|
||||||
| To reset your license, enter: | ||||||
| and select the desired option: | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| 1. Once you have a license, follow the provided link to proceed with the activation: | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| 1. After activation, you can continue to work with the program: | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| You can also reset your license by entering | ||||||
|
puglieri marked this conversation as resolved.
Outdated
|
||||||
|
|
||||||
| adguard-cli reset-license | ||||||
|
|
||||||
| To view the license info, enter: | ||||||
| or view the license info by entering | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| adguard-cli license | ||||||
|
|
||||||
| ## Initial setup | ||||||
| 1. Now you need to set up AdGuard CLI. To run the configuration wizard, enter: | ||||||
|
|
||||||
| adguard-cli configure | ||||||
|
|
||||||
| To get AdGuard up and running, complete the initial setup. This includes installing the AdGuard CA certificate, enabling the necessary filters, and selecting the proxy mode. | ||||||
|  | ||||||
|
|
||||||
| To run the configuration wizard, enter: | ||||||
| The wizard will ask basic questions required for the initial setup. | ||||||
|
|
||||||
| adguard-cli configure | ||||||
| 1. After that, you can start the AdGuard protection by entering | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| adguard-cli start | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| 1. You can check the protection status using | ||||||
|
puglieri marked this conversation as resolved.
Outdated
|
||||||
|
|
||||||
| adguard-cli status | ||||||
|
|
||||||
| and stop it with | ||||||
|
puglieri marked this conversation as resolved.
Outdated
|
||||||
|
|
||||||
| adguard-cli stop | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| 1. To check the current configuration, enter | ||||||
|
puglieri marked this conversation as resolved.
Outdated
|
||||||
|
|
||||||
| adguard-cli config show | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| The path to the configuration file will also be displayed, which you can and should edit directly. It contains descriptions of all additional options. | ||||||
|
|
||||||
| As an alternative, you can use the commands: | ||||||
|
|
||||||
| adguard-cli config get | ||||||
|
|
||||||
| or | ||||||
|
puglieri marked this conversation as resolved.
Outdated
|
||||||
|
|
||||||
| adguard-cli config get | ||||||
|
|
||||||
| They are primarily intended for scripting, though. | ||||||
|
|
||||||
| For further information on the available commands, check out the section [Settings and protection management](https://adguard.com/kb/adguard-for-linux/settings/). | ||||||
|
|
||||||
| ## Uninstall AdGuard for Linux | ||||||
|
|
||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.