
lessons learnt from CTF Linux Challenge - part 1
following the https://github.com/learntocloud/linux-ctfs . i explored and learnt so many new things that i'd like to share with you all. What is CTF Linux Challenge? CTF Linux Challenge is designed for folks to get hands-on experience with Linux. so one does not only know the theory but knows how to implement them in the long run. In this challenge we as learner have to "Capture The Flag" where we type-in commands in Linux terminal to complete assigned tasks and when we enter the correct command we provoke the flag, verify it and move to next challenge. little overview of what all is needed before starting: 1. Version Control : method used to keep track and control every change we make to a file/folder/software/product that we're building commonly used version control system is Git , which is really fast, reliable, scalable Open-Source version control system GitHub is a cloud platform that uses Git as its core technology learn how to practice and understand from here 2. Cloud CLI Setup
Continue reading on Dev.to Beginners
Opens in a new tab




