Skip to content

Commit

Permalink
Fix typos (#14635)
Browse files Browse the repository at this point in the history
  • Loading branch information
bostick authored Aug 14, 2023
1 parent 1cf3d8d commit abb8164
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/client-openwrt-router-wireguard.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Using Router wıth OpenWRT as a Client with WireGuard
# Using Router with OpenWRT as a Client with WireGuard
This scenario is useful in case you want to use vpn with devices which has no vpn capability like smart tv, or make vpn connection available via router for multiple devices.
This is a tested, working scenario with following environment:

Expand All @@ -16,12 +16,12 @@ Make sure that you have
- router and device in front of router does not have same ip . By default openwrt have 192.168.1.1 if so change it to something like 192.168.2.1
### Install required packages(WebUI)
- Open router web UI (mostly http://192.168.1.1 )
- Login. (by default username: root, password:<empt
- Login. (by default username: root, password:<empty>
- System -> Software, click "Update lists"
- Install following packages wireguard-tools, kmod-wireguard, luci-app-wireguard, wireguard, kmod-crypto-sha256, kmod-crypto-sha1, kmod-crypto-md5
- restart router

### Aluternative Install required packages(ssh)
### Alternative Install required packages(ssh)
- Open router web UI (mostly http://192.168.1.1 )
- ssh [email protected]
- opkg update
Expand Down
2 changes: 1 addition & 1 deletion docs/cloud-amazon-ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The cheapest EC2 plan you can choose is the "Free Plan" a.k.a. the "AWS Free Tie

As of the time of this writing (July 2018), the Free Tier limits include "750 hours of Amazon EC2 Linux t2.micro instance usage" per month, 15 GB of bandwidth (outbound) per month, and 30 GB of cloud storage. Algo will not even use 1% of the storage limit, but you may have to monitor your bandwidth usage or keep an eye out for the email from Amazon when you are about to exceed the Free Tier limits.

Addtional configurations are documented in the [EC2 section of the deploy from ansible guide](https://github.com/trailofbits/algo/blob/master/docs/deploy-from-ansible.md#amazon-ec2)
Additional configurations are documented in the [EC2 section of the deploy from ansible guide](https://github.com/trailofbits/algo/blob/master/docs/deploy-from-ansible.md#amazon-ec2)

### Create an AWS permissions policy

Expand Down
2 changes: 1 addition & 1 deletion docs/cloud-cloudstack.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Configuration file

Algo scripts will ask you for the API detail. You need to fetch the API credentials and the endpoint from the provider cocntrol panel.
Algo scripts will ask you for the API detail. You need to fetch the API credentials and the endpoint from the provider control panel.

Example for Exoscale (European cloud provider exposing CloudStack API), visit https://portal.exoscale.com/u/<your@account>/account/profile/api to gather the required information: CloudStack api key and secret.

Expand Down
2 changes: 1 addition & 1 deletion docs/cloud-gce.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ gcloud services enable compute.googleapis.com
**Attention:** take care of the `configs/gce.json` file, which contains the credentials to manage your Google Cloud account, including create and delete servers on this project.


There are more advanced arguments available for deploynment [using ansible](deploy-from-ansible.md).
There are more advanced arguments available for deployment [using ansible](deploy-from-ansible.md).
2 changes: 1 addition & 1 deletion docs/deploy-from-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Additional variables:
- [image](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-images.html) - AMI `describe-images` search parameters to find the OS for the hosted image. Each OS and architecture has a unique AMI-ID. The OS owner, for example [Ubuntu](https://cloud-images.ubuntu.com/locator/ec2/), updates these images often. If parameters below result in multiple results, the most recent AMI-ID is chosen

```
# Example of equivalent cli comand
# Example of equivalent cli command
aws ec2 describe-images --owners "099720109477" --filters "Name=architecture,Values=arm64" "Name=name,Values=ubuntu/images/hvm-ssd/ubuntu-jammy-22.04*"
```

Expand Down

0 comments on commit abb8164

Please sign in to comment.