mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
linux/*: fix typos (#8227)
This commit is contained in:
parent
0dfedb4e91
commit
099ee26571
7 changed files with 7 additions and 7 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Create an access point without Internet sharing:
|
||||
|
||||
`create_ap -n {{wlan0}} {{acces_point_ssid}} {{passphrase}}`
|
||||
`create_ap -n {{wlan0}} {{access_point_ssid}} {{passphrase}}`
|
||||
|
||||
- Create a bridged network with Internet sharing:
|
||||
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Tag an image:
|
||||
|
||||
`ctr images tag {{souce_image}}:{{source_tag}} {{target_image}}:{{target_tag}}`
|
||||
`ctr images tag {{source_image}}:{{source_tag}} {{target_image}}:{{target_tag}}`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# f5fpc
|
||||
|
||||
> A proprietry commercial SSL VPN client by BIG-IP Edge.
|
||||
> A proprietary commercial SSL VPN client by BIG-IP Edge.
|
||||
> More information: <https://techdocs.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm-client-configuration-11-4-0/4.html>.
|
||||
|
||||
- Open a new VPN connection:
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
`htpdate -q {{host}}`
|
||||
|
||||
- Compensate the systematisch clock drift:
|
||||
- Compensate the systematic clock drift:
|
||||
|
||||
`sudo htpdate -x {{host}}`
|
||||
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Create a shared memory segment with specific permissions (default is 0644):
|
||||
|
||||
`ipcmk --shmem {{segment_size_in_bytes}} {{octal_permissons}}`
|
||||
`ipcmk --shmem {{segment_size_in_bytes}} {{octal_permissions}}`
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
- Interactively search for and install a package:
|
||||
|
||||
`paru {{package_name_or_seach_term}}`
|
||||
`paru {{package_name_or_search_term}}`
|
||||
|
||||
- Synchronize and update all packages:
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Stop a service:
|
||||
|
||||
`sudo rc-servie {{service_name}} stop`
|
||||
`sudo rc-service {{service_name}} stop`
|
||||
|
||||
- Restart a service:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue