groups

name language licence
start ushare bash Other
Uninstall Apache2 bash Other
Distro release information bash GPL 2
CRIBBS -- Cron Rsync Incremental Backup Bash Script bash Other
apt-get upgrade bash GPL 2
apt-get update bash GPL 2
rsync partial progress bash Other
If Theme Exists bash Other

< 1 2 >



language: bash
licence: Other

Uninstall Apache2

options: view full snippetsend to code collector
sudo apt-get remove --purge apache2 apache2-common apache2-mpm-prefork apache2-utils ssl-cert
	
(Continues...)