Problem: Under Linux, KeePass’s possibilities are not as rich as under windows, at least on GUI-side. While under windows it is easy to configure KeePass to start a “PuTTY” SSH session, under Linux it is not. So I found a way to solve my problem. Solution: Please follow instructions (gif) […]
automatize
Check credentials (user & password) in PostgreSQL from scipt
Case: The question: Why this task was automatized in script? Simply I’m lazy? or crazy? 🙂 I little bit both 🙂 Sometimes DevOps members get monotone tasks. For example check all used user & their passwords on the environment’s PostgreSQL, as the key-holder (KeePass) recently updated and sometimes somebody update […]
Bash script – Remote commands
Target: If you have a jump-server with connection to you target hosts, it is better to do the same job (command) via script. The easiest way if you prepare a script on your jump-server which run you command on all of your host. The script’s output (result of command on […]
Project – Log-file (or any file) search with LabVIEW
Introduction: In my previously work I work as repair technician / developer technician. I repaired a lot of high-value product. I always tried to help my work as time is money and while my scripts / solutions works, I could work an another project (like PXE-boot technology, or build a […]
Puppet agent – Disable all agent from jump-server
The situation: In every larger environment when you debug or you would like to update something, good if you disable automatic changes (configuration management tool(s)). Now I will explain one solution, how can you disable all puppet-agent on (affected) hosts. Script usage: script to disable puppet agent on described hosts. […]