Archivi
Categorie
Tag
apple backup bash cisco command line conf dat debian disable autorun drive email flexbackup fsutil hfs ipad iphone iphone 3g journaling leopard linux mac modem network password change pdanet pdbedit petizione pix qos samba sendemail shell shortcuts smtp speed ssh switch tariffe terminal tether tim usb vodafone voip windowsAggiornamenti Twitter
- @wackydude75 ma chi la usa? Tu o Fabio?!? Stai allevando un piccolo Lars?? 3 weeks ago
- http://t.co/glSrvu3i 1 month ago
- Forse è ora di togliere le gomme invernali... http://t.co/GjgO0CKQ 2 months ago
- Oggi fa freschino... http://t.co/9MizTQ9w 3 months ago
- Check out @batch application: itunes.apple.com/it/app/batch/i… 6 months ago
Archivi delle etichette: windows
usare git (anche con dropbox)
creazione progetto e repository git sulla prima macchina installare git (http://git-scm.com/download) creare una cartella per il progetto (ad es. progetto1), contenente file e cartelle che compongono il progetto spostarsi nella cartella della progetto bash$ cd progetto1 inizializzare il repository git … Leggi l’articolo completo
Create a file of a certain size in Windows XP and later
If you need to create a file of a certain size and the file contents don’t matter, you can use the Fsutil command as follows fsutil file createnew <filename> <filesize in byte> For example, fsutil file createnew d:\temp\1mbfile.txt 1000000 creates … Leggi l’articolo completo