Credit Agricole

Generation

linuxWed, 08 Feb 2023

Make command installing apache 2 and make a Hello World website

sudo apt-get install apache2 echo "Hello World" > /var/www/html/index.html

Want to kickstart your project?Use the new AI Studio to create your code