- Adding a subnode to an XML file - Usingt xmlstarlet you can add a subnode to a node on the command line.
- Adding an attribute to an XML node in an XML file on the command line - Usingt xmlstarlet you can add an attribute to many XML nodes on the command line
- Convert a PDF to XML - Using pdftohtml it's possible to convert a PDF file to an XML file that includes all location information
- Convert ePub ebooks and others to Kindle's .mobi on command line linux - The Kindle uses .mobi fileformat, you can convert many different
- Delete an XML node from an XML file on the command line - Usingt xmlstarlet you can delete one or many xml nodes from an xml document on the command line
- How to add eBooks to a Kindle using Ubuntu Linux - How to use Calibre to add eBooks to a Kindle on Ubuntu Linux
- How to extract one page of a PDF as an image -
- How to forward one TCP port to another - How to bounce/forward the TCP connections from one port to another port
- How to measure compression speed with pv -
- How to use pv and fifo to measure the speed of anything -
- Using GStreamer -
- Using tcpflow to see what is being sent on your network - Want to see what is happening on your network without all the overhead of wireshark and a packet sniffer?