Debemos crear el script install_postgres_12.sh
con el siguiente contenido:
# Ref: https://www.postgresql.org/download/linux/ubuntu/
# Create the file repository configuration:
title: Git Quick Start Guide
date: 2017-01-30
by: [email protected]
Check current status of git repo: git status
Create new branch: git checkout -b branch_name
In Python, object
is the base class from which all classes inherit.
The type
function in Python returns the type of the object passed as argument. Actually, type
function is a sintactic sugar for checking the attribute __class__
of an object.
ref_1: https://www.redswitches.com/blog/install-docker-on-debian/
sudo apt update
sudo apt upgrade
sudo apt-get install apt-transport-https ca-certificates curl gnupg lsb-release
Proper configuration and management of environments are essential for successful development and deployment processes. By establishing distinct environments for development and deployment, organizations can ensure smooth transitions and minimize potential issues. In the development environment, developers can work on coding, testing, and refining their applications without affecting the live deployment. This allows for experimentation and iteration while maintaining stability in the production environment. When it comes to deployment, a well-managed environment guarantees that the application runs efficiently and reliably for end-users. By carefully configuring and managing these environments, organizations can optimize their development workflow, enhance collaboration, and deliver high-quality software to their users.