Master Linux, Cloud, and DevOps in one place. This blog provides expert DevOps best practices, Linux administration tips, and cloud infrastructure insights for IT professionals and engineers. Learn how to automate tasks, streamline deployments, and optimize AWS, Azure, and GCP environments using tools like Docker, Kubernetes, Terraform, and Ansible. Perfect for anyone building, scaling, or securing cloud-native systems.
Search This Blog
Saturday, August 29, 2020
How to check password in Postgres-SQL command or query for particular User
Resolution
select user_login_id,user_password from aes_users where user_login_id='XXXXXX';
No comments:
Post a Comment