LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

linode-cli-linodes

manages Linode virtual machine instances

TLDR

List all Linodes
$ linode-cli linodes list
copy
Create Linode
$ linode-cli linodes create --type [g6-nanode-1] --region [us-east] --image [linode/ubuntu22.04] --root_pass "[password]"
copy
View Linode details
$ linode-cli linodes view [linode_id]
copy
Boot Linode
$ linode-cli linodes boot [linode_id]
copy
Shutdown Linode
$ linode-cli linodes shutdown [linode_id]
copy
Delete Linode
$ linode-cli linodes delete [linode_id]
copy

SYNOPSIS

linode-cli linodes subcommand [options]

DESCRIPTION

linode-cli linodes manages Linode virtual machine instances. It handles creation, configuration, and lifecycle.The tool controls power state, resizing, cloning, and backups for Linode instances.

PARAMETERS

SUBCOMMAND

Linode operation.
list
List all Linodes.
create
Create new Linode.
view ID
View Linode details.
boot ID
Boot Linode.
shutdown ID
Shutdown Linode.
delete ID
Delete Linode.
--type PLAN
Instance type/plan.
--region REGION
Datacenter region.
--image IMAGE
OS image to deploy.
--help
Display help information.

INSTALL

brew install linode-cli
copy
nix profile install nixpkgs#linode-cli
copy

CAVEATS

Requires authentication. Creates billable resources. Deletion is permanent.

HISTORY

linode-cli linodes is part of the Linode CLI for managing virtual machine instances on Linode cloud.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid