Skip to content

Commit 41d22b2

Browse files
Merge pull request #1 from linode/master
pulling in from head
2 parents 80f1929 + c8736ed commit 41d22b2

File tree

871 files changed

+4874
-2451
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

871 files changed

+4874
-2451
lines changed

docs/applications/ansible/getting-started-with-ansible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
description: 'A quick getting started guide to Ansible, with a demo of how to provision a basic web server with Ansible'
66
keywords: 'ansible,ansible configuration,ansible provisioning,ansible infrastructure,ansible automation,ansible configuration,ansible configuration change management,ansible server automation'
7-
license: '[CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/us/)'
7+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
88
published: 'Monday, September 8, 2015'
99
modified: Monday, September 8, 2015
1010
modified_by:

docs/applications/chef/beginners-guide-chef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
description: 'A look into Chef''s primary components, features, and configurations for the new Chef user'
66
keywords: 'chef,automation,chefdk,chef server,chef development kit,cookbooks,beginners,server automation,configuration management'
7-
license: '[CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/us/)'
7+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
88
modified: Wednesday, June 10th, 2015
99
modified_by:
1010
name: Elle Krout

docs/applications/chef/creating-your-first-chef-cookbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
description: 'Learn how to create Chef cookbooks by creating a LAMP stack in Chef'
66
keywords: 'chef,automation,cookbooks,opscode,lamp,lamp stack,beginner,server automation'
7-
license: '[CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/us/)'
7+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
88
modified: Wednesday, June 10th, 2015
99
modified_by:
1010
name: Elle Krout
@@ -545,7 +545,7 @@ With the MySQL library downloaded and an encrypted root password prepared, you c
545545
- Add the PHP recipe, run the chef-client, and copy the file from a node (located in `/etc/php5/apache2/php.ini`), or:
546546
- Copy it from [here](/docs/assets/chef_php.ini). The file should be moved to the `chef-repo/cookbooks/lamp-stack/files/default/` directory. This can also be turned into a template, if that better suits your configuration.
547547

548-
3. `php.ini` is a large file. Search and edit the following values to best suit your Linodes. The values suggested below are for 1GB Linodes:
548+
3. `php.ini` is a large file. Search and edit the following values to best suit your Linodes. The values suggested below are for 2GB Linodes:
549549

550550
{: .file-excerpt}
551551
~/chef-repo/cookbooks/lamp-stack/files/default/php.ini

docs/applications/chef/deploy-a-chef-server-workstation-and-node-on-ubuntu-14-04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
description: Deploy a Chef Server, Workstation and Node
66
keywords: 'chef,chef installation,configuration change management,server automation,chef server,chef workstation,chef-client,knife.rb,version control'
7-
license: '[CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/us/)'
7+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
88
modified: Wednesday, June 10th, 2015
99
modified_by:
1010
name: Elle Krout

docs/applications/cloud-storage/access-google-drive-linode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
description: 'Access Google Drive from your Linode console'
66
keywords: 'google,drive,console,fuse,apt,ubuntu'
7-
license: '[CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/us/)'
7+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
88
published: 'Monday, September 28th, 2015'
99
modified: Monday, September 28th, 2015
1010
modified_by:

docs/applications/cloud-storage/access-your-box-account-from-your-linode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
description: 'Box is a popular cloud storage and file sharing service. This article will show you how to access your Box account from your Linode using WebDAV.'
66
keywords: 'box,box.com,cloud,cloud storage,file storage,file,webdav,davfs,davfs2'
7-
license: '[CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/us/)'
7+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
88
modified: Friday, November 6th 2015
99
modified_by:
1010
name: Tyler Nelson

docs/applications/cloud-storage/dropbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
description: 'Installing and configuration Dropbox on a Linode'
66
keywords: 'Dropbox,debian,centos,fedora,ubuntu,headless,storage,cloud storage'
7-
license: '[CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/us/)'
7+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
88
alias: [ 'web-applications/cloud-storage/dropbox/debian-7.4' ]
99
modified: Monday, June 29th, 2015
1010
modified_by:

docs/applications/cloud-storage/owncloud-debian-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
description: 'Installing and Configuring ownCloud on Debian 7.4'
66
keywords: 'ownCloud,Debian,MySQL,cloud storage'
7-
license: '[CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/us/)'
7+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
88
modified: Thursday, July 17th, 2014
99
modified_by:
1010
name: Alex Fornuto

docs/applications/configuration-management/vagrant-linode-environments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
description: 'Use Vagrant to manage development environments and content on Linode.'
66
keywords: 'linode,vagrant,content management,management,automation,development,ruby,vagrantfile,api,apache'
7-
license: '[CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/us/)'
7+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
88
alias: [ 'web-applications/cloud-storage/dropbox/debian-7.4' ]
99
modified: Thursday, June 25th, 2015
1010
modified_by:
@@ -22,7 +22,7 @@ Vagrant can be paired with Linode through the use of the *vagrant-linode* plugin
2222

2323
## Prerequisites
2424

25-
1. [Install Vagrant](http://www.vagrantup.com/downloads) on your local computer or other workspace.
25+
1. [Install Vagrant](https://www.vagrantup.com/downloads.html) on your local computer or other workspace.
2626

2727
2. Generate an API Key. This will be used to create Linodes based upon your Vagrant profile:
2828

@@ -128,15 +128,15 @@ Vagrant can be paired with Linode through the use of the *vagrant-linode* plugin
128128
#Linode Settings
129129
provider.distribution = 'Ubuntu 14.04 LTS'
130130
provider.datacenter = 'newark'
131-
provider.plan = '1024'
131+
provider.plan = '2048'
132132
provider.label = 'vagrant-ubuntu-lts'
133133

134134
end
135135

136136
end
137137
~~~
138138

139-
In this instance, a 1GB Ubuntu 14.04 LTS Linode is being created in the Newark data center. The `provider.label` is the name that the Linode will show up as in the Linode Manager.
139+
In this instance, a 2GB Ubuntu 14.04 LTS Linode is being created in the Newark data center. The `provider.label` is the name that the Linode will show up as in the Linode Manager.
140140

141141
To see more options regarding the vagrant-linode plugin see the documentation on the plugin's [GitHub repository](https://github.com/displague/vagrant-linode).
142142

docs/applications/containers/docker-quick-reference-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
description: 'A docker quick reference guide or cheat sheet.'
66
keywords: 'docker,quick reference,cheat sheet,commands'
7-
license: '[CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/us/)'
7+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
88
modified: Monday, March 30th, 2015
99
modified_by:
1010
name: Linode

0 commit comments

Comments
 (0)