Alx-Zeroday is a first alx school project that have the following list of projects / tasks.
- 0x00. Vagrant
- 0x01. Emacs
- 0x02. vi
- 0x03. Git
- Install the following
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install git
$ sudo apt-get install vi or sudo apt-get install emacs
- Create Github account and test the following.
$ git clone <repo>
$ touch test
$ git add test
$ git commit -m "Initial commit"
$ git push origin main