Displaying 2 results from an estimated 2 matches for "headl".
Did you mean:
head
2009 Mar 25
0
surplus <p> tags.
...sers
do the right thing, so I can ignore it. 2. The combination of<p><img ....
></p> and the CSS code snippet p { text-indent: 1em; } causes the IMAGE
to be indented 1 em. (presumably since it's in thefirst line of text.) This
also adds an extra em of leading space to my headlings -- that I can live
with. This is solveable by putting an additional css snippet in
p img {
margin-left: -1em;
}
(img doesn't know about text-indent.
This is a hack, and makes for the potential of ugly side effects when
modifying the css code --
something already filled with surprises.
T...
2012 Dec 24
3
puppetdb listening on TCP Ports 1099 and 58772
PuppetDB is operating fine, but I can''t figure out how to disable it from
listening globally on TCP 1099 or 58722
How do I disable them from listening globally without having to resort to
iptables?
$ lsof -i -n -P | grep java | grep LISTEN
java 30115 puppetdb 22u IPv6 119118 0t0 TCP *:1099 (LISTEN)
java 30115 puppetdb 23u IPv6 117236 0t0 TCP *:58772