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

Inserito in IT, linux, mac, sviluppo web, windows | Etichette , , , , , | Lascia un commento

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

Inserito in IT, windows | Etichette , , , | Lascia un commento