Bash command wallpaper
Posted: September 19th, 2010 | Author: Vincent | Filed under: Linux | 2 Comments »Note: Found on reddit.com
Note: Found on reddit.com
The promise is to allow content area drag and drop customization of wordpress.
Before the Windows setup program starts to copy files (the last chance is at the step where it asks you “Where do you want to install Windows?”), click Shift+F10 to open command line.
# Launch diskpart diskpart # List all current disks list disk # Select the correct disk (assuming first disk 0 is the main hard disk) select disk 0 # Wipe it clean clean # Create partition (omit size parameter to use all space) create partition primary size=10000000 # Choose the new created partition select partition 1 # Activate and format it active format fs=ntfs quick # Done exit
From mydigitallife.info
It has upload file management and nice skin, good speed and it’s free!
PS: A similar editor: CLEdtior