Salim Jay.

Security Consultant

Penetration Tester

Linux Administrator

DevOps

Salim Jay.

Security Consultant

Penetration Tester

Linux Administrator

DevOps

Uncategorized

October 2, 2022 Professional Terraforming

Professional Terraforming Source

October 2, 2022 How to Manually Install or Reinstall PostgreSQL 9.3 (Windows)

The fastest way to confirm if the PostgreSQL service is running is by using the Windows Command Lind interface. Open a Command Line from the Windows Start menu by pressing Start, select Run, type “CMD” and click Enter. In the Command Line window that opens type net start | find “Postgre” and press Enter. The…

October 2, 2022 Terraform: Up and Running: Writing Infrastructure as Code Review

https://best.specialrecommendations.space/?book=1491977086With this practical book, you ll learn how to get you up and running with Terraform, an open source tool that allows you to define infrastructure for a variety of cloud providers including AWS, Azure, Google Cloud, DigitalOcean, and others using a simple, declarative programming language. Author Yevgeniy (Jim) Brikman introduces you to Terraform syntax,…

October 2, 2022 Use mysqldump to get the schema only

The MySQL command line tool mysqldump is used to create backup copies (or dumps) of databases including the structure or schema and the data itself. There are a number of command line flags which can get MySQL to dump just the data or just the structure instead of everything. This post looks at how to…