linode
Here are 114 public repositories matching this topic...
When looking at the list of linodes in grid view, we get something like this:
Currently you see the linode name, specs, region, IP addresses and operating system. There's quite a bit of vertical white space between the name of the op
-
Updated
Jul 5, 2018 - Perl
-
Updated
Jul 17, 2018 - Shell
You do it like this:
asauber@linaret2 ~ $ linode-cli linodes create --root_pass somethign20343## --tags okay --tags wow --tags great
Doesn't appear to be documented anywhere
What is the command to get the the list of users on a Linux Virtual Machine (VM) instance?
aparently:
getent passwd
Not a very descriptive command ...
basically getent is "get entries" https://en.wikipedia.org/wiki/Getent
in the passwd file which contains a list of all the users.
via: https://askubuntu.com/questions/410244/a-command-to-list-all-users-and-how-to-add-delet
I cannot find in the documentation how I can clone.
I'm assuming it is being done the "old" way (I see the "images" tab in the new frontend).
- create linode
- clone a disk
- boot linode
How to do step 2?
-
Updated
Mar 14, 2020 - JavaScript
Include in the README guidelines about what ports are required and which ports may be restricted. Note where the API server is listening (both public and private port 6443) and offer strategies to customize this (including a NodeBalancer, once HA is included).
Terraform configuration options may be able to manage these restrictions since Terraform "knows" all of the nodes and can manage a whit
Is there documentation explaining architecture and how to write new drivers.
Would love to contribute however need to have more information instead of just guessing from the existing code.
The readme does not include instructions on mounting existing volumes.
The Kubernetes Blog included some very helpful documentation on this, which can be adapted for use in the docs of this project:
https://kubernetes.io/blog/2019/01/15/container-storage-interface-ga/#pre-provisioned-volumes
-
Updated
Apr 1, 2020 - Go
-
Updated
May 25, 2019 - Go
-
Updated
Sep 28, 2019 - Shell
-
Updated
May 22, 2020 - Go
-
Updated
Sep 30, 2019 - Shell
-
Updated
Oct 18, 2018 - Go
-
Updated
Jul 27, 2017 - Python
-
Updated
Jun 7, 2020
-
Updated
Jun 1, 2020 - Python
Improve this page
Add a description, image, and links to the linode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linode topic, visit your repo's landing page and select "manage topics."

In the readme file of the raspberry and django project change python2.7 to python3.7
It is causing lots of problem