Follow me
-
Recent Posts
calendar
Recent Comments
- Anonymous on gimp: how to make a transparent background
- tom on gimp: how to make a transparent background
- Pawel Kolodziejski on gimp: how to make a transparent background
- Anonymous on python argparse issues with the help argument (TypeError: %o format: a number is required, not dict)
- Anonymous on git : How to remove a big file wrongly committed
Archives
Categories
Meta
Media RSS
Daily Archives: September 13, 2011
pdf2ps font issues
Sometimes, when converting a PDF file to a PS file using ps2pdf, some fuzzy fonts may appear. A solution is to provide the fonts within the documents by using: pdf2ps -dEmbedAllFonts=true <input> <output>pdf2ps -dEmbedAllFonts=true <input> <output> Please follow and like … Continue reading
scp does not work: wrong bashrc
When I tried to use scp to copy a file on a distant machine: scp -v filename username@xxx.xxx.xxx:/home/usernamescp -v filename username@xxx.xxx.xxx:/home/username it looked as if the SCP command works but the file is not copied. The interactive option (-v) does … Continue reading