- How to SSH into Vagrant VM?
vagrant ssh
- SSH logout command:
exit
- How to check the enabled Apache modules?
apachectl -M
- How to check the main Apache config file?
cat /etc/apache2/apache2.conf
- How to check the PHP config file?
cat /etc/php/8.0/apache2/php.ini
- How to log in to Cockpit?
http://localhost:9091
User: vagrant
Pass: vagrant