Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

dbeaver password reveal

# for new dbeaver credentials-config.json
openssl aes-128-cbc -d 
  -K babb4a9f774ab853c96c2d653dfe544a 
  -iv 00000000000000000000000000000000 
  -in credentials-config.json | 
  dd bs=1 skip=16 2>/dev/null
Comment

PREVIOUS NEXT
Code Example
Shell :: convert dos to unix 
Shell :: ffmpeg from frames range to video 
Shell :: how to install nodemon in project 
Shell :: aws s3 ls wildcard 
Shell :: run MongoDB manually as a background process macos 
Shell :: linux keyboard layout cli 
Shell :: docker machine install linux 
Shell :: git set upstream always 
Shell :: current directory makefile 
Shell :: ubuntu gui manager 
Shell :: loop through a collection mongo db 
Shell :: strapi command to generate custom route 
Shell :: rename branch remote 
Shell :: doskey permanent 
Shell :: install kubernetess on mac 
Shell :: nuxt 3 install 
Shell :: ubuntu path in windows 10 
Shell :: run existing image docker 
Shell :: bash output to stdout and file 
Shell :: kubectl describe to yaml 
Shell :: git Automatic merge failed; fix conflicts and then commit the result 
Shell :: kdiff3 download linux 
Shell :: linux cp 
Shell :: flutter step to release appbundle 
Shell :: latex number listing as equation 
Shell :: install docker on windows server 2019 
Shell :: tar extract command windows 
Shell :: powershell -file 
Shell :: busybox 
Shell :: linux find directory and file 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =