What is SSH? An Entry Guide To SSH

What is SSH? An Entry Guide To SSH

If you ever wondered what is SSH and what is it used for? Secure Shell Hostname system is a method of connecting to the remote server. Regular, Cloud or Local (ie. RaspberryPi) – all the servers need a way to connect. Usually it is used by SSH client connecting...
What Linux directories mean?

What Linux directories mean?

When you install your first Linux operating system and you open your new, magic terminal and put the first command “cd /” in order to go to default base “/” directory. After you type “ls” or “ll” and you find out the...
What Is CI/CD in DevOps?

What Is CI/CD in DevOps?

What Is CI/CD in DevOps? Continuous Integration (CI) and Continuous Deployment/Delivery (CD) are fundamental practices in DevOps that have transformed the way software development and delivery processes are managed. They bring together development and operations teams...