Make XML looking nice (xmllint)
$> cat products_delta.xml | xmllint –format – > products_delta_lint.xml  Attention: Don’t use the same file as source and destination! That will result in an empty file!
$> cat products_delta.xml | xmllint –format – > products_delta_lint.xml  Attention: Don’t use the same file as source and destination! That will result in an empty file!
In the last time I had the problem, that my system became very slow and wasn’t usable anymore. Here are the steps I’ve taken to get rid of this problem: Cleanup old packages in the terminal: $> sudo synaptic got to  Settings -> Preferences -> Files activate the bullet point Delete downloaded files after installation under Temporary […]