“In the trenches” product management - Jo De Baer’s blog

“In the trenches” product management - Jo De Baer’s blog header image 3

stuff

installing the office Xerox using the horribly broken ppd file :

lpadmin -p Xerox -E -v socket://149.44.35.205:9100 -m Xerox354555.ppd

yup and config file

Making my laptop route/NAT for someone else :

  • iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
  • echo 1 > /proc/sys/net/ipv4/ip_forward

Streaming with vlc :

  • vlc -vvv file -sout udp:<ip address> –ttl 12 –loop