Is production: true
Hashicorp Vault Migration Scripts
March 18, 2026 by Xeth [~1 mins]

#vault
Python Script to Search Kill Process
March 11, 2025 by Xeth [~1 mins]

A simple snippet to find process by name and kill the process

#windows
#python
Terraform Opertaion hangs for Long Time
March 31, 2023 by Xeth [~2 mins]

Are you encountering issues with Terraform and az-cli suddenly …

#issue
#azure
#dns
#wsl
#terraform
Snippet to Execute Script From Stdin
March 29, 2023 by Xeth [~1 mins]

Unlock the power of shell scripts with this comprehensive guide to …

#shell
Install Linode Cli
March 21, 2023 by Xeth [~1 mins]

A snippet mention how to install the linode-cli and some problem …

#issue
#linode
centos Group management
March 17, 2023 by Xeth [~1 mins]

A snippet to manage cnetos group

#linux
#migrated
ffmpeg techniques
November 20, 2019 by Xeth [~1 mins]

A list of useful script for `ffmpeg`.

#migrated
#ffmpeg
Skip Git ssl verification
October 14, 2019 by Xeth [~1 mins]

The snippet help to skip the ssl verification when git operation(such …

#migrated
Creating docker mysql in quick manner
September 29, 2019 by Xeth [~1 mins]

The following snippet help creating simple mysql docker container for …

#migrated
Javapoet get field with generic type
September 9, 2019 by Xeth [~1 mins]

The below snippet show how to create field with generic type in …

#migrated
#java