how to setup a web server
# This is just an apache server...
# Do a quick update...
sudo apt-get update
# Install apache2...
sudo apt-get install apache2
# Start it...
sudo service apache2 start
# Stop it if you are not using
sudo service apache2 stop
# To access it after starting.. find your ip address like this...
hostname -I
# or
ifconfig
# or
ip addr
# Now type your ip address in a browser you use. E.g: http://[IP Add.]
Also in C++:
- aos animation vue
- what if i dont want gui in ubuntu 20.04
- iis stop
- nginx E: Sub-process /usr/bin/dpkg returned an error code (1)
- how to run a command from history linux
- delete command from history
- what does le mean in linux
- git remove added file
- Bash add pause prompt in a shell script with bash pause command
- bash rename multiple files
- It is required that your private key files are NOT accessible by others ubuntu
- npm default init
- recutils add field in record
- verify large directory after copy files
- curl command in linux
- why upgrade ubuntu then frequently shows this message "It iwating for cache lock: Could not get lock /var/lib/dpkg/lock.frontend.
- mariadb install on ubuntu 20.04
- create zip file terminal linux
- new terminal tab in linux
- cara uninstall di centos 7
- open video from terminal in ubuntu 18
- pulseaudio check if runnings
- chmod 777 command in linux
- how to fork from github to bitbucket