Author Archives: admin

Enlarge tex memory in OSX

Enlarge expand tex latex memory in OSX Mac.

Get an error like this?

Here is how much of TeX's memory you used...
3000001 words of memory out of 3000000

Add the following lines to the file /usr/local/texlive/2011/texmf.cnf

main_memory=250000000
extra_mem_top=50000000
extra_mem_bot=50000000
save_size=15000
stack_size=15000

Propagate the settings

sudo fmtutil --refresh

qed

Nokia N900 Howto: Backup data, reset device to factory settings, gain root access, overclock, and install ssh

Backup data

Using rsync, it is very simple to backup your personal data. Install it through the app manager and issue the following command from your computer

rsync -avz -e ssh user@10.0.0.1:. /home/foo/backup

Here, foo is the username you use on your computer and 10.0.0.1 is the ip address of the N900.

Continue reading