Select Page

apt-fast: A faster apt-get

# !/bin/sh # apt-fast v0.02 by Matt Parnell http://www.mattparnell.com, this thing is fully open-source # if you do anything cool with it, let me know so I can publish or host it for you # contact me at admin@mattparnell.com # Special thanks to Travis/travisn000 from...

Format File Systems

ext3: mke2fs -j /dev/hdb1 mkfs -t ext3 /dev/hda1 ext2: mke2fs /dev/hdb1 mkfs -t ext2 /dev/hda1 reiser: mkreiserfs /dev/hdb1