Dec 19, 2022

Sublime

Pretty JSON

Installation

CMD + SHIFT + P > Install package > Search for Pretty JSON and install

Usage

Format data:

- CMD + CTRL + J (OSX)

- CTRL + ALT + J (Windows/Linux)

VSCODE

On Windows:    Shift + Alt + F  
On Mac:        Shift + Option + F  
On Linux:      Ctrl + Shift + I  

Dec 8, 2022

Red Hat Linux


Set new time:

$ timedatectl set-time HH:MM:SS

Disable ntp:

$ timedatectl set-ntp 0

Dec 5, 2022

Astra Linux

Set new password for user:

$ yes 12345678 | passwd user

Change locale to us:

$ ?


Kubernetes

kubectl installation $ curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl...