SOAP override xml tags

Sending XML data via SOAP can sometimes create problems. Sending <mydata> can by translated as a XML tag a cause
probelms at the other end of SOAP transfer. The easiest workaround is to use &lt; and &gt; instead of < and >.
To send XML <mydata> we can write &lt;mydata&gt;.

Use Konqueror to create ssh / scp connection

Use Konqueror to create ssh / scp connection and copy your files or edit them remotely.

open Konqueror
to connect to myserver.local as user foobar type:

fish://foobar@myserver.local
more info about command line linux ssh connection