View Single Post
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#121
Originally Posted by allnameswereout View Post
There is a way to 'pin' a package in APT as well. Then its on hold, and won't be upgraded. I forgot how to do this though, but its possible. Then you can stay with old map version easily.
should be
Code:
echo "packagename hold"|dpkg --set-selections
and

Originally Posted by allnameswereout View Post
Put the .so in your homedir and then try e.g.
$ LD_PRELOAD=/home/user/libfaketimeMT.so.1 \
FAKETIME="-60 d" navicore
You better FAKETIME="@year-month-day `date+%T`" so that you fake the day but retain time - of course put year-month-day of the day you activated.

Hey - is this being naughty?
__________________
Ernesto de Bernardis


Last edited by debernardis; 2008-07-05 at 14:04.