How to query and alter JSON documents
Query and alter JSON documents using dasel utility which also supports other data formats like JSON, TOML, YAML, XML, and CSV. ...
Query and alter JSON documents using dasel utility which also supports other data formats like JSON, TOML, YAML, XML, and CSV. ...
Remove specific key from a JSON object using jq. ...
Determine when LXD instance was started. ...
Distinguish between rotational and non-rotational block devices. ...
Identify hardware network interfaces. ...
Use Cloudflare’s PKI and TLS toolkit to check online certificate. ...
Enable HashiCorp Consul maintenance mode. ...
Generate new vault root token. ...
Extract and parse LXD instance information. ...
Inspect current consul metrics. ...
Enumerate vault root tokens. ...
Inspect consul configuration using command-line utilities. ...
Parse Trello export JSON file using Python script to create Markdown files and import these into Joplin an open-source note-taking app. ...
Automatically rollover Elasticsearch index using by time. ...
Display CPU information. ...
Distribute data evenly across all disks on a Hadoop datanode. ...
Reassign Kafka topic partitions. ...
Query Docker socket using curl. ...
Inspect mitigations for CPU vulnerabilities. ...
Export 1Password passwords using a command-line utility on Linux. ...
Display current mappings for encrypted devices (LUKS) . ...
Use Checkpoint service to check the HashiCorp software version. ...
Take advantage of the jq utility to edit messages formatted using JSON (JavaScript Object Notation). ...
Inspect and redeploy the master certificate in OpenShift 3.11. ...
Retry Elasticsearch shard allocation that was blocked due to too many subsequent allocation failures. ...
Display command to join the Kubernetes cluster. ...
Calculate Elasticsearch hit ratio using command-line curl utility. ...
Inspect RabbitMQ settings using command-line. ...
Distribute messages to different RabbitMQ node using federation plugin. ...
Move messages to different RabbitMQ node using shovel plugin which acts as a simple client. ...
Copy messages to different RabbitMQ node using federation plugin. ...
Mirror RabbitMQ queues cluster to replicate configuration across multiple nodes. ...
Create RabbitMQ cluster to replicate configuration across multiple nodes. ...
Use rabbitmq_top plugin to display RabbitMQ Erlang processes. ...
Install CouchDB on Debian Buster. ...
Use RabbitMQ Management API to export or import configuration. ...
Node name is by default part of the location where the RabbitMQ data is stored, so you need to explicitly define static location to ensure that RabbitMQ data is always available in these rare cases when there is a possibility of node name change. ...
Get and display RabbitMQ uptime measured in seconds using three different methods. ...
Today, I will show you how to get and display user details using a shell script. This work is based on a Python-based solution by David Green and located at bitbucket/nordapi. ...
In a blog post a month ago, I described how to use a terminal to display servers recommended by NordVPN, but the same result can be achieved by using public API service. It is not officially documented, so let’s play with it. ...
I have already described a simple way to manually configure Network Manager and automatically import NordVPN servers, so today, I will explain how to pretty print servers recommended by NordVPN using terminal instead of web-browser. ...
Delete Nextcloud bookmarks using API. Notice, data is paginated in this case, so this particular case is more interesting than regular add/remove operations. ...
I am currently playing with floccus to store bookmarks using Nextcloud, so I have created simple shell scripts to import Nextcloud bookmarks from Firefox using code from my earlier solution to open Firefox bookmarks from the OpenBox menu. ...
There is a bookmark manager for Nextcloud that can be used with the floccus browser extension to synchronize bookmarks using Chrome, Firefox, and Opera. I will show you how to perform API calls to automate the backup process. ...
Use the extensive API offered by the Restyaboard to backup and restore created boards. ...