Commit 4fddc9c
authored
[Release] RC-0.2.1 (#2120)
* Added note for option to use either ssl or starttls (gsuite w/postfix) (#2042)
* Added note for using ssl or starttls
* Copy edit fixes
* Update index.md (#2049)
* Updated resizing a inode images to reflect new plans (#2059)
* Salt command line reference add'l copy edits (#2061)
* Initial Commit
* Spelling corrections.
* More spelling corrections.
* edited salt CLI reference
* [NEW] Migrating from Tokyo 1 to Tokyo 2 (#2046)
* [NEW] Migrating from Tokyo 1 to Tokyo 2
* Fix for early migration sequence description
* Copy Edits
* Adding CloudFlare to list of DNS update doc links
* Fixing links
* Fixed description front matter
* Remove sentence (#2069)
* changed LetsEncrypt link (#2054)
Changed the LetsEncrypt link from pointing to their homepage to pointing to Linode's guide on Let's Encrypt.
* Revert "changed LetsEncrypt link (#2054)" (#2057)
This reverts commit e5478aa.
* Updated to include Tokyo 2 (#2067)
* remove sentence
Removed a bad sentence
* Deprecated Django Guide (#2072)
* Jinja intro research and write
* Tech Edit
* Fix typo (#2079)
* Update Terraform for Linode provider.
* Fixed issues with the wireguard guide and the fully-managed guide (#2083)
* Removed a reference to legacy billing (#2084)
* Added a link to the images guide promoting our image feature (#2085)
* Added a link to the images guide promoting our image feature
* Travis
* [UPDATE] salt cloud v3 API note and size names (#2073)
* [UPDATE] salt cloud v3 API note and size names
[UPDATE] salt cloud v3 API note and curl test
[UPDATE] salt cloud use size Nanode 1GB not Linode 1024
[UPDATE] salt cloud modified date
* [UPDATE] salt cloud fixup linode.map file location
* sshd service restart - error (#2068)
sshd should be used instead of ssh in centos (I don't know about other distros
* linux-hardened kernel support was dropped. (#2065)
Alpine dropped support for grsec's hardened linux kernel. It is no longer part of the distribution.
see: https://git.alpinelinux.org/cgit/aports/commit/?id=94a65a421705eb0152c2a6cdeb0bffd269c58e97
* Update dd command call in "Backup & Restore" (#2052)
When following this guide, I ran into an issue where running the following command in "Backup & Restore" zeroed the entire block device:
> dd if=/dev/zero of=/dev/sdX bs=128 count=1
I updated the command to:
> dd conv=notrunc if=/dev/zero of=/dev/sdX bs=128 count=1
Using the updated command, only the header portion of the device is zeroed out and can be successfully restored from backup in the rest of the example.
* Terminal outputs corrected and a few other edits
* Guaris patch 1 (#2087)
* Update index.md
* Update index.md
* Quick fix GitHub issues. (#2088)
* Tech Edits
* Copy edit complete
* Remove trailing whitespace
* Fixing Linode group label (minor fix)
* [NEW] Automate Static Site Deployments with Salt, Git, and Webhooks (#2089)
* Draft complete
* Tech Edit
* Blueberry fixes
* Copy Edits
* [New] Create a Salt Execution Module (#2064)
* Initial Commit
* Spelling Corrections
* Added Another Resource
* Tech Edit
* Copy edit
* [New] Monitoring Salt Minions with Beacons (#2070)
* Initial Commit
* Spelling corrections and YAML corrections
Added 'highstate' to dictionary 'modified' YAML
* Fixed opening sentence
* Tech edits
* Copy edit
* Copy edit
* Correct dirname
* [Fix ] Billings and payments anchor (#2096)
* Fix link in billing and payments
* Add links to network quota guide
* Remove unwanted carriage return
* Update index.md (#2091)
* Review edits
* Rename guide path to match new title
* [NEW] A Beginner's Guide to Salt (#2078)
* Beginner guide to salt
* Tech Edit
* Tech Edit 2
* Copy edit finished
* Blueberry fixes and some last copy edits
* Accidentally deleted some of my original copy edits in last commit, reverting that
* Small wording change
* Bolding the definition of configuration management
* Clarifying wording
* Clarifying wording 2
* Fix trailing whitespace
* Fix links and spelling
* Small copy edits
* Vale threw up a bunch of spelling errors in unrelated guides after the merge
* More spelling fix
* More spelling fixes 2
* Remove Magnifying Glass (#2098)
* Added Note About CentOS 7 Support (#2107)
Instructed reader that CentOS 7 is supported experimentally and that they should checkout the official documentation.
* Fix command for package version
* Add deprecated link to config wordpress guide
* Removing single quotes from deprecated_link1 parent 47451c6 commit 4fddc9c
File tree
46 files changed
+2630
-66
lines changed- ci/vale
- docs
- applications
- configuration-management
- automate-a-static-site-deployment-with-salt
- beginners-guide-to-salt
- configure-and-use-salt-cloud-and-cloud-maps-to-provision-systems
- create-a-salt-execution-module
- how-to-build-your-infrastructure-using-terraform-and-linode
- introduction-to-jinja-templates-for-salt
- monitoring-salt-minions-with-beacons
- containers/deploy-a-flask-application-with-dokku
- email/running-a-mail-server
- getting-started
- networking
- diagnostics/diagnosing-network-issues-with-mtr
- vpn/set-up-wireguard-vpn-on-ubuntu
- platform
- billing-and-support
- billing-and-payments-new-manager
- billing-and-payments
- disk-images/linode-backup-service
- linode-managed
- security
- encrypt-data-disk-with-dm-crypt
- securing-your-server
- tools-reference/custom-kernels-distros
- install-a-custom-distribution-on-a-linode
- install-alpine-linux-on-your-linode
- web-servers
- apache-tips-and-tricks/configure-modsecurity-on-apache
- lemp/how-to-install-a-lemp-server-on-ubuntu-18-04
- websites/cms/how-to-install-and-configure-wordpress
- themes/docsmith
- layouts/partials
- static/build
- js
- stylesheets
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+2630
-66
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| 218 | + | |
216 | 219 | | |
217 | 220 | | |
218 | 221 | | |
| |||
240 | 243 | | |
241 | 244 | | |
242 | 245 | | |
| 246 | + | |
243 | 247 | | |
244 | 248 | | |
245 | 249 | | |
| |||
387 | 391 | | |
388 | 392 | | |
389 | 393 | | |
| 394 | + | |
390 | 395 | | |
391 | 396 | | |
392 | 397 | | |
| |||
473 | 478 | | |
474 | 479 | | |
475 | 480 | | |
| 481 | + | |
476 | 482 | | |
477 | 483 | | |
478 | 484 | | |
| |||
711 | 717 | | |
712 | 718 | | |
713 | 719 | | |
| 720 | + | |
714 | 721 | | |
715 | 722 | | |
716 | 723 | | |
| |||
1054 | 1061 | | |
1055 | 1062 | | |
1056 | 1063 | | |
| 1064 | + | |
1057 | 1065 | | |
1058 | 1066 | | |
1059 | 1067 | | |
| |||
Lines changed: 104 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
Lines changed: 77 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
0 commit comments