enricorossi.org

Enrico Rossi


Articles in the blog category

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...

Ipn2220 Debian Lenny

Tags: debian, howto, linux, tips

Ok, if you think about upgrade from Debian etch to Lenny and you computer use an INPROCOMM IPN2220 wireless adapter then I suggest you stay with Etch or simply change you old PC.

You can find many bugs report in Ubuntu about this topic, in sort windows driver inside ndiswrapper …

Read more...
← Previous Page 8 / 11 Next →