Bash command wallpaper

Posted: September 19th, 2010 | Author: | Filed under: Linux | 2 Comments »

Note: Found on reddit.com


Carrington is something worth look into…

Posted: September 11th, 2010 | Author: | Filed under: Development | No Comments »

http://carringtontheme.com/

The promise is to allow content area drag and drop customization of wordpress.


Install Win7 without the 100mb system reserved parition

Posted: September 11th, 2010 | Author: | Filed under: System | No Comments »

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


elRTE looks awesome

Posted: September 1st, 2010 | Author: | Filed under: Development | No Comments »

http://elrte.org/

It has upload file management and nice skin, good speed and it’s free!

PS: A similar editor: CLEdtior