enricorossi.org

Enrico Rossi


Articles tagged with tips

Matlab netcdf

Tags: howto, italian, linux, tips

IT flag

note: c'e' il mexnc del sourceforge e il netcdf nella csiro

Installare NetCDF MexNC in Matlab.

Bisogna scaricare 2 tar:

  • mexnc-2.0.24.tar.gz
  • netcdf_toolbox-1.0.12.tar.gz

scompatta il mex, copia da matlab il mexopts.sh e modificalo come suggerito nell'INSTALL, modificato per la debian visto che …

Read more...

Git svn track remote repo

Tags: git, svn, tips, vcs

How to track a remote master git-svn into my git repo without cloning.

git remote add origin https://myuser@myserver.com/davgitrepo
git remote update origin
git branch --track origin

Updating my git-svn repo with

git-svn rebase

Then update the git copy with

git push origin
Read more...

Firefox search expansion

Tags: tips, firefox

If you want to change for example wikipedia-en to wikipedia-it then copy into your .mozilla/firefox/[yourid]/searchplugins/ then digit (on a debian system firefox is called iceweasel):

cp /usr/share/iceweasel/searchplugins/wikipedia-en.xml wikipedia-it.xml

then edit it and change all the references from en.wikipedia.org to …

Read more...

Aruba vps lenny

Tags: howto, tips, vps

A postit:

After a debootstrap lenny installation on local, use rsync (exclude /proc /sys) onto the stopped VPS on the provider.

Changesets

resolv.conf
network
fstab

website: http://serversupportforum.de/forum/faqs-anleitungen/6544-howto-debian-auf-vserver-installieren.html

Read more...

Diskless howto

Tags: debian, howto, italian, linux, tips

IT flag

Appunti per l'installazione di Debian Lenny DiskLess

Lo scopo e' di avere delle macchine diskless con la /home e la /usr montate via NFS, mentre il resto e' montato dall'InitRamFS al boot, quindi in RAM.

dhcp server

option root-path "/var/tftproot_64/";
# trick from Peter Rundle <peter.rundle@au.interpath …
Read more...
← Previous Page 6 / 8 Next →