removido
(usa Nenhuma)
Enviado em 21/01/2017 - 20:19h
Boa noite!
Esses dias fiz um lab utilizando o apache e o recurso "Live Website" do
Wallch.
Primeiramente instalei o apache em uma VM server e criei o index.html com o seguinte conteúdo:
# vim /var/www/html/index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<style type="text/css">
h2 {
position: absolute;
top: 350px;
text-align: center;
width: 100%;
}
h2 span {
color: white;
font: bold 24px/45px Helvetica, Sans-Serif;
letter-spacing: -1px;
background: rgb(0, 0, 0); /* fallback color */
background: rgba(0, 0, 0, 0.7);
padding: 10px;
}
</style>
</head>
<html>
<body>
<div>
<img style="width:100%;" id="image" src="papel_de_parede/pdp01.jpg" />
<h2><span>Aviso de Mundaca: Manutencao no grupo gerador<br/>
Data/hora: 21/01/2017 23h<br/>
Indisponibilidade: Nao ha previsao de indisponibilidade<br/>
Servicos impactados: Nao ha servicos impactados<br/>
Gmud: 001/2017</span></h2>
</div>
</body>
</html>
# cd /var/www/html
# ln -s /mnt/compartilhamento/papel_de_parede
Posteriormente instalei o
Wallch em minhas VMs clientes e configurei o "Live Website" para o endereço da minha VM apache:
# apt-get install wallch
* Prints
http://imgur.com/a/pIrmq
http://imgur.com/a/DfdDW