#devops
Read more stories on Hashnode
Articles with this tag
iptables is a powerful firewall tool for Linux operating systems that allows you to control incoming and outgoing traffic on your network. It is used...
What is codegpt? CodeGPT is an AI language model developed by EleutherAI, an open-source artificial intelligence research organization. CodeGPT is...
rsync command rsync is a command-line utility in Unix/Linux systems that allows you to synchronize files and directories between different locations....
Just a reminder: scp (server copy) command always run from the local environment. Copying from local to server : sudo scp -i example.pem <source>...
ECS (Elastic Container Service) and EKS (Elastic Kubernetes Service) are both container orchestration services provided by Amazon Web Services (AWS)....
How to create or initialize a git repository? git init Note: git init converts the normal folder into the local repository. which becomes our...