Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How To Install the Apache Web Server on Ubuntu 18.04

# install apache 
sudo yum update -y
sudo yum install -y httpd httpd-tools mod_ssl
sudo systemctl start httpd
sudo systemctl enable httpd
Comment

PREVIOUS NEXT
Code Example
Shell :: launch bash script from application mac without opening terminal 
Shell :: installing composer command line 
Shell :: How to download Citrix Workspace for Ubuntu 
Shell :: install aws cli on windows 
Shell :: powershell webrequest 
Shell :: remove git repository 
Shell :: https://git-lfs.github.com/ 
Shell :: ubuntu errors were encountered while processing libc-bin 
Shell :: Show up usb drive in ubuntu if it mounts 
Shell :: upgrade python using choco (win 10) 
Shell :: how to open terminal as administrator in ubuntu 
Shell :: curl head request 
Shell :: Install-Package MailKit 
Shell :: git remove directory 
Shell :: download putty for ubuntu 
Shell :: docker remove unused 
Shell :: aws extend volume ubuntu 
Shell :: lib cairo win64 installation 
Shell :: Enable the containers feature in Windows Server 2019 
Shell :: installing deb 
Shell :: brew install macos 
Shell :: powershell get-childitem 
Shell :: jest install 
Shell :: unix change timestamp of file 
Shell :: run application as administrator with powershell 
Shell :: WSL connect docker daemon to docker for windows 
Shell :: git clone in 
Shell :: nodemon use 
Shell :: change branch name 
Shell :: run latex from command line 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =