3152 shaares
251 private links
251 private links
1811 results
tagged
reference
Permet de créer un dump en plusieurs petits fichiers
!/bin/sh
export MOZ_NO_REMOTE=1
/usr/bin/firefox -profilemanager
export MOZ_NO_REMOTE=0
git-ftp is a quick and dirty Python script for syncing a public website with a git repository via FTP. This is useful if you’re on those really cheap $5-6 hosts that give you reasonable stability but are SSH nazis. If you’ve got a host that will only give you FTP access, this is for you.