Java Tech
With the growth of online marketing on the rise, many companies have opened online business wings to further their business profits. Also, there many are e-commerce websites which are specifically into online business. As such, many software development companies offer web applications development services. And as the competition in the online market hots up, web [...]
Windows 7 released
creator of windows7 laid-back, cerulean-cool default wallpaper and login screen, showed me the evolution of his work—including Easter eggs, avoiding Mac tropes and why flaming skulls didn’t make the final design. Chuck is the embodiment of the dreams of thousands of DeviantArt users—he started out in screenprinting just after high school, worked for t-shirt maker [...]
how to create MDADM in Gentoo
mdadm –create /dev/md0 –level=1 –raid-devices=2 /dev/sd[ab]1 mdadm –create /dev/md1 –level=1 –raid-devices=2 /dev/sd[cd]1 mdadm –create /dev/md2 –level=10 –raid-devices=4 /dev/sd[abcd]3 mdadm –create /dev/md3 –level=1 –raid-devices=2 /dev/sd[ab]4 mdadm –create /dev/md4 –level=1 –raid-devices=2 /dev/sd[cd]4 if error: mdadm –remove –stop /dev/md1 mkfs.ext3 /dev/md0 mkfs.ext3 /dev/md1 mkfs.xfs /dev/md2 mkfs.xfs /dev/md3 mkfs.xfs /dev/md4 mount /dev/md1 /mnt/gentoo mkdir /mnt/gentoo mount /dev/md0 /mnt/gentoo/boot mkdir [...]



