Removing "You are here" in your Joomla 3 Breadcrumbs
installing joomla default activated module breadcrumbs.
It was he responsible for the message "You are here" in joomla CMS.
To get rid of this inscription are two ways.
First off module breadcrumbs.
Second, go to the module breadcrumbs and change its settings excluding "You are here"
How to install Webmin on CentOS 7
Webmin is a web-based graphical tool for unix . It is used to manage services like User management, Disk managemet, Network, Iptables (Firewall), Cron, Apache, DNS, File sharing and much more .
Install Webmin on CentOS 7
create a new file webmin.repo in /etc/yum.repos.d/ :
vi /etc/yum.repos.d/webmin.repo
[Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1
Install webmin GPG key.
rpm --import http://www.webmin.com/jcameron-key.asc
Update the repositorys:
yum install webmin -y
Start the service and make it start automatically
service webmin start
chkconfig webmin on
Open firewall for webmin on default port 10000
firewall-cmd --add-port=10000/tcp
Login to webmin - https://IP_SERWER:10000








