17Apr/070
OpenWrt – tips & tricks
Change SSH port from 22 to e.g. 2222
Change the last line of the file /etc/init.d/S50dropbear to:
/usr/sbin/dropbear -p 2222
22Mar/070
OpenOffice, gnuplot/Matlab and eps with preview
Making eps graphs in gnuplot and Matlab, makes very nice printouts. But neither gnuplot or Matlab makes eps files with preview, which makes OpenOffice using a lot of resources, just to show the plots.
But using the epstool, it is possible to make previews
epstool -t6p in.eps out.eps
The downside is, that the graph isn't pretty in OpenOffice. Furthermore, the PDF export function can make pretty PDF. Instead, you have to print to a ps file, and the use ps2pdf.
15Feb/070
LaTeX on Ubuntu Feisty Fawn
sudo apt-get install lmodern texmaker tetex-base tetex-extra tetex-doc
