Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

41
piactl Normal file
View File

@@ -0,0 +1,41 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# piactl
> The command-line tool for Private Internet Access, a commercial VPN provider.
> More information: <https://helpdesk.privateinternetaccess.com/kb/articles/pia-desktop-command-line-interface-part-1>.
- Log in to Private Internet Access:
`piactl login {{path/to/login_file}}`
- Connect to Private Internet Access:
`piactl connect`
- Disconnect from Private Internet Access:
`piactl disconnect`
- Enable or disable the Private Internet Access daemon in the background:
`piactl background {{enable|disable}}`
- List all available VPN regions:
`piactl get regions`
- Display the current VPN region:
`piactl get region`
- Set your VPN region:
`piactl set region {{region}}`
- Log out of Private Internet Access:
`piactl logout`