customdistrolst.cpp000644 000765 000024 00000013167 12317721657 015160 0ustar00gezastaff000000 000000 /* customdistrolst.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ if (customver::tr("iscustomver-no") == "iscustomver-yes") { if (isarch64) { if (!customver::tr("amd64").isEmpty()) cpuarch = customver::tr("amd64"); else cpuarch = "amd64"; } else { if (!customver::tr("i386").isEmpty()) cpuarch = customver::tr("i386"); else cpuarch = "i386"; } if (nameDistro == customver::tr("Distro Name 1")) { if (customver::tr("distro1format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro1site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro1site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 2")) { if (customver::tr("distro2format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro2site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro2site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 3")) { if (customver::tr("distro3format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro3site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro3site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 4")) { if (customver::tr("distro4format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro4site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro4site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 5")) { if (customver::tr("distro5format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro5site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro5site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 6")) { if (customver::tr("distro6format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro6site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro6site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 7")) { if (customver::tr("distro7format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro7site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro7site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 8")) { if (customver::tr("distro8format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro8site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro8site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 9")) { if (customver::tr("distro9format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro9site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro9site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } } else { #include "distrolst.cpp" } customdistselect.cpp000644 000765 000024 00000047165 12317721657 015301 0ustar00gezastaff000000 000000 /* customdistselect.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ if (customver::tr("iscustomver-no") == "iscustomver-yes") { if (customver::tr("Custom UNetbootin Build") != "Custom UNetbootin Build") this->setWindowTitle(customver::tr("Custom UNetbootin Build")); distroselect->clear(); distroselect->addItem(customver::tr("Distro Name 1"), (QStringList() << customver::tr("default-distro1version-1.0") << customver::tr("Homepage: http://www.distro1site.org
" "Description: This distro 1 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 1.") << customver::tr("distro1version-1.0") << customver::tr("someotherversion1-1") << customver::tr("someotherversion1-1_x64") << customver::tr("someotherversion1-1_Live") << customver::tr("someotherversion1-1_Live_x64") << customver::tr("someotherversion1-2") << customver::tr("someotherversion1-2_x64") << customver::tr("someotherversion1-2_Live") << customver::tr("someotherversion1-2_Live_x64") << customver::tr("someotherversion1-3") << customver::tr("someotherversion1-3_x64") << customver::tr("someotherversion1-3_Live") << customver::tr("someotherversion1-3_Live_x64") << customver::tr("someotherversion1-4") << customver::tr("someotherversion1-4_x64") << customver::tr("someotherversion1-4_Live") << customver::tr("someotherversion1-4_Live_x64") << customver::tr("someotherversion1-5") << customver::tr("someotherversion1-5_x64") << customver::tr("someotherversion1-5_Live") << customver::tr("someotherversion1-5_Live_x64") << customver::tr("someotherversion1-6") << customver::tr("someotherversion1-6_x64") << customver::tr("someotherversion1-6_Live") << customver::tr("someotherversion1-6_Live_x64") << customver::tr("someotherversion1-7") << customver::tr("someotherversion1-7_x64") << customver::tr("someotherversion1-7_Live") << customver::tr("someotherversion1-7_Live_x64") << customver::tr("someotherversion1-8") << customver::tr("someotherversion1-8_x64") << customver::tr("someotherversion1-8_Live") << customver::tr("someotherversion1-8_Live_x64") << customver::tr("someotherversion1-9") << customver::tr("someotherversion1-9_x64") << customver::tr("someotherversion1-9_Live") << customver::tr("someotherversion1-9_Live_x64"))); if (customver::tr("Distro Name 2") != "Distro Name 2" && !customver::tr("Distro Name 2").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 2"), (QStringList() << customver::tr("default-distro2version-1.0") << customver::tr("Homepage: http://www.distro2site.org
" "Description: This distro 2 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 2.") << customver::tr("distro2version-1.0") << customver::tr("someotherversion2-1") << customver::tr("someotherversion2-1_x64") << customver::tr("someotherversion2-1_Live") << customver::tr("someotherversion2-1_Live_x64") << customver::tr("someotherversion2-2") << customver::tr("someotherversion2-2_x64") << customver::tr("someotherversion2-2_Live") << customver::tr("someotherversion2-2_Live_x64") << customver::tr("someotherversion2-3") << customver::tr("someotherversion2-3_x64") << customver::tr("someotherversion2-3_Live") << customver::tr("someotherversion2-3_Live_x64") << customver::tr("someotherversion2-4") << customver::tr("someotherversion2-4_x64") << customver::tr("someotherversion2-4_Live") << customver::tr("someotherversion2-4_Live_x64") << customver::tr("someotherversion2-5") << customver::tr("someotherversion2-5_x64") << customver::tr("someotherversion2-5_Live") << customver::tr("someotherversion2-5_Live_x64") << customver::tr("someotherversion2-6") << customver::tr("someotherversion2-6_x64") << customver::tr("someotherversion2-6_Live") << customver::tr("someotherversion2-6_Live_x64") << customver::tr("someotherversion2-7") << customver::tr("someotherversion2-7_x64") << customver::tr("someotherversion2-7_Live") << customver::tr("someotherversion2-7_Live_x64") << customver::tr("someotherversion2-8") << customver::tr("someotherversion2-8_x64") << customver::tr("someotherversion2-8_Live") << customver::tr("someotherversion2-8_Live_x64") << customver::tr("someotherversion2-9") << customver::tr("someotherversion2-9_x64") << customver::tr("someotherversion2-9_Live") << customver::tr("someotherversion2-9_Live_x64"))); } if (customver::tr("Distro Name 3") != "Distro Name 3" && !customver::tr("Distro Name 3").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 3"), (QStringList() << customver::tr("default-distro3version-1.0") << customver::tr("Homepage: http://www.distro3site.org
" "Description: This distro 3 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 3.") << customver::tr("distro3version-1.0") << customver::tr("someotherversion3-1") << customver::tr("someotherversion3-1_x64") << customver::tr("someotherversion3-1_Live") << customver::tr("someotherversion3-1_Live_x64") << customver::tr("someotherversion3-2") << customver::tr("someotherversion3-2_x64") << customver::tr("someotherversion3-2_Live") << customver::tr("someotherversion3-2_Live_x64") << customver::tr("someotherversion3-3") << customver::tr("someotherversion3-3_x64") << customver::tr("someotherversion3-3_Live") << customver::tr("someotherversion3-3_Live_x64") << customver::tr("someotherversion3-4") << customver::tr("someotherversion3-4_x64") << customver::tr("someotherversion3-4_Live") << customver::tr("someotherversion3-4_Live_x64") << customver::tr("someotherversion3-5") << customver::tr("someotherversion3-5_x64") << customver::tr("someotherversion3-5_Live") << customver::tr("someotherversion3-5_Live_x64") << customver::tr("someotherversion3-6") << customver::tr("someotherversion3-6_x64") << customver::tr("someotherversion3-6_Live") << customver::tr("someotherversion3-6_Live_x64") << customver::tr("someotherversion3-7") << customver::tr("someotherversion3-7_x64") << customver::tr("someotherversion3-7_Live") << customver::tr("someotherversion3-7_Live_x64") << customver::tr("someotherversion3-8") << customver::tr("someotherversion3-8_x64") << customver::tr("someotherversion3-8_Live") << customver::tr("someotherversion3-8_Live_x64") << customver::tr("someotherversion3-9") << customver::tr("someotherversion3-9_x64") << customver::tr("someotherversion3-9_Live") << customver::tr("someotherversion3-9_Live_x64"))); } if (customver::tr("Distro Name 4") != "Distro Name 4" && !customver::tr("Distro Name 4").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 4"), (QStringList() << customver::tr("default-distro4version-1.0") << customver::tr("Homepage: http://www.distro4site.org
" "Description: This distro 4 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 4.") << customver::tr("distro4version-1.0") << customver::tr("someotherversion4-1") << customver::tr("someotherversion4-1_x64") << customver::tr("someotherversion4-1_Live") << customver::tr("someotherversion4-1_Live_x64") << customver::tr("someotherversion4-2") << customver::tr("someotherversion4-2_x64") << customver::tr("someotherversion4-2_Live") << customver::tr("someotherversion4-2_Live_x64") << customver::tr("someotherversion4-3") << customver::tr("someotherversion4-3_x64") << customver::tr("someotherversion4-3_Live") << customver::tr("someotherversion4-3_Live_x64") << customver::tr("someotherversion4-4") << customver::tr("someotherversion4-4_x64") << customver::tr("someotherversion4-4_Live") << customver::tr("someotherversion4-4_Live_x64") << customver::tr("someotherversion4-5") << customver::tr("someotherversion4-5_x64") << customver::tr("someotherversion4-5_Live") << customver::tr("someotherversion4-5_Live_x64") << customver::tr("someotherversion4-6") << customver::tr("someotherversion4-6_x64") << customver::tr("someotherversion4-6_Live") << customver::tr("someotherversion4-6_Live_x64") << customver::tr("someotherversion4-7") << customver::tr("someotherversion4-7_x64") << customver::tr("someotherversion4-7_Live") << customver::tr("someotherversion4-7_Live_x64") << customver::tr("someotherversion4-8") << customver::tr("someotherversion4-8_x64") << customver::tr("someotherversion4-8_Live") << customver::tr("someotherversion4-8_Live_x64") << customver::tr("someotherversion4-9") << customver::tr("someotherversion4-9_x64") << customver::tr("someotherversion4-9_Live") << customver::tr("someotherversion4-9_Live_x64"))); } if (customver::tr("Distro Name 5") != "Distro Name 5" && !customver::tr("Distro Name 5").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 5"), (QStringList() << customver::tr("default-distro5version-1.0") << customver::tr("Homepage: http://www.distro5site.org
" "Description: This distro 5 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 5.") << customver::tr("distro5version-1.0") << customver::tr("someotherversion5-1") << customver::tr("someotherversion5-1_x64") << customver::tr("someotherversion5-1_Live") << customver::tr("someotherversion5-1_Live_x64") << customver::tr("someotherversion5-2") << customver::tr("someotherversion5-2_x64") << customver::tr("someotherversion5-2_Live") << customver::tr("someotherversion5-2_Live_x64") << customver::tr("someotherversion5-3") << customver::tr("someotherversion5-3_x64") << customver::tr("someotherversion5-3_Live") << customver::tr("someotherversion5-3_Live_x64") << customver::tr("someotherversion5-4") << customver::tr("someotherversion5-4_x64") << customver::tr("someotherversion5-4_Live") << customver::tr("someotherversion5-4_Live_x64") << customver::tr("someotherversion5-5") << customver::tr("someotherversion5-5_x64") << customver::tr("someotherversion5-5_Live") << customver::tr("someotherversion5-5_Live_x64") << customver::tr("someotherversion5-6") << customver::tr("someotherversion5-6_x64") << customver::tr("someotherversion5-6_Live") << customver::tr("someotherversion5-6_Live_x64") << customver::tr("someotherversion5-7") << customver::tr("someotherversion5-7_x64") << customver::tr("someotherversion5-7_Live") << customver::tr("someotherversion5-7_Live_x64") << customver::tr("someotherversion5-8") << customver::tr("someotherversion5-8_x64") << customver::tr("someotherversion5-8_Live") << customver::tr("someotherversion5-8_Live_x64") << customver::tr("someotherversion5-9") << customver::tr("someotherversion5-9_x64") << customver::tr("someotherversion5-9_Live") << customver::tr("someotherversion5-9_Live_x64"))); } if (customver::tr("Distro Name 6") != "Distro Name 6" && !customver::tr("Distro Name 6").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 6"), (QStringList() << customver::tr("default-distro6version-1.0") << customver::tr("Homepage: http://www.distro6site.org
" "Description: This distro 6 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 6.") << customver::tr("distro6version-1.0") << customver::tr("someotherversion6-1") << customver::tr("someotherversion6-1_x64") << customver::tr("someotherversion6-1_Live") << customver::tr("someotherversion6-1_Live_x64") << customver::tr("someotherversion6-2") << customver::tr("someotherversion6-2_x64") << customver::tr("someotherversion6-2_Live") << customver::tr("someotherversion6-2_Live_x64") << customver::tr("someotherversion6-3") << customver::tr("someotherversion6-3_x64") << customver::tr("someotherversion6-3_Live") << customver::tr("someotherversion6-3_Live_x64") << customver::tr("someotherversion6-4") << customver::tr("someotherversion6-4_x64") << customver::tr("someotherversion6-4_Live") << customver::tr("someotherversion6-4_Live_x64") << customver::tr("someotherversion6-5") << customver::tr("someotherversion6-5_x64") << customver::tr("someotherversion6-5_Live") << customver::tr("someotherversion6-5_Live_x64") << customver::tr("someotherversion6-6") << customver::tr("someotherversion6-6_x64") << customver::tr("someotherversion6-6_Live") << customver::tr("someotherversion6-6_Live_x64") << customver::tr("someotherversion6-7") << customver::tr("someotherversion6-7_x64") << customver::tr("someotherversion6-7_Live") << customver::tr("someotherversion6-7_Live_x64") << customver::tr("someotherversion6-8") << customver::tr("someotherversion6-8_x64") << customver::tr("someotherversion6-8_Live") << customver::tr("someotherversion6-8_Live_x64") << customver::tr("someotherversion6-9") << customver::tr("someotherversion6-9_x64") << customver::tr("someotherversion6-9_Live") << customver::tr("someotherversion6-9_Live_x64"))); } if (customver::tr("Distro Name 7") != "Distro Name 7" && !customver::tr("Distro Name 7").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 7"), (QStringList() << customver::tr("default-distro7version-1.0") << customver::tr("Homepage: http://www.distro7site.org
" "Description: This distro 7 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 7.") << customver::tr("distro7version-1.0") << customver::tr("someotherversion7-1") << customver::tr("someotherversion7-1_x64") << customver::tr("someotherversion7-1_Live") << customver::tr("someotherversion7-1_Live_x64") << customver::tr("someotherversion7-2") << customver::tr("someotherversion7-2_x64") << customver::tr("someotherversion7-2_Live") << customver::tr("someotherversion7-2_Live_x64") << customver::tr("someotherversion7-3") << customver::tr("someotherversion7-3_x64") << customver::tr("someotherversion7-3_Live") << customver::tr("someotherversion7-3_Live_x64") << customver::tr("someotherversion7-4") << customver::tr("someotherversion7-4_x64") << customver::tr("someotherversion7-4_Live") << customver::tr("someotherversion7-4_Live_x64") << customver::tr("someotherversion7-5") << customver::tr("someotherversion7-5_x64") << customver::tr("someotherversion7-5_Live") << customver::tr("someotherversion7-5_Live_x64") << customver::tr("someotherversion7-6") << customver::tr("someotherversion7-6_x64") << customver::tr("someotherversion7-6_Live") << customver::tr("someotherversion7-6_Live_x64") << customver::tr("someotherversion7-7") << customver::tr("someotherversion7-7_x64") << customver::tr("someotherversion7-7_Live") << customver::tr("someotherversion7-7_Live_x64") << customver::tr("someotherversion7-8") << customver::tr("someotherversion7-8_x64") << customver::tr("someotherversion7-8_Live") << customver::tr("someotherversion7-8_Live_x64") << customver::tr("someotherversion7-9") << customver::tr("someotherversion7-9_x64") << customver::tr("someotherversion7-9_Live") << customver::tr("someotherversion7-9_Live_x64"))); } if (customver::tr("Distro Name 8") != "Distro Name 8" && !customver::tr("Distro Name 8").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 8"), (QStringList() << customver::tr("default-distro8version-1.0") << customver::tr("Homepage: http://www.distro8site.org
" "Description: This distro 8 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 8.") << customver::tr("distro8version-1.0") << customver::tr("someotherversion8-1") << customver::tr("someotherversion8-1_x64") << customver::tr("someotherversion8-1_Live") << customver::tr("someotherversion8-1_Live_x64") << customver::tr("someotherversion8-2") << customver::tr("someotherversion8-2_x64") << customver::tr("someotherversion8-2_Live") << customver::tr("someotherversion8-2_Live_x64") << customver::tr("someotherversion8-3") << customver::tr("someotherversion8-3_x64") << customver::tr("someotherversion8-3_Live") << customver::tr("someotherversion8-3_Live_x64") << customver::tr("someotherversion8-4") << customver::tr("someotherversion8-4_x64") << customver::tr("someotherversion8-4_Live") << customver::tr("someotherversion8-4_Live_x64") << customver::tr("someotherversion8-5") << customver::tr("someotherversion8-5_x64") << customver::tr("someotherversion8-5_Live") << customver::tr("someotherversion8-5_Live_x64") << customver::tr("someotherversion8-6") << customver::tr("someotherversion8-6_x64") << customver::tr("someotherversion8-6_Live") << customver::tr("someotherversion8-6_Live_x64") << customver::tr("someotherversion8-7") << customver::tr("someotherversion8-7_x64") << customver::tr("someotherversion8-7_Live") << customver::tr("someotherversion8-7_Live_x64") << customver::tr("someotherversion8-8") << customver::tr("someotherversion8-8_x64") << customver::tr("someotherversion8-8_Live") << customver::tr("someotherversion8-8_Live_x64") << customver::tr("someotherversion8-9") << customver::tr("someotherversion8-9_x64") << customver::tr("someotherversion8-9_Live") << customver::tr("someotherversion8-9_Live_x64"))); } if (customver::tr("Distro Name 9") != "Distro Name 9" && !customver::tr("Distro Name 9").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 9"), (QStringList() << customver::tr("default-distro9version-1.0") << customver::tr("Homepage: http://www.distro9site.org
" "Description: This distro 9 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 9.") << customver::tr("distro9version-1.0") << customver::tr("someotherversion9-1") << customver::tr("someotherversion9-1_x64") << customver::tr("someotherversion9-1_Live") << customver::tr("someotherversion9-1_Live_x64") << customver::tr("someotherversion9-2") << customver::tr("someotherversion9-2_x64") << customver::tr("someotherversion9-2_Live") << customver::tr("someotherversion9-2_Live_x64") << customver::tr("someotherversion9-3") << customver::tr("someotherversion9-3_x64") << customver::tr("someotherversion9-3_Live") << customver::tr("someotherversion9-3_Live_x64") << customver::tr("someotherversion9-4") << customver::tr("someotherversion9-4_x64") << customver::tr("someotherversion9-4_Live") << customver::tr("someotherversion9-4_Live_x64") << customver::tr("someotherversion9-5") << customver::tr("someotherversion9-5_x64") << customver::tr("someotherversion9-5_Live") << customver::tr("someotherversion9-5_Live_x64") << customver::tr("someotherversion9-6") << customver::tr("someotherversion9-6_x64") << customver::tr("someotherversion9-6_Live") << customver::tr("someotherversion9-6_Live_x64") << customver::tr("someotherversion9-7") << customver::tr("someotherversion9-7_x64") << customver::tr("someotherversion9-7_Live") << customver::tr("someotherversion9-7_Live_x64") << customver::tr("someotherversion9-8") << customver::tr("someotherversion9-8_x64") << customver::tr("someotherversion9-8_Live") << customver::tr("someotherversion9-8_Live_x64") << customver::tr("someotherversion9-9") << customver::tr("someotherversion9-9_x64") << customver::tr("someotherversion9-9_Live") << customver::tr("someotherversion9-9_Live_x64"))); } } distrolst.cpp000644 000765 000024 00000121560 12325135402 013704 0ustar00gezastaff000000 000000 /* distrolst.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #ifndef debianrelnamereplace #define debianrelnamereplace \ relname \ .replace("unstable", "sid") \ .replace("testing", "jessie") \ .replace("stable", "wheezy"); #endif #ifndef ubunturelnamereplace #define ubunturelnamereplace \ relname \ .replace("14.04", "trusty") \ .replace("13.10", "saucy") \ .replace("13.04", "raring") \ .replace("12.10", "quantal") \ .replace("12.04", "precise") \ .replace("11.10", "oneiric") \ .replace("11.04", "natty") \ .replace("10.10", "maverick") \ .replace("10.04", "lucid") \ .replace("9.10", "karmic") \ .replace("9.04", "jaunty") \ .replace("8.10", "intrepid") \ .replace("8.04", "hardy") \ .replace("7.10", "gutsy") \ .replace("7.04", "feisty") \ .replace("6.10", "edgy") \ .replace("6.06", "dapper"); #endif #ifndef ubuntunetinst #define ubuntunetinst \ if (ishdmedia) \ { \ ubunturelnamereplace \ downloadfile(QString("http://archive.ubuntu.com/ubuntu/dists/%1/main/installer-%2/current/images/hd-media/vmlinuz").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); \ downloadfile(QString("http://archive.ubuntu.com/ubuntu/dists/%1/main/installer-%2/current/images/hd-media/initrd.gz").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); \ postinstmsg = unetbootin::tr("\n*IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com"); \ } \ else if (isnetinstall) \ { \ ubunturelnamereplace \ downloadfile(QString("http://archive.ubuntu.com/ubuntu/dists/%1/main/installer-%2/current/images/netboot/ubuntu-installer/%2/linux").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); \ downloadfile(QString("http://archive.ubuntu.com/ubuntu/dists/%1/main/installer-%2/current/images/netboot/ubuntu-installer/%2/initrd.gz").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); \ } #endif #ifdef AUTOSUPERGRUBDISK if (nameDistro == "Auto Super Grub Disk") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); instIndvfl("asgd.img", QString("%1ubninit").arg(targetPath)); } if (nameDistro == "Super Grub Disk") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); instIndvfl("sgd.img", QString("%1ubninit").arg(targetPath)); } #endif #ifdef EEEPCLOS if (nameDistro == "EeePCLinuxOS") { downloadfile(QString("http://www.eeepclinuxos.com/eeepclos-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } #endif #ifdef EEEUBUNTU if (nameDistro == "Ubuntu Eee") { downloadfile(QString("http://lubi.sourceforge.net/ubuntu-eee-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } #endif #ifdef ELIVE if (nameDistro == "Elive") { if (relname == "unstable") relname = "development"; downloadfile(fileFilterNetDir(QStringList() << "http://elive.icedslash.com/isos/"+relname+"/" << "http://elive.leviathan-avc.com/"+relname+"/" << "http://elive.jumbef.net/"+relname+"/" << "http://elive.homogenica.com/"+relname+"/" << "http://elive.evryanz.net/isos/"+relname+"/" << "http://elive.7ds.pl/isos/"+relname+"/" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("elive\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } #endif #ifdef GNEWSENSE if (nameDistro == "gNewSense") { downloadfile(QString("http://cdimage.gnewsense.org/gnewsense-livecd-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } #endif #ifdef KIWILINUX if (nameDistro == "Kiwi Linux") { downloadfile(QString("http://depo.osn.ro/content/distributii/linux/romanesti/kiwilinux-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } #endif #ifdef NIMBLEX if (nameDistro == "NimbleX") { downloadfile("http://public.nimblex.net/Download/NimbleX-latest.iso", isotmpf); extractiso(isotmpf); } #endif #ifdef SLITAZ if (nameDistro == "SliTaz") { if (relname == "webboot") { instIndvfl("gpxe", QString("%1ubnkern").arg(targetPath)); kernelOpts = "url=http://mirror.slitaz.org/pxe/pxelinux.0"; slinitrdLine = ""; initrdLine = ""; initrdOpts = ""; initrdLoc = ""; // downloadfile("http://mirror.slitaz.org/boot/slitaz-boot.iso", isotmpf); // extractiso(isotmpf); } else { downloadfile(fileFilterNetDir(QStringList() << QString("http://mirror.slitaz.org/iso/%1/").arg(relname) , 3072000, 1048576000, QList() << QRegExp("^slitaz", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("^slitaz-\\S{1,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } } #endif #ifdef XPUD if (nameDistro == "xPUD") { if (relname == "stable") { downloadfile("http://xpud.org/xpud-latest-iso.php", isotmpf); } else if (relname == "unstable") { downloadfile("http://xpud.org/xpud-latest-snapshot.php", isotmpf); } extractiso(isotmpf); } #endif #ifdef STDUNETBOOTIN if (nameDistro == "Arch Linux") { if (isarch64) { cpuarch = "x86_64"; } else { cpuarch = "i686"; } downloadfile(fileFilterNetDir(QStringList() << "http://mirrors.kernel.org/archlinux/iso/latest/" << "http://distro.ibiblio.org/archlinux/iso/latest/" << "http://mirror.rit.edu/archlinux/iso/latest/" , 3072000, 2048576000, QList() << QRegExp("^arch", Qt::CaseInsensitive) << QRegExp("^archlinux", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(cpuarch, Qt::CaseInsensitive) << QRegExp(relname, Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "BackTrack") { if (isarch64) { cpuarch = "64"; } else { cpuarch = "32"; } downloadfile(QString("http://www.backtrack-linux.org/ajax/download_redirect.php?id=BT%1-%2.iso").arg(nameVersion).arg(cpuarch), isotmpf); extractiso(isotmpf); } if (nameDistro == "CentOS") { if (isarch64) { cpuarch = "x86_64"; } else { cpuarch = "i386"; } if (islivecd) { downloadfile(fileFilterNetDir(QStringList() << QString("http://mirrors.kernel.org/centos/%1/isos/%2/").arg(relname, cpuarch) << QString("http://mirror.stanford.edu/yum/pub/centos/%1/isos/%2/").arg(relname, cpuarch) << QString("http://ftp.osuosl.org/pub/centos/%1/isos/%2/").arg(relname, cpuarch) << QString("http://mirrors.usc.edu/pub/linux/distributions/centos/%1/isos/%2/").arg(relname, cpuarch) , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("LiveCD\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } else { downloadfile(QString("http://isoredirect.centos.org/centos/%1/os/%2/images/pxeboot/vmlinuz").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://isoredirect.centos.org/centos/%1/os/%2/images/pxeboot/initrd.img").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder.").arg(nameVersion, cpuarch); kernelOpts = "splash=silent showopts"; } } if (nameDistro == "CloneZilla") { downloadfile(QString("http://downloads.sourceforge.net/clonezilla/clonezilla-live-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } if (nameDistro == "Damn Small Linux") { downloadfile(fileFilterNetDir(QStringList() << "ftp://ibiblio.org/pub/Linux/distributions/damnsmall/current/" << "http://ibiblio.org/pub/Linux/distributions/damnsmall/current/" << "ftp://gd.tuwien.ac.at/opsys/linux/damnsmall/current/" << "http://gd.tuwien.ac.at/opsys/linux/damnsmall/current/" << "ftp://ftp.is.co.za/linux/distributions/damnsmall/current/" << // "ftp://ftp.belnet.be/packages/damnsmalllinux/current/" << "http://ftp.belnet.be/packages/damnsmalllinux/current/" << "ftp://ftp.heanet.ie/mirrors/damnsmalllinux.org/current/" << "http://ftp.heanet.ie/mirrors/damnsmalllinux.org/current/" // "ftp://ftp.oss.cc.gatech.edu/pub/linux/distributions/damnsmall/current/" << // "http://ftp.oss.cc.gatech.edu/pub/linux/distributions/damnsmall/current/" << // "ftp://ftp.planetmirror.com/pub/damnsmall/current/" << // "http://planetmirror.com/pub/damnsmall/current/" << , 3072000, 1048576000, QList() << QRegExp("^dsl", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("initrd", Qt::CaseInsensitive) << QRegExp("initrd.iso$", Qt::CaseInsensitive) << QRegExp("^dsl-\\S{1,}-initrd.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Debian") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } if (islivecd) { debianrelnamereplace downloadfile(QString("http://live.debian.net/cdimage/%1-builds/current/%2/debian-live-%1-%2-gnome-desktop.iso").arg(relname, cpuarch), isotmpf); extractiso(isotmpf); } else if (ishdmedia) { downloadfile(QString("http://ftp.debian.org/debian/dists/%1/main/installer-%2/current/images/hd-media/vmlinuz").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://ftp.debian.org/debian/dists/%1/main/installer-%2/current/images/hd-media/initrd.gz").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org"); } else { downloadfile(QString("http://ftp.debian.org/debian/dists/%1/main/installer-%2/current/images/netboot/debian-installer/%2/linux").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://ftp.debian.org/debian/dists/%1/main/installer-%2/current/images/netboot/debian-installer/%2/initrd.gz").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); } } if (nameDistro == "Dreamlinux") { downloadfile(fileFilterNetDir(QStringList() << "ftp://ftp.nluug.nl/pub/os/Linux/distr/dreamlinux/stable/" << "http://ftp.nluug.nl/pub/os/Linux/distr/dreamlinux/stable/" << "ftp://ftp.surfnet.nl/pub/os/Linux/distr/dreamlinux/stable/" << "http://ftp.surfnet.nl/pub/os/Linux/distr/dreamlinux/stable/" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("DL\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Dr.Web AntiVirus") { this->searchsymlinks = true; downloadfile(fileFilterNetDir(QStringList() << "ftp://ftp.drweb.com/pub/drweb/livecd/" , 9288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("DrWeb\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Elive") { if (relname == "unstable") relname = "development"; downloadfile(fileFilterNetDir(QStringList() << "http://elive.icedslash.com/isos/"+relname+"/" << "http://elive.leviathan-avc.com/"+relname+"/" << "http://elive.jumbef.net/"+relname+"/" << "http://elive.homogenica.com/"+relname+"/" << "http://elive.evryanz.net/isos/"+relname+"/" << "http://elive.7ds.pl/isos/"+relname+"/" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("elive\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Fedora") { QString minorarch = ""; if (isarch64) { cpuarch = "x86_64"; minorarch = "x86_64"; } else { cpuarch = "i386"; minorarch = "i686"; } if (islivecd) { downloadfile(QString("http://download.fedoraproject.org/pub/fedora/linux/releases/%1/Live/%2/Fedora-Live-Desktop-%3-%1-1.iso").arg(relname).arg(cpuarch).arg(minorarch), isotmpf); extractiso(isotmpf); } else { if (relname == "rawhide") { downloadfile(QString("download.fedoraproject.org/pub/fedora/linux/development/%1/os/images/pxeboot/vmlinuz").arg(cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("download.fedoraproject.org/pub/fedora/linux/development/%1/os/images/pxeboot/initrd.img").arg(cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder.").arg(cpuarch); } else { downloadfile(QString("http://download.fedoraproject.org/pub/fedora/linux/releases/%1/Fedora/%2/os/images/pxeboot/vmlinuz").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://download.fedoraproject.org/pub/fedora/linux/releases/%1/Fedora/%2/os/images/pxeboot/initrd.img").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder.").arg(relname, cpuarch); } kernelOpts = "splash=silent showopts"; } } if (nameDistro == "FreeBSD") { if (isarch64) { cpuarch = "-x64"; } else { cpuarch = ""; } instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/freebsd-%1%2.img.gz").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); } if (nameDistro == "FreeDOS") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/%1/fdboot.img").arg(relname), QString("%1ubninit").arg(targetPath)); } if (nameDistro == "FreeNAS") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); if (islivecd) { downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/FreeNAS-%1-LiveCD-%2.img.gz").arg(cpuarch, relname), QString("%1ubninit").arg(targetPath)); } else { downloadfile(QString("http://sourceforge.net/projects/freenas/files/stable/0.7/FreeNAS-%1-embedded-%2.img/download").arg(cpuarch, relname), QString("%1ubninit").arg(targetPath)); } } if (nameDistro == "Frugalware") { if (isarch64) { cpuarch = "x86_64"; } else { cpuarch = "i686"; } QStringList frugalwaremirrorsL = QStringList() << // "ftp://ftp5.frugalware.org/packages/frugalware/pub/frugalware-"+relname+"/boot/" << // "http://www5.frugalware.org/packages/frugalware/pub/frugalware-"+relname+"/boot/" << "ftp://ftp8.frugalware.org/distro/frugalware/frugalware-"+relname+"/boot/" << "http://www8.frugalware.org/distro/frugalware/frugalware-"+relname+"/boot/" << "ftp://ftp10.frugalware.org/pub/linux/frugalware/frugalware-"+relname+"/boot/" << "http://www10.frugalware.org/pub/linux/frugalware/frugalware-"+relname+"/boot/" << "ftp://ftp12.frugalware.org/mirrors/ftp.frugalware.org/pub/frugalware/frugalware-"+relname+"/boot/" << "http://www12.frugalware.org/mirrors/ftp.frugalware.org/pub/frugalware/frugalware-"+relname+"/boot/" << "ftp://ftp4.frugalware.org/pub/linux/distributions/frugalware/frugalware-"+relname+"/boot/" << "http://www4.frugalware.org/pub/linux/distributions/frugalware/frugalware-"+relname+"/boot/" << "ftp://ftp2.frugalware.org/frugalware/pub/frugalware/frugalware-"+relname+"/boot/" << "ftp://ftp3.frugalware.org/mirrors/frugalware/pub/frugalware/frugalware-"+relname+"/boot/"; downloadfile(fileFilterNetDir(frugalwaremirrorsL , 307200, 104857600, QList() << QRegExp("vmlinuz", Qt::CaseInsensitive) << QRegExp("^vmlinuz-", Qt::CaseInsensitive) << QRegExp(cpuarch, Qt::CaseInsensitive) << QRegExp("-"+cpuarch+"$", Qt::CaseInsensitive) << QRegExp("^vmlinuz-\\S{1,}-"+cpuarch+"$", Qt::CaseInsensitive) ), QString("%1ubnkern").arg(targetPath)); downloadfile(fileFilterNetDir(frugalwaremirrorsL , 3145728, 1048576000, QList() << QRegExp("initrd", Qt::CaseInsensitive) << QRegExp("^initrd-", Qt::CaseInsensitive) << QRegExp(cpuarch, Qt::CaseInsensitive) << QRegExp("-"+cpuarch+".img", Qt::CaseInsensitive) << QRegExp("-"+cpuarch+".img.gz$", Qt::CaseInsensitive) << QRegExp("^initrd-\\S{0,}"+cpuarch+".img.gz$", Qt::CaseInsensitive) ), QString("%1ubninit").arg(targetPath)); kernelOpts = "load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=100000 rw root=/dev/ram quiet vga=791"; } if (nameDistro == "F-Secure Rescue CD") { downloadfile("http://unetbootin.sourceforge.net/f-secure-rescue-cd.zip", isotmpf); extractiso(isotmpf); } if (nameDistro == "GAG") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/gag-%1.img.gz").arg(relname), QString("%1ubninit").arg(targetPath)); } if (nameDistro == "GeeXboX") { downloadfile(QString("http://www.geexbox.org/wp-content/plugins/download-monitor/download.php?id=geexbox-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } if (nameDistro == "Gentoo") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "x86"; } downloadfile(QString("http://bouncer.gentoo.org/fetch/gentoo-%1-livecd/%2/").arg(relname, cpuarch), isotmpf); extractiso(isotmpf); } if (nameDistro == "gNewSense") { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.gnewsense.org/" << "http://heanet.archive.gnewsense.org/gnewsense/cdimage/" << "http://mirror.softwarelibre.nl/gnewsense/cdimage/" , 61440000, 1048576000, QList() << QRegExp("gnewsense\\S{0,}livecd\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("livecd\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("gnewsense\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Kaspersky Rescue Disk") { if (relname == "8") { downloadfile(fileFilterNetDir(QStringList() << "http://devbuilds.kaspersky-labs.com/devbuilds/RescueDisk/" << "http://ftp.kaspersky.com/devbuilds/RescueDisk/" << "ftp://ftp.kaspersky.com/devbuilds/RescueDisk/" , 9288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("k\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); } else { downloadfile(fileFilterNetDir(QStringList() << "http://devbuilds.kaspersky-labs.com/devbuilds/RescueDisk10/" << "http://ftp.kaspersky.com/devbuilds/RescueDisk10/" << "ftp://ftp.kaspersky.com/devbuilds/RescueDisk10/" , 9288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("k\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); } extractiso(isotmpf); } if (nameDistro == "Gujin") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/gujin-%1.img.gz").arg(relname), QString("%1ubninit").arg(targetPath), 81920); } if (nameDistro == "LinuxConsole") { downloadfile(QString("http://jukebox.linuxconsole.org/official/linuxconsole%1.iso").arg(QString(relname)), isotmpf); extractiso(isotmpf); } if (nameDistro == "Linux Mint") { if (isarch64) { cpuarch = "64"; } else { cpuarch = "32"; } QList mintregex = QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("linuxmint", Qt::CaseInsensitive) << QRegExp(cpuarch, Qt::CaseInsensitive) << QRegExp("^((?!nocodecs).)*$", Qt::CaseInsensitive) << QRegExp("cinnamon", Qt::CaseInsensitive); downloadfile(fileFilterNetDir(QStringList() << QString("http://ftp.heanet.ie/pub/linuxmint.com/stable/%1/").arg(relname) << QString("http://mira.sunsite.utk.edu/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.yellowfiber.net/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.optus.net/linuxmint/isos/stable/%1/").arg(relname) << QString("http://mint.ez.by/linuxmint.com/stable/%1/").arg(relname) << QString("http://linuxmint.secsup.org/stable/%1/").arg(relname) << QString("http://ftp.jaist.ac.jp/pub/Linux/LinuxMint-ISO/stable/%1/").arg(relname) << QString("http://ftp.riken.jp/pub/Linux/linuxmint/stable/%1/").arg(relname) << QString("http://ftp.oss.tw/pub/Mint/LinuxMint-ISO/stable/%1/").arg(relname) << QString("http://gd.tuwien.ac.at/linux/mint/isos/stable/%1/").arg(relname) << QString("http://ftp.mgts.by/pub/linuxmint/isos/stable/%1/").arg(relname) << QString("http://mirrors.cytanet.com.cy/linux/mint/stable/%1/").arg(relname) << QString("http://ftp.klid.dk/ftp/linuxmint/stable/%1/").arg(relname) << QString("http://ftp5.gwdg.de/pub/linux/debian/mint/stable/%1/").arg(relname) << QString("http://mirror.netcologne.de/mint/stable/%1/").arg(relname) << QString("http://ftp.cc.uoc.gr/mirrors/linux/linuxmint/stable/%1/").arg(relname) << QString("http://ftp.heanet.ie/pub/linuxmint.com/stable/%1/").arg(relname) << QString("http://ftp.akl.lt/Linux/Mint/stable/%1/").arg(relname) << QString("http://cesium.di.uminho.pt/pub/linuxmint/stable/%1/").arg(relname) << QString("http://ftp.df.lth.se/pub/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.switch.ch/ftp/mirror/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.sov.uk.goscomb.net/linuxmint.com/stable/%1/").arg(relname) << QString("http://mirror.csclub.uwaterloo.ca/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.aarnet.edu.au/pub/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.waia.asn.au/pub/linux/linuxmint/linuxmint-isos/linuxmint.com/stable/%1/").arg(relname) << QString("ftp://mirrors.secution.com/linuxmint.com/stable/%1/").arg(relname) << QString("ftp://ftp.is.co.za/mirror/linuxmint.com/stable/%1/").arg(relname) << QString("ftp://ftp.tpnet.pl/pub/linux/linuxmint/isos/stable/%1/").arg(relname) << QString("ftp://mirror.unej.ac.id/pub/iso/linux-mint/stable/%1/").arg(relname) , 61440000, 1048576000, mintregex), isotmpf); extractiso(isotmpf); } if (nameDistro == "Mandriva") { if (isarch64) { cpuarch = "x86_64"; } else { cpuarch = "i586"; } if (islivecd) { if (relname == "2008.0") { downloadfile(QString("ftp://ftp.free.fr/mirrors/ftp.mandriva.com/MandrivaLinux/official/iso/%1/mandriva-linux-%3-one-GNOME-cdrom-%2.iso").arg(relname, cpuarch, QString(relname).remove(QRegExp("\\.\\d{0,}$"))), isotmpf); } else if (relname == "2008.1") { downloadfile(QString("ftp://ftp.free.fr/mirrors/ftp.mandriva.com/MandrivaLinux/official/iso/%1/mandriva-linux-one-%3-spring-GNOME-int-cdrom-%2.iso").arg(relname, cpuarch, QString(relname).remove(QRegExp("\\.\\d{0,}$"))), isotmpf); } extractiso(isotmpf); } else { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("ftp://ftp.free.fr/mirrors/ftp.mandriva.com/MandrivaLinux/official/%1/%2/install/images/all.img").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); } } if (nameDistro == "MEPIS") { if (isarch64) { cpuarch = "64"; } else { cpuarch = "32"; } if (relname == "antix") { downloadfile(fileFilterNetDir(QStringList() << "ftp://ftp.ibiblio.org/pub/linux/distributions/mepis/released/antix/" << "http://distro.ibiblio.org/pub/linux/distributions/mepis/released/antix/" << "ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/mepis/released/antix/" << "http://ftp.uwsg.indiana.edu/linux/mepis/released/antix/" << "ftp://ftp.ussg.iu.edu/pub/linux/mepis/released/antix/" << "http://mirror.cs.vt.edu/pub/MEPIS/antix/" , 61440000, 1048576000, QList() << QRegExp("antiX\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) ), isotmpf); } else { downloadfile(fileFilterNetDir(QStringList() << "ftp://ftp.ibiblio.org/pub/linux/distributions/mepis/released/" << "http://distro.ibiblio.org/pub/linux/distributions/mepis/released/" << "ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/mepis/released/" << "http://ftp.uwsg.indiana.edu/linux/mepis/released/" << "ftp://ftp.ussg.iu.edu/pub/linux/mepis/released/" << "http://mirror.cs.vt.edu/pub/MEPIS/" , 61440000, 1048576000, QList() << QRegExp("MEPIS\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("\\S{0,}"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); } extractiso(isotmpf); } if (nameDistro == "NetbootCD") { downloadfile("http://download.tuxfamily.org/netbootcd/NetbootCD-current.iso", isotmpf); extractiso(isotmpf); } if (nameDistro == "NetBSD") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } downloadfile(QString("http://ftp.netbsd.org/pub/NetBSD/NetBSD-%1/%2/binary/kernel/netbsd-INSTALL.gz").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); kernelParam = "--type=netbsd"; slinitrdLine = ""; initrdLine = ""; initrdOpts = ""; initrdLoc = ""; } if (nameDistro == "NimbleX") { downloadfile("http://public.nimblex.net/Download/NimbleX-latest.iso", isotmpf); extractiso(isotmpf); } if (nameDistro == "NTPasswd") { downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/ntpasswd-%1-kernel").arg(relname), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/ntpasswd-%1-initrd.gz").arg(relname), QString("%1ubninit").arg(targetPath)); kernelOpts = "rw vga=1 init=/linuxrc"; } if (nameDistro == "openSUSE") { if (isarch64) { cpuarch = "x86_64"; } else { cpuarch = "i386"; } if (islivecd) { downloadfile(QString("http://download.opensuse.org/distribution/%1/iso/cd/openSUSE-%1-GM-GNOME-Live-%2.iso").arg(relname, cpuarch), isotmpf); extractiso(isotmpf); } else { if (relname == "factory") { downloadfile(QString("http://download.opensuse.org/factory/repo/oss/boot/%1/loader/linux").arg(cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://download.opensuse.org/factory/repo/oss/boot/%1/loader/initrd").arg(cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder."); } else { downloadfile(QString("http://download.opensuse.org/distribution/%1/repo/oss/boot/%2/loader/linux").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://download.opensuse.org/distribution/%1/repo/oss/boot/%2/loader/initrd").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder.").arg(relname); } kernelOpts = "splash=silent showopts"; } } if (nameDistro == "Ophcrack") { downloadfile(QString("http://downloads.sourceforge.net/ophcrack/ophcrack-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } if (nameDistro == "Parted Magic") { if (relname == "2.1") { downloadfile("http://downloads.sourceforge.net/sourceforge/lubi/partedmagic-2.1-kernel", QString("%1ubnkern").arg(targetPath)); downloadfile("http://downloads.sourceforge.net/sourceforge/lubi/partedmagic-2.1-initrd", QString("%1ubninit").arg(targetPath)); kernelOpts = "noapic root=/dev/ram0 init=/linuxrc ramdisk_size=200000 keymap=us liveusb vga=791 quiet toram"; } else { downloadfile("http://partedmagic.com/partedmagic-latest.iso", isotmpf); extractiso(isotmpf); } } if (nameDistro == "PCLinuxOS") { QString deskn = relname.toLower().split(" ").first(); QString vern = relname.toLower().split(" ").last(); downloadfile(fileFilterNetDir(QStringList() << "http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/live-cd/english/preview/" , 10485760, 2147483647, QList() << QRegExp("^pclinuxos", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(deskn, Qt::CaseInsensitive) << QRegExp(vern, Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Puppy Linux") { downloadfile(fileFilterNetDir(QStringList() << "ftp://ibiblio.org/pub/linux/distributions/puppylinux/" << "http://distro.ibiblio.org/pub/linux/distributions/puppylinux/" << "ftp://ftp.nluug.nl/ftp/pub/os/Linux/distr/puppylinux/" << "http://ftp.nluug.nl/ftp/pub/os/Linux/distr/puppylinux/" , 61440000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("^puppy-\\d{1,}\\S{1,}.iso$", Qt::CaseInsensitive) << QRegExp("^puppy-4\\S{1,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Sabayon Linux") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "x86"; } QString relnamenum = nameVersion; QString relnamepart = ""; if (nameVersion.contains('-')) { relnamenum = nameVersion.section('-', 0, 0); relnamepart = nameVersion.section('-', -1, -1); } downloadfile(fileFilterNetDir(QStringList() << "http://cross-lfs.sabayonlinux.org/iso/" << "http://mirror.cs.vt.edu/pub/SabayonLinux/iso/" << "http://mirror.umoss.org/sabayonlinux/iso/" << "http://distro.ibiblio.org/pub/linux/distributions/sabayonlinux/" << "http://ftp.nluug.nl/pub/os/Linux/distr/sabayonlinux/iso/" << "http://mirror.aarnet.edu.au/pub/SabayonLinux/iso/" << "http://na.mirror.garr.it/mirrors/sabayonlinux/iso/" << "http://cesium.di.uminho.pt/pub/sabayon/iso/" << "http://ftp.fsn.hu/pub/linux/distributions/sabayon/iso/" , 61440000, 2147483647, QList() << // need to store as unsigned long long to use FTP (HTTP doesn't check size) QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}"+relnamenum+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,1}"+relnamenum+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}"+relnamenum+"\\S{0,}"+relnamepart+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}"+relnamenum+"\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}"+relnamenum+"\\S{0,}"+relnamepart+"\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Salix") { QString edition = "NONE"; // for old Salix if (relname.contains("_xfce")) { relname.remove("_xfce"); edition = "xfce"; } else if (relname.contains("_lxde")) { relname.remove("_lxde"); edition = "lxde"; } else if (relname.contains("_kde")) { relname.remove("_kde"); edition = "kde"; } else if (relname.contains("_fluxbox")) { relname.remove("_fluxbox"); edition = "fluxbox"; } else if (relname.contains("_ratpoison")) { relname.remove("_ratpoison"); edition = "ratpoison"; } // relname should only contains the version from there, i.e. 13.0.2a, 13.1.2, 13.37, 14.0, ... or latest QString version = relname; if (version == "latest") { QString archfolder; if (isarch64) { archfolder = "x86_64"; cpuarch = "64"; } else { archfolder = "i486"; cpuarch = ""; } if (islivecd) { downloadfile(QString("http://latestsalix.enialis.net/%1/salixlive%2-%3.iso").arg(archfolder).arg(cpuarch).arg(edition), isotmpf); } else { downloadfile(QString("http://latestsalix.enialis.net/%1/salix%2-%3.iso").arg(archfolder).arg(cpuarch).arg(edition), isotmpf); } } else { QStringList decomposedVersion = version.split("."); QString simpleversion = decomposedVersion.at(0); // simple version contains only the two first numbers, i.e. 13.1 not 13.1.2 if (decomposedVersion.size() > 1) { simpleversion.append(".").append(decomposedVersion.at(1)); } if (islivecd) { if (isarch64) { cpuarch = "64"; } else { cpuarch = "32"; } downloadfile(QString("http://downloads.sourceforge.net/salix/%1/salixlive-%4-%2-%3.iso").arg(simpleversion).arg(version).arg(cpuarch).arg(edition), isotmpf); } else { if (isarch64) { cpuarch = "64"; } else { cpuarch = ""; } if (edition == "NONE") { // Salix 13.0 does not have any edition, Xfce was the default. downloadfile(QString("http://downloads.sourceforge.net/salix/%1/salix%3-%2.iso").arg(simpleversion).arg(version).arg(cpuarch), isotmpf); } else { downloadfile(QString("http://downloads.sourceforge.net/salix/%1/salix%3-%4-%2.iso").arg(simpleversion).arg(version).arg(cpuarch).arg(edition), isotmpf); } } } extractiso(isotmpf); } if (nameDistro == "Slax") { downloadfile("http://www.slax.org/get_slax.php?download=iso", isotmpf); extractiso(isotmpf); } if (nameDistro == "SliTaz") { downloadfile(fileFilterNetDir(QStringList() << QString("http://mirror.slitaz.org/iso/%1/").arg(relname) , 3072000, 1048576000, QList() << QRegExp("^slitaz", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("^slitaz-\\S{1,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Smart Boot Manager") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/sbm-%1.img.gz").arg(relname), QString("%1ubninit").arg(targetPath)); } if (nameDistro == "Super Grub Disk") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://lubi.sourceforge.net/sgd-latest.img").arg(relname), QString("%1ubninit").arg(targetPath)); } if (nameDistro == "Super OS") { downloadfile("http://hacktolive.org/download/os", isotmpf); extractiso(isotmpf); } if (nameDistro == "SystemRescueCD") { downloadfile(fileFilterNetDir(QStringList() << "ftp://ftp.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/s/project/sy/systemrescuecd/" << "http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/s/project/sy/systemrescuecd/" , 9440000, 1147483647, QList() << QRegExp("systemrescuecd\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("x86", Qt::CaseInsensitive) << QRegExp("systemrescuecd-x86\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Ubuntu") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } if (relname == "daily") { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/daily-live/current/" , 61440000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("desktop\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } else { if (islivecd) { downloadfile(fileFilterNetDir(QStringList() << "http://releases.ubuntu.com/"+relname << "http://releases.ubuntu.com/releases/"+relname << "ftp://releases.ubuntu.com/releases/.pool/" << "http://mirrors.gigenet.com/ubuntu/"+relname << "http://mirrors.easynews.com/linux/ubuntu-releases/"+relname << "http://www.gtlib.gatech.edu/pub/ubuntu-releases/"+relname << "http://ftp.wayne.edu/linux_distributions/ubuntu/"+relname << "http://ubuntu.mirrors.proxad.net/"+relname , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("ubuntu\\S{0,}"+relname+"\\S{0,}desktop\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("ubuntu-"+relname+"\\S{0,}-desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } } ubuntunetinst } if (nameDistro == "Kubuntu") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } if (relname == "daily") { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/kubuntu/daily-live/current/" , 61440000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("desktop\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } else { if (islivecd) { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/kubuntu/releases/"+relname+"/release" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("kubuntu\\S{0,}"+relname+"\\S{0,}desktop\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("kubuntu-"+relname+"\\S{0,}-desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } } ubuntunetinst } if (nameDistro == "Lubuntu") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } if (relname == "daily") { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/lubuntu/daily-live/current/" , 61440000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("desktop\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } else { if (islivecd) { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/lubuntu/releases/"+relname+"/release" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("lubuntu\\S{0,}"+relname+"\\S{0,}desktop\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("lubuntu-"+relname+"\\S{0,}-desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } } ubuntunetinst } if (nameDistro == "xPUD") { if (relname == "stable") { downloadfile("http://xpud.org/xpud-latest-iso.php", isotmpf); } else if (relname == "unstable") { downloadfile("http://xpud.org/xpud-latest-snapshot.php", isotmpf); } /* initrdLoc = ""; kernelLoc = "/boot/xpud"; initrdOpts = ""; initrdLine = ""; slinitrdLine = ""; */ extractiso(isotmpf); } if (nameDistro == "Xubuntu") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } if (relname == "daily") { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/xubuntu/daily-live/current/" , 61440000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("desktop\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } else { if (islivecd) { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/xubuntu/releases/"+relname+"/release" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("xubuntu\\S{0,}"+relname+"\\S{0,}desktop\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("xubuntu-"+relname+"\\S{0,}-desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } } ubuntunetinst } if (nameDistro == "Zenwalk") { downloadfile(QString("ftp://zenwalk.mirrors.tds.net/pub/linux/zenlive/zenwalk-live-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } #endif distrover.cpp000644 000765 000024 00000065520 12342710751 013706 0ustar00gezastaff000000 000000 /* distrover.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #ifndef ubuntuverlist #define ubuntuverlist \ "12.04_NetInstall" << "12.04_NetInstall_x64" << "12.04_HdMedia" << "12.04_HdMedia_x64" << "12.04_Live" << "12.04_Live_x64" << \ "12.10_NetInstall" << "12.10_NetInstall_x64" << "12.10_HdMedia" << "12.10_HdMedia_x64" << "12.10_Live" << "12.10_Live_x64" << \ "13.04_NetInstall" << "13.04_NetInstall_x64" << "13.04_HdMedia" << "13.04_HdMedia_x64" << "13.04_Live" << "13.04_Live_x64" << \ "13.10_NetInstall" << "13.10_NetInstall_x64" << "13.10_HdMedia" << "13.10_HdMedia_x64" << "13.10_Live" << "13.10_Live_x64" << \ "14.04_NetInstall" << "14.04_NetInstall_x64" << "14.04_HdMedia" << "14.04_HdMedia_x64" << "14.04_Live" << "14.04_Live_x64" << \ "Daily_Live" << "Daily_Live_x64" #endif distroselect->addItem(unetbootin::tr("== Select Distribution =="), (QStringList() << unetbootin::tr("== Select Version ==") << unetbootin::tr("Welcome to UNetbootin, the Universal Netboot Installer. Usage:" "
  1. Select a distribution and version to download from the list above, or manually specify files to load below.
  2. " "
  3. Select an installation type, and press OK to begin installing.
") << unetbootin::tr("== Select Version =="))); distroselect->addItem("Arch Linux", (QStringList() << "core" << unetbootin::tr("Homepage: http://www.archlinux.org
" "Description: Arch Linux is a lightweight distribution optimized for speed and flexibility.
" "Install Notes: The default version allows for installation over the internet (FTP).") << "core" << "core_x64" << "netinstall" << "netinstall_x64")); distroselect->addItem("BackTrack", (QStringList() << "5R1-GNOME" << unetbootin::tr("Homepage: http://www.backtrack-linux.org/
" "Description: BackTrack is a distribution focused on network analysis and penetration testing.
" "Install Notes: BackTrack is booted and run in live mode; no installation is required to use it.") << "5R1-GNOME" << "5R1-GNOME_x64" << "5R1-KDE" << "5R1-KDE_x64")); distroselect->addItem("CentOS", (QStringList() << "6_Live" << unetbootin::tr("Homepage: http://www.centos.org
" "Description: CentOS is a free Red Hat Enterprise Linux clone.
" "Install Notes: The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files.") << "4" << "4_x64" << "5" << "5_x64" << "6" << "6_x64" << "6_Live" << "6_Live_x64")); distroselect->addItem("CloneZilla", (QStringList() << "1.1.0-8" << unetbootin::tr("Homepage: http://clonezilla.org/
" "Description: CloneZilla is a distribution used for disk backup and imaging.
" "Install Notes: CloneZilla is booted and run in live mode; no installation is required to use it.") << "1.1.0-8")); distroselect->addItem("Damn Small Linux", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://damnsmalllinux.org
" "Description: Damn Small Linux is a minimalist distribution designed for older computers.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional.") << "Latest_Live")); distroselect->addItem("Debian", (QStringList() << "Stable_NetInstall" << unetbootin::tr("Homepage: http://www.debian.org
" "Description: Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.
" "Install Notes: The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive") << "Stable_NetInstall" << "Stable_NetInstall_x64" << "Stable_HdMedia" << "Stable_HdMedia_x64" << "Testing_NetInstall" << "Testing_NetInstall_x64" << "Testing_HdMedia" << "Testing_HdMedia_x64" << "Unstable_NetInstall" << "Unstable_NetInstall_x64" << "Unstable_HdMedia" << "Unstable_HdMedia_x64")); // "Stable_NetInstall" << "Stable_NetInstall_x64" << "Stable_Live" << "Testing_NetInstall" << "Testing_NetInstall_x64" << "Testing_Live" << "Unstable_NetInstall" << "Unstable_NetInstall_x64" << "Unstable_Live")); distroselect->addItem("Dreamlinux", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.dreamlinux.com.br
" "Description: Dreamlinux is a user-friendly Debian-based distribution.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Latest_Live")); distroselect->addItem("Dr.Web AntiVirus", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.freedrweb.com/livecd
" "Description: Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.
" "Install Notes: The Live version allows for booting in Live mode, from which malware scans can be launched.") << "Latest_Live")); distroselect->addItem("Elive", (QStringList() << "Stable_Live" << unetbootin::tr("Homepage: http://www.elivecd.org
" "Description: Elive is a Debian-based distribution featuring the Enlightenment window manager.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Stable_Live")); distroselect->addItem("Fedora", (QStringList() << "20_Live" << unetbootin::tr("Homepage: http://fedoraproject.org
" "Description: Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files.") << "19_NetInstall" << "19_NetInstall_x64" << "19_Live" << "19_Live_x64" << "20_NetInstall" << "20_NetInstall_x64" << "20_Live" << "20_Live_x64" << "Rawhide_NetInstall" << "Rawhide_NetInstall_x64")); distroselect->addItem("FreeBSD", (QStringList() << "8.0" << unetbootin::tr("Homepage: http://www.freebsd.org
" "Description: FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.
" "Install Notes: The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files.") << "6.3" << "6.3_x64" << "7.0" << "7.0_x64" << "7.2" << "7.2_x64" << "8.0" << "8.0_x64")); distroselect->addItem("FreeDOS", (QStringList() << "1.0" << unetbootin::tr("Homepage: http://www.freedos.org
" "Description: FreeDOS is a free MS-DOS compatible operating system.
" "Install Notes: See the manual for installation details.") << "1.0")); distroselect->addItem("FreeNAS", (QStringList() << "0.7.4919" << unetbootin::tr("Homepage: http://www.freenas.org
" "Description: FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.
" "Install Notes: The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk.") << "0.7.1.5024_Live" << "0.7.1.4997_Live_x64")); distroselect->addItem("Frugalware", (QStringList() << "Stable" << unetbootin::tr("Homepage: http://frugalware.org
" "Description: Frugalware is a general-purpose Slackware-based distro for advanced users.
" "Install Notes: The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files.") << "Stable" << "Stable_x64" << "Testing" << "Testing_x64" << "Current" << "Current_x64")); //distroselect->addItem("F-Secure Rescue CD", (QStringList() << "Latest_Live" << //unetbootin::tr("Homepage: http://www.f-secure.com/linux-weblog/
" // "Description: F-Secure Rescue CD detects and removes malware from your Windows installation.
" // "Install Notes: The Live version allows for booting in Live mode, from which malware scans can be launched.") << // "Latest_Live")); distroselect->addItem("GeeXboX", (QStringList() << "2.0-i386" << unetbootin::tr("Homepage: http://www.geexbox.org
" "Description: GeeXboX is an Embedded Linux Media Center Distribution.
") << "2.0-i386" << "2.0-x86_64")); //distroselect->addItem("Gentoo", (QStringList() << "2008.0_Live" << //unetbootin::tr("Homepage: http://www.gentoo.org
" // "Description: Gentoo is a flexible source-based distribution designed for advanced users.
" // "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << //"2007.0_Live" << "2007.0_Live_x64" << "2008.0_Live" << "2008.0_x64_Live")); // distroselect->addItem("GAG", (QStringList() << "4.9" << // tr("Homepage: http://gag.sourceforge.net
" // "Description: GAG is a user-friendly graphical boot manager.
" // "Install Notes: GAG simply boots and runs; no installation is required to use it.") << // "4.9")); distroselect->addItem("gNewSense", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.gnewsense.org
" "Description: gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Latest_Live")); distroselect->addItem("Gujin", (QStringList() << "2.4" << unetbootin::tr("Homepage: http://gujin.sourceforge.net
" "Description: Gujin is a graphical boot manager which can bootstrap various volumes and files.
" "Install Notes: Gujin simply boots and runs; no installation is required to use it.") << "2.4")); distroselect->addItem("Kaspersky Rescue Disk", (QStringList() << "10_Live" << unetbootin::tr("Homepage: http://ftp.kaspersky.com/devbuilds/RescueDisk/
" "Description: Kaspersky Rescue Disk detects and removes malware from your Windows installation.
" "Install Notes: The Live version allows for booting in Live mode, from which malware scans can be launched.") << "10_Live" << "8_Live")); distroselect->addItem("Kubuntu", (QStringList() << "14.04_Live" << unetbootin::tr("Homepage: http://www.kubuntu.org
" "Description: Kubuntu is an official Ubuntu derivative featuring the KDE desktop.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") << ubuntuverlist)); distroselect->addItem("LinuxConsole", (QStringList() << "1.0.2010-cd" << unetbootin::tr("Homepage: http://linuxconsole.org
" "Description: LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .
" "Install Notes: The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel).") << "1.0.2010-cd")); distroselect->addItem("Linux Mint", (QStringList() << "17_Live" << unetbootin::tr("Homepage: http://linuxmint.com
" "Description: Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "13_Live" << "13_Live_x64" << "14_Live" << "14_Live_x64" << "15_Live" << "15_Live_x64" << "16_Live" << "16_Live_x64" << "17_Live" << "17_Live_x64")); distroselect->addItem("Lubuntu", (QStringList() << "14.04_Live" << unetbootin::tr("Homepage: http://www.lubuntu.net
" "Description: Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") << ubuntuverlist)); distroselect->addItem("Mandriva", (QStringList() << "2008.1_NetInstall" << unetbootin::tr("Homepage: http://www.mandriva.com/
" "Description: Mandriva is a user-friendly distro formerly known as Mandrake Linux.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded \"Free\" iso image files.") << "2008.0_NetInstall" << "2008.0_NetInstall_x64" << "2008.1_NetInstall" << "2008.1_NetInstall_x64")); distroselect->addItem("MEPIS", (QStringList() << "SimplyMEPIS" << unetbootin::tr("Homepage: http://www.mepis.org
" "Description: MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.
" "Install Notes: MEPIS supports booting in Live mode, from which the installer can optionally be launched.") << "SimplyMEPIS" << "SimplyMEPIS_x64" << "AntiX")); distroselect->addItem("NetbootCD", (QStringList() << "Latest" << unetbootin::tr("Homepage: http://netbootcd.tuxfamily.org
" "Description: NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.
" "Install Notes: NetbootCD boots and runs in live mode.") << "Latest")); //distroselect->addItem("NetBSD", (QStringList() << "4.0" << //unetbootin::tr("Homepage: http://www.netbsd.org
" // "Description: NetBSD is a Unix-like operating system which focuses on portability.
" // "Install Notes:The default version allows for both installation over the internet (FTP), or using pre-downloaded installation ISO files.") << //"4.0")); distroselect->addItem("NimbleX", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.nimblex.net
" "Description: NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.
" "Install Notes: NimbleX boots in Live mode.") << "Latest_Live")); distroselect->addItem("NTPasswd", (QStringList() << "2011.05.11" << unetbootin::tr("Homepage: http://pogostick.net/~pnh/ntpasswd/
" "Description: The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.
" "Install Notes: NTPasswd is booted and run in live mode; no installation is required to use it.") << "2008.05.26" << "2011.05.11")); distroselect->addItem("openSUSE", (QStringList() << "11.1" << unetbootin::tr("Homepage: http://www.opensuse.org
" "Description: openSUSE is a user-friendly Novell sponsored distribution.
" "Install Notes: The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files.") << "11.1" << "11.1_x64" << "Factory" << "Factory_x64")); distroselect->addItem("Ophcrack", (QStringList() << "XP-LiveCD-2.0" << unetbootin::tr("Homepage: http://ophcrack.sourceforge.net
" "Description: Ophcrack can crack Windows passwords.
" "Install Notes: Ophcrack is booted and run in live mode; no installation is required to use it.") << "XP-LiveCD-2.0" << "Vista-LiveCD-2.0")); distroselect->addItem("Parted Magic", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://partedmagic.com
" "Description: Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.
" "Install Notes: Parted Magic is booted and run in live mode; no installation is required to use it.") << "2.1_Live" << "Latest_Live")); //distroselect->addItem("PCLinuxOS", (QStringList() << "KDE 2010" << //unetbootin::tr("Homepage: http://www.pclinuxos.com
" // "Description: PCLinuxOS is a user-friendly Mandriva-based distribution.
" // "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << //"KDE 2010" << "Gnome 2010" << "LXDE 2010" << "MiniMe 2010" << "E17 2010")); distroselect->addItem("Puppy Linux", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.puppylinux.com
" "Description: Puppy Linux is a lightweight distribution designed for older computers.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional.") << "Latest_Live")); distroselect->addItem("Sabayon Linux", (QStringList() << "5.2" << unetbootin::tr("Homepage: http://www.sabayonlinux.org
" "Description: Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive") << "5.1" << "5.1_x64" << "5.2" << "5.2_x64")); distroselect->addItem("Salix", (QStringList() << "13.37_Live_Xfce" << unetbootin::tr("Homepage: http://salixos.org
" "Description: Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.
" "Like a bonsai, Salix is small, light & the product of infinite care.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.
" "Default root password is live.") << "13.0.2a_HdMedia" << "13.0.2a_HdMedia_x64" << "13.1.2_HdMedia_Fluxbox" << "13.1.2_HdMedia_Fluxbox_x64" << "13.1.2_HdMedia_KDE" << "13.1.2_HdMedia_KDE_x64" << "13.1.2_HdMedia_LXDE" << "13.1.2_HdMedia_LXDE_x64" << "13.1.2_HdMedia_Xfce" << "13.1.2_HdMedia_Xfce_x64" << "13.37_HdMedia_Fluxbox" << "13.37_HdMedia_Fluxbox_x64" << "13.37_HdMedia_KDE" << "13.37_HdMedia_KDE_x64" << "13.37_HdMedia_LXDE" << "13.37_HdMedia_LXDE_x64" << "13.37_HdMedia_Ratpoison" << "13.37_HdMedia_Ratpoison_x64" << "13.37_HdMedia_Xfce" << "13.37_HdMedia_Xfce_x64" << "13.37_Live_Xfce" << "13.37_Live_Xfce_x64" << "Latest_HdMedia_Fluxbox" << "Latest_HdMedia_Fluxbox_x64" << "Latest_HdMedia_KDE" << "Latest_HdMedia_KDE_x64" << "Latest_HdMedia_LXDE" << "Latest_HdMedia_LXDE_x64" << "Latest_HdMedia_Ratpoison" << "Latest_HdMedia_Ratpoison_x64" << "Latest_HdMedia_Xfce" << "Latest_HdMedia_Xfce_x64" << "Latest_Live_Fluxbox" << "Latest_Live_Fluxbox_x64" << "Latest_Live_KDE" << "Latest_Live_KDE_x64" << "Latest_Live_LXDE" << "Latest_Live_LXDE_x64" << "Latest_Live_Ratpoison" << "Latest_Live_Ratpoison_x64" << "Latest_Live_Xfce" << "Latest_Live_Xfce_x64")); distroselect->addItem("Slax", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.slax.org
" "Description: Slax is a Slackware-based distribution featuring the KDE desktop.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Latest_Live")); distroselect->addItem("SliTaz", (QStringList() << "Stable_Live" << unetbootin::tr("Homepage: http://www.slitaz.org/en
" "Description: SliTaz is a lightweight, desktop-oriented micro distribution.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional.") << "Stable_Live" << "Cooking_Live")); distroselect->addItem("Smart Boot Manager", (QStringList() << "3.7" << unetbootin::tr("Homepage: http://btmgr.sourceforge.net/about.html
" "Description: Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.
" "Install Notes: SBM simply boots and runs; no installation is required to use it.") << "3.7")); distroselect->addItem("Super Grub Disk", (QStringList() << "Latest" << unetbootin::tr("Homepage: http://www.supergrubdisk.org
" "Description: Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.
" "Install Notes: SGD simply boots and runs; no installation is required to use it.") << "Latest")); distroselect->addItem("Super OS", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://hacktolive.org/wiki/Super_OS
" "Description: Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Latest_Live")); //distroselect->addItem("SystemRescueCD", (QStringList() << "Latest_Live" << //unetbootin::tr("Homepage: http://www.sysresccd.org
" // "Description: SystemRescueCD includes various partition management and data recovery and backup tools.
" // "Install Notes: SystemRescueCD is booted and run in live mode; no installation is required to use it.") << //"Latest_Live")); distroselect->addItem("Ubuntu", (QStringList() << "14.04_Live" << unetbootin::tr("Homepage: http://www.ubuntu.com
" "Description: Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") << ubuntuverlist)); distroselect->addItem("xPUD", (QStringList() << "Stable_Live" << unetbootin::tr("Homepage: http://www.xpud.org
" "Description: xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory.") << "Stable_Live" << "Unstable_Live")); distroselect->addItem("Xubuntu", (QStringList() << "14.04_Live" << unetbootin::tr("Homepage: http://www.xubuntu.org
" "Description: Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") << ubuntuverlist)); distroselect->addItem("Zenwalk", (QStringList() << "5.2" << unetbootin::tr("Homepage: http://www.zenwalk.org
" "Description: Zenwalk is a Slackware-based distribution featuring the XFCE desktop.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "5.2")); distrovercust.cpp000644 000765 000024 00000014066 12317721657 014615 0ustar00gezastaff000000 000000 /* distrovercust.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #ifdef AUTOSUPERGRUBDISK distroselect->addItem("Super Grub Disk", (QStringList() << "Latest" << unetbootin::tr("Homepage: http://www.supergrubdisk.org
" "Description: Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.
" "Install Notes: SGD simply boots and runs; no installation is required to use it.") << "Latest")); QFile asgdDescF; if (QFile::exists(QString(":/asgd_%1.htm").arg(appNlang))) { asgdDescF.setFileName(QString(":/asgd_%1.htm").arg(appNlang)); } else { asgdDescF.setFileName(":/asgd_en.htm"); } asgdDescF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream asgdDescS(&asgdDescF); distroselect->addItem("Auto Super Grub Disk", (QStringList() << "1.0" << asgdDescS.readAll() << "1.0")); #endif #ifdef EEEPCLOS distroselect->addItem("EeePCLinuxOS", (QStringList() << "pre2008_Live" << unetbootin::tr("
" "Homepage: http://www.eeepclinuxos.com
" "Description: EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.
" "Install Notes: Make sure install media is empty and formatted before proceeding with install.") << "pre2008_Live")); #endif #ifdef EEEUBUNTU distroselect->addItem("Ubuntu Eee", (QStringList() << "8.04" << unetbootin::tr("
" "Homepage: http://www.ubuntu-eee.com
" "Description: Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).
" "Install Notes: Make sure install media is empty and formatted before proceeding with install.") << // tr("
" // "Homepage: http://www.ubuntu-eee.com
" // "Description: Ubuntu Eee is a user-friendly Ubuntu based distribution for the EeePC.
" // "Install Notes: Make sure install media is empty and formatted before proceeding with install.") << "8.04")); #endif #ifdef ELIVE distroselect->addItem("Elive", (QStringList() << "Stable_Live" << unetbootin::tr("
" "Homepage: http://www.elivecd.org
" "Description: Elive is a Debian-based distribution featuring the Enlightenment window manager.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Stable_Live" << "Unstable_Live")); #endif #ifdef KIWILINUX distroselect->addItem("Kiwi Linux", (QStringList() << "9.04" << unetbootin::tr("
" "Homepage: http://www.kiwilinux.org
" "Description: Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.
" "Install Notes: Make sure install media is empty and formatted before proceeding with install.") << "9.04")); #endif #ifdef GNEWSENSE distroselect->addItem("gNewSense", (QStringList() << "deltah-2.1" << unetbootin::tr("
" "Homepage: http://www.gnewsense.org
" "Description: gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.
" "Install Notes: Make sure install media is empty and formatted before proceeding with install.") << "deltah-2.1")); #endif #ifdef NIMBLEX distroselect->addItem("NimbleX", (QStringList() << "Latest_Live" << unetbootin::tr("
" "Homepage: http://www.nimblex.net
" "Description: NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.
" "Install Notes: NimbleX boots in Live mode.") << "Latest_Live")); #endif #ifdef SLITAZ distroselect->addItem("SliTaz", (QStringList() << "Stable" << unetbootin::tr("
" "Homepage: http://www.slitaz.org/en
" "Description: SliTaz is a lightweight, desktop-oriented micro distribution.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on UNetbootin.") << "Stable" << "Cooking" << "Webboot")); #endif #ifdef XPUD distroselect->addItem("xPUD", (QStringList() << "Stable_Live" << unetbootin::tr("
" "Homepage: http://www.xpud.org
" "Description: xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory.") << "Stable_Live" << "Unstable_Live")); #endif main.cpp000644 000765 000024 00000037111 12325323673 012610 0ustar00gezastaff000000 000000 /* main.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #include "unetbootin.h" #ifdef Q_OS_WIN32 void configsysUndo(QString uninstPathL) { if (!QFile::copy(QDir::toNativeSeparators(QString("%1unetbtin/config.sys").arg(uninstPathL)), QDir::toNativeSeparators(QString("%1config.sys").arg(uninstPathL)))) { QFile::remove(QDir::toNativeSeparators(QString("%1config.sys").arg(uninstPathL))); QFile::copy(QDir::toNativeSeparators(QString("%1unetbtin/config.sys").arg(uninstPathL)), QDir::toNativeSeparators(QString("%1config.sys").arg(uninstPathL))); } SetFileAttributesA(QDir::toNativeSeparators(QString("%1config.sys").arg(uninstPathL)).toLocal8Bit(), FILE_ATTRIBUTE_READONLY | FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN | FILE_ATTRIBUTE_ARCHIVE); } void bootiniUndo(QString uninstPathL) { if (!QFile::copy(QDir::toNativeSeparators(QString("%1unetbtin/boot.ini").arg(uninstPathL)), QDir::toNativeSeparators(QString("%1boot.ini").arg(uninstPathL)))) { QFile::remove(QDir::toNativeSeparators(QString("%1boot.ini").arg(uninstPathL))); QFile::copy(QDir::toNativeSeparators(QString("%1unetbtin/boot.ini").arg(uninstPathL)), QDir::toNativeSeparators(QString("%1boot.ini").arg(uninstPathL))); } SetFileAttributesW(LPWSTR(QDir::toNativeSeparators(QString("%1boot.ini").arg(uninstPathL)).utf16()), FILE_ATTRIBUTE_READONLY | FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN | FILE_ATTRIBUTE_ARCHIVE); } void vistabcdUndo(QString uninstPathL) { QSettings vdtustor("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UNetbootin", QSettings::NativeFormat); QVariant warch64varL(QVariant::Bool); warch64varL = vdtustor.value("WArch64"); bool warch64L = warch64varL.value(); if (warch64L) { unetbootin::callexternapp(QDir::toNativeSeparators(QString("%1unetbtin/emtxfile.exe").arg(uninstPathL)), QDir::toNativeSeparators(QString("%1unetbtin/vbcdundo.bat runas").arg(uninstPathL))); } else { unetbootin::callexternapp(QDir::toNativeSeparators(QString("%1unetbtin/vbcdundo.bat").arg(uninstPathL)), ""); } vdtustor.remove("WArch64"); } #endif void clearOutDir(QString pDirToDel) { QDir dirToDel(pDirToDel); QStringList rmfileList = dirToDel.entryList(QDir::Files); for (int i = 0; i < rmfileList.size(); ++i) { QFile::setPermissions(QDir::toNativeSeparators(QString("%1/%2").arg(pDirToDel).arg(rmfileList.at(i))), QFile::WriteOther); QFile::remove(QDir::toNativeSeparators(QString("%1/%2").arg(pDirToDel).arg(rmfileList.at(i)))); } dirToDel.rmdir(pDirToDel); } void ubnUninst() { #ifdef Q_OS_UNIX QSettings chkinstL(QSettings::SystemScope, "UNetbootin"); QString uninstPath = "/"; QString uninstsubDir = QDir::toNativeSeparators(QString("%1boot/").arg(uninstPath)); if (QFile::exists(QString("%1ubninit").arg(uninstsubDir))) QFile::remove(QString("%1ubninit").arg(uninstsubDir)); if (QFile::exists(QString("%1ubnkern").arg(uninstsubDir))) QFile::remove(QString("%1ubnkern").arg(uninstsubDir)); if (QFile::exists(QString("%1grub/menu.lst.bak").arg(uninstsubDir))) { if (QFile::exists(QString("%1grub/menu.lst").arg(uninstsubDir))) { QFile::remove(QString("%1grub/menu.lst").arg(uninstsubDir)); } QFile::rename(QString("%1grub/menu.lst.bak").arg(uninstsubDir), QString("%1grub/menu.lst").arg(uninstsubDir)); } if (QFile::exists(QString("%1grub/grub.cfg.bak").arg(uninstsubDir))) { if (QFile::exists(QString("%1grub/grub.cfg").arg(uninstsubDir))) { QFile::remove(QString("%1grub/grub.cfg").arg(uninstsubDir)); } QFile::rename(QString("%1grub/grub.cfg.bak").arg(uninstsubDir), QString("%1grub/grub.cfg").arg(uninstsubDir)); } #endif #ifdef Q_OS_WIN32 QSettings autostrt("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce", QSettings::NativeFormat); if (autostrt.contains("UNetbootin Uninstaller")) { autostrt.remove("UNetbootin Uninstaller"); } QSettings chkinstL("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UNetbootin", QSettings::NativeFormat); QVariant uninstvar(QVariant::String); uninstvar = chkinstL.value("Location"); QString uninstPath = uninstvar.value(); QString uninstsubDir = QDir::toNativeSeparators(QString("%1unetbtin/").arg(uninstPath)); if (QSysInfo::WindowsVersion == QSysInfo::WV_32s || QSysInfo::WindowsVersion == QSysInfo::WV_95 || QSysInfo::WindowsVersion == QSysInfo::WV_98 || QSysInfo::WindowsVersion == QSysInfo::WV_Me) { configsysUndo(uninstPath); } else if (QSysInfo::WindowsVersion == QSysInfo::WV_NT || QSysInfo::WindowsVersion == QSysInfo::WV_2000 || QSysInfo::WindowsVersion == QSysInfo::WV_XP || QSysInfo::WindowsVersion == QSysInfo::WV_2003 ) { bootiniUndo(uninstPath); } else if (QSysInfo::WindowsVersion == QSysInfo::WV_VISTA) { vistabcdUndo(uninstPath); } else { configsysUndo(uninstPath); bootiniUndo(uninstPath); vistabcdUndo(uninstPath); } #endif if (QFile::exists(QString("%1ubnfilel.txt").arg(uninstsubDir))) { QFile ubnfilelF(QString("%1ubnfilel.txt").arg(uninstsubDir)); ubnfilelF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream ubnfilelS(&ubnfilelF); while (!ubnfilelS.atEnd()) { QFile::remove(QString("%1%2").arg(uninstPath).arg(ubnfilelS.readLine())); } ubnfilelF.close(); QFile::remove(QString("%1ubnfilel.txt").arg(uninstsubDir)); } if (QFile::exists(QString("%1ubnpathl.txt").arg(uninstsubDir))) { QFile ubnpathlF(QString("%1ubnpathl.txt").arg(uninstsubDir)); ubnpathlF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream ubnpathlS(&ubnpathlF); QDir unrdir(uninstPath); while (!ubnpathlS.atEnd()) { unrdir.rmdir(ubnpathlS.readLine()); } ubnpathlF.close(); QFile::remove(QString("%1ubnpathl.txt").arg(uninstsubDir)); } #ifdef Q_OS_WIN32 clearOutDir(QDir::toNativeSeparators(QString("%1unetbtin").arg(uninstPath))); QFile::remove(QDir::toNativeSeparators(QString("%1ubnldr.exe").arg(uninstPath))); QFile::remove(QDir::toNativeSeparators(QString("%1ubnldr").arg(uninstPath))); QFile::remove(QDir::toNativeSeparators(QString("%1ubnldr.mbr").arg(uninstPath))); #endif chkinstL.clear(); QMessageBox finmsgb; finmsgb.setIcon(QMessageBox::Information); finmsgb.setWindowTitle(uninstaller::tr("Uninstallation Complete")); finmsgb.setText(uninstaller::tr("%1 has been uninstalled.").arg(UNETBOOTINB)); finmsgb.setStandardButtons(QMessageBox::Ok); switch (finmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } QString checkforgraphicalsu(QString graphicalsu) { QProcess whereiscommand; whereiscommand.start(QString("which %1").arg(graphicalsu)); whereiscommand.waitForFinished(-1); QString commandbinpath = QString(whereiscommand.readAll()).trimmed(); if (!commandbinpath.isEmpty() && QFile::exists(commandbinpath)) return commandbinpath; else return "REQCNOTFOUND"; } int main(int argc, char **argv) { QApplication app(argc, argv, true); QTranslator custranldr; QTranslator translator; QString tnapplang; QString tnappcoun; QString clangcode = ""; QStringList allappargs = app.arguments(); QList > oppairs; for (QList::const_iterator i = allappargs.constBegin(); i < allappargs.constEnd(); ++i) { if (i->count('=') == 1) oppairs.append(QPair(i->section('=', 0, 0).simplified(), i->section('=',1, 1).simplified())); } for (QList >::const_iterator i = oppairs.constBegin(); i < oppairs.constEnd(); ++i) { if (i->first.contains("lang", Qt::CaseInsensitive)) { clangcode = i->second; tnapplang = clangcode.left(2); if (clangcode.contains('_') && clangcode.size() == 5) { tnappcoun = clangcode.section('_', -1, -1); } break; } } if (clangcode.isEmpty()) { clangcode = QLocale::system().name(); tnapplang = clangcode.left(2); if (clangcode.contains('_') && clangcode.size() == 5) { tnappcoun = clangcode.section('_', -1, -1); } } QDir applocdir(app.applicationDirPath()); QStringList applocfiles = applocdir.entryList(QStringList() << "*.qm", QDir::Files); if (!applocfiles.isEmpty()) { QString custqmfilepath = applocfiles.at(0); if (!applocfiles.filter("unetbootin").isEmpty()) { custqmfilepath = applocfiles.filter("unetbootin").at(0); if (!applocfiles.filter("unetbootin").filter(tnapplang).isEmpty()) { custqmfilepath = applocfiles.filter("unetbootin").filter(tnapplang).at(0); if (!tnappcoun.isEmpty() && !applocfiles.filter("unetbootin").filter(tnapplang).filter(tnappcoun).isEmpty()) custqmfilepath = applocfiles.filter("unetbootin").filter(tnapplang).filter(tnappcoun).at(0); } } if (custranldr.load(custqmfilepath, app.applicationDirPath())) app.installTranslator(&custranldr); } if (!tnappcoun.isEmpty() && QFile::exists(QString("%1/unetbootin_%2_%3.qm").arg(app.applicationDirPath()).arg(tnapplang).arg(tnappcoun)) && translator.load(QString("%1/unetbootin_%2_%3.qm").arg(app.applicationDirPath()).arg(tnapplang).arg(tnappcoun))) { app.installTranslator(&translator); } else if (!tnappcoun.isEmpty() && QFile::exists(QString(":/unetbootin_%1_%2.qm").arg(tnapplang).arg(tnappcoun)) && translator.load(QString(":/unetbootin_%1_%2.qm").arg(tnapplang).arg(tnappcoun))) { app.installTranslator(&translator); } else if (!tnappcoun.isEmpty() && QFile::exists(QString("/usr/share/unetbootin/unetbootin_%1_%2.qm").arg(tnapplang).arg(tnappcoun)) && translator.load(QString("/usr/share/unetbootin/unetbootin_%1_%2.qm").arg(tnapplang).arg(tnappcoun))) { app.installTranslator(&translator); } else if (QFile::exists(QString("%1/unetbootin_%2.qm").arg(app.applicationDirPath(), tnapplang)) && translator.load(QString("%1/unetbootin_%2.qm").arg(app.applicationDirPath(), tnapplang))) { app.installTranslator(&translator); } else if (QFile::exists(QString(":/unetbootin_%1.qm").arg(tnapplang)) && translator.load(QString(":/unetbootin_%1.qm").arg(tnapplang))) { app.installTranslator(&translator); } else if (QFile::exists(QString("/usr/share/unetbootin/unetbootin_%1.qm").arg(tnapplang)) && translator.load(QString("/usr/share/unetbootin/unetbootin_%1.qm").arg(tnapplang))) { app.installTranslator(&translator); } else { tnapplang = "en"; tnappcoun = "US"; clangcode = "en_US"; } app.installTranslator(&translator); if (QObject::tr("LeftToRight") == "RightToLeft") app.setLayoutDirection(Qt::RightToLeft); #ifdef Q_OS_UNIX bool disabledrootcheck = false; for (QList >::const_iterator i = oppairs.constBegin(); i < oppairs.constEnd(); ++i) { if (i->first.contains("rootcheck", Qt::CaseInsensitive)) { if (i->second.contains('n', Qt::CaseInsensitive)) disabledrootcheck = true; break; } } if (!disabledrootcheck) { QProcess whoamip; whoamip.start("whoami"); whoamip.waitForFinished(); if (QString(whoamip.readAll()).remove("\r").remove("\n") != "root") { QString argsconc = ""; QString argsconcSingleQuote = ""; for (int i = 1; i < allappargs.size(); ++i) { argsconc += QString("\"%1\" ").arg(allappargs.at(i)); argsconcSingleQuote += QString("'%1' ").arg(allappargs.at(i)); } argsconc += "\"rootcheck=no\""; argsconcSingleQuote += "'rootcheck=no'"; #ifdef Q_OS_LINUX QString gksulocation = checkforgraphicalsu("gksu"); if (gksulocation != "REQCNOTFOUND") { QProcess::startDetached(QString("%1 %2 %3").arg(gksulocation).arg(app.applicationFilePath()).arg(argsconc)); return 0; } QString kdesulocation = checkforgraphicalsu("kdesu"); if (kdesulocation != "REQCNOTFOUND") { QProcess::startDetached(QString("%1 %2 %3").arg(kdesulocation).arg(app.applicationFilePath()).arg(argsconc)); return 0; } QString gnomesulocation = checkforgraphicalsu("gnomesu"); if (gnomesulocation != "REQCNOTFOUND") { QProcess::startDetached(QString("%1 %2 %3").arg(gnomesulocation).arg(app.applicationFilePath()).arg(argsconc)); return 0; } QString kdesudolocation = checkforgraphicalsu("kdesudo"); if (kdesudolocation != "REQCNOTFOUND") { QProcess::startDetached(QString("%1 %2 %3").arg(kdesudolocation).arg(app.applicationFilePath()).arg(argsconc)); return 0; } QMessageBox rootmsgb; rootmsgb.setIcon(QMessageBox::Warning); rootmsgb.setWindowTitle(uninstaller::tr("Must run as root")); rootmsgb.setTextFormat(Qt::RichText); rootmsgb.setText(uninstaller::tr("%2 must be run as root. Close it, and re-run using either:
sudo %1
or:
su - -c '%1'").arg(app.applicationFilePath()).arg(UNETBOOTINB)); rootmsgb.setStandardButtons(QMessageBox::Ok); switch (rootmsgb.exec()) { case QMessageBox::Ok: break; default: break; } #endif #ifdef Q_OS_MAC /* QProcess osascriptProc; osascriptProc.start("osascript"); osascriptProc.write(QString("do shell script \""+app.applicationFilePath()+"\" with administrator privileges\n").toAscii().data()); osascriptProc.closeWriteChannel(); osascriptProc.waitForFinished(-1); */ //qDebug() << QString("osascript -e 'do shell script \"%1 %2\" with administrator privileges'").arg(app.applicationFilePath()).arg(argsconc); //QProcess::startDetached(QString("osascript -e 'do shell script \"%1 %2\" with administrator privileges'").arg(app.applicationFilePath()).arg(argsconc)); QProcess::startDetached("osascript", QStringList() << "-e" << QString("do shell script \"'%1' %2\" with administrator privileges").arg(app.applicationFilePath()).arg(argsconcSingleQuote)); return 0; #endif } } #endif #ifdef Q_OS_WIN32 QSettings chkinst("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UNetbootin", QSettings::NativeFormat); #endif #ifdef Q_OS_LINUX QSettings chkinst(QSettings::SystemScope, "UNetbootin"); #endif #ifndef Q_OS_MAC if (chkinst.contains("Location")) { QMessageBox uninstmsgb; uninstmsgb.setIcon(QMessageBox::Information); uninstmsgb.setWindowTitle(uninstaller::tr("%1 Uninstaller").arg(UNETBOOTINB)); uninstmsgb.setText(uninstaller::tr("%1 is currently installed. Remove the existing version?").arg(UNETBOOTINB)); uninstmsgb.setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel); switch (uninstmsgb.exec()) { case QMessageBox::Ok: { ubnUninst(); } case QMessageBox::Cancel: break; default: break; } return 0; } #endif unetbootin unetbootin; unetbootin.appNlang = tnapplang; unetbootin.appDir = QDir::toNativeSeparators(QString("%1/").arg(app.applicationDirPath())); unetbootin.appLoc = app.applicationFilePath(); QIcon icon; icon.addFile(":/unetbootin_16.png", QSize(16,16)); icon.addFile(":/unetbootin_22.png", QSize(22,22)); icon.addFile(":/unetbootin_24.png", QSize(24,24)); icon.addFile(":/unetbootin_32.png", QSize(32,32)); icon.addFile(":/unetbootin_48.png", QSize(48,48)); #ifdef Q_OS_LINUX icon.addFile("/usr/share/pixmaps/unetbootin.png"); icon.addFile("/usr/share/pixmaps/unetbootin.xpm"); #endif unetbootin.setWindowIcon(icon); QObject::connect(&app, SIGNAL(lastWindowClosed()), &unetbootin, SLOT(killApplication())); bool automate = unetbootin.ubninitialize(oppairs); unetbootin.show(); if (automate) QTimer::singleShot(0, &unetbootin, SLOT(on_okbutton_clicked())); return app.exec(); } unetbootin.cpp000644 000765 000024 00000441660 12342761144 014060 0ustar00gezastaff000000 000000 /* unetbootin.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #include "unetbootin.h" static const QList ignoredtypesbothRL = QList() << QRegExp("isolinux.bin$", Qt::CaseInsensitive) << QRegExp("isolinux.cfg$", Qt::CaseInsensitive) << QRegExp("memtest$", Qt::CaseInsensitive) << QRegExp("memtest.bin$", Qt::CaseInsensitive) << QRegExp("memtest86$", Qt::CaseInsensitive) << QRegExp("memtest86.bin$", Qt::CaseInsensitive) << QRegExp("memtest+$", Qt::CaseInsensitive) << QRegExp("memtest+.bin$", Qt::CaseInsensitive) << QRegExp("memtest86+$", Qt::CaseInsensitive) << QRegExp("memtest86+.bin$", Qt::CaseInsensitive) << QRegExp("memtestplus$", Qt::CaseInsensitive) << QRegExp("memtestplus.bin$", Qt::CaseInsensitive) << QRegExp("memtest86plus$", Qt::CaseInsensitive) << QRegExp("memtest86plus.bin$", Qt::CaseInsensitive) << QRegExp("mt86plus$", Qt::CaseInsensitive) << QRegExp("mt86+$", Qt::CaseInsensitive) << QRegExp("mt86.bin$", Qt::CaseInsensitive) << QRegExp("mt86plus.bin$", Qt::CaseInsensitive) << QRegExp("mt86+.bin$", Qt::CaseInsensitive) << QRegExp("system.map$", Qt::CaseInsensitive) << QRegExp(".efimg$", Qt::CaseInsensitive) << QRegExp(".html$", Qt::CaseInsensitive) << QRegExp(".jpg$", Qt::CaseInsensitive) << QRegExp(".png$", Qt::CaseInsensitive) << QRegExp(".pdf$", Qt::CaseInsensitive) << QRegExp(".pcx$", Qt::CaseInsensitive) << QRegExp(".rle$", Qt::CaseInsensitive) << QRegExp(".fnt$", Qt::CaseInsensitive) << QRegExp(".psd$", Qt::CaseInsensitive) << QRegExp(".xcf$", Qt::CaseInsensitive) << QRegExp(".bmp$", Qt::CaseInsensitive) << QRegExp(".svg$", Qt::CaseInsensitive) << QRegExp(".md5$", Qt::CaseInsensitive) << QRegExp(".md5sum$", Qt::CaseInsensitive) << QRegExp(".sha1$", Qt::CaseInsensitive) << QRegExp(".sha1sum$", Qt::CaseInsensitive) << QRegExp(".c32$", Qt::CaseInsensitive) << QRegExp(".sig$", Qt::CaseInsensitive) << QRegExp(".msg$", Qt::CaseInsensitive) << QRegExp(".cat$", Qt::CaseInsensitive) << QRegExp(".txt$", Qt::CaseInsensitive) << QRegExp(".tar$", Qt::CaseInsensitive) << QRegExp(".exe$", Qt::CaseInsensitive) << QRegExp(".deb$", Qt::CaseInsensitive) << QRegExp(".udeb$", Qt::CaseInsensitive) << QRegExp("system.map", Qt::CaseInsensitive); static const QList ignoredtypeskernelRL = QList() << QRegExp("initrd.gz$", Qt::CaseInsensitive) << QRegExp("initrd.img$", Qt::CaseInsensitive); static const QList ignoredtypesinitrdRL = QList() << QRegExp("bzImage$", Qt::CaseInsensitive); static const QString SALT_DETECTED = "*SaLT*"; void callexternappT::run() { #ifdef Q_OS_WIN32 SHELLEXECUTEINFO ShExecInfo = {0}; ShExecInfo.cbSize = sizeof(SHELLEXECUTEINFO); ShExecInfo.fMask = SEE_MASK_NOCLOSEPROCESS; ShExecInfo.hwnd = NULL; if (QSysInfo::WindowsVersion == QSysInfo::WV_NT || QSysInfo::WindowsVersion == QSysInfo::WV_2000 || QSysInfo::WindowsVersion == QSysInfo::WV_XP || QSysInfo::WindowsVersion == QSysInfo::WV_2003 ) { ShExecInfo.lpVerb = NULL; } else { ShExecInfo.lpVerb = L"runas"; } ShExecInfo.lpFile = LPWSTR(execFile.utf16()); ShExecInfo.lpParameters = LPWSTR(execParm.utf16()); ShExecInfo.lpDirectory = NULL; ShExecInfo.nShow = SW_HIDE; ShExecInfo.hInstApp = NULL; ShellExecuteEx(&ShExecInfo); WaitForSingleObject(ShExecInfo.hProcess,INFINITE); retnValu = ""; #endif #ifdef Q_OS_UNIX QProcess lnexternapp; lnexternapp.start("\"" + execFile + "\" " + execParm); lnexternapp.waitForFinished(-1); retnValu = QString(lnexternapp.readAll()); #endif } void callexternappWriteToStdinT::run() { QProcess lnexternapp; lnexternapp.start("\"" + execFile + "\" " + execParm); lnexternapp.write(writeToStdin.toAscii().data()); lnexternapp.closeWriteChannel(); lnexternapp.waitForFinished(-1); retnValu = QString(lnexternapp.readAll()); } void copyfileT::run() { QFile srcF(source); srcF.open(QIODevice::ReadOnly); QFile dstF(destination); dstF.open(QIODevice::WriteOnly); qint64 maxbytes = srcF.size(); qint64 dlbytes = 0; char *buf = new char[262144]; while (!srcF.atEnd()) { qint64 bytesread = srcF.read(buf, 262144); dstF.write(buf, bytesread); dlbytes += bytesread; emit datacopied64(dlbytes, maxbytes); #ifdef Q_OS_UNIX unetbootin::callexternapp("sync", ""); #endif } delete[] buf; srcF.close(); dstF.close(); emit finished(); } ubngetrequestheader::ubngetrequestheader(QString urhost, QString urpath) { this->setRequest("GET", urpath); this->setValue("HOST", urhost); this->setValue("User-Agent", "UNetbootin/1.1.1"); // this->setValue("User-Agent", "Wget/1.10.2"); this->setValue("Accept", "*/*"); this->setValue("Connection", "Keep-Alive"); } randtmpfile::randtmpfile(QString rfpath, QString rfextn) { QString basefn = getrandfilename(rfpath, rfextn); this->setFileName(basefn); } QString randtmpfile::getrandfilename(QString rfpath, QString rfextn) { qsrand((unsigned int)time(0)); QString basefn = QString("%1un%2.%3").arg(rfpath).arg(qrand() % 999999).arg(rfextn); while (QFile::exists(basefn)) { basefn = QString("%1%2.%3").arg(rfpath).arg(qrand() % 999999).arg(rfextn); } return basefn; } void nDirListStor::sAppendSelfUrlInfoList(QUrlInfo curDirUrl) { if (curDirUrl.isValid() && curDirUrl.isReadable() && curDirUrl.isFile() && curDirUrl.size() > nMinFileSizeBytes && curDirUrl.size() < nMaxFileSizeBytes) { nDirFileListSL.append(curDirUrl.name()); } else if (this->searchsymlinks && curDirUrl.isReadable() && curDirUrl.isSymLink()) { nDirFileListSL.append(curDirUrl.name()); } } unetbootin::unetbootin(QWidget *parent) : QWidget(parent) { setupUi(this); } bool unetbootin::ubninitialize(QList > oppairs) { skipExtraction = false; redundanttopleveldir = false; isarch64 = false; islivecd = false; isnetinstall = false; ishdmedia = false; overwriteall = false; searchsymlinks = false; ignoreoutofspace = false; downloadFailed = false; exitOnCompletion = false; testingDownload = false; issalt = false; persistenceSpaceMB = 0; logFile = 0; logStream = 0; #ifdef Q_OS_MAC ignoreoutofspace = true; #endif dontgeneratesyslinuxcfg = false; #ifdef Q_OS_UNIX isext2 = false; #endif secondlayer->setEnabled(false); secondlayer->hide(); firstlayer->setEnabled(true); firstlayer->show(); this->setWindowTitle(UNETBOOTINB); overwriteall = false; #ifndef Q_OS_MAC typeselect->addItem(tr("Hard Disk")); #endif typeselect->addItem(tr("USB Drive")); diskimagetypeselect->addItem(tr("ISO")); diskimagetypeselect->addItem(tr("Floppy")); bool hideCustom = true; #ifdef NOEXTERN optionslayer->setEnabled(false); optionslayer->hide(); radioFloppy->setEnabled(false); radioFloppy->hide(); radioManual->setEnabled(false); radioManual->hide(); intromessage->resize(intromessage->width(), intromessage->height() + 135); #endif #ifdef NOFLOPPY if (diskimagetypeselect->findText(tr("Floppy")) != -1) diskimagetypeselect->removeItem(diskimagetypeselect->findText(tr("Floppy"))); #endif #ifdef NOISO if (diskimagetypeselect->findText(tr("ISO")) != -1) diskimagetypeselect->removeItem(diskimagetypeselect->findText(tr("ISO"))); #endif #include "distrovercust.cpp" #ifdef STDUNETBOOTIN optionslayer->setEnabled(true); optionslayer->show(); #include "distrover.cpp" #endif #include "customdistselect.cpp" #ifdef Q_OS_MAC resourceDir = QDir(QApplication::applicationDirPath()); resourceDir.cdUp(); resourceDir.cd("Resources"); syslinuxcommand = resourceDir.absoluteFilePath("syslinux-mac"); sevzcommand = resourceDir.absoluteFilePath("7z-mac"); mke2fscommand = resourceDir.absoluteFilePath("mke2fs"); fdiskcommand = locatecommand("fdisk", tr("either"), "util-linux"); #endif #ifdef Q_OS_LINUX if (QFile::exists("/sbin/fdisk")) fdiskcommand = "/sbin/fdisk"; else fdiskcommand = locatecommand("fdisk", tr("either"), "util-linux"); if (QFile::exists("/bin/df")) dfcommand = "/bin/df"; else dfcommand = locatecommand("df", tr("either"), "util-linux"); if (QFile::exists("/sbin/sfdisk")) sfdiskcommand = "/sbin/sfdisk"; else sfdiskcommand = locatecommand("sfdisk", tr("either"), "silent"); if (QFile::exists("/lib/udev/vol_id")) volidcommand = "/lib/udev/vol_id"; else volidcommand = locatecommand("vol_id", tr("either"), "silent"); if (volidcommand.isEmpty()) { if (QFile::exists("/sbin/blkid")) blkidcommand = "/sbin/blkid"; else blkidcommand = locatecommand("blkid", tr("either"), "e2fsprogs"); } else blkidcommand = "/sbin/blkid"; if (QFile::exists("/sbin/mke2fs")) mke2fscommand = "/sbin/mke2fs"; else mke2fscommand = locatecommand("mke2fs", tr("LiveUSB persistence"), "e2fsprogs"); if (QFile::exists("/sbin/e2label")) e2labelcommand = "/sbin/e2label"; else e2labelcommand = locatecommand("e2label", "Arch Linux", "e2fsprogs"); if (QFile::exists("/usr/bin/mlabel")) mlabelcommand = "/usr/bin/mlabel"; else mlabelcommand = locatecommand("mlabel", "Arch Linux", "mtools"); syslinuxcommand = "/usr/bin/ubnsylnx"; extlinuxcommand = "/usr/bin/ubnexlnx"; #ifdef NOSTATIC if (QFile::exists("/usr/bin/syslinux")) syslinuxcommand = "/usr/bin/syslinux"; else syslinuxcommand = locatecommand("syslinux", tr("FAT32-formatted USB drive"), "syslinux"); if (QFile::exists("/usr/bin/extlinux")) extlinuxcommand = "/usr/bin/extlinux"; else extlinuxcommand = locatecommand("extlinux", tr("EXT2-formatted USB drive"), "extlinux"); #endif sevzcommand = locatecommand("7z", tr("either"), "p7zip-full"); #endif ubntmpf = QDir::toNativeSeparators(QString("%1/").arg(QDir::tempPath())); #ifdef Q_OS_LINUX if (ubntmpf.isEmpty() || ubntmpf == "/") { ubntmpf = "/tmp/"; } #endif if (typeselect->findText(tr("USB Drive")) != -1) typeselect->setCurrentIndex(typeselect->findText(tr("USB Drive"))); #ifdef HDDINSTALL if (typeselect->findText(tr("Hard Disk")) != -1) typeselect->setCurrentIndex(typeselect->findText(tr("Hard Disk"))); #endif for (QList >::const_iterator i = oppairs.constBegin(); i < oppairs.constEnd(); ++i) { QString pfirst(i->first); QString psecond(i->second); if (pfirst.contains("method", Qt::CaseInsensitive)) { if (psecond.contains("distribution", Qt::CaseInsensitive)) this->radioDistro->setChecked(true); else if (psecond.contains("diskimage", Qt::CaseInsensitive)) this->radioFloppy->setChecked(true); else if (psecond.contains("custom", Qt::CaseInsensitive)) this->radioManual->setChecked(true); } else if (pfirst.contains("distribution", Qt::CaseInsensitive)) { int distidx = this->distroselect->findText(psecond, Qt::MatchFixedString); if (distidx != -1) this->distroselect->setCurrentIndex(distidx); } else if (pfirst.contains("version", Qt::CaseInsensitive)) { QStringList verlist = this->distroselect->itemData(this->distroselect->currentIndex()).value(); for (int j = 2; j < verlist.size(); ++j) { if (verlist[j].contains(psecond, Qt::CaseInsensitive)) { this->dverselect->setCurrentIndex(j-2); break; } } } else if (pfirst.contains("isofile", Qt::CaseInsensitive)) { this->diskimagetypeselect->setCurrentIndex(diskimagetypeselect->findText(tr("ISO"))); this->FloppyPath->setText(psecond); this->radioFloppy->setChecked(true); } else if (pfirst.contains("imgfile", Qt::CaseInsensitive)) { this->diskimagetypeselect->setCurrentIndex(diskimagetypeselect->findText(tr("Floppy"))); this->FloppyPath->setText(psecond); this->radioFloppy->setChecked(true); } else if (pfirst.contains("kernelfile", Qt::CaseInsensitive)) { this->KernelPath->setText(psecond); } else if (pfirst.contains("initrdfile", Qt::CaseInsensitive)) { this->InitrdPath->setText(psecond); } else if (pfirst.contains("cfgfile", Qt::CaseInsensitive)) { QString cfgoptstxt = getcfgkernargs(psecond, "", QStringList(), QStringList()); if (cfgoptstxt.isEmpty()) { cfgoptstxt = getgrubcfgargs(psecond); } this->OptionEnter->setText(cfgoptstxt); } else if (pfirst.contains("kernelopts", Qt::CaseInsensitive)) { this->OptionEnter->setText(psecond); } else if (pfirst.contains("installtype", Qt::CaseInsensitive)) { if (psecond.contains("Hard", Qt::CaseInsensitive) || psecond.contains("HDD", Qt::CaseInsensitive)) this->typeselect->setCurrentIndex(this->typeselect->findText(tr("Hard Disk"))); else this->typeselect->setCurrentIndex(this->typeselect->findText(tr("USB Drive"))); } else if (pfirst.contains("targetdrive", Qt::CaseInsensitive)) { #ifdef Q_OS_WIN32 if (!psecond.endsWith('\\')) { psecond = psecond + '\\'; } #endif int driveidx = this->driveselect->findText(psecond, Qt::MatchFixedString); if (driveidx != -1) { this->driveselect->setCurrentIndex(driveidx); } else { this->driveselect->addItem(psecond); this->driveselect->setCurrentIndex(this->driveselect->findText(psecond, Qt::MatchFixedString)); } } else if (pfirst.contains("showcustom", Qt::CaseInsensitive)) { if (psecond.contains('y', Qt::CaseInsensitive)) { hideCustom = false; } } else if (pfirst.contains("nodistro", Qt::CaseInsensitive)) { if (psecond.contains('y', Qt::CaseInsensitive)) { radioDistro->setEnabled(false); radioDistro->hide(); distroselect->setEnabled(false); distroselect->hide(); dverselect->setEnabled(false); dverselect->hide(); intromessage->move(intromessage->x(), intromessage->y()-20); intromessage->resize(intromessage->width(), intromessage->height() + 20); } } else if (pfirst.contains("message", Qt::CaseInsensitive)) { intromessage->setText(psecond); } else if (pfirst.contains("persistentspace", Qt::CaseInsensitive)) { bool isInt = false; int numMBpersistentSpace = psecond.toInt(&isInt, 10); if (isInt) this->persistencevalue->setValue(numMBpersistentSpace); } else if (pfirst.contains("testingdownload", Qt::CaseInsensitive)) { if (psecond.contains('y', Qt::CaseInsensitive)) { testingDownload = true; exitOnCompletion = true; } } else if (pfirst.contains("exitoncompletion", Qt::CaseInsensitive)) { if (psecond.contains('y', Qt::CaseInsensitive)) { exitOnCompletion = true; } } else if (pfirst.contains("skipextraction", Qt::CaseInsensitive)) { if (psecond.contains('y', Qt::CaseInsensitive)) { skipExtraction = true; } } else if (pfirst.contains("autoinstall", Qt::CaseInsensitive)) { if (psecond.contains('y', Qt::CaseInsensitive)) { exitOnCompletion = true; overwriteall = true; return true; } } else if (pfirst.contains("action", Qt::CaseInsensitive)) { if (psecond.contains("listdistros", Qt::CaseInsensitive)) { for (int i = 1; i < this->distroselect->count(); ++i) { printf("%s\n", this->distroselect->itemText(i).toAscii().constData()); } QApplication::exit(); exit(0); } else if (psecond.contains("listversions", Qt::CaseInsensitive)) { for (int i = 0; i < this->dverselect->count(); ++i) { printf("%s\n", this->dverselect->itemText(i).toAscii().constData()); } QApplication::exit(); exit(0); } } } if (hideCustom) { radioManual->setEnabled(false); radioManual->hide(); labelkernel->setEnabled(false); labelkernel->hide(); labelinitrd->setEnabled(false); labelinitrd->hide(); labeloption->setEnabled(false); labeloption->hide(); KernelFileSelector->setEnabled(false); KernelFileSelector->hide(); InitrdFileSelector->setEnabled(false); InitrdFileSelector->hide(); CfgFileSelector->setEnabled(false); CfgFileSelector->hide(); OptionEnter->setEnabled(false); OptionEnter->hide(); KernelPath->setEnabled(false); KernelPath->hide(); InitrdPath->setEnabled(false); InitrdPath->hide(); KernelFileSelector->setEnabled(false); KernelFileSelector->hide(); InitrdFileSelector->setEnabled(false); InitrdFileSelector->hide(); radioLayout->removeItem(verticalSpacer); } return false; } void unetbootin::on_distroselect_currentIndexChanged(int distroselectIndex) { dverselect->clear(); if (distroselectIndex == -1) return; QStringList dverL = distroselect->itemData(distroselectIndex).value(); for (int i = 2; i < dverL.size(); ++i) { if (!dverL.at(i).contains("someotherversion") && !dverL.at(i).isEmpty()) dverselect->addItem(dverL.at(i)); } if (dverselect->findText(dverL.at(0)) != -1) dverselect->setCurrentIndex(dverselect->findText(dverL.at(0))); intromessage->setText(dverL.at(1)); radioDistro->setChecked(true); } void unetbootin::refreshdriveslist() { driveselect->clear(); QStringList driveslist = listcurdrives(); for (int i = 0; i < driveslist.size(); ++i) { driveselect->addItem(driveslist.at(i)); } } QStringList unetbootin::listcurdrives() { return listsanedrives(); } QStringList unetbootin::listsanedrives() { QStringList fulldrivelist; if (typeselect->currentText() == tr("Hard Disk")) { fulldrivelist.append(QDir::toNativeSeparators(QDir::rootPath()).toUpper()); } else if (typeselect->currentText() == tr("USB Drive")) { #ifdef Q_OS_WIN32 QFileInfoList extdrivesList = QDir::drives(); for (int i = 0; i < extdrivesList.size(); ++i) { if (QDir::toNativeSeparators(extdrivesList.at(i).path().toUpper()) != QDir::toNativeSeparators(QDir::rootPath().toUpper()) && !QDir::toNativeSeparators(extdrivesList.at(i).path().toUpper()).contains("A:") && !QDir::toNativeSeparators(extdrivesList.at(i).path().toUpper()).contains("B:")) { if (GetDriveType(LPWSTR(extdrivesList.at(i).path().toUpper().utf16())) == 2) { fulldrivelist.append(QDir::toNativeSeparators(extdrivesList.at(i).path().toUpper())); } } } #endif #ifdef Q_OS_LINUX QDir devlstdir("/dev/disk/by-id/"); QFileInfoList usbfileinfoL = devlstdir.entryInfoList(QDir::NoDotAndDotDot|QDir::Files); for (int i = 0; i < usbfileinfoL.size(); ++i) { // if (usbfileinfoL.at(i).contains(QRegExp("^usb-\\S{1,}-part\\d{1,}$"))) // { // fulldrivelist.append(usbfileinfoL.at(i).canonicalFilePath()); // } if (usbfileinfoL.at(i).fileName().contains(QRegExp("^usb-\\S{1,}$")) || usbfileinfoL.at(i).fileName().contains(QRegExp("^mmc-\\S{1,}$"))) { if (!volidcommand.isEmpty()) { if (QString(callexternapp(volidcommand, QString("-t %2").arg(usbfileinfoL.at(i).canonicalFilePath()))).contains(QRegExp("(vfat|ext2|ext3|ext4)"))) fulldrivelist.append(usbfileinfoL.at(i).canonicalFilePath()); } else { QString tstrblk = QString(callexternapp(blkidcommand, QString("-s TYPE %2").arg(usbfileinfoL.at(i).canonicalFilePath()))); if (tstrblk.contains('=')) { if (tstrblk.section('=', -1, -1).remove('"').contains(QRegExp("(vfat|ext2|ext3|ext4)"))) fulldrivelist.append(usbfileinfoL.at(i).canonicalFilePath()); } } } } /* QString fdisklusbdevsS = callexternapp(fdiskcommand, "-l"); QStringList usbdevsL = QString(fdisklusbdevsS).split("\n").filter(QRegExp("\\.{0,}FAT|Disk\\.{0,}")).join("\n").split(" ").join("\n").split("\t").join("\n").split("\n").filter("/dev/"); for (int i = 0; i < usbdevsL.size(); ++i) { if (usbdevsL.at(i).contains(":")) { if (!QString(callexternapp(volidcommand, QString("-t %2").arg(QString(usbdevsL.at(i)).remove(":")))).contains("vfat")) continue; } fulldrivelist.append(QString(usbdevsL.at(i)).remove(":")); } */ #endif #ifdef Q_OS_MAC QString diskutilList = callexternapp("diskutil", "list"); QStringList usbdevsL = diskutilList.split("\n").filter(QRegExp("(FAT|Microsoft)")).join(" ").split(" ").filter("disk"); for (int i = 0; i < usbdevsL.size(); ++i) { fulldrivelist.append("/dev/"+usbdevsL.at(i)); } #endif } return fulldrivelist; } QStringList unetbootin::listalldrives() { QStringList fulldrivelist; #ifdef Q_OS_WIN32 QFileInfoList extdrivesList = QDir::drives(); for (int i = 0; i < extdrivesList.size(); ++i) { fulldrivelist.append(QDir::toNativeSeparators(extdrivesList.at(i).path().toUpper())); } #endif #ifdef Q_OS_LINUX QString fdisklusbdevsS = callexternapp(fdiskcommand, "-l"); QString dflusbdevsS = callexternapp(dfcommand, ""); fulldrivelist = QString(dflusbdevsS).split(" ").join("\n").split("\t").join("\n").split("\n").filter("/dev/"); QStringList fulldrivelist2 = QString(fdisklusbdevsS).split(" ").join("\n").split("\t").join("\n").split("\n").filter("/dev/").replaceInStrings(":", ""); for (int i = 0; i < fulldrivelist2.size(); ++i) { if (!fulldrivelist.contains(fulldrivelist2.at(i))) fulldrivelist.append(fulldrivelist2.at(i)); } #endif #ifdef Q_OS_MAC return listsanedrives(); #endif return fulldrivelist; } void unetbootin::on_typeselect_currentIndexChanged(int typeselectIndex) { refreshdriveslist(); } void unetbootin::on_dverselect_currentIndexChanged() { radioDistro->setChecked(true); } void unetbootin::on_diskimagetypeselect_currentIndexChanged() { radioFloppy->setChecked(true); } void unetbootin::on_FloppyFileSelector_clicked() { QString nameFloppy = QDir::toNativeSeparators(QFileDialog::getOpenFileName(this, tr("Open Disk Image File"), QDir::homePath(), tr("All Files") + " (*);;" + tr("ISO") + " (*.iso);;" + tr("Floppy") + " (*.img)")); if (QFileInfo(nameFloppy).completeSuffix().contains("iso", Qt::CaseInsensitive)) { if (diskimagetypeselect->findText(tr("ISO")) != -1) diskimagetypeselect->setCurrentIndex(diskimagetypeselect->findText(tr("ISO"))); } if (QFileInfo(nameFloppy).completeSuffix().contains("img", Qt::CaseInsensitive) || QFileInfo(nameFloppy).completeSuffix().contains("flp", Qt::CaseInsensitive)) { if (diskimagetypeselect->findText(tr("Floppy")) != -1) diskimagetypeselect->setCurrentIndex(diskimagetypeselect->findText(tr("Floppy"))); } FloppyPath->clear(); FloppyPath->insert(nameFloppy); radioFloppy->setChecked(true); } void unetbootin::on_KernelFileSelector_clicked() { QString nameKernel = QDir::toNativeSeparators(QFileDialog::getOpenFileName(this, tr("Open Kernel File"), QDir::homePath(), tr("All Files (*)"))); KernelPath->clear(); KernelPath->insert(nameKernel); radioManual->setChecked(true); } void unetbootin::on_InitrdFileSelector_clicked() { QString nameInitrd = QDir::toNativeSeparators(QFileDialog::getOpenFileName(this, tr("Open Initrd File"), QDir::homePath(), tr("All Files (*)"))); InitrdPath->clear(); InitrdPath->insert(nameInitrd); radioManual->setChecked(true); } void unetbootin::on_CfgFileSelector_clicked() { QString nameCfg = QFileDialog::getOpenFileName(this, tr("Open Bootloader Config File"), QDir::homePath(), tr("All Files (*)")); OptionEnter->clear(); QString cfgoptstxt = getcfgkernargs(nameCfg, "", QStringList(), QStringList()); if (cfgoptstxt.isEmpty()) { cfgoptstxt = getgrubcfgargs(nameCfg); } OptionEnter->insert(cfgoptstxt); radioManual->setChecked(true); } void unetbootin::on_cancelbutton_clicked() { close(); } void unetbootin::on_okbutton_clicked() { if (typeselect->currentIndex() == typeselect->findText(tr("USB Drive")) && driveselect->currentText().isEmpty()) { QMessageBox unotenoughinputmsgb; unotenoughinputmsgb.setIcon(QMessageBox::Information); unotenoughinputmsgb.setWindowTitle(tr("Insert a USB flash drive")); unotenoughinputmsgb.setText(tr("No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32.")); unotenoughinputmsgb.setStandardButtons(QMessageBox::Ok); switch (unotenoughinputmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } #ifdef Q_OS_MAC if (locatemountpoint(driveselect->currentText()) == "NOT MOUNTED") callexternapp("diskutil", "mount "+driveselect->currentText()); #endif #ifdef Q_OS_LINUX else if (typeselect->currentIndex() == typeselect->findText(tr("USB Drive")) && locatemountpoint(driveselect->currentText()) == "NOT MOUNTED") { QMessageBox merrordevnotmountedmsgbx; merrordevnotmountedmsgbx.setIcon(QMessageBox::Warning); merrordevnotmountedmsgbx.setWindowTitle(QString(tr("%1 not mounted")).arg(driveselect->currentText())); merrordevnotmountedmsgbx.setText(QString(tr("You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive.")).arg(driveselect->currentText())); merrordevnotmountedmsgbx.setStandardButtons(QMessageBox::Ok); switch (merrordevnotmountedmsgbx.exec()) { case QMessageBox::Ok: break; default: break; } } #endif else if (radioDistro->isChecked() && distroselect->currentIndex() == distroselect->findText(unetbootin::tr("== Select Distribution =="))) { QMessageBox dnotenoughinputmsgb; dnotenoughinputmsgb.setIcon(QMessageBox::Information); dnotenoughinputmsgb.setWindowTitle(tr("Select a distro")); dnotenoughinputmsgb.setText(tr("You must select a distribution to load.")); dnotenoughinputmsgb.setStandardButtons(QMessageBox::Ok); switch (dnotenoughinputmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else if (radioFloppy->isChecked() && FloppyPath->text().isEmpty()) { QMessageBox fnotenoughinputmsgb; fnotenoughinputmsgb.setIcon(QMessageBox::Information); fnotenoughinputmsgb.setWindowTitle(tr("Select a disk image file")); fnotenoughinputmsgb.setText(tr("You must select a disk image file to load.")); fnotenoughinputmsgb.setStandardButtons(QMessageBox::Ok); switch (fnotenoughinputmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else if (radioManual->isChecked() && KernelPath->text().isEmpty()) { QMessageBox knotenoughinputmsgb; knotenoughinputmsgb.setIcon(QMessageBox::Information); knotenoughinputmsgb.setWindowTitle(tr("Select a kernel and/or initrd file")); knotenoughinputmsgb.setText(tr("You must select a kernel and/or initrd file to load.")); knotenoughinputmsgb.setStandardButtons(QMessageBox::Ok); switch (knotenoughinputmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else if (radioFloppy->isChecked() && !QFile::exists(FloppyPath->text()) && !FloppyPath->text().startsWith("http://") && !FloppyPath->text().startsWith("ftp://")) { QMessageBox ffnotexistsmsgb; ffnotexistsmsgb.setIcon(QMessageBox::Information); ffnotexistsmsgb.setWindowTitle(tr("Diskimage file not found")); ffnotexistsmsgb.setText(tr("The specified diskimage file %1 does not exist.").arg(FloppyPath->text())); ffnotexistsmsgb.setStandardButtons(QMessageBox::Ok); switch (ffnotexistsmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else if (radioManual->isChecked() && !QFile::exists(KernelPath->text()) && !KernelPath->text().startsWith("http://") && !KernelPath->text().startsWith("ftp://")) { QMessageBox kfnotexistsmsgb; kfnotexistsmsgb.setIcon(QMessageBox::Information); kfnotexistsmsgb.setWindowTitle(tr("Kernel file not found")); kfnotexistsmsgb.setText(tr("The specified kernel file %1 does not exist.").arg(KernelPath->text())); kfnotexistsmsgb.setStandardButtons(QMessageBox::Ok); switch (kfnotexistsmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else if (radioManual->isChecked() && InitrdPath->text().trimmed() != "" && !QFile::exists(InitrdPath->text()) && !InitrdPath->text().startsWith("http://") && !InitrdPath->text().startsWith("ftp://")) { QMessageBox ifnotexistsmsgb; ifnotexistsmsgb.setIcon(QMessageBox::Information); ifnotexistsmsgb.setWindowTitle(tr("Initrd file not found")); ifnotexistsmsgb.setText(tr("The specified initrd file %1 does not exist.").arg(InitrdPath->text())); ifnotexistsmsgb.setStandardButtons(QMessageBox::Ok); switch (ifnotexistsmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else { runinst(); } } void unetbootin::on_fexitbutton_clicked() { close(); } void unetbootin::on_frebootbutton_clicked() { sysreboot(); } QString unetbootin::displayfisize(quint64 fisize) { if (fisize < 10000) { return QString("%1 B").arg(fisize); } else if (fisize < 10240000) { return QString("%1 KB").arg(fisize / 1024); } else { return QString("%1 MB").arg(fisize / 1048576); } } QPair >, QStringList> unetbootin::listarchiveconts(QString archivefile) { #ifdef Q_OS_WIN32 if (sevzcommand.isEmpty()) { installsvzip(); } randtmpfile tmplsF(ubntmpf, "ufl"); callexternapp(getenv("COMSPEC"), QString("/c \"\"%1\" -bd -slt l \"%2\" > \"%3\"\"").arg(sevzcommand).arg(QFileInfo(archivefile).absoluteFilePath()).arg(QFileInfo(tmplsF).absoluteFilePath())); tmplsF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream tmplsS(&tmplsF); #endif #ifdef Q_OS_UNIX QString sevzlcommandout = callexternapp(sevzcommand, QString("-bd -slt l \"%1\"").arg(QFileInfo(archivefile).absoluteFilePath())); QTextStream tmplsS(&sevzlcommandout); #endif QString tmplsL; QStringList tmplsSLF; QStringList tmplsSLD; QList tmplsSLFS; QString tmplsN; QString tmplsFS; while (!tmplsS.atEnd()) { tmplsL = tmplsS.readLine(); if (tmplsL.contains("Path = ")) { if (tmplsL.contains("Path = [BOOT]")) continue; if (tmplsL == QString("Path = %1").arg(QFileInfo(archivefile).absoluteFilePath())) continue; if (tmplsL == QString("Path = %1").arg(QDir::toNativeSeparators(QFileInfo(archivefile).absoluteFilePath()))) continue; tmplsN = tmplsS.readLine(); if (tmplsN.contains("Folder = 1") || tmplsN.contains("Folder = +")) { tmplsSLD.append(tmplsL.remove("Path = ")); } else { tmplsSLF.append(tmplsL.remove("Path = ")); tmplsFS = QString(tmplsS.readLine()).remove("Size = ").trimmed(); tmplsSLFS.append(tmplsFS.toULongLong()); } } } #ifdef Q_OS_WIN32 tmplsF.close(); rmFile(tmplsF); #endif return qMakePair(qMakePair(tmplsSLF, tmplsSLFS), tmplsSLD); } bool unetbootin::overwritefileprompt(QString ovwfileloc) { if (overwriteall) { rmFile(ovwfileloc); return true; } QMessageBox overwritefilemsgbx; overwritefilemsgbx.setIcon(QMessageBox::Warning); overwritefilemsgbx.setWindowTitle(QString(tr("%1 exists, overwrite?")).arg(ovwfileloc)); overwritefilemsgbx.setText(QString(tr("The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'.")).arg(ovwfileloc)); overwritefilemsgbx.setStandardButtons(QMessageBox::Yes | QMessageBox::YesToAll | QMessageBox::No); switch (overwritefilemsgbx.exec()) { case QMessageBox::Yes: { rmFile(ovwfileloc); return true; } case QMessageBox::YesToAll: { rmFile(ovwfileloc); overwriteall = true; return true; } case QMessageBox::No: return false; default: return false; } } bool unetbootin::ignoreoutofspaceprompt(QString destindir) { QMessageBox overwritefilemsgbx; overwritefilemsgbx.setIcon(QMessageBox::Warning); overwritefilemsgbx.setWindowTitle(QString(tr("%1 is out of space, abort installation?")).arg(destindir)); overwritefilemsgbx.setText(QString(tr("The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors.")).arg(destindir)); overwritefilemsgbx.setStandardButtons(QMessageBox::Yes | QMessageBox::YesToAll | QMessageBox::No); switch (overwritefilemsgbx.exec()) { case QMessageBox::Yes: { QApplication::quit(); return false; } case QMessageBox::No: { return true; } case QMessageBox::NoToAll: { this->ignoreoutofspace = true; return true; } default: return true; } } bool unetbootin::extractfile(QString filepath, QString destinfileL, QString archivefile) { #ifdef Q_OS_UNIX if (installType != tr("USB Drive") && filepath.contains("boot/grub")) // don't nuke grub config return false; #endif QString destindir = QFileInfo(destinfileL).dir().absolutePath(); QString destinfilename = QString("%1/%2").arg(destindir).arg(QFileInfo(destinfileL).fileName()); QString filepathfilename = QString("%1/%2").arg(destindir).arg(QFileInfo(filepath).fileName()); if (QFile::exists(filepathfilename)) { if (!overwritefileprompt(filepathfilename)) return false; } if (QFile::exists(destinfilename)) { if (!overwritefileprompt(destinfilename)) return false; } #ifdef Q_OS_WIN32 if (sevzcommand.isEmpty()) { installsvzip(); } #endif callexternapp(sevzcommand, QString("-bd -aos -o\"%1\" e \"%2\" \"%3\"").arg(QDir::toNativeSeparators(destindir), QDir::toNativeSeparators(archivefile), QDir::toNativeSeparators(filepath))); int retv; if (QFileInfo(filepathfilename).absoluteFilePath() == QFileInfo(destinfilename).absoluteFilePath()) { retv = true; } else { retv = QFile::rename(filepathfilename, destinfilename); } this->checkifoutofspace(destindir); return retv; } bool unetbootin::checkifoutofspace(QString destindir) { if (ignoreoutofspace == true) return false; bool outofspace = false; #ifdef Q_OS_UNIX struct statfs diskstatS; if (!statfs(QString(destindir+"/.").toAscii(), &diskstatS)) { if (diskstatS.f_bavail * diskstatS.f_bfree < 1024) outofspace = true; } #endif #ifdef Q_OS_WIN32 ULARGE_INTEGER FreeBytesAvailable; ULARGE_INTEGER TotalNumberOfBytes; ULARGE_INTEGER TotalNumberOfFreeBytes; if (GetDiskFreeSpaceExA(destindir.toAscii(), &FreeBytesAvailable, &TotalNumberOfBytes, &TotalNumberOfFreeBytes)) { if (FreeBytesAvailable.QuadPart < 1024) outofspace = true; } #endif if (outofspace == true) { return !ignoreoutofspaceprompt(destindir); } return false; } QString unetbootin::locatekernel(QString archivefile, QPair > archivefileconts) { pdesc1->setText(tr("Locating kernel file in %1").arg(archivefile)); if (issalt) { // The grub2 boot loader is return, // it is prepended with a Linux header, // so that syslinux can chainload to it. // The embeded configuration file will find the correct prefix using the .live file at the root of the USB key. return "boot/grub2-linux.img"; } else { QStringList kernelnames = QStringList() << "vmlinuz" << "vmlinux" << "bzImage" << "kernel" << "sabayon" << "gentoo" << "linux26" << "linux24" << "bsd" << "unix" << "linux" << "rescue" << "xpud" << "bzI" << "kexec" << "vmlinuz.efi"; QStringList tnarchivefileconts; QStringList narchivefileconts; QString curarcitm; for (int i = 0; i < archivefileconts.second.size(); ++i) { // curarcitm = archivefileconts.first.at(i).right(archivefileconts.first.at(i).size() - archivefileconts.first.at(i).lastIndexOf(QDir::toNativeSeparators("/")) - 1); // if (curarcitm.contains("isolinux", Qt::CaseInsensitive) || curarcitm.contains("memtest", Qt::CaseInsensitive) || curarcitm.contains("system.map", Qt::CaseInsensitive) || curarcitm.contains(".efimg", Qt::CaseInsensitive) || curarcitm.contains(".jpg", Qt::CaseInsensitive) || curarcitm.contains(".png", Qt::CaseInsensitive) || curarcitm.contains(".pdf", Qt::CaseInsensitive) || curarcitm.contains(".txt", Qt::CaseInsensitive) || curarcitm.contains(".pcx", Qt::CaseInsensitive) || curarcitm.contains(".rle", Qt::CaseInsensitive) || curarcitm.contains(".fnt", Qt::CaseInsensitive) || curarcitm.contains(".msg", Qt::CaseInsensitive) || curarcitm.contains(".cat", Qt::CaseInsensitive) || curarcitm.contains(".tar", Qt::CaseInsensitive) || curarcitm.contains(".psd", Qt::CaseInsensitive) || curarcitm.contains(".xcf", Qt::CaseInsensitive) || curarcitm.contains(".bmp", Qt::CaseInsensitive) || curarcitm.contains(".svg", Qt::CaseInsensitive)) // { // continue; // } // if (filteroutlist(curarcitm, ignoredtypesbothRL+ignoredtypeskernelRL).isEmpty()) // { // continue; // } if (archivefileconts.second.at(i) > 614400 && archivefileconts.second.at(i) < 20971520) // between 600 KB and 20 MB { tnarchivefileconts.append(archivefileconts.first.at(i)); } } narchivefileconts = filteroutlistL(tnarchivefileconts, ignoredtypesbothRL+ignoredtypeskernelRL); for (int i = 0; i < kernelnames.size(); ++i) { for (int j = 0; j < narchivefileconts.size(); ++j) { if (narchivefileconts.at(j).right(narchivefileconts.at(j).size() - narchivefileconts.at(j).lastIndexOf(QDir::toNativeSeparators("/")) - 1).contains(kernelnames.at(i), Qt::CaseInsensitive)) { return narchivefileconts.at(j); } } } pdesc1->setText(""); return ""; } } bool unetbootin::extractkernel(QString archivefile, QString kernoutputfile, QPair > archivefileconts) { QString kfloc = locatekernel(archivefile, archivefileconts); if (kfloc == "") return false; pdesc1->setText(tr("Copying kernel file from %1").arg(kfloc)); return extractfile(kfloc, kernoutputfile, archivefile); } QString unetbootin::locateinitrd(QString archivefile, QPair > archivefileconts) { pdesc1->setText(tr("Locating initrd file in %1").arg(archivefile)); QStringList kernelnames = QStringList() << "initrd.img.gz" << "initrd.lz" << "initrd.igz" << "initrd.gz" << "initrd.xz" << "initrd.lzma" << "initrd.img" << "initramfs.gz" << "initramfs.img" << "initrd" << "initramfs" << "minirt" << "miniroot" << "sabayon.igz" << "gentoo.igz" << "archlive.img" << "rootfs.gz" << ".igz" << ".cgz" << ".img" << "rootfs" << "fs.gz" << "root.gz" << ".gz" << "initram" << "initr" << "init" << "ram" << ".lz" << ".lzma" << ".xz"; QStringList tnarchivefileconts; QStringList narchivefileconts; QString curarcitm; for (int i = 0; i < archivefileconts.second.size(); ++i) { curarcitm = archivefileconts.first.at(i).right(archivefileconts.first.at(i).size() - archivefileconts.first.at(i).lastIndexOf(QDir::toNativeSeparators("/")) - 1); // if (curarcitm.contains("isolinux", Qt::CaseInsensitive) || curarcitm.contains("memtest", Qt::CaseInsensitive) || curarcitm.contains("system.map", Qt::CaseInsensitive) || curarcitm.contains(".efimg", Qt::CaseInsensitive) || curarcitm.contains(".jpg", Qt::CaseInsensitive) || curarcitm.contains(".png", Qt::CaseInsensitive) || curarcitm.contains(".pdf", Qt::CaseInsensitive) || curarcitm.contains(".txt", Qt::CaseInsensitive) || curarcitm.contains(".pcx", Qt::CaseInsensitive) || curarcitm.contains(".rle", Qt::CaseInsensitive) || curarcitm.contains(".fnt", Qt::CaseInsensitive) || curarcitm.contains(".msg", Qt::CaseInsensitive) || curarcitm.contains(".cat", Qt::CaseInsensitive) || curarcitm.contains(".tar", Qt::CaseInsensitive) || curarcitm.contains(".psd", Qt::CaseInsensitive) || curarcitm.contains(".xcf", Qt::CaseInsensitive) || curarcitm.contains(".bmp", Qt::CaseInsensitive) || curarcitm.contains(".svg", Qt::CaseInsensitive)) // { // continue; // } // if (filteroutlist(curarcitm, ignoredtypesbothRL+ignoredtypesinitrdRL).isEmpty()) // { // continue; // } if (archivefileconts.second.at(i) >= 128000 && archivefileconts.second.at(i) < 314572800) // between 128 KB and 300 MB { tnarchivefileconts.append(archivefileconts.first.at(i)); } } narchivefileconts = filteroutlistL(tnarchivefileconts, ignoredtypesbothRL+ignoredtypesinitrdRL); for (int i = 0; i < kernelnames.size(); ++i) { for (int j = 0; j < narchivefileconts.size(); ++j) { if (narchivefileconts.at(j).right(narchivefileconts.at(j).size() - narchivefileconts.at(j).lastIndexOf(QDir::toNativeSeparators("/")) - 1).contains(kernelnames.at(i), Qt::CaseInsensitive)) { return narchivefileconts.at(j); } } } pdesc1->setText(""); return ""; } bool unetbootin::extractinitrd(QString archivefile, QString kernoutputfile, QPair > archivefileconts) { QString kfloc = locateinitrd(archivefile, archivefileconts); if (kfloc == "") return false; pdesc1->setText(tr("Copying initrd file from %1").arg(kfloc)); return extractfile(kfloc, kernoutputfile, archivefile); } QString unetbootin::extractcfg(QString archivefile, QStringList archivefileconts) { pdesc1->setText(tr("Extracting bootloader configuration")); QString saltpcfg; QString grubpcfg; QString syslinuxpcfg; QStringList saltdetectfiles = QStringList() << "boot/grub2-linux.img" << "boot/grub/salt.env"; QStringList grubcfgtypes = QStringList() << "menu.lst" << "grub.conf"; QStringList mlstfoundfiles; int saltDetected = 0; // must be equals to saltdetectfiles.size() to be considered as detected for (int i = 0; i < saltdetectfiles.size(); ++i) { mlstfoundfiles = archivefileconts.filter(saltdetectfiles.at(i), Qt::CaseInsensitive); if (!mlstfoundfiles.isEmpty()) { saltDetected++; } } if (saltDetected == saltdetectfiles.size()) { saltpcfg = SALT_DETECTED; // not a real config, but used to inform that SaLT has been detected. } else { for (int i = 0; i < grubcfgtypes.size(); ++i) { mlstfoundfiles = archivefileconts.filter(grubcfgtypes.at(i), Qt::CaseInsensitive); if (!mlstfoundfiles.isEmpty()) { for (int j = 0; j < mlstfoundfiles.size(); ++j) { randtmpfile mlstftf(ubntmpf, "lst"); extractfile(archivefileconts.filter(grubcfgtypes.at(i), Qt::CaseInsensitive).at(j), mlstftf.fileName(), archivefile); grubpcfg = getgrubcfgargs(mlstftf.fileName()).trimmed(); rmFile(mlstftf); if (!grubpcfg.isEmpty()) break; } } if (!grubpcfg.isEmpty()) break; } QStringList syslinuxcfgtypes = QStringList() << "syslinux.cfg" << "isolinux.cfg" << "extlinux.cfg" << "pxelinux.cfg" << "grubenv" << "menu_en.cfg" << "en.cfg" << "extlinux.conf" << "grub.cfg" << ".cfg"; QStringList lcfgfoundfiles; for (int i = 0; i < syslinuxcfgtypes.size(); ++i) { lcfgfoundfiles = archivefileconts.filter(syslinuxcfgtypes.at(i), Qt::CaseInsensitive); if (!lcfgfoundfiles.isEmpty()) { for (int j = 0; j < lcfgfoundfiles.size(); ++j) { randtmpfile ccfgftf(ubntmpf, "cfg"); extractfile(archivefileconts.filter(syslinuxcfgtypes.at(i), Qt::CaseInsensitive).at(j), ccfgftf.fileName(), archivefile); if (lcfgfoundfiles.at(j).contains("grubenv")) loadgrub2env(ccfgftf.fileName()); else if (lcfgfoundfiles.at(j).contains("grub")) syslinuxpcfg = getgrub2cfgargs(ccfgftf.fileName(), archivefile, archivefileconts, QStringList() << lcfgfoundfiles.at(j)).trimmed(); else syslinuxpcfg = getcfgkernargs(ccfgftf.fileName(), archivefile, archivefileconts, QStringList() << lcfgfoundfiles.at(j)).trimmed(); rmFile(ccfgftf); if (!syslinuxpcfg.isEmpty()) break; } } if (!syslinuxpcfg.isEmpty()) break; } } if (!saltpcfg.isEmpty()) { return saltpcfg; } else if (syslinuxpcfg.isEmpty()) { return grubpcfg; } else { return syslinuxpcfg; } } QPair, QPair > unetbootin::extractcfgL(QString archivefile, QStringList archivefileconts) { pdesc1->setText(tr("Extracting bootloader configuration")); QPair, QPair > grubpcfgPL; QPair, QPair > syslinuxpcfgPL; QPair, QPair > combinedcfgPL; QPair, QPair > filteredcfgPL; QStringList grubcfgtypes = QStringList() << "menu.lst" << "grub.conf"; QStringList mlstfoundfiles; for (int i = 0; i < grubcfgtypes.size(); ++i) { mlstfoundfiles = archivefileconts.filter(grubcfgtypes.at(i), Qt::CaseInsensitive); if (!mlstfoundfiles.isEmpty()) { for (int j = 0; j < mlstfoundfiles.size(); ++j) { randtmpfile mlstftf(ubntmpf, "lst"); extractfile(archivefileconts.filter(grubcfgtypes.at(i), Qt::CaseInsensitive).at(j), mlstftf.fileName(), archivefile); grubpcfgPL = getgrubcfgargsL(mlstftf.fileName()); rmFile(mlstftf); combinedcfgPL.first.first += grubpcfgPL.first.first; combinedcfgPL.first.second += grubpcfgPL.first.second; combinedcfgPL.second.first += grubpcfgPL.second.first; combinedcfgPL.second.second += grubpcfgPL.second.second; // if (!grubpcfg.isEmpty()) // break; } } // if (!grubpcfg.isEmpty()) // break; } QStringList syslinuxcfgtypes = QStringList() << "syslinux.cfg" << "isolinux.cfg" << "extlinux.cfg" << "pxelinux.cfg" << "grubenv" << "extlinux.conf" << "grub.cfg"; QStringList lcfgfoundfiles; for (int i = 0; i < syslinuxcfgtypes.size(); ++i) { lcfgfoundfiles = archivefileconts.filter(syslinuxcfgtypes.at(i), Qt::CaseInsensitive); if (!lcfgfoundfiles.isEmpty()) { for (int j = 0; j < lcfgfoundfiles.size(); ++j) { randtmpfile ccfgftf(ubntmpf, "cfg"); extractfile(archivefileconts.filter(syslinuxcfgtypes.at(i), Qt::CaseInsensitive).at(j), ccfgftf.fileName(), archivefile); if (lcfgfoundfiles.at(j).contains("grubenv")) loadgrub2env(ccfgftf.fileName()); else if (lcfgfoundfiles.at(j).contains("grub")) syslinuxpcfgPL = getgrub2cfgargsL(ccfgftf.fileName(), archivefile, archivefileconts, QStringList() << lcfgfoundfiles.at(j)); else syslinuxpcfgPL = getcfgkernargsL(ccfgftf.fileName(), archivefile, archivefileconts, QStringList() << lcfgfoundfiles.at(j)); rmFile(ccfgftf); combinedcfgPL.first.first += syslinuxpcfgPL.first.first; combinedcfgPL.first.second += syslinuxpcfgPL.first.second; combinedcfgPL.second.first += syslinuxpcfgPL.second.first; combinedcfgPL.second.second += syslinuxpcfgPL.second.second; // if (!syslinuxpcfg.isEmpty()) // break; } } // if (!syslinuxpcfg.isEmpty()) // break; } /* if (syslinuxpcfg.isEmpty()) { return grubpcfg; } else { return syslinuxpcfg; } */ #ifdef NOINITRD for (int i = 0; i < combinedcfgPL.first.second.size(); ++i) { combinedcfgPL.first.second[i] = ""; } for (int i = 0; i < combinedcfgPL.second.second.size(); ++i) { combinedcfgPL.second.second[i] = ""; } #endif for (int i = 0; i < combinedcfgPL.first.first.size(); ++i) { bool isduplicate = false; for (int j = 0; j < filteredcfgPL.second.first.size(); ++j) { if (filteredcfgPL.second.first.at(j) == combinedcfgPL.second.first.at(i)) // duplicate title { isduplicate = true; break; } } if (isduplicate) continue; if (combinedcfgPL.first.first.at(i) == kernelLoc && combinedcfgPL.first.second.at(i) == initrdLoc && combinedcfgPL.second.first.at(i).contains("Untitled Entry") && combinedcfgPL.second.second.at(i).isEmpty()) continue; // else if (filteredcfgPL.second.first.contains(combinedcfgPL.second.first.at(i))) // continue; else { if (combinedcfgPL.first.first.at(i).isEmpty()) filteredcfgPL.first.first.append(kernelLoc); else { QString indvkrnloc = getfullarchivepath(combinedcfgPL.first.first.at(i), archivefileconts); if (indvkrnloc.isEmpty()) filteredcfgPL.first.first.append(kernelLoc); else filteredcfgPL.first.first.append(indvkrnloc); } // filteredcfgPL.first.first.append(combinedcfgPL.first.first.at(i)); if (combinedcfgPL.first.second.at(i).isEmpty()) filteredcfgPL.first.second.append(kernelLoc); else { QString indvitrloc = getfullarchivepath(combinedcfgPL.first.second.at(i), archivefileconts); if (indvitrloc.isEmpty()) { filteredcfgPL.first.second.append(initrdLoc); } else filteredcfgPL.first.second.append(indvitrloc); } // filteredcfgPL.first.second.append(combinedcfgPL.first.second.at(i)); filteredcfgPL.second.first.append(combinedcfgPL.second.first.at(i)); filteredcfgPL.second.second.append(combinedcfgPL.second.second.at(i)); } } if (redundanttopleveldir && !redundantrootdirname.isEmpty()) { for (int i = 0; i < filteredcfgPL.first.second.size(); ++i) { if (filteredcfgPL.first.second.at(i).startsWith(redundantrootdirname)) { filteredcfgPL.first.second[i] = filteredcfgPL.first.second[i].mid(redundantrootdirname.length()); } if (filteredcfgPL.first.second.at(i).startsWith("/" + redundantrootdirname)) { filteredcfgPL.first.second[i] = filteredcfgPL.first.second[i].mid(redundantrootdirname.length() + 1); } } } return filteredcfgPL; } QString unetbootin::getfullarchivepath(QString relativefilepath, QStringList archivefile) { QStringList pfoundmatches; relativefilepath = QDir::fromNativeSeparators(relativefilepath); if (relativefilepath.endsWith('/')) relativefilepath = relativefilepath.left(relativefilepath.size()-1); if (!relativefilepath.startsWith('/')) relativefilepath = QString("/%1").arg(relativefilepath); // if (!relativefilepath.endsWith('/')) // relativefilepath = QString("%1/").arg(relativefilepath); for (int i = 0; i < archivefile.size(); ++i) { QString curarchiveitem = QDir::fromNativeSeparators(archivefile.at(i)); if (curarchiveitem.endsWith('/')) curarchiveitem = curarchiveitem.left(curarchiveitem.size()-1); if (!curarchiveitem.startsWith('/')) curarchiveitem = QString("/%1").arg(curarchiveitem); // if (!curarchiveitem.endsWith('/')) // curarchiveitem = QString("%1/").arg(curarchiveitem); if (curarchiveitem.contains(QRegExp(relativefilepath+"$", Qt::CaseInsensitive))) pfoundmatches.append(curarchiveitem); } if (pfoundmatches.isEmpty()) return ""; else { return filteroutlist(pfoundmatches, ignoredtypesbothRL); } } QString unetbootin::filteroutlist(QString listofdata, QList listofmatches) { if (listofdata.isEmpty()) return ""; return filteroutlist(QStringList() << listofdata, listofmatches); } QString unetbootin::filteroutlist(QStringList listofdata, QList listofmatches) { if (listofdata.isEmpty()) return ""; QStringList fldatalist = filteroutlistL(listofdata, listofmatches); if (!fldatalist.isEmpty()) return fldatalist.at(0); else return ""; } QStringList unetbootin::filteroutlistL(QStringList listofdata, QList listofmatches) { if (listofdata.isEmpty()) return QStringList(); if (listofmatches.isEmpty()) return listofdata; if (listofdata.size() == 1) return listofdata; QStringList newlistofdata; for (int i = 0; i < listofdata.size(); ++i) { if (!listofdata.at(i).contains(listofmatches.at(0))) newlistofdata.append(listofdata.at(i)); } // QStringList newlistofdata = QStringList(listofdata).filter(listofmatches.at(0)); listofmatches.removeAt(0); if (newlistofdata.isEmpty()) { return filteroutlistL(listofdata, listofmatches); } else { return filteroutlistL(newlistofdata, listofmatches); } } void unetbootin::extractiso(QString isofile) { if (!sdesc2->text().contains(trcurrent)) { sdesc1->setText(QString(sdesc1->text()).remove("").replace(trcurrent+"", trdone)); sdesc2->setText(QString("%1 %2").arg(sdesc2->text()).arg(trcurrent)); } tprogress->setValue(0); QPair >, QStringList> listfilesizedirpair = listarchiveconts(isofile); if (listfilesizedirpair.first.first.size() == 1) { QString subarchivename = listfilesizedirpair.first.first.at(0); randtmpfile tmpoutsubarchive(ubntmpf, subarchivename.right(3)); pdesc1->setText(tr("Extracting compressed iso: %1").arg(subarchivename)); extractfile(subarchivename, tmpoutsubarchive.fileName(), isofile); return extractiso(tmpoutsubarchive.fileName()); } if (listfilesizedirpair.first.first.contains(QDir::toNativeSeparators("rescue/KRD.VERSION"), Qt::CaseInsensitive)) { return extractiso_krd10(isofile); } QFileInfo isofileFI(isofile); qint64 isofileSize = isofileFI.size(); if (listfilesizedirpair.first.first.size() < 10 && isofileSize > 12) { bool foundiso = false; quint64 isofileSizeOneFourth = isofileSize / 4; quint64 isofileSizeThreeFourth = isofileSizeOneFourth * 3; for (int i = 0; i < listfilesizedirpair.first.first.size() && i < listfilesizedirpair.first.second.size(); ++i) { if (listfilesizedirpair.first.first.at(i).contains(QRegExp(".iso$", Qt::CaseInsensitive))) { if (foundiso) break; foundiso = true; if (listfilesizedirpair.first.second.at(i) > isofileSizeThreeFourth) { QString subarchivename = listfilesizedirpair.first.first.at(i); randtmpfile tmpoutsubarchive(ubntmpf, subarchivename.right(3)); pdesc1->setText(tr("Extracting compressed iso: %1").arg(subarchivename)); extractfile(subarchivename, tmpoutsubarchive.fileName(), isofile); return extractiso(tmpoutsubarchive.fileName()); } } } } QStringList filepathnames = listfilesizedirpair.first.first; QStringList directorypathnames; if (listfilesizedirpair.second.size() > 0) { redundanttopleveldir = true; redundantrootdirname = listfilesizedirpair.second.at(0); for (int i = 0; i < listfilesizedirpair.second.size(); ++i) { if (listfilesizedirpair.second.at(i).size() < redundantrootdirname.size()) redundantrootdirname = listfilesizedirpair.second.at(i); } if (redundantrootdirname == "boot" || redundantrootdirname == "syslinux" || redundantrootdirname == "grub" || redundantrootdirname == "isolinux" || redundantrootdirname == "extlinux" || redundantrootdirname == "pxelinux") redundanttopleveldir = false; for (int i = 0; i < listfilesizedirpair.second.size(); ++i) // redundant toplevel path in dirs { if (!listfilesizedirpair.second.at(i).startsWith(redundantrootdirname)) redundanttopleveldir = false; } if (redundanttopleveldir) { for (int i = 0; i < listfilesizedirpair.first.first.size(); ++i) // redundant toplevel path in files { if (!listfilesizedirpair.first.first.at(i).startsWith(redundantrootdirname)) redundanttopleveldir = false; } } if (redundanttopleveldir) { int rmnumcharsrootdir = redundantrootdirname.size(); for (int i = 0; i < listfilesizedirpair.second.size(); ++i) { QString tmpdirectpath = listfilesizedirpair.second[i]; tmpdirectpath.remove(0, rmnumcharsrootdir); if (tmpdirectpath.startsWith("/") || tmpdirectpath.startsWith(QDir::toNativeSeparators("/"))) { tmpdirectpath.remove(0, 1); } if (!tmpdirectpath.isEmpty()) { directorypathnames.append(tmpdirectpath); } } for (int i = 0; i < listfilesizedirpair.first.first.size(); ++i) { filepathnames[i].remove(0, rmnumcharsrootdir); if (filepathnames[i].startsWith("/") || filepathnames[i].startsWith(QDir::toNativeSeparators("/"))) { filepathnames[i].remove(0, 1); } } } else { directorypathnames = listfilesizedirpair.second; } } if (installType == tr("USB Drive")) { QStringList syslinuxfilepaths = QStringList() << "boot/syslinux/syslinux.cfg" << "syslinux/syslinux.cfg" << "syslinux.cfg" << "isolinux.cfg" << "extlinux.conf"; if (QString(QDir::toNativeSeparators("/")) != QString("/")) { syslinuxfilepaths << QString("boot%1syslinux%1syslinux.cfg").arg(QDir::toNativeSeparators("/")) << QString("syslinux%1syslinux.cfg").arg(QDir::toNativeSeparators("/")); } for (int j = 0; j < syslinuxfilepaths.size(); ++j) { rmFile(QString("%1%2").arg(targetPath).arg(syslinuxfilepaths.at(j))); for (int i = 0; i < filepathnames.size(); ++i) { if (filepathnames.at(i) == syslinuxfilepaths.at(j)) { dontgeneratesyslinuxcfg = true; locatedsyslinuxcfgfiles.append(syslinuxfilepaths.at(j)); } } } } if (!dontgeneratesyslinuxcfg) { kernelOpts = extractcfg(isofile, listfilesizedirpair.first.first); issalt = (kernelOpts == SALT_DETECTED); if (issalt) { QStringList mlstfoundfiles = listfilesizedirpair.second.filter(QRegExp("/modules$", Qt::CaseInsensitive)); if (!mlstfoundfiles.isEmpty()) { QString match = mlstfoundfiles.at(0); saltRootDir = match.replace(QRegExp("(.*)/modules"), "\\1"); } kernelLine = "linux"; kernelOpts = ""; initrdLoc = ""; initrdOpts = ""; initrdLine = ""; slinitrdLine = ""; } else { extraoptionsPL = extractcfgL(isofile, listfilesizedirpair.first.first); } #ifndef NOEXTRACTKERNEL extractkernel(isofile, QString("%1ubnkern").arg(targetPath), listfilesizedirpair.first); #endif #ifndef NOEXTRACTINITRD if (!issalt) { extractinitrd(isofile, QString("%1ubninit").arg(targetPath), listfilesizedirpair.first); } #endif } QStringList createdpaths = makepathtree(targetDrive, directorypathnames); QFile ubnpathlF(QDir::toNativeSeparators(QString("%1ubnpathl.txt").arg(targetPath))); if (ubnpathlF.exists()) { rmFile(ubnpathlF); } ubnpathlF.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream ubnpathlS(&ubnpathlF); for (int i = createdpaths.size() - 1; i > -1; i--) { ubnpathlS << createdpaths.at(i) << endl; } ubnpathlF.close(); QStringList extractedfiles; if (!skipExtraction) extractedfiles = extractallfiles(isofile, targetDrive, listfilesizedirpair.first, filepathnames); QFile ubnfilelF(QDir::toNativeSeparators(QString("%1ubnfilel.txt").arg(targetPath))); if (ubnfilelF.exists()) { rmFile(ubnfilelF); } ubnfilelF.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream ubnfilelS(&ubnfilelF); for (int i = 0; i < extractedfiles.size(); ++i) { ubnfilelS << extractedfiles.at(i) << endl; } ubnfilelF.close(); #ifdef XPUD rmFile(QString("%1boot.cat").arg(targetPath)); rmFile(QString("%1isolinux.bin").arg(targetPath)); rmFile(QString("%1syslinux.cfg").arg(targetPath)); QFile::rename(QString("%1isolinux.cfg").arg(targetPath), QString("%1syslinux.cfg").arg(targetPath)); if (installType == tr("USB Drive")) { rmFile(QString("%1ubnfilel.txt").arg(targetPath)); rmFile(QString("%1ubnpathl.txt").arg(targetPath)); } #endif } void unetbootin::extractiso_krd10(QString isofile) { if (!sdesc2->text().contains(trcurrent)) { sdesc1->setText(QString(sdesc1->text()).remove("").replace(trcurrent+"", trdone)); sdesc2->setText(QString("%1 %2").arg(sdesc2->text()).arg(trdone)); } tprogress->setValue(0); QPair >, QStringList> listfilesizedirpair = listarchiveconts(isofile); kernelLoc = QDir::fromNativeSeparators(locatekernel(isofile, listfilesizedirpair.first)); if (!kernelLoc.startsWith("/")) kernelLoc.prepend("/"); initrdLoc = QDir::fromNativeSeparators(locateinitrd(isofile, listfilesizedirpair.first)); if (!initrdLoc.startsWith("/")) initrdLoc.prepend("/"); kernelOpts = extractcfg(isofile, listfilesizedirpair.first.first); extraoptionsPL.first.first.clear(); extraoptionsPL.first.second.clear(); extraoptionsPL.second.first.clear(); extraoptionsPL.second.second.clear(); QPair, QPair > tmpoptionsL = extractcfgL(isofile, listfilesizedirpair.first.first); for (int i = 0; i < tmpoptionsL.second.second.size(); ++i) { if (!tmpoptionsL.second.second.at(i).isEmpty()) { extraoptionsPL.first.first.append(tmpoptionsL.first.first.at(i)); extraoptionsPL.first.second.append(tmpoptionsL.first.second.at(i)); extraoptionsPL.second.first.append(tmpoptionsL.second.first.at(i)); extraoptionsPL.second.second.append(tmpoptionsL.second.second.at(i)); } } QPair > bootfiles; for (int i = 0; i < listfilesizedirpair.first.first.size(); ++i) { if (listfilesizedirpair.first.first.at(i).startsWith("boot", Qt::CaseInsensitive)) { bootfiles.first.append(listfilesizedirpair.first.first.at(i)); bootfiles.second.append(listfilesizedirpair.first.second.at(i)); } } QStringList bootpaths; for (int i = 0; i < listfilesizedirpair.second.size(); ++i) { if (listfilesizedirpair.second.at(i).startsWith("boot", Qt::CaseInsensitive)) { bootpaths.append(listfilesizedirpair.second.at(i)); } } if (!bootpaths.contains("rescue")) bootpaths.append("rescue"); QStringList createdpaths = makepathtree(targetDrive, bootpaths); QFile ubnpathlF(QDir::toNativeSeparators(QString("%1ubnpathl.txt").arg(targetPath))); if (ubnpathlF.exists()) { rmFile(ubnpathlF); } ubnpathlF.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream ubnpathlS(&ubnpathlF); for (int i = createdpaths.size() - 1; i > -1; i--) { ubnpathlS << createdpaths.at(i) << endl; } ubnpathlF.close(); QStringList extractedfiles = extractallfiles(isofile, targetDrive, bootfiles, listfilesizedirpair.first.first); if (QFile::exists(QString("%1liveusb").arg(targetDrive))) overwritefileprompt(QString("%1liveusb").arg(targetDrive)); else extractedfiles.append(QString("%1liveusb").arg(targetDrive)); QFile(QString("%1liveusb").arg(targetDrive)).open(QIODevice::WriteOnly); pdesc1->setText(QString("Copying %1 to %2").arg(isofile).arg(QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/")))); if (QFile::exists(QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/")))) overwritefileprompt(QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/"))); else extractedfiles.append(QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/"))); //QFile::copy(isofile, QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/"))); copyfilegui(isofile, QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/"))); QFile ubnfilelF(QDir::toNativeSeparators(QString("%1ubnfilel.txt").arg(targetPath))); if (ubnfilelF.exists()) { rmFile(ubnfilelF); } ubnfilelF.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream ubnfilelS(&ubnfilelF); for (int i = 0; i < extractedfiles.size(); ++i) { ubnfilelS << extractedfiles.at(i) << endl; } ubnfilelF.close(); } void unetbootin::copyfilegui(QString src, QString dst) { pdesc5->setText(""); pdesc4->setText(tr("Copying file, please wait...")); pdesc3->setText(tr("Source: %1").arg(src)); pdesc2->setText(tr("Destination: %1").arg(dst)); pdesc1->setText(tr("Copied: 0 bytes")); QEventLoop cpfw; copyfileT cpft; cpft.source = src; cpft.destination = dst; connect(&cpft, SIGNAL(datacopied64(qint64,qint64)), this, SLOT(cpprogressupdate64(qint64,qint64))); connect(&cpft, SIGNAL(finished()), &cpfw, SLOT(quit())); cpft.start(); cpfw.exec(); pdesc4->setText(""); pdesc3->setText(""); pdesc2->setText(""); pdesc1->setText(""); tprogress->setValue(0); } QStringList unetbootin::makepathtree(QString dirmkpathw, QStringList pathlist) { QStringList createdpaths; QDir dir(dirmkpathw); for (int i = 0; i < pathlist.size(); ++i) { if (dir.mkdir(pathlist.at(i))) { createdpaths.append(pathlist.at(i)); } } return createdpaths; } QStringList unetbootin::extractallfiles(QString archivefile, QString dirxfilesto, QPair > filesizelist, QStringList outputfilelist) { QStringList filelist = filesizelist.first; QStringList extractedfiles; QProgressDialog xprogress; tprogress->setMaximum(filelist.size()); tprogress->setMinimum(0); tprogress->setValue(0); pdesc5->setText(tr("Extracting files, please wait...")); pdesc4->setText(tr("Archive: %1").arg(archivefile)); pdesc3->setText(tr("Source:")); pdesc2->setText(tr("Destination:")); pdesc1->setText(tr("Extracted: 0 of %1 files").arg(filelist.size())); for (int i = 0; i < filelist.size(); ++i) { pdesc3->setText(tr("Source: %1 (%2)").arg(filelist.at(i)).arg(displayfisize(filesizelist.second.at(i)))); pdesc2->setText(tr("Destination: %1%2").arg(dirxfilesto).arg(outputfilelist.at(i))); pdesc1->setText(tr("Extracted: %1 of %2 files").arg(i).arg(filelist.size())); tprogress->setValue(i); if (extractfile(filelist.at(i), QString("%1%2").arg(dirxfilesto).arg(outputfilelist.at(i)), archivefile)) { extractedfiles.append(filelist.at(i)); } } pdesc5->setText(""); pdesc4->setText(""); pdesc3->setText(""); pdesc2->setText(""); pdesc1->setText(""); tprogress->setValue(0); return extractedfiles; } QString unetbootin::getgrubcfgargs(QString cfgfile) { QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (cfgfileCL.contains(QRegExp("^kernel\\s{1,}\\S{1,}\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { return fixkernelbootoptions(QString(cfgfileCL).remove(QRegExp("^kernel\\s{1,}\\S{1,}\\s{1,}", Qt::CaseInsensitive))); } } return ""; } QPair, QPair > unetbootin::getgrubcfgargsL(QString cfgfile) { QPair kernelandinitrd; QPair titleandparams; int curindex = 0; bool kernelpassed = false; QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (cfgfileCL.contains(QRegExp("^title\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); kernelpassed = false; } titleandparams.first[curindex] = QString(cfgfileCL).remove("title", Qt::CaseInsensitive).trimmed(); continue; } if (cfgfileCL.contains(QRegExp("^initrd\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { kernelandinitrd.second[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^initrd", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.second.at(curindex).isEmpty()) // kernelandinitrd.second[curindex] = initrdLoc; continue; } // if (cfgfileCL.contains(QRegExp("^module\\s{1,}\\S{1,}", Qt::CaseInsensitive))) // { // kernelandinitrd.second[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^module", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.second.at(curindex).isEmpty()) // kernelandinitrd.second[curindex] = initrdLoc; // } if (cfgfileCL.contains(QRegExp("^kernel\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); // kernelpassed = false; } if (cfgfileCL.contains(QRegExp("^kernel\\s{1,}\\S{1,}\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { titleandparams.second[curindex] = fixkernelbootoptions(QString(cfgfileCL).remove(QRegExp("^kernel\\s{1,}\\S{1,}\\s{1,}", Qt::CaseInsensitive))); } kernelandinitrd.first[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^kernel", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.first.at(curindex).isEmpty()) // kernelandinitrd.first[curindex] = kernelLoc; kernelpassed = true; continue; } } return qMakePair(kernelandinitrd, titleandparams); } QString unetbootin::getFirstTextBlock(QString fulltext) { QStringList textblockL = fulltext.split(QRegExp("\\s{1,}")).filter(QRegExp("\\S{1,}")); if (textblockL.isEmpty()) return ""; else { return textblockL.at(0); } } void unetbootin::loadgrub2env(QString cfgfile) { QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (cfgfileCL.contains("${")) { for (QMap::const_iterator i = grub2vars.begin(); i != grub2vars.end(); ++i) { if (cfgfileCL.contains(QString("${%1}").arg(i.key()))) cfgfileCL.replace(QString("${%1}").arg(i.key()), i.value()); } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\".{1,}\""))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}\"(.{1,})\""); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\\S{1,}"))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}(\\S{1,})"); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (cfgfileCL.count("=") == 1) { QStringList splp = cfgfileCL.split("="); if (splp.size() == 2) { grub2vars[splp.at(0).trimmed()] = QString(splp.at(1)).remove("\"").trimmed(); } } } } QString unetbootin::getgrub2cfgargs(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; QString includesfile; QString searchincfrs; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (cfgfileCL.contains("${")) { for (QMap::const_iterator i = grub2vars.begin(); i != grub2vars.end(); ++i) { if (cfgfileCL.contains(QString("${%1}").arg(i.key()))) cfgfileCL.replace(QString("${%1}").arg(i.key()), i.value()); } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\".{1,}\""))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}\"(.{1,})\""); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\\S{1,}"))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}(\\S{1,})"); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (!archivefileconts.isEmpty() && QRegExp("^configfile\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^configfile\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforgrub2includesfile(includesfile, archivefile, archivefileconts, visitedincludes).trimmed(); if (!searchincfrs.isEmpty()) return searchincfrs; } if (!archivefileconts.isEmpty() && QRegExp("^source\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^source\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforgrub2includesfile(includesfile, archivefile, archivefileconts, visitedincludes).trimmed(); if (!searchincfrs.isEmpty()) return searchincfrs; } if (cfgfileCL.contains(QRegExp("^linux\\s{1,}\\S{1,}\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { return fixkernelbootoptions(QString(cfgfileCL).remove(QRegExp("^linux\\s{1,}\\S{1,}\\s{1,}", Qt::CaseInsensitive))).remove(QRegExp("initrd=\\S{0,}")).trimmed(); } } return ""; } QPair, QPair > unetbootin::getgrub2cfgargsL(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { QPair kernelandinitrd; QPair titleandparams; int curindex = 0; bool kernelpassed = false; QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); QString includesfile; QPair, QPair > searchincfrs; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (cfgfileCL.contains("${")) { for (QMap::const_iterator i = grub2vars.begin(); i != grub2vars.end(); ++i) { if (cfgfileCL.contains(QString("${%1}").arg(i.key()))) cfgfileCL.replace(QString("${%1}").arg(i.key()), i.value()); } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\".{1,}\""))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}\"(.{1,})\""); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\\S{1,}"))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}(\\S{1,})"); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (!archivefileconts.isEmpty() && QRegExp("^configfile\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^configfile\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforgrub2includesfileL(includesfile, archivefile, archivefileconts, visitedincludes); if (!searchincfrs.first.first.isEmpty()) { kernelandinitrd.first += searchincfrs.first.first; kernelandinitrd.second += searchincfrs.first.second; titleandparams.first += searchincfrs.second.first; titleandparams.second += searchincfrs.second.second; } continue; } if (!archivefileconts.isEmpty() && QRegExp("^source\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^source\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforgrub2includesfileL(includesfile, archivefile, archivefileconts, visitedincludes); if (!searchincfrs.first.first.isEmpty()) { kernelandinitrd.first += searchincfrs.first.first; kernelandinitrd.second += searchincfrs.first.second; titleandparams.first += searchincfrs.second.first; titleandparams.second += searchincfrs.second.second; } continue; } if (cfgfileCL.contains(QRegExp("^menuentry\\s{1,}\".{1,}\"", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); kernelpassed = false; } titleandparams.first[curindex] = QString(cfgfileCL).remove("menuentry", Qt::CaseInsensitive).remove("\"").remove("{").remove("}").trimmed(); continue; } if (cfgfileCL.contains(QRegExp("^initrd\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { kernelandinitrd.second[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^initrd", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.second.at(curindex).isEmpty()) // kernelandinitrd.second[curindex] = initrdLoc; continue; } // if (cfgfileCL.contains(QRegExp("^module\\s{1,}\\S{1,}", Qt::CaseInsensitive))) // { // kernelandinitrd.second[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^module", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.second.at(curindex).isEmpty()) // kernelandinitrd.second[curindex] = initrdLoc; // } if (cfgfileCL.contains(QRegExp("^linux\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); // kernelpassed = false; } if (cfgfileCL.contains(QRegExp("^linux\\s{1,}\\S{1,}\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { titleandparams.second[curindex] = fixkernelbootoptions(QString(cfgfileCL).remove(QRegExp("^linux\\s{1,}\\S{1,}\\s{1,}", Qt::CaseInsensitive))).remove(QRegExp("initrd=\\S{0,}")).trimmed(); } kernelandinitrd.first[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^linux", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.first.at(curindex).isEmpty()) // kernelandinitrd.first[curindex] = kernelLoc; kernelpassed = true; continue; } } return qMakePair(kernelandinitrd, titleandparams); } QString unetbootin::getcfgkernargs(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; QString includesfile; QString searchincfrs; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (!archivefileconts.isEmpty() && QRegExp("^include\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^include\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforincludesfile(includesfile, archivefile, archivefileconts, visitedincludes).trimmed(); if (!searchincfrs.isEmpty()) return searchincfrs; } if (!archivefileconts.isEmpty() && QRegExp("^append\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^append\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforincludesfile(includesfile, archivefile, archivefileconts, visitedincludes).trimmed(); if (!searchincfrs.isEmpty()) return searchincfrs; } else if (cfgfileCL.contains(QRegExp("^\\s{0,}append\\s{1,}", Qt::CaseInsensitive))) { return fixkernelbootoptions(QString(cfgfileCL).remove(QRegExp("\\s{0,}append\\s{1,}", Qt::CaseInsensitive)).remove(QRegExp("\\s{0,1}initrd=\\S{0,}", Qt::CaseInsensitive))); } } return ""; } QPair, QPair > unetbootin::getcfgkernargsL(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { /* QString cfgfiledir; if (cfgfile.contains(QDir::toNativeSeparators("/"))) cfgfiledir = QDir::fromNativeSeparators(QString(cfgfile).left(cfgfile.lastIndexOf(QDir::toNativeSeparators("/")) + 1)); if (!cfgfiledir.isEmpty()) { if (!cfgfiledir.startsWith('/')) cfgfiledir = QString("/%1").arg(cfgfiledir); if (!cfgfiledir.endsWith('/')) cfgfiledir = QString("%1/").arg(cfgfiledir); } */ QPair kernelandinitrd; QPair titleandparams; int curindex = 0; bool kernelpassed = false; QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); QString includesfile; QPair, QPair > searchincfrs; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (!archivefileconts.isEmpty() && QRegExp("^include\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^include\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforincludesfileL(includesfile, archivefile, archivefileconts, visitedincludes); if (!searchincfrs.first.first.isEmpty()) { kernelandinitrd.first += searchincfrs.first.first; kernelandinitrd.second += searchincfrs.first.second; titleandparams.first += searchincfrs.second.first; titleandparams.second += searchincfrs.second.second; } continue; } if (!archivefileconts.isEmpty() && QRegExp("^append\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^append\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforincludesfileL(includesfile, archivefile, archivefileconts, visitedincludes); if (!searchincfrs.first.first.isEmpty()) { kernelandinitrd.first += searchincfrs.first.first; kernelandinitrd.second += searchincfrs.first.second; titleandparams.first += searchincfrs.second.first; titleandparams.second += searchincfrs.second.second; } continue; } if (cfgfileCL.contains(QRegExp("^menu label\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { titleandparams.first[curindex] = QString(cfgfileCL).remove(QRegExp("^menu label", Qt::CaseInsensitive)).trimmed(); continue; } if (cfgfileCL.contains(QRegExp("^append\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { QString appendoptsL = QString(cfgfileCL).remove(QRegExp("^append", Qt::CaseInsensitive)).trimmed(); if (appendoptsL.contains(QRegExp("initrd=\\S{0,}", Qt::CaseInsensitive))) { kernelandinitrd.second[curindex] = getFirstTextBlock(QString(appendoptsL).remove(QRegExp(".{0,}initrd=", Qt::CaseInsensitive))); appendoptsL = QString(appendoptsL).remove(QRegExp("initrd=\\S{0,}", Qt::CaseInsensitive)); // if (kernelandinitrd.second.at(curindex).isEmpty()) // kernelandinitrd.second[curindex] = initrdLoc; // else if (!kernelandinitrd.second.at(curindex).contains('/')) // kernelandinitrd.second[curindex] = QString("%1%2").arg(cfgfiledir, kernelandinitrd.second.at(curindex)); } titleandparams.second[curindex] = fixkernelbootoptions(appendoptsL); continue; } if (cfgfileCL.contains(QRegExp("^label\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Syslinux %1").arg(curindex)); titleandparams.second.append(""); kernelpassed = false; } titleandparams.first[curindex] = QString(cfgfileCL).remove(QRegExp("^label", Qt::CaseInsensitive)).trimmed(); continue; } if (cfgfileCL.contains(QRegExp("^kernel\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Syslinux %1").arg(curindex)); titleandparams.second.append(""); // kernelpassed = false; } kernelandinitrd.first[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^kernel", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.first.at(curindex).isEmpty()) // kernelandinitrd.first[curindex] = kernelLoc; // else if (!kernelandinitrd.first.at(curindex).contains('/')) // kernelandinitrd.first[curindex] = QString("%1%2").arg(cfgfiledir, kernelandinitrd.first.at(curindex)); kernelpassed = true; continue; } if (cfgfileCL.contains(QRegExp("^initrd\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelandinitrd.second[curindex] == initrdLoc) { kernelandinitrd.second[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^initrd", Qt::CaseInsensitive)).trimmed()); } continue; } } return qMakePair(kernelandinitrd, titleandparams); } QString unetbootin::searchforincludesfile(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { if (includesfile.startsWith(QDir::toNativeSeparators("/"))) { includesfile = includesfile.right(includesfile.size() - 1).trimmed(); } QStringList includesfileL; for (int i = 0; i < archivefileconts.size(); ++i) { QString curentry = archivefileconts.at(i); if (curentry.endsWith("/") || curentry.endsWith(QDir::toNativeSeparators("/"))) { curentry = curentry.left(curentry.size() - 1).trimmed(); } if (curentry.contains("/")) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf("/")); } else if (curentry.contains(QDir::toNativeSeparators("/"))) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf(QDir::toNativeSeparators("/"))); } if (includesfile.compare(curentry, Qt::CaseInsensitive) == 0) { includesfileL.append(archivefileconts.at(i)); } } if (includesfileL.isEmpty()) { includesfileL = archivefileconts.filter(includesfile, Qt::CaseInsensitive); } if (!includesfileL.isEmpty()) { for (int i = 0; i < includesfileL.size(); ++i) { if (visitedincludes.contains(includesfileL.at(i))) continue; randtmpfile tmpoutputcfgf(ubntmpf, "cfg"); extractfile(includesfileL.at(i), tmpoutputcfgf.fileName(), archivefile); QStringList nextinclude = visitedincludes; nextinclude.append(includesfileL.at(i)); QString extractcfgtmp = getcfgkernargs(tmpoutputcfgf.fileName(), archivefile, archivefileconts, nextinclude).trimmed(); rmFile(tmpoutputcfgf); if (!extractcfgtmp.isEmpty()) { return extractcfgtmp; } } } return ""; } QPair, QPair > unetbootin::searchforincludesfileL(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { if (includesfile.startsWith(QDir::toNativeSeparators("/"))) { includesfile = includesfile.right(includesfile.size() - 1).trimmed(); } QStringList includesfileL; for (int i = 0; i < archivefileconts.size(); ++i) { QString curentry = archivefileconts.at(i); if (curentry.endsWith("/") || curentry.endsWith(QDir::toNativeSeparators("/"))) { curentry = curentry.left(curentry.size() - 1).trimmed(); } if (curentry.contains("/")) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf("/")); } else if (curentry.contains(QDir::toNativeSeparators("/"))) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf(QDir::toNativeSeparators("/"))); } if (includesfile.compare(curentry, Qt::CaseInsensitive) == 0) { includesfileL.append(archivefileconts.at(i)); } } if (includesfileL.isEmpty()) { includesfileL = archivefileconts.filter(includesfile, Qt::CaseInsensitive); } if (!includesfileL.isEmpty()) { for (int i = 0; i < includesfileL.size(); ++i) { if (visitedincludes.contains(includesfileL.at(i))) continue; randtmpfile tmpoutputcfgf(ubntmpf, "cfg"); extractfile(includesfileL.at(i), tmpoutputcfgf.fileName(), archivefile); QStringList nextinclude = visitedincludes; nextinclude.append(includesfileL.at(i)); QPair, QPair > extractcfgtmp = getcfgkernargsL(tmpoutputcfgf.fileName(), archivefile, archivefileconts, nextinclude); rmFile(tmpoutputcfgf); if (!extractcfgtmp.first.first.isEmpty()) { return extractcfgtmp; } } } return QPair, QPair >(); } QString unetbootin::searchforgrub2includesfile(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { if (includesfile.startsWith(QDir::toNativeSeparators("/"))) { includesfile = includesfile.right(includesfile.size() - 1).trimmed(); } QStringList includesfileL; for (int i = 0; i < archivefileconts.size(); ++i) { QString curentry = archivefileconts.at(i); if (curentry.endsWith("/") || curentry.endsWith(QDir::toNativeSeparators("/"))) { curentry = curentry.left(curentry.size() - 1).trimmed(); } if (curentry.contains("/")) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf("/")); } else if (curentry.contains(QDir::toNativeSeparators("/"))) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf(QDir::toNativeSeparators("/"))); } if (includesfile.compare(curentry, Qt::CaseInsensitive) == 0) { includesfileL.append(archivefileconts.at(i)); } } if (includesfileL.isEmpty()) { includesfileL = archivefileconts.filter(includesfile, Qt::CaseInsensitive); } if (!includesfileL.isEmpty()) { for (int i = 0; i < includesfileL.size(); ++i) { if (visitedincludes.contains(includesfileL.at(i))) continue; randtmpfile tmpoutputcfgf(ubntmpf, "cfg"); extractfile(includesfileL.at(i), tmpoutputcfgf.fileName(), archivefile); QStringList nextinclude = visitedincludes; nextinclude.append(includesfileL.at(i)); QString extractcfgtmp = getgrub2cfgargs(tmpoutputcfgf.fileName(), archivefile, archivefileconts, nextinclude).trimmed(); rmFile(tmpoutputcfgf); if (!extractcfgtmp.isEmpty()) { return extractcfgtmp; } } } return ""; } QPair, QPair > unetbootin::searchforgrub2includesfileL(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { if (includesfile.startsWith(QDir::toNativeSeparators("/"))) { includesfile = includesfile.right(includesfile.size() - 1).trimmed(); } QStringList includesfileL; for (int i = 0; i < archivefileconts.size(); ++i) { QString curentry = archivefileconts.at(i); if (curentry.endsWith("/") || curentry.endsWith(QDir::toNativeSeparators("/"))) { curentry = curentry.left(curentry.size() - 1).trimmed(); } if (curentry.contains("/")) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf("/")); } else if (curentry.contains(QDir::toNativeSeparators("/"))) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf(QDir::toNativeSeparators("/"))); } if (includesfile.compare(curentry, Qt::CaseInsensitive) == 0) { includesfileL.append(archivefileconts.at(i)); } } if (includesfileL.isEmpty()) { includesfileL = archivefileconts.filter(includesfile, Qt::CaseInsensitive); } if (!includesfileL.isEmpty()) { for (int i = 0; i < includesfileL.size(); ++i) { if (visitedincludes.contains(includesfileL.at(i))) continue; randtmpfile tmpoutputcfgf(ubntmpf, "cfg"); extractfile(includesfileL.at(i), tmpoutputcfgf.fileName(), archivefile); QStringList nextinclude = visitedincludes; nextinclude.append(includesfileL.at(i)); QPair, QPair > extractcfgtmp = getgrub2cfgargsL(tmpoutputcfgf.fileName(), archivefile, archivefileconts, nextinclude); rmFile(tmpoutputcfgf); if (!extractcfgtmp.first.first.isEmpty()) { return extractcfgtmp; } } } return QPair, QPair >(); } void unetbootin::downloadfile(QString fileurl, QString targetfile, int minsize=524288) { if (fileurl.isEmpty()) { showDownloadFailedScreen(fileurl); return; } if (QFile::exists(targetfile)) { rmFile(targetfile); } QUrl dlurl(fileurl); bool isftp = false; if (dlurl.scheme() == "ftp") { isftp = true; } QHttp dlhttp; QFtp dlftp; QEventLoop dlewait; pdesc5->setText(""); pdesc4->setText(tr("Downloading files, please wait...")); pdesc3->setText(tr("Source: %1").arg(fileurl)); pdesc2->setText(tr("Destination: %1").arg(targetfile)); pdesc1->setText(tr("Downloaded: 0 bytes")); QString realupath = QString(fileurl).remove(0, fileurl.indexOf(QString("://%1").arg(dlurl.host())) + QString("://%1").arg(dlurl.host()).length()); if (isftp) { connect(&dlftp, SIGNAL(done(bool)), &dlewait, SLOT(quit())); connect(&dlftp, SIGNAL(dataTransferProgress(qint64, qint64)), this, SLOT(dlprogressupdate64(qint64, qint64))); } else { connect(&dlhttp, SIGNAL(done(bool)), &dlewait, SLOT(quit())); connect(&dlhttp, SIGNAL(dataReadProgress(int, int)), this, SLOT(dlprogressupdate(int, int))); } QFile dloutfile; if (installType == tr("USB Drive")) { dloutfile.setFileName(randtmpfile::getrandfilename(ubntmpf, "tmp")); } else { dloutfile.setFileName(targetfile); } dloutfile.open(QIODevice::WriteOnly); if (isftp) { dlftp.connectToHost(dlurl.host()); dlftp.login(); dlftp.get(realupath, &dloutfile); } else { dlhttp.setHost(dlurl.host()); ubngetrequestheader dlrequest(dlurl.host(), realupath); dlhttp.request(dlrequest, 0, &dloutfile); } dlewait.exec(); if (!isftp) { QHttpResponseHeader dlresponse(dlhttp.lastResponse()); int dlrstatus = dlresponse.statusCode(); if (dlrstatus >= 300 && dlrstatus < 400 && dlresponse.hasKey("Location")) { dloutfile.close(); rmFile(dloutfile); downloadfile(dlresponse.value("Location"), targetfile, minsize); return; } } if (isftp) { dlftp.close(); } else { dlhttp.close(); } dloutfile.close(); if (installType == tr("USB Drive")) { dloutfile.rename(targetfile); } if (QFile(targetfile).size() <= 4096) { QString redirectTargetURL; QFile seeRedirect(targetfile); seeRedirect.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream seeRedirectTextStream(&seeRedirect); while (!seeRedirectTextStream.atEnd()) { QString curline = seeRedirectTextStream.readLine(); if (curline.contains("content=\"0;url=")) { int urlstartidx = curline.indexOf("content=\"0;url=") + QString("content=\"0;url=").size(); redirectTargetURL = curline.mid(urlstartidx); if (redirectTargetURL.contains("\"")) { redirectTargetURL = redirectTargetURL.left(redirectTargetURL.indexOf("\"")); } break; } if (curline.contains("content='0;url=")) { int urlstartidx = curline.indexOf("content='0;url=") + QString("content='0;url=").size(); redirectTargetURL = curline.mid(urlstartidx); if (redirectTargetURL.contains("'")) { redirectTargetURL = redirectTargetURL.left(redirectTargetURL.indexOf("'")); } break; } } seeRedirect.close(); if (!redirectTargetURL.isEmpty()) { rmFile(targetfile); downloadfile(redirectTargetURL, targetfile, minsize); return; } } if (QFile(targetfile).size() < minsize) { // download failed showDownloadFailedScreen(fileurl); return; } pdesc4->setText(""); pdesc3->setText(""); pdesc2->setText(""); pdesc1->setText(""); tprogress->setValue(0); if (testingDownload) { // Note that this only tests that the first download succeeds printf("exitstatus:downloadcomplete\n"); QApplication::exit(); exit(0); } } void unetbootin::showDownloadFailedScreen(const QString &fileurl) { progresslayer->setEnabled(false); progresslayer->hide(); rebootlayer->setEnabled(true); rebootlayer->show(); rebootmsgtext->setText(tr("Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option.").arg(nameDistro).arg(nameVersion).arg(fileurl)); this->frebootbutton->setEnabled(false); this->frebootbutton->hide(); this->downloadFailed = true; if (exitOnCompletion) { printf("exitstatus:downloadfailed\n"); QApplication::exit(); exit(0); } } void unetbootin::dlprogressupdate(int dlbytes, int maxbytes) { QTime time = QTime::currentTime(); static int oldsec = 0; // refresh the progress bar every second if(oldsec != time.second()) { oldsec = time.second(); tprogress->setValue(dlbytes); tprogress->setMaximum(maxbytes); // display the downloaded size with suffix pdesc1->setText(tr("Downloaded: %1 of %2").arg(displayfisize(dlbytes)).arg(displayfisize(maxbytes))); } } void unetbootin::dlprogressupdate64(qint64 dlbytes, qint64 maxbytes) { QTime time = QTime::currentTime(); static int oldsec = 0; // refresh the progress bar every second if(oldsec != time.second()) { oldsec = time.second(); tprogress->setValue(dlbytes); tprogress->setMaximum(maxbytes); // display the downloaded size with suffix pdesc1->setText(tr("Downloaded: %1 of %2").arg(displayfisize(dlbytes)).arg(displayfisize(maxbytes))); } } void unetbootin::cpprogressupdate64(qint64 dlbytes, qint64 maxbytes) { QTime time = QTime::currentTime(); static int oldsec = 0; // refresh the progress bar every second if(oldsec != time.second()) { oldsec = time.second(); tprogress->setValue(dlbytes); tprogress->setMaximum(maxbytes); // display the downloaded size with suffix pdesc1->setText(tr("Copied: %1 of %2").arg(displayfisize(dlbytes)).arg(displayfisize(maxbytes))); } } QString unetbootin::downloadpagecontents(QString pageurl) { QUrl pgurl(pageurl); QHttp pghttp; QEventLoop pgwait; connect(&pghttp, SIGNAL(done(bool)), &pgwait, SLOT(quit())); pghttp.setHost(pgurl.host()); QString realpgupath = QString(pageurl).remove(0, pageurl.indexOf(QString("://%1").arg(pgurl.host())) + QString("://%1").arg(pgurl.host()).length()); ubngetrequestheader pgrequest(pgurl.host(), realpgupath); pghttp.request(pgrequest); pgwait.exec(); QHttpResponseHeader pgresponse(pghttp.lastResponse()); int pgrstatus = pgresponse.statusCode(); if (pgrstatus >= 300 && pgrstatus < 400 && pgresponse.hasKey("Location")) { return downloadpagecontents(pgresponse.value("Location")); } else { return QString(pghttp.readAll()); } } QStringList unetbootin::lstFtpDirFiles(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize) { QUrl ldfDirUrl(ldfDirStringUrl); QFtp ldfFtp; QEventLoop ldfWait; nDirListStor nDirListStorL; nDirListStorL.nMinFileSizeBytes = ldfMinSize; nDirListStorL.nMaxFileSizeBytes = ldfMaxSize; nDirListStorL.searchsymlinks = this->searchsymlinks; connect(&ldfFtp, SIGNAL(done(bool)), &ldfWait, SLOT(quit())); connect(&ldfFtp, SIGNAL(listInfo(QUrlInfo)), &nDirListStorL, SLOT(sAppendSelfUrlInfoList(QUrlInfo))); ldfFtp.connectToHost(ldfDirUrl.host()); ldfFtp.login(); ldfFtp.list(ldfDirUrl.path()); ldfWait.exec(); ldfFtp.close(); return nDirListStorL.nDirFileListSL; } QStringList unetbootin::lstHttpDirFiles(QString ldfDirStringUrl) { QStringList relativefilelinksL; QStringList relativelinksLPreFilter = downloadpagecontents(ldfDirStringUrl) .replace(">", ">\n") .replace("<", "\n<") .split("\n"); QStringList relativelinksLPart1 = relativelinksLPreFilter .filter(QRegExp("", Qt::CaseInsensitive)) .replaceInStrings(QRegExp("", ""); QStringList relativelinksLPart2 = relativelinksLPreFilter .filter(QRegExp("", Qt::CaseInsensitive)) .replaceInStrings(QRegExp("", ""); QStringList relativelinksL = relativelinksLPart1 << relativelinksLPart2; for (int i = 0; i < relativelinksL.size(); ++i) { if (!relativelinksL.at(i).endsWith('/')) relativefilelinksL.append(relativelinksL.at(i)); } return relativefilelinksL; } QStringList unetbootin::lstNetDirFiles(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize) { if (!ldfDirStringUrl.endsWith('/')) ldfDirStringUrl += '/'; if (ldfDirStringUrl.startsWith("ftp")) { return lstFtpDirFiles(ldfDirStringUrl, ldfMinSize, ldfMaxSize); } else { return lstHttpDirFiles(ldfDirStringUrl); } } QPair unetbootin::weightedFilterNetDir(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize, QList ldfFileMatchExp) { if (!ldfDirStringUrl.endsWith('/')) ldfDirStringUrl += '/'; pdesc1->setText(tr("Searching in %1").arg(ldfDirStringUrl)); QPair relativeFileUrl = filterBestMatch(lstNetDirFiles(ldfDirStringUrl, ldfMinSize, ldfMaxSize), ldfFileMatchExp); if (relativeFileUrl.first.startsWith('/')) ldfDirStringUrl = ldfDirStringUrl.left(ldfDirStringUrl.indexOf('/', 8)); pdesc2->setText(tr("%1/%2 matches in %3").arg(relativeFileUrl.second).arg(ldfFileMatchExp.size()).arg(ldfDirStringUrl)); return qMakePair(ldfDirStringUrl+relativeFileUrl.first, relativeFileUrl.second); } QString unetbootin::fileFilterNetDir(QStringList ldfDirStringUrlList, int ldfMinSize, int ldfMaxSize, QList ldfFileMatchExp) { QPair curRemoteFileUrlSP; int hRegxMatch = 0; QString hRegxMatchString; for (int i = 0; i < ldfDirStringUrlList.size(); ++i) { curRemoteFileUrlSP = weightedFilterNetDir(ldfDirStringUrlList.at(i), ldfMinSize, ldfMaxSize, ldfFileMatchExp); if (curRemoteFileUrlSP.second == ldfFileMatchExp.size()) return curRemoteFileUrlSP.first; if (curRemoteFileUrlSP.second > hRegxMatch) { hRegxMatch = curRemoteFileUrlSP.second; hRegxMatchString = curRemoteFileUrlSP.first; } } return hRegxMatchString; } QPair unetbootin::filterBestMatch(QStringList ufStringList, QList filterExpList) { QString hRegxMatchString, hRegxMatchStringEnd; int hRegxMatch = 0; for (int i = 0; i < ufStringList.size(); ++i) { int regxmatches = 0; hRegxMatchStringEnd = ufStringList.at(i).right(ufStringList.at(i).size() - ufStringList.at(i).lastIndexOf('/') - 1); for (int j = 0; j < filterExpList.size(); ++j) { if (hRegxMatchStringEnd.contains(filterExpList.at(j))) ++regxmatches; } if (regxmatches >= hRegxMatch) { hRegxMatchString = ufStringList.at(i); hRegxMatch = regxmatches; } } return qMakePair(hRegxMatchString, hRegxMatch); } void unetbootin::sysreboot() { #ifdef Q_OS_WIN32 HANDLE hToken; TOKEN_PRIVILEGES tkp; OpenProcessToken(GetCurrentProcess(), TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY, &hToken); LookupPrivilegeValue(NULL, SE_SHUTDOWN_NAME, &tkp.Privileges[0].Luid); tkp.PrivilegeCount = 1; tkp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED; AdjustTokenPrivileges(hToken, FALSE, &tkp, 0, (PTOKEN_PRIVILEGES)NULL, 0); ExitWindowsEx(EWX_REBOOT, EWX_FORCE); #endif #ifdef Q_OS_LINUX callexternapp("init", "6 &"); #endif #ifdef Q_OS_MAC callexternapp("shutdown", "-r now &"); #endif } QString unetbootin::callexternapp(QString xexecFile, QString xexecParm) { QEventLoop cxaw; callexternappT cxat; connect(&cxat, SIGNAL(finished()), &cxaw, SLOT(quit())); cxat.execFile = xexecFile; cxat.execParm = xexecParm; cxat.start(); cxaw.exec(); return cxat.retnValu; } QString unetbootin::callexternappWriteToStdin(QString xexecFile, QString xexecParm, QString xwriteToStdin) { QEventLoop cxaw; callexternappWriteToStdinT cxat; connect(&cxat, SIGNAL(finished()), &cxaw, SLOT(quit())); cxat.execFile = xexecFile; cxat.execParm = xexecParm; cxat.writeToStdin = xwriteToStdin; cxat.start(); cxaw.exec(); return cxat.retnValu; } QString unetbootin::getdevluid(QString voldrive) { #ifdef Q_OS_MAC QString diskutilinfo = callexternapp("diskutil", "info " + voldrive); QString uuidS = getuuid(voldrive, diskutilinfo); if (uuidS == "None") { return QString("LABEL=%1").arg(getlabel(voldrive, diskutilinfo)); } else { return QString("UUID=%1").arg(uuidS); } #endif #ifndef Q_OS_MAC QString uuidS = getuuid(voldrive); if (uuidS == "None") { return QString("LABEL=%1").arg(getlabel(voldrive)); } else { return QString("UUID=%1").arg(uuidS); } #endif } #ifdef Q_OS_MAC QString unetbootin::getlabel(QString voldrive, QString diskutilinfo) { QStringList diskutiloutput = diskutilinfo.split("\n"); QStringList labelLines = diskutiloutput.filter("Volume Name"); if (labelLines.size() == 0) return "None"; QStringList labelAtEnd = labelLines.at(0).split(":"); if (labelAtEnd.size() < 2) return "None"; return labelAtEnd.at(labelAtEnd.size()-1).trimmed(); } #endif QString unetbootin::getlabel(QString voldrive) { #ifdef Q_OS_MAC return getlabel(voldrive, callexternapp("diskutil", "info " + voldrive)); #endif #ifdef Q_OS_WIN32 voldrive.append("\\"); wchar_t vollabel[50]; GetVolumeInformation(LPWSTR(voldrive.utf16()), vollabel, 50, NULL, NULL, NULL, NULL, NULL); QString vollabelS = QString::fromWCharArray(vollabel); if (vollabelS.isEmpty()) { return "None"; } else { return vollabelS; } #endif #ifdef Q_OS_LINUX QString volidpS = ""; if (!volidcommand.isEmpty()) volidpS = QString(callexternapp(volidcommand, QString("-l %1").arg(voldrive))).remove("\r").remove("\n").trimmed(); else { QString tstrblk = QString(callexternapp(blkidcommand, QString("-s LABEL %1").arg(voldrive))); if (tstrblk.contains('=')) volidpS = tstrblk.section('=', -1, -1).remove('"').remove("\r").remove("\n").trimmed(); } if (volidpS.isEmpty()) { return "None"; } else { return volidpS; } #endif } #ifdef Q_OS_MAC QString unetbootin::getuuid(QString voldrive, QString diskutilinfo) { QStringList diskutiloutput = diskutilinfo.split("\n"); QStringList uuidList = diskutiloutput.filter("UUID"); // TODO untested if (uuidList.size() > 0) { uuidList = uuidList.at(0).split(" "); return uuidList.at(uuidList.size()-1).trimmed(); } // otherwise FAT32 or FAT16; return serial number bool isFat32 = diskutiloutput.filter("FAT32").size() > 0; if (!isFat32) { if (diskutiloutput.filter("FAT16").size() == 0 && diskutiloutput.filter("FAT12").size() == 0) return "None"; } callexternapp("diskutil", "umount "+targetDev); QFile rawDevice(voldrive); rawDevice.open(QIODevice::ReadOnly); if (isFat32) { rawDevice.seek(67); } else // FAT16 or FAT12 { rawDevice.seek(39); } unsigned char pserial[4]; rawDevice.read((char*)pserial, 4); QString serialNumber = QString::number(pserial[3], 16).rightJustified(2, '0')+QString::number(pserial[2], 16).rightJustified(2, '0')+"-"+QString::number(pserial[1], 16).rightJustified(2, '0')+QString::number(pserial[0], 16).rightJustified(2, '0'); rawDevice.close(); callexternapp("diskutil", "mount "+targetDev); return serialNumber.toUpper(); } #endif QString unetbootin::getuuid(QString voldrive) { #ifdef Q_OS_MAC return getuuid(voldrive, callexternapp("diskutil", "info " + voldrive)); #endif #ifdef Q_OS_WIN32 voldrive.append("\\"); DWORD volserialnum = 0; GetVolumeInformation(LPWSTR(voldrive.utf16()), NULL, NULL, &volserialnum, NULL, NULL, NULL, NULL); if (!(volserialnum >= 1)) { return "None"; } QString tvolsernum = QString::number(volserialnum, 16).toUpper(); if (tvolsernum.size() == 8) { return QString("%1-%2").arg(tvolsernum.left(4), tvolsernum.right(4)); } else { return tvolsernum; } #endif #ifdef Q_OS_LINUX QString volidpS = ""; if (!volidcommand.isEmpty()) volidpS = QString(callexternapp(volidcommand, QString("-u %1").arg(voldrive))).remove("\r").remove("\n").trimmed(); else { QString tstrblk = QString(callexternapp(blkidcommand, QString("-s UUID %1").arg(voldrive))); if (tstrblk.contains('=')) volidpS = tstrblk.section('=', -1, -1).remove('"').remove("\r").remove("\n").trimmed(); } if (volidpS.isEmpty()) { return "None"; } else { return volidpS; } #endif } #ifdef Q_OS_UNIX QString unetbootin::locatecommand(QString commandtolocate, QString reqforinstallmode, QString packagename) { QString commandbinpath = callexternapp("which", commandtolocate).trimmed(); if (!commandbinpath.isEmpty() && QFile::exists(commandbinpath)) return commandbinpath; if (packagename == "silent") return ""; // QString commandbinpath = callexternapp("whereis", commandtolocate); // QStringList commandbinpathL = commandbinpath.split(" ").join("\n").split("\t").join("\n").split("\n"); // for (int i = 0; i < commandbinpathL.size(); ++i) // { // if (commandbinpathL.at(i).contains("bin/")) // { // return commandbinpathL.at(i); // } // } QMessageBox errorcmdnotfoundmsgbx; errorcmdnotfoundmsgbx.setIcon(QMessageBox::Warning); errorcmdnotfoundmsgbx.setWindowTitle(QString(tr("%1 not found")).arg(commandtolocate)); errorcmdnotfoundmsgbx.setText(QString(tr("%1 not found. This is required for %2 install mode.\nInstall the \"%3\" package or your distribution's equivalent.")).arg(commandtolocate, reqforinstallmode, packagename)); errorcmdnotfoundmsgbx.setStandardButtons(QMessageBox::Ok); switch (errorcmdnotfoundmsgbx.exec()) { case QMessageBox::Ok: break; default: break; } return commandtolocate; } QString unetbootin::locatedevicenode(QString mountpoint) { QStringList rawdeviceL = QString(callexternapp("mount", "")).replace("\t", " ").split("\n").filter("/dev/").filter(QString(" %1 ").arg(mountpoint)); if (rawdeviceL.isEmpty()) { return "NOT FOUND"; } else { return QFileInfo(rawdeviceL.at(0).split(" ").at(0)).canonicalFilePath(); } } QString unetbootin::locatemountpoint(QString devicenode) { QStringList procmountsL = callexternapp("mount", "").split("\n"); for (int i = 0; i < procmountsL.size(); ++i) { QString mountinfo = procmountsL.at(i).split("\t").join(" "); QStringList deviceAndRest = mountinfo.split(" on "); if (deviceAndRest.size() < 2) continue; if (deviceAndRest.at(0).trimmed() != devicenode) continue; QStringList mountpointAndOptions = deviceAndRest.at(1).split(" (").join(" type ").split(" type "); if (mountpointAndOptions.size() < 1) continue; QString mountpoint = mountpointAndOptions.at(0).trimmed(); if (QDir(mountpoint).exists()) return mountpoint; } return "NOT MOUNTED"; } QString unetbootin::getGrubNotation(QString devicenode) { return QString("(hd%1,%2)").arg(getDiskNumber(devicenode)).arg(getPartitionNumber(devicenode)); } QString unetbootin::getGrub2Notation(QString devicenode) { return QString("(hd%1,%2)").arg(getDiskNumber(devicenode)).arg(getPartitionNumber(devicenode)+1); } int unetbootin::letterToNumber(QChar lettertoconvert) { if (lettertoconvert.isLower()) { return static_cast(lettertoconvert.toAscii() - 'a'); } if (lettertoconvert.isUpper()) { return static_cast(lettertoconvert.toAscii() - 'A'); } else { return 999; } } int unetbootin::getDiskNumber(QString devicenode) { QChar disknumchar(devicenode.at(devicenode.size() - 2)); if (disknumchar.isLetter()) { return letterToNumber(disknumchar); } else { return disknumchar.digitValue() - 1; } } int unetbootin::getPartitionNumber(QString devicenode) { QChar partitionchar(devicenode.at(devicenode.size() - 1)); if (partitionchar.isLetter()) { return letterToNumber(partitionchar); } else { return partitionchar.digitValue() - 1; } } #endif #ifdef Q_OS_WIN32 void unetbootin::installsvzip() { if (QFile::exists(QString("%1\\7z.dll").arg(ubntmpf))) { rmFile(QString("%1\\7z.dll").arg(ubntmpf)); } instIndvfl("sevnz.dll", QString("%1\\7z.dll").arg(ubntmpf)); if (QFile::exists(QString("%1sevnz.exe").arg(ubntmpf))) { rmFile(QString("%1sevnz.exe").arg(ubntmpf)); } instIndvfl("sevnz.exe", QString("%1sevnz.exe").arg(ubntmpf)); sevzcommand = QString("%1sevnz.exe").arg(ubntmpf); } void unetbootin::configsysEdit() { SetFileAttributesA(QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive)).toAscii(), FILE_ATTRIBUTE_NORMAL); QFile::copy(QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive)), QString("%1config.sys").arg(targetPath)); QFile::copy(QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive)), QString("%1confignw.txt").arg(targetPath)); QFile confignwFile(QString("%1confignw.txt").arg(targetPath)); QFile configsysFile(QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive))); confignwFile.open(QIODevice::ReadWrite | QIODevice::Text); configsysFile.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream confignwOut(&confignwFile); QTextStream configsysOut(&configsysFile); QString configsysText = QString("[menu]\n" "menucolor=15,0\n" "menuitem=windows,Windows\n" "menuitem=grub,"UNETBOOTINB"\n" "menudefault=windows,30\n" "[grub]\n" "device=ubnldr.exe\n" "[windows]\n%1").arg(configsysOut.readAll()); confignwOut << configsysText << endl; if (!QFile::copy(QString("%1confignw.txt").arg(targetPath), QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive)))) { rmFile(configsysFile); QFile::copy(QString("%1confignw.txt").arg(targetPath), QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive))); } } void unetbootin::bootiniEdit() { SetFileAttributesW(LPWSTR(QDir::toNativeSeparators(QString("%1boot.ini").arg(targetDrive)).utf16()), FILE_ATTRIBUTE_NORMAL); QFile::copy(QDir::toNativeSeparators(QString("%1boot.ini").arg(targetDrive)), QString("%1boot.ini").arg(targetPath)); QFile::copy(QDir::toNativeSeparators(QString("%1bootnw.ini").arg(targetDrive)), QString("%1bootnw.txt").arg(targetPath)); QFile bootnwFile(QString("%1bootnw.txt").arg(targetPath)); QFile bootiniFile(QDir::toNativeSeparators(QString("%1boot.ini").arg(targetDrive))); bootnwFile.open(QIODevice::ReadWrite | QIODevice::Text); bootiniFile.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream bootnwOut(&bootnwFile); QTextStream bootiniOut(&bootiniFile); QStringList bootiniCurTextL; bool btimustreplacetimeout = true; QRegExp btichkistimeout("\\s{0,}timeout.{0,}", Qt::CaseInsensitive); QString bootiniCurLine; while (!bootiniOut.atEnd()) { bootiniCurLine = bootiniOut.readLine(); if (btimustreplacetimeout && btichkistimeout.exactMatch(bootiniCurLine)) { bootiniCurTextL.append("timeout=15"); btimustreplacetimeout = false; } else { bootiniCurTextL.append(bootiniCurLine); } } QString bootiniCurText = bootiniCurTextL.join("\n"); QString bootiniText = QString("%1\n%2=\""UNETBOOTINB"\"").arg(bootiniCurText).arg(QDir::toNativeSeparators(QString("%1ubnldr.mbr").arg(targetDrive))); bootnwOut << bootiniText << endl; if (!QFile::copy(QString("%1bootnw.txt").arg(targetPath), QDir::toNativeSeparators(QString("%1boot.ini").arg(targetDrive)))) { rmFile(bootiniFile); QFile::copy(QString("%1bootnw.txt").arg(targetPath), QDir::toNativeSeparators(QString("%1boot.ini").arg(targetDrive))); } } void unetbootin::vistabcdEdit() { bool warch64 = false; if (!QProcess::systemEnvironment().filter("ProgramW6432").isEmpty()) warch64 = true; instIndvfl("emtxfile.exe", QString("%1emtxfile.exe").arg(targetPath)); QFile vbcdEditF1(QString("%1vbcdedit.bat").arg(targetPath)); vbcdEditF1.open(QIODevice::ReadWrite | QIODevice::Text); QTextStream vbcdEditS1(&vbcdEditF1); vbcdEditS1 << QString("bcdedit /create /d \""UNETBOOTINB"\" /application bootsector > %1tmpbcdid").arg(targetPath) << endl; vbcdEditF1.close(); if (!warch64) callexternapp(QString("%1vbcdedit.bat").arg(targetPath), ""); QFile vbcdTmpInF(QString("%1tmpbcdid").arg(targetPath)); vbcdTmpInF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream vbcdTmpInS(&vbcdTmpInF); QString qstmpvbcdin = vbcdTmpInS.readAll(); vbcdTmpInF.close(); QString vbcdIdTL; QStringList vbcdIdTLSL; if (!warch64) { vbcdIdTLSL = qstmpvbcdin.replace("{", "\n").replace("}", "\n").split("\n").filter("-"); if (!vbcdIdTLSL.isEmpty()) vbcdIdTL = vbcdIdTLSL.at(0); } else { callexternapp(QString("%1emtxfile.exe").arg(targetPath), QString("%1vbcdedit.bat runas").arg(targetPath)); vbcdTmpInF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream vbcdTmpInS2(&vbcdTmpInF); vbcdIdTLSL = vbcdTmpInS2.readAll().replace("{", "\n").replace("}", "\n").split("\n").filter("-"); if (!vbcdIdTLSL.isEmpty()) vbcdIdTL = vbcdIdTLSL.at(0); vbcdTmpInF.close(); } QSettings vdtistor("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UNetbootin", QSettings::NativeFormat); vdtistor.setValue("WArch64", warch64); QFile vbcdEditF2(QString("%1vbcdedt2.bat").arg(targetPath)); vbcdEditF2.open(QIODevice::ReadWrite | QIODevice::Text); QTextStream vbcdEditS2(&vbcdEditF2); vbcdEditS2 << QString("bcdedit /set {%1} device boot\n" "bcdedit /set {%1} path \\ubnldr.mbr\n" "bcdedit /set {%1} device partition=%2\n" "bcdedit /displayorder {%1} /addlast\n" "bcdedit /timeout 30").arg(vbcdIdTL).arg(targetDev) << endl; vbcdEditF2.close(); if (warch64) { callexternapp(QString("%1emtxfile.exe").arg(targetPath), QString("%1vbcdedt2.bat runas").arg(targetPath)); } else { callexternapp(QString("%1vbcdedt2.bat").arg(targetPath), ""); } QFile vbcdundoF(QString("%1vbcdundo.bat").arg(targetPath)); vbcdundoF.open(QIODevice::ReadWrite | QIODevice::Text); QTextStream vbcdundoS(&vbcdundoF); vbcdundoS << QString("bcdedit /delete {%1}").arg(vbcdIdTL) << endl; vbcdundoF.close(); } #endif void unetbootin::instIndvfl(QString srcfName, QString dstfName) { QFile srcF(QString(":/%1").arg(srcfName)); #ifdef NOSTATIC if (srcfName == "memdisk") srcF.setFileName(QFile::exists("/usr/share/syslinux/memdisk") ? "/usr/share/syslinux/memdisk" : "/usr/lib/syslinux/memdisk"); else if (srcfName == "menu.c32") srcF.setFileName(QFile::exists("/usr/share/syslinux/menu.c32") ? "/usr/share/syslinux/menu.c32" : "/usr/lib/syslinux/menu.c32"); else if (srcfName == "libutil.c32") srcF.setFileName(QFile::exists("/usr/share/syslinux/libutil.c32") ? "/usr/share/syslinux/libutil.c32" : "/usr/lib/syslinux/libutil.c32"); else if (srcfName == "libcom32.c32") srcF.setFileName(QFile::exists("/usr/share/syslinux/libcom32.c32") ? "/usr/share/syslinux/libcom32.c32" : "/usr/lib/syslinux/libcom32.c32"); else if (srcfName == "mbr.bin") srcF.setFileName(QFile::exists("/usr/share/syslinux/mbr.bin") ? "/usr/share/syslinux/mbr.bin" : "/usr/lib/syslinux/mbr.bin"); else if (srcfName == "ubnsylnx") srcF.setFileName("/usr/bin/syslinux"); // else // srcF.setFileName(QString("/usr/lib/unetbootin/%1").arg(srcfName)); #endif if (!srcF.exists()) { return; } if (QFile::exists(dstfName)) { if (!overwritefileprompt(dstfName)) return; } QFile dstF(dstfName); dstF.open(QIODevice::WriteOnly); srcF.open(QIODevice::ReadOnly); dstF.write(srcF.readAll()); dstF.close(); srcF.close(); } QString unetbootin::instTempfl(QString srcfName, QString dstfType) { QString dstfName = randtmpfile::getrandfilename(ubntmpf, dstfType); instIndvfl(srcfName, dstfName); return dstfName; } void unetbootin::runinst() { this->trcurrent = tr("(Current)"); this->trdone = tr("(Done)"); firstlayer->setEnabled(false); firstlayer->hide(); secondlayer->setEnabled(true); secondlayer->show(); rebootlayer->setEnabled(false); rebootlayer->hide(); progresslayer->setEnabled(true); progresslayer->show(); sdesc1->setText(QString("%1 %2").arg(sdesc1->text()).arg(trcurrent)); tprogress->setValue(0); installType = typeselect->currentText(); targetDrive = driveselect->currentText(); persistenceSpaceMB = this->persistencevalue->value(); QString ginstallDir; QString installDir; QString isotmpf = randtmpfile::getrandfilename(ubntmpf, "iso"); #ifdef Q_OS_WIN32 if (installType == tr("Hard Disk")) { ginstallDir = "unetbtin/"; } if (installType == tr("USB Drive")) { ginstallDir = ""; } installDir = ginstallDir; targetDev = QString("%1").arg(targetDrive).remove("\\"); rawtargetDev = targetDev; #endif #ifdef Q_OS_UNIX if (installType == tr("Hard Disk")) { QString devnboot = locatedevicenode("/boot"); if (devnboot == "NOT FOUND") { ginstallDir = "boot/"; installDir = ginstallDir; targetDev = locatedevicenode("/"); } else { ginstallDir = ""; installDir = "boot/"; targetDev = devnboot; } devluid = getdevluid(targetDev); } if (installType == tr("USB Drive")) { targetDev = driveselect->currentText(); devluid = getdevluid(targetDev); ginstallDir = ""; installDir = ginstallDir; targetDrive = QString("%1/").arg(locatemountpoint(targetDev)); } #ifdef Q_OS_LINUX if (targetDev.contains(QRegExp("p\\d$"))) rawtargetDev = QString(targetDev).remove(QRegExp("p\\d$")); else rawtargetDev = QString(targetDev).remove(QRegExp("\\d$")); #endif #ifdef Q_OS_MAC rawtargetDev = QString(targetDev).remove(QRegExp("s\\d$")); #endif #endif #ifndef Q_OS_UNIX devluid = getdevluid(targetDev); #endif kernelLine = "kernel"; kernelLoc = QString("/%1ubnkern").arg(ginstallDir); initrdLine = "initrd"; slinitrdLine = "initrd="; initrdLoc = QString("/%1ubninit").arg(ginstallDir); #ifdef NOINITRD initrdLoc = ""; initrdOpts = ""; initrdLine = ""; slinitrdLine = ""; #endif #ifdef NODEFAULTKERNEL kernelLoc = ""; #endif targetPath = QDir::toNativeSeparators(QString("%1%2").arg(targetDrive).arg(installDir)); QDir dir; if (!dir.exists(targetPath)) { dir.mkpath(targetPath); } if (QFile::exists(QString("%1ubnkern").arg(targetPath))) { overwritefileprompt(QString("%1ubnkern").arg(targetPath)); } if (QFile::exists(QString("%1ubninit").arg(targetPath))) { overwritefileprompt(QString("%1ubninit").arg(targetPath)); } if (radioFloppy->isChecked()) { if (diskimagetypeselect->currentIndex() == diskimagetypeselect->findText(tr("Floppy"))) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); if (!FloppyPath->text().startsWith("http://") && !FloppyPath->text().startsWith("ftp://")) QFile::copy(FloppyPath->text(), QString("%1ubninit").arg(targetPath)); else downloadfile(FloppyPath->text(), QString("%1ubninit").arg(targetPath)); } if (diskimagetypeselect->currentIndex() == diskimagetypeselect->findText(tr("ISO"))) { if (!FloppyPath->text().startsWith("http://") && !FloppyPath->text().startsWith("ftp://")) extractiso(FloppyPath->text()); else { downloadfile(FloppyPath->text(), isotmpf); extractiso(isotmpf); } if (QFile::exists(QString("%1sevnz.exe").arg(ubntmpf))) { rmFile(QString("%1sevnz.exe").arg(ubntmpf)); } if (QFile::exists(QString("%1\\7z.dll").arg(ubntmpf))) { rmFile(QString("%1\\7z.dll").arg(ubntmpf)); } } } else if (radioManual->isChecked()) { if (!KernelPath->text().startsWith("http://") && !KernelPath->text().startsWith("ftp://")) QFile::copy(KernelPath->text(), QString("%1ubnkern").arg(targetPath)); else downloadfile(KernelPath->text(), QString("%1ubnkern").arg(targetPath)); if (!InitrdPath->text().startsWith("http://") && !InitrdPath->text().startsWith("ftp://")) QFile::copy(InitrdPath->text(), QString("%1ubninit").arg(targetPath)); else downloadfile(InitrdPath->text(), QString("%1ubninit").arg(targetPath)); kernelOpts = OptionEnter->text(); } else if (radioDistro->isChecked()) { nameDistro = distroselect->currentText(); nameVersion = dverselect->currentText(); if (nameVersion.contains("_Live")) { nameVersion.remove("_Live"); islivecd = true; } else { islivecd = false; } if (nameVersion.contains("_NetInstall")) { nameVersion.remove("_NetInstall"); isnetinstall = true; } if (nameVersion.contains("_HdMedia")) { nameVersion.remove("_HdMedia"); ishdmedia = true; } if (nameVersion.contains("_x64")) { nameVersion.remove("_x64"); isarch64 = true; } else { isarch64 = false; } QString cpuarch; QString relname = nameVersion.toLower(); #include "customdistrolst.cpp" if (QFile::exists(QString("%1sevnz.exe").arg(ubntmpf))) { rmFile(QString("%1sevnz.exe").arg(ubntmpf)); } if (QFile::exists(QString("%1\\7z.dll").arg(ubntmpf))) { rmFile(QString("%1\\7z.dll").arg(ubntmpf)); } if (downloadFailed) { return; } } if (!sdesc1->text().contains(trdone)) { sdesc1->setText(QString(sdesc1->text()).remove("").replace(trcurrent+"", trdone)); } if (sdesc2->text().contains(trcurrent)) { sdesc2->setText(QString(sdesc2->text()).remove("").replace(trcurrent+"", trdone)); } else { sdesc2->setText(QString("%1 %2").arg(sdesc2->text()).arg(trdone)); } sdesc3->setText(QString("%1 %2").arg(sdesc3->text()).arg(trcurrent)); tprogress->setValue(0); if (this->persistenceSpaceMB > 0 && !issalt) { this->kernelOpts += " persistent"; for (int i = 0; i < this->extraoptionsPL.second.second.size(); ++i) { this->extraoptionsPL.second.second[i] += " persistent"; } } instDetType(); } void unetbootin::instDetType() { if (installType == tr("Hard Disk")) { runinsthdd(); } if (installType == tr("USB Drive")) { runinstusb(); } } #ifdef Q_OS_UNIX void unetbootin::writegrub2cfg() { QFile menulst; menulst.setFileName("/boot/grub/grub.cfg"); if (QFile::exists(QString("%1.bak").arg(menulst.fileName()))) rmFile(QString("%1.bak").arg(menulst.fileName())); QFile::copy(menulst.fileName(), QString("%1.bak").arg(menulst.fileName())); QFile bkmenulst(QString("%1.bak").arg(menulst.fileName())); bkmenulst.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream bkmenulstout(&bkmenulst); menulst.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream menulstout(&menulst); QRegExp mlstchkistimeout("\\s{0,}set\\s{1,}timeout=\\d{1,}.{0,}", Qt::CaseInsensitive); QStringList ecurmenulstTextL; bool mlstmustreplacetimeout = true; QString menulstCurLine; while (!bkmenulstout.atEnd()) { menulstCurLine = bkmenulstout.readLine(); if (mlstmustreplacetimeout && mlstchkistimeout.exactMatch(menulstCurLine)) { ecurmenulstTextL.append("set timeout=15"); mlstmustreplacetimeout = false; } else { ecurmenulstTextL.append(menulstCurLine); } } QString ecurmenulstText = ecurmenulstTextL.join("\n"); QString menulstxt = QString( "%9\n\n" #ifndef NODEFAULTBOOT "\nmenuentry \""UNETBOOTINB"\" {\n" "\tset root=%8\n" "\t%1 %2 %3 %4\n" "\t%5 %6 %7\n" "}\n" #endif ).arg(kernelLine.replace("kernel", "linux")).arg(kernelParam).arg(kernelLoc).arg(kernelOpts).arg(initrdLine).arg(initrdLoc).arg(initrdOpts) .arg(getGrub2Notation(targetDev)).arg(ecurmenulstText) ; if (!extraoptionsPL.first.first.isEmpty()) { for (int i = 0; i < extraoptionsPL.first.first.size(); ++i) { menulstxt.append(QString("\nmenuentry \"%1\" {\n" "\tset root=%5\n" "\tlinux %2 %4\n" "\tinitrd %3\n" "}\n").arg(QString(extraoptionsPL.second.first.at(i)).remove("^")).arg(extraoptionsPL.first.first.at(i)).arg(extraoptionsPL.first.second.at(i)).arg(extraoptionsPL.second.second.at(i)) .arg(getGrubNotation(targetDev)) ); } } menulstout << menulstxt << endl; menulst.close(); } #endif void unetbootin::runinsthdd() { this->tprogress->setValue(this->tprogress->maximum()/3); #ifdef Q_OS_UNIX if (QFile::exists("/boot/grub/grub.cfg")) // has grub2 { pdesc1->setText(tr("Configuring grub2 on %1").arg(targetDev)); writegrub2cfg(); if (!QFile::exists("/boot/grub/menu.lst")) // grub2-only { QSettings install(QSettings::SystemScope, "UNetbootin"); install.setValue("Location", "/"); fininstall(); return; } } #endif #ifdef Q_OS_WIN32 pdesc1->setText(tr("Configuring grldr on %1").arg(targetDev)); if (QFile::exists(QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive)))) { rmFile(QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive))); } QFile::copy(appLoc, QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive))); QFile::setPermissions(QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive)), QFile::ReadOther|QFile::WriteOther|QFile::ExeOther); if (QFile::exists(QDir::toNativeSeparators(QString("%1ubnldr").arg(targetDrive)))) { overwritefileprompt(QDir::toNativeSeparators(QString("%1ubnldr").arg(targetDrive))); } instIndvfl("ubnldr", QString("%1ubnldr").arg(targetDrive)); if (QFile::exists(QDir::toNativeSeparators(QString("%1ubnldr.mbr").arg(targetDrive)))) { overwritefileprompt(QDir::toNativeSeparators(QString("%1ubnldr.mbr").arg(targetDrive))); } instIndvfl("ubnldr.mbr", QString("%1ubnldr.mbr").arg(targetDrive)); if (QFile::exists(QDir::toNativeSeparators(QString("%1ubnldr.exe").arg(targetDrive)))) { overwritefileprompt(QDir::toNativeSeparators(QString("%1ubnldr.exe").arg(targetDrive))); } instIndvfl("ubnldr.exe", QString("%1ubnldr.exe").arg(targetDrive)); #endif QFile menulst; #ifdef Q_OS_WIN32 menulst.setFileName(QString("%1menu.lst").arg(targetPath)); #endif #ifdef Q_OS_UNIX pdesc1->setText(tr("Configuring grub on %1").arg(targetDev)); menulst.setFileName("/boot/grub/menu.lst"); if (QFile::exists(QString("%1.bak").arg(menulst.fileName()))) rmFile(QString("%1.bak").arg(menulst.fileName())); QFile::copy(menulst.fileName(), QString("%1.bak").arg(menulst.fileName())); QFile bkmenulst(QString("%1.bak").arg(menulst.fileName())); bkmenulst.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream bkmenulstout(&bkmenulst); #endif menulst.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream menulstout(&menulst); #ifdef Q_OS_UNIX QRegExp mlstchkistimeout("\\s{0,}timeout\\s{1,}\\d{1,}.{0,}", Qt::CaseInsensitive); QRegExp mlstchkishiddenmenu("\\s{0,}hiddenmenu.{0,}", Qt::CaseInsensitive); QStringList ecurmenulstTextL; bool mlstmustreplacetimeout = true; bool mlstmustreplacehiddenmenu = true; QString menulstCurLine; while (!bkmenulstout.atEnd()) { menulstCurLine = bkmenulstout.readLine(); if (mlstmustreplacehiddenmenu && mlstchkishiddenmenu.exactMatch(menulstCurLine)) { ecurmenulstTextL.append("#hiddenmenu"); mlstmustreplacehiddenmenu = false; } else if (mlstmustreplacetimeout && mlstchkistimeout.exactMatch(menulstCurLine)) { ecurmenulstTextL.append("timeout\t\t15"); mlstmustreplacetimeout = false; } else { ecurmenulstTextL.append(menulstCurLine); } } QString ecurmenulstText = ecurmenulstTextL.join("\n"); #endif QString menulstxt = QString( #ifdef Q_OS_UNIX "%9\n\n" #endif #ifdef Q_OS_WIN32 "default 0\n" "timeout 10\n" #endif #ifndef NODEFAULTBOOT "\ntitle "UNETBOOTINB"\n" #ifdef Q_OS_WIN32 "find --set-root %3\n" #endif #ifdef Q_OS_UNIX "root %8\n" #endif "%1 %2 %3 %4\n" "%5 %6 %7\n" "boot\n" #endif ).arg(kernelLine).arg(kernelParam).arg(kernelLoc).arg(kernelOpts).arg(initrdLine).arg(initrdLoc).arg(initrdOpts) #ifdef Q_OS_UNIX .arg(getGrubNotation(targetDev)).arg(ecurmenulstText) #endif ; if (!extraoptionsPL.first.first.isEmpty()) { for (int i = 0; i < extraoptionsPL.first.first.size(); ++i) { menulstxt.append(QString("\ntitle %1\n" #ifdef Q_OS_WIN32 "find --set-root %2\n" #endif #ifdef Q_OS_UNIX "root %5\n" #endif "kernel %2 %4\n" "initrd %3\n" "boot\n").arg(QString(extraoptionsPL.second.first.at(i)).remove("^")).arg(extraoptionsPL.first.first.at(i)).arg(extraoptionsPL.first.second.at(i)).arg(extraoptionsPL.second.second.at(i)) #ifdef Q_OS_UNIX .arg(getGrubNotation(targetDev)) #endif ); } } menulstout << menulstxt << endl; menulst.close(); #ifdef Q_OS_WIN32 QSettings install("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UNetbootin", QSettings::NativeFormat); install.setValue("Location", targetDrive); install.setValue("DisplayName", "UNetbootin"); install.setValue("UninstallString", QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive))); //QSettings runonce("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce", QSettings::NativeFormat); //runonce.setValue("UNetbootin Uninstaller", QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive))); if (QSysInfo::WindowsVersion == QSysInfo::WV_32s || QSysInfo::WindowsVersion == QSysInfo::WV_95 || QSysInfo::WindowsVersion == QSysInfo::WV_98 || QSysInfo::WindowsVersion == QSysInfo::WV_Me) { configsysEdit(); } else if (QSysInfo::WindowsVersion == QSysInfo::WV_NT || QSysInfo::WindowsVersion == QSysInfo::WV_2000 || QSysInfo::WindowsVersion == QSysInfo::WV_XP || QSysInfo::WindowsVersion == QSysInfo::WV_2003 ) { bootiniEdit(); } else if (QSysInfo::WindowsVersion == QSysInfo::WV_VISTA) //|| QSysInfo::WindowsVersion == QSysInfo::WV_WINDOWS7) // TODO when upgrading to latest Qt { vistabcdEdit(); } else { configsysEdit(); bootiniEdit(); vistabcdEdit(); } #endif #ifdef Q_OS_UNIX QSettings install(QSettings::SystemScope, "UNetbootin"); install.setValue("Location", "/"); #endif fininstall(); } void unetbootin::rmFile(QFile &fn) { if (!fn.exists()) return; fn.setPermissions(QFile::WriteUser); fn.remove(); #ifdef Q_OS_UNIX callexternapp("sync", ""); #endif } void unetbootin::rmFile(const QString &fn) { if (!QFile::exists(fn)) return; QFile::setPermissions(fn, QFile::WriteUser); QFile::remove(fn); #ifdef Q_OS_UNIX callexternapp("sync", ""); #endif } void unetbootin::mvFile(QFile &fn, QFile &outfn) { rmFile(outfn); fn.rename(outfn.fileName()); #ifdef Q_OS_UNIX callexternapp("sync", ""); #endif } void unetbootin::mvFile(const QString &fn, const QString &outfn) { rmFile(outfn); QFile::rename(fn, outfn); #ifdef Q_OS_UNIX callexternapp("sync", ""); #endif } void unetbootin::replaceTextInFile(QString repfilepath, QRegExp replaceme, QString replacewith) { QFile repfileF(repfilepath); randtmpfile nrepfileF(QFileInfo(repfilepath).canonicalPath(), "cfg"); QString nrepfilepath = QFileInfo(nrepfileF).canonicalFilePath(); repfileF.open(QIODevice::ReadOnly | QIODevice::Text); nrepfileF.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream repfileTS(&repfileF); QTextStream nrepfileTS(&nrepfileF); while (!repfileTS.atEnd()) { nrepfileTS << repfileTS.readLine().replace(replaceme, replacewith) << "\n"; } repfileF.close(); rmFile(repfilepath); nrepfileF.rename(repfilepath); nrepfileF.close(); //mvFile(nrepfilepath, repfilepath); } void unetbootin::setLabel(QString devname, QString newlabel) { #ifdef Q_OS_LINUX if (isext2) { callexternapp(e2labelcommand, devname+" "+newlabel); } else { callexternapp(mlabelcommand, "-i "+devname+" ::"+newlabel); } #endif #ifdef Q_OS_MAC callexternapp("diskutil", "rename "+devname+" "+newlabel); #endif #ifdef Q_OS_WIN32 callexternapp("label", devname+" "+newlabel); #endif this->devlabel = QString(newlabel); if (this->devluid.startsWith("LABEL=")) this->devluid = "LABEL="+newlabel; #ifdef Q_OS_MAC this->targetPath = this->locatemountpoint(devname) + "/"; this->targetDrive = this->targetPath; #endif } QString unetbootin::fixkernelbootoptions(const QString &cfgfileCL) { if (cfgfileCL.contains("archisolabel=") && (this->devlabel == "" || this->devlabel == "None")) { this->devlabel = this->getlabel(this->targetDev); if (this->installType == tr("USB Drive") && (this->devlabel == "" || this->devlabel == "None")) { QString isolabelopt = QString(cfgfileCL).trimmed(); int startIdx = isolabelopt.indexOf("archisolabel="); if (startIdx >= 0) { isolabelopt = isolabelopt.right(isolabelopt.size() - startIdx - QString("archisolabel=").size()).trimmed(); int endIdx = isolabelopt.indexOf(" "); if (endIdx > 0) { isolabelopt = isolabelopt.left(endIdx); setLabel(this->targetDev, isolabelopt); } } } } if ((this->devlabel == "" || this->devlabel == "None") && devluid.contains("LABEL") && (cfgfileCL.contains(QRegExp("root=\\S{0,}LABEL=\\S{0,}")) || cfgfileCL.contains(QRegExp("root=\\S{0,}CDLABEL=\\S{0,}")))) { setLabel(this->targetDev, "LIVE"); } QString ncfgfileCL = cfgfileCL; if (ncfgfileCL.contains("root=live:CDLABEL")) { ncfgfileCL = QString(ncfgfileCL) .replace(QRegExp("root=\\S{0,}LABEL=\\S{0,}"), QString("root=live:%1").arg(devluid)) .replace(QRegExp("root=\\S{0,}CDLABEL=\\S{0,}"), QString("root=live:%1").arg(devluid)); } else { ncfgfileCL = QString(ncfgfileCL) .replace(QRegExp("root=\\S{0,}LABEL=\\S{0,}"), QString("root=%1").arg(devluid)) .replace(QRegExp("root=\\S{0,}CDLABEL=\\S{0,}"), QString("root=%1").arg(devluid)); } return QString(ncfgfileCL) .replace("rootfstype=iso9660", "rootfstype=auto") .replace("theme:sabayon", "theme:sabayon cdroot_type=vfat") .replace("pmedia=cd", "pmedia=usbflash") .replace(QRegExp("archisolabel=\\S{0,}"), QString("archisolabel=%1").arg(devlabel)) .trimmed(); } void unetbootin::logText(const QString &text) { return; /* if (targetPath.isNull() || targetPath.isEmpty()) { loggedLinesNotYetWritten.append(text); return; } if (logStream == 0) { logFile = new QFile(QString("%1unetbootin-log.txt").arg(targetPath)); logFile->open(QIODevice::WriteOnly | QIODevice::Text); logStream = new QTextStream(logFile); for (int i = 0; i < loggedLinesNotYetWritten.size(); ++i) { *logStream << loggedLinesNotYetWritten.at(i) << endl; } loggedLinesNotYetWritten.clear(); } *logStream << text << endl; */ } void unetbootin::finishLogging() { if (logFile != 0) { logFile->close(); } } void unetbootin::writeTextToFile(const QString &text, const QString &filePath) { QFile syslinuxcfg(filePath); if (syslinuxcfg.exists()) { rmFile(syslinuxcfg); } syslinuxcfg.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream syslinuxcfgout(&syslinuxcfg); syslinuxcfgout << text << endl; syslinuxcfg.close(); } void unetbootin::runinstusb() { this->tprogress->setValue(this->tprogress->maximum()/3); pdesc1->setText(tr("Installing syslinux to %1").arg(targetDev)); #ifdef Q_OS_WIN32 QString sysltfloc = instTempfl("syslinux.exe", "exe"); callexternapp(sysltfloc, QString("-ma %1").arg(targetDev)); rmFile(sysltfloc); #endif #ifdef STATICLINUX if (QFile::exists(syslinuxcommand)) rmFile(syslinuxcommand); instIndvfl("ubnsylnx", syslinuxcommand); QFile::setPermissions(syslinuxcommand, QFile::ReadOwner|QFile::ExeOwner|QFile::ReadGroup|QFile::ExeGroup|QFile::ReadOther|QFile::ExeOther|QFile::WriteOwner); // chmod(syslinuxcommand, S_IRUSR|S_IRGRP|S_IROTH|S_IRWXU); if (QFile::exists(extlinuxcommand)) rmFile(extlinuxcommand); instIndvfl("ubnexlnx", extlinuxcommand); QFile::setPermissions(extlinuxcommand, QFile::ReadOwner|QFile::ExeOwner|QFile::ReadGroup|QFile::ExeGroup|QFile::ReadOther|QFile::ExeOther|QFile::WriteOwner); #endif #ifdef Q_OS_LINUX isext2 = false; if (!volidcommand.isEmpty()) { if (callexternapp(volidcommand, QString("-t %2").arg(targetDev)).contains(QRegExp("(ext2|ext3|ext4)"))) isext2 = true; } else { QString tstrblk = callexternapp(blkidcommand, QString("-s TYPE %2").arg(targetDev)); if (tstrblk.contains('=')) { if (tstrblk.contains(QRegExp("(ext2|ext3|ext4)"))) isext2 = true; } } if (isext2) { pdesc1->setText(tr("Installing extlinux to %1").arg(targetDev)); callexternapp(extlinuxcommand, QString("-i \"%1\"").arg(targetPath)); } else callexternapp(syslinuxcommand, targetDev); if (rawtargetDev != targetDev) { // make active if (sfdiskcommand != "") { // use sfdisk if available callexternapp(sfdiskcommand, QString("%1 -A%2").arg(rawtargetDev, QString(targetDev).remove(rawtargetDev).remove("p"))); } else { // use fdisk if sfdisk is unavailable bool isOk = false; int partitionNumber = QString(targetDev).remove(rawtargetDev).remove("p").toInt(&isOk, 10); if (isOk) { QString output = callexternapp("fdisk", "-l"); QStringList outputL = output.split('\n'); outputL = outputL.filter(targetDev); if (outputL.size() > 0) { outputL = outputL.filter("*"); bool isActive = outputL.size() > 0; if (!isActive) { QString fdiskWriteToStdin = "a\n"; fdiskWriteToStdin += (QString::number(partitionNumber) + "\n"); fdiskWriteToStdin += "w\n"; callexternappWriteToStdin("fdisk", rawtargetDev, fdiskWriteToStdin); } } } } QFile usbmbrF(rawtargetDev); QFile mbrbinF(":/mbr.bin"); #ifdef NOSTATIC mbrbinF.setFileName(QFile::exists("/usr/share/syslinux/mbr.bin") ? "/usr/share/syslinux/mbr.bin" : "/usr/lib/syslinux/mbr.bin"); #endif usbmbrF.open(QIODevice::WriteOnly); mbrbinF.open(QIODevice::ReadOnly); usbmbrF.write(mbrbinF.readAll()); mbrbinF.close(); usbmbrF.close(); } #endif #ifdef Q_OS_MAC callexternapp("sync", ""); callexternapp("diskutil", "umount "+targetDev); callexternapp("sync", ""); callexternapp("hdiutil", "unmount "+targetDev); callexternapp("sync", ""); callexternapp(resourceDir.absoluteFilePath("mkbootable"), targetDev); /* callexternapp("sync", ""); callexternapp("diskutil", "umount "+targetDev); callexternapp("sync", ""); callexternapp("hdiutil", "unmount "+targetDev); callexternapp("sync", ""); QFile usbmbrF(rawtargetDev); QFile mbrbinF(resourceDir.absoluteFilePath("mbr.bin")); usbmbrF.open(QIODevice::WriteOnly); mbrbinF.open(QIODevice::ReadOnly); usbmbrF.write(mbrbinF.readAll()); mbrbinF.close(); usbmbrF.close(); */ callexternapp("sync", ""); callexternapp("diskutil", "mount "+targetDev); callexternapp("sync", ""); #endif #ifndef XPUD if (!dontgeneratesyslinuxcfg) { QString syslinuxcfgtxt = QString("default menu.c32\n" "prompt 0\n" "menu title UNetbootin\n" "timeout 100\n\n" #ifndef NODEFAULTBOOT "label unetbootindefault\n" "menu label Default\n" "kernel %1\n" "append %4%2 %3\n" #endif ).arg(kernelLoc, initrdLoc, kernelOpts, slinitrdLine); if (!extraoptionsPL.first.first.isEmpty()) { for (int i = 0; i < extraoptionsPL.first.first.size(); ++i) { syslinuxcfgtxt.append(QString("\nlabel %5\n" "menu label %1\n" "kernel %2\n" "append %6%3 %4\n").arg(extraoptionsPL.second.first.at(i)).arg(extraoptionsPL.first.first.at(i)).arg(extraoptionsPL.first.second.at(i)).arg(extraoptionsPL.second.second.at(i)).arg(QString("ubnentry%1").arg(i)).arg(slinitrdLine)); } } writeTextToFile(syslinuxcfgtxt, QString("%1syslinux.cfg").arg(targetPath)); } else { for (int j = 0; j < locatedsyslinuxcfgfiles.size(); ++j) { QString syslpathloc = QFileInfo(locatedsyslinuxcfgfiles.at(j)).path(); if (syslpathloc == ".") syslpathloc = ""; if (syslpathloc.contains(QDir::toNativeSeparators("/"))) { if (!syslpathloc.endsWith(QDir::toNativeSeparators("/"))) syslpathloc.append(QDir::toNativeSeparators("/")); } else { if (!syslpathloc.endsWith("/")) syslpathloc.append("/"); } QString abssyslpathloc = QDir::fromNativeSeparators(QString(syslpathloc)); if (!abssyslpathloc.startsWith("/")) abssyslpathloc.prepend("/"); instIndvfl("menu.c32", QString("%1%2menu.c32").arg(targetPath).arg(syslpathloc)); instIndvfl("libutil.c32", QString("%1%2libutil.c32").arg(targetPath).arg(syslpathloc)); instIndvfl("libcom32.c32", QString("%1%2libcom32.c32").arg(targetPath).arg(syslpathloc)); QString syslrealcfgloc = QString(locatedsyslinuxcfgfiles.at(j)).replace("isolinux.cfg", "syslinux.cfg").replace("extlinux.conf", "syslinux.cfg"); if (syslrealcfgloc != locatedsyslinuxcfgfiles.at(j)) { QFile::copy(QString("%1%2").arg(targetPath).arg(locatedsyslinuxcfgfiles.at(j)), QString("%1%2").arg(targetPath).arg(syslrealcfgloc)); } replaceTextInFile(QString("%1%2").arg(targetPath).arg(syslrealcfgloc), QRegExp("\\S{0,}vesamenu.c32"), QString("%1menu.c32").arg(abssyslpathloc)); #ifdef Q_OS_UNIX if (isext2) { QFile::copy(QString("%1%2").arg(targetPath).arg(locatedsyslinuxcfgfiles.at(j)), QString("%1%2extlinux.conf").arg(targetPath).arg(syslpathloc)); QString extlpathloc = QString(syslpathloc).replace("syslinux", "extlinux"); if (syslpathloc != extlpathloc) callexternapp("ln", QString("-s %1 %2").arg(syslpathloc).arg(extlpathloc)); } #endif } } #endif #ifdef Q_OS_UNIX if (!dontgeneratesyslinuxcfg && isext2) QFile::copy(QString("%1syslinux.cfg").arg(targetPath), QString("%1extlinux.conf").arg(targetPath)); #endif if (!dontgeneratesyslinuxcfg) { instIndvfl("menu.c32", QString("%1menu.c32").arg(targetPath)); instIndvfl("libutil.c32", QString("%1libutil.c32").arg(targetPath)); instIndvfl("libcom32.c32", QString("%1libcom32.c32").arg(targetPath)); } fininstall(); } void unetbootin::killApplication() { exit(0); } void unetbootin::fininstall() { #ifdef Q_OS_UNIX this->tprogress->setValue(this->tprogress->maximum()*2/3); pdesc1->setText(tr("Syncing filesystems")); callexternapp("sync", ""); #endif if (this->persistenceSpaceMB > 0) { pdesc1->setText(tr("Setting up persistence")); this->tprogress->setMaximum(persistenceSpaceMB); this->tprogress->setValue(0); QString persfile = "casper-rw"; if (issalt && !saltRootDir.isEmpty()) { QStringList persistencedir; persistencedir.append("persistence"); makepathtree(QString("%1%2").arg(targetPath).arg(saltRootDir), persistencedir); persfile = QString("%1/persistence/%1.save").arg(saltRootDir); } #ifdef Q_OS_WIN32 QString mke2fscommand = instTempfl("mke2fs.exe", "exe"); #endif if (QFile::exists(QString("%1%2").arg(targetPath).arg(persfile))) { rmFile(QString("%1%2").arg(targetPath).arg(persfile)); } QFile persistenceFile(QString("%1%2").arg(targetPath).arg(persfile)); persistenceFile.open(QFile::WriteOnly); int bytesWritten = 1048576; char writeEmpty[1048576]; memset(writeEmpty, 0, 1048576); for (int i = 0; i < persistenceSpaceMB && bytesWritten == 1048576; ++i) { this->tprogress->setValue(i); bytesWritten = persistenceFile.write(writeEmpty, 1048576); } this->tprogress->setValue(this->tprogress->maximum()); #ifdef Q_OS_UNIX callexternapp(mke2fscommand, QString("-F \"%1%2\"").arg(targetPath).arg(persfile)); #endif #ifdef Q_OS_WIN32 callexternappWriteToStdin(mke2fscommand, QString("\"%1%2\"").arg(targetPath).arg(persfile), "\n"); rmFile(mke2fscommand); #endif } pdesc1->setText(""); progresslayer->setEnabled(false); progresslayer->hide(); rebootlayer->setEnabled(true); rebootlayer->show(); sdesc3->setText(QString(sdesc3->text()).remove("").replace(trcurrent+"", trdone)); sdesc4->setText(QString("%1 %2").arg(sdesc4->text()).arg(trcurrent)); if (installType == tr("Hard Disk")) { rebootmsgtext->setText(tr("After rebooting, select the "UNETBOOTINB" menu entry to boot.%1\nReboot now?").arg(postinstmsg)); } if (installType == tr("USB Drive")) { #ifndef Q_OS_MAC rebootmsgtext->setText(tr("After rebooting, select the USB boot option in the BIOS boot menu.%1\nReboot now?").arg(postinstmsg)); #endif #ifdef Q_OS_MAC rebootmsgtext->setText(tr("The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1").arg(postinstmsg)); this->frebootbutton->setEnabled(false); this->frebootbutton->hide(); #endif } finishLogging(); if (exitOnCompletion) { printf("exitstatus:success\n"); QApplication::exit(); exit(0); } } unetbootin.h000644 000765 000024 00000026531 12325027261 013515 0ustar00gezastaff000000 000000 /* unetbootin.h from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #ifndef UNETBOOTIN_H #define UNETBOOTIN_H #include #include #include #include //#include #include "ui_unetbootin.h" #ifdef Q_OS_WIN32 #define WIN32_LEAN_AND_MEAN #define _WIN32_WINNT 0x0500 #include #include #endif #ifdef Q_OS_MACX #include #include #include #endif #ifdef Q_OS_LINUX #include #endif #ifdef AUTOSUPERGRUBDISK #define UNETBOOTINB "Auto Super Grub Disk" #define NOEXTERN //#define NOISO #define HDDINSTALL #endif #ifdef EEEPCLOS #define UNETBOOTINB "UNetbootin-EeePCLinuxOS" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef EEEUBUNTU #define UNETBOOTINB "UNetbootin-Ubuntu Eee" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef ELIVE #define UNETBOOTINB "Elive USB Installer" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef GNEWSENSE #define UNETBOOTINB "FUSBi" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef KIWILINUX #define UNETBOOTINB "Kiwi pe USB" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef NIMBLEX #define UNETBOOTINB "NimbleX Installer" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef SLITAZ #define UNETBOOTINB "SliTaz Installer" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef XPUD #define UNETBOOTINB "xPUD USB Installer" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #define NOEXTRACTKERNEL #define NOEXTRACTINITRD #define NODEFAULTBOOT #define NODEFAULTKERNEL #define NOINITRD #endif #ifndef UNETBOOTINB #define UNETBOOTINB "UNetbootin" #define STDUNETBOOTIN //#define USBINSTALL #endif class customver : public QObject { Q_OBJECT }; class uninstaller : public QObject { Q_OBJECT }; class callexternappT : public QThread { public: QString execFile; QString execParm; QString retnValu; void run(); }; class callexternappWriteToStdinT : public QThread { public: QString execFile; QString execParm; QString writeToStdin; QString retnValu; void run(); }; class copyfileT : public QThread { Q_OBJECT public: QString source; QString destination; void run(); signals: void datacopied64(qint64 dlbytes, qint64 maxbytes); void finished(); }; class ubngetrequestheader : public QHttpRequestHeader { public: ubngetrequestheader(QString urhost, QString urpath); }; class randtmpfile : public QFile { public: randtmpfile(QString rfpath, QString rfextn); static QString getrandfilename(QString rfpath, QString rfextn); }; class nDirListStor : public QObject { Q_OBJECT public: QStringList nDirFileListSL; int nMinFileSizeBytes; int nMaxFileSizeBytes; bool searchsymlinks; public slots: void sAppendSelfUrlInfoList(QUrlInfo curDirUrl); }; class unetbootin : public QWidget, private Ui::unetbootinui { Q_OBJECT public: unetbootin(QWidget *parent = 0); QString trcurrent; QString trdone; QString appNlang; QString appDir; QString appLoc; QString ubntmpf; QString nameDistro; QString nameVersion; bool skipExtraction; bool isarch64; bool islivecd; bool isnetinstall; bool ishdmedia; bool overwriteall; bool searchsymlinks; bool ignoreoutofspace; bool dontgeneratesyslinuxcfg; bool downloadFailed; bool exitOnCompletion; bool testingDownload; bool issalt; bool redundanttopleveldir; QString redundantrootdirname; QString saltRootDir; int persistenceSpaceMB; QString extraBootOptions; QStringList locatedsyslinuxcfgfiles; QString targetDrive; QString targetPath; QString installType; QString targetDev; QString rawtargetDev; QString devluid; QString devlabel; QString devuuid; QString postinstmsg; QString kernelLine, kernelParam, kernelLoc, kernelOpts, initrdLine, initrdLoc, initrdOpts; QString slinitrdLine; QString sevzcommand; QPair, QPair > extraoptionsPL; QMap grub2vars; QFile *logFile; QTextStream *logStream; QStringList loggedLinesNotYetWritten; #ifdef Q_OS_UNIX QString fdiskcommand; QString sfdiskcommand; QString dfcommand; QString blkidcommand; QString volidcommand; QString syslinuxcommand; QString extlinuxcommand; QString mke2fscommand; QString mlabelcommand; QString e2labelcommand; bool isext2; #endif #ifdef Q_OS_MAC QDir resourceDir; #endif bool ubninitialize(QList > oppairs); QString displayfisize(quint64 fisize); QPair >, QStringList> listarchiveconts(QString archivefile); bool overwritefileprompt(QString ovwfileloc); bool ignoreoutofspaceprompt(QString destindir); bool extractfile(QString filepath, QString destinfileL, QString archivefile); bool checkifoutofspace(QString destindir); QString locatekernel(QString archivefile, QPair > archivefileconts); bool extractkernel(QString archivefile, QString kernoutputfile, QPair > archivefileconts); QString locateinitrd(QString archivefile, QPair > archivefileconts); bool extractinitrd(QString archivefile, QString initoutputfile, QPair > archivefileconts); QString extractcfg(QString archivefile, QStringList archivefileconts); QPair, QPair > extractcfgL(QString archivefile, QStringList archivefileconts); QString getfullarchivepath(QString relativefilepath, QStringList archivefile); QString filteroutlist(QString listofdata, QList listofmatches); QString filteroutlist(QStringList listofdata, QList listofmatches); QStringList filteroutlistL(QStringList listofdata, QList listofmatches); void extractiso(QString isofile); void extractiso_krd10(QString isofile); void copyfilegui(QString src, QString dst); QStringList makepathtree(QString dirmkpathw, QStringList pathlist); QStringList extractallfiles(QString archivefile, QString dirxfilesto, QPair > filesizelist, QStringList outputfilelist); QString getgrubcfgargs(QString cfgfile); QPair, QPair > getgrubcfgargsL(QString cfgfile); QString getFirstTextBlock(QString fulltext); void loadgrub2env(QString cfgfile); QString getgrub2cfgargs(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QPair, QPair > getgrub2cfgargsL(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QString getcfgkernargs(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QPair, QPair > getcfgkernargsL(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QString searchforincludesfile(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QPair, QPair > searchforincludesfileL(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QString searchforgrub2includesfile(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QPair, QPair > searchforgrub2includesfileL(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); void downloadfile(QString fileurl, QString targetfile, int minsize); QString downloadpagecontents(QString pageurl); QStringList lstFtpDirFiles(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize); QStringList lstHttpDirFiles(QString ldfDirStringUrl); QStringList lstNetDirFiles(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize); QPair weightedFilterNetDir(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize, QList ldfFileMatchExp); QString fileFilterNetDir(QStringList ldfDirStringUrlList, int ldfMinSize, int ldfMaxSize, QList ldfFileMatchExp); QPair filterBestMatch(QStringList ufStringList, QList filterExpList); void sysreboot(); static QString callexternapp(QString xexecFile, QString xexecParm); static QString callexternappWriteToStdin(QString xexecFile, QString xexecParm, QString xwriteToStdin); QString getdevluid(QString voldrive); QString getlabel(QString voldrive); QString getuuid(QString voldrive); #ifdef Q_OS_MAC QString getlabel(QString voldrive, QString diskutilinfo); QString getuuid(QString voldrive, QString diskutilinfo); #endif void refreshdriveslist(); QStringList listcurdrives(); QStringList listsanedrives(); QStringList listalldrives(); void replaceTextInFile(QString repfilepath, QRegExp replaceme, QString replacewith); QString fixkernelbootoptions(const QString &cfgfileCL); void setLabel(QString devname, QString newlabel); #ifdef Q_OS_UNIX QString locatecommand(QString commandtolocate, QString reqforinstallmode, QString packagename); QString locatedevicenode(QString mountpoint); QString locatemountpoint(QString devicenode); QString getGrubNotation(QString devicenode); QString getGrub2Notation(QString devicenode); int letterToNumber(QChar lettertoconvert); int getDiskNumber(QString devicenode); int getPartitionNumber(QString devicenode); #endif #ifdef Q_OS_WIN32 void installsvzip(); void configsysEdit(); void bootiniEdit(); void vistabcdEdit(); #endif void instIndvfl(QString srcfName, QString dstfName); QString instTempfl(QString srcfName, QString dstfType); void runinst(); void instDetType(); #ifdef Q_OS_UNIX void writegrub2cfg(); #endif void runinsthdd(); void runinstusb(); void logText(const QString &text); void finishLogging(); void writeTextToFile(const QString &text, const QString &filePath); void fininstall(); void rmFile(const QString &fn); void rmFile(QFile &fn); void mvFile(const QString &fn, const QString &outfn); void mvFile(QFile &fn, QFile &outfn); void showDownloadFailedScreen(const QString &fileurl); private slots: void on_distroselect_currentIndexChanged(int distroselectIndex); void on_typeselect_currentIndexChanged(int typeselectIndex); void on_dverselect_currentIndexChanged(); void on_diskimagetypeselect_currentIndexChanged(); void on_FloppyFileSelector_clicked(); void on_KernelFileSelector_clicked(); void on_InitrdFileSelector_clicked(); void on_CfgFileSelector_clicked(); void on_cancelbutton_clicked(); void on_frebootbutton_clicked(); void on_fexitbutton_clicked(); public slots: void dlprogressupdate(int dlbytes, int maxbytes); void dlprogressupdate64(qint64 dlbytes, qint64 maxbytes); void cpprogressupdate64(qint64 dlbytes, qint64 maxbytes); void on_okbutton_clicked(); void killApplication(); }; #endif unetbootin.ui000644 000765 000024 00000056362 12317721660 013715 0ustar00gezastaff000000 000000 unetbootinui 0 0 524 360 524 360 Unetbootin 0 0 0 120 0 Select from a list of supported distributions &Distribution true 0 0 Select from a list of supported distributions -1 0 0 Select the distribution version -1 0 0 0 30 background-color: transparent; QFrame::NoFrame QFrame::Plain true 0 25 Specify a disk image file to load Disk&image 0 30 Manually specify a kernel and initrd to load &Custom Qt::Vertical QSizePolicy::Preferred 20 28 false 0 Select the disk image type 0 0 50 0 Specify a kernel file to load &Kernel: KernelPath 50 0 Specify parameters and options to pass to the kernel &Options: OptionEnter Specify a floppy/hard disk image, or CD image (ISO) file to load 0 0 Specify a kernel file to load 25 25 25 25 false Select kernel file ... Specify an initrd file to load Init&rd: InitrdPath 0 20 Specify an initrd file to load Specify parameters and options to pass to the kernel 25 25 25 25 false Select disk image file ... 25 25 25 25 false Select initrd file ... 25 25 25 25 false Select syslinux.cfg or isolinux.cfg file ... Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): 0 0 Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. 9999 MB Select the installation target type &Type: typeselect 0 0 Select the installation target type Select the target drive to install to Dri&ve: driveselect 0 0 Select the target drive to install to OK Return Cancel Esc false background-color: transparent; QFrame::NoFrame QFrame::Plain 0 true 300 Reboot Now Exit false true true true true true 0 0 0 20 24 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot radioDistro distroselect dverselect radioFloppy diskimagetypeselect FloppyPath FloppyFileSelector radioManual KernelPath KernelFileSelector InitrdPath InitrdFileSelector OptionEnter CfgFileSelector typeselect driveselect okbutton cancelbutton frebootbutton fexitbutton intromessage rebootmsgtext unetbootin.pro000644 000765 000024 00000003007 12342770563 014070 0ustar00gezastaff000000 000000 TEMPLATE = app TARGET = unetbootin DEPENDPATH += . INCLUDEPATH += . CONFIG += release \ static HEADERS += unetbootin.h FORMS += unetbootin.ui SOURCES += main.cpp \ unetbootin.cpp \ distrolst.cpp \ distrover.cpp \ distrovercust.cpp QT += core \ gui \ network ICON = unetbootin.icns TRANSLATIONS += unetbootin.ts \ unetbootin_am.ts \ unetbootin_ar.ts \ unetbootin_ast.ts \ unetbootin_bg.ts \ unetbootin_bn.ts \ unetbootin_pt_BR.ts \ unetbootin_cs.ts \ unetbootin_ur.ts \ unetbootin_da.ts \ unetbootin_es.ts \ unetbootin_et.ts \ unetbootin_el.ts \ unetbootin_eo.ts \ unetbootin_eu.ts \ unetbootin_fi.ts \ unetbootin_fo.ts \ unetbootin_gl.ts \ unetbootin_hr.ts \ unetbootin_ru.ts \ unetbootin_ro.ts \ unetbootin_tr.ts \ unetbootin_de.ts \ unetbootin_he.ts \ unetbootin_hu.ts \ unetbootin_id.ts \ unetbootin_it.ts \ unetbootin_lt.ts \ unetbootin_lv.ts \ unetbootin_zh_CN.ts \ unetbootin_zh_TW.ts \ unetbootin_fr.ts \ unetbootin_ja.ts \ unetbootin_vi.ts \ unetbootin_uk.ts \ unetbootin_be.ts \ unetbootin_pt.ts \ unetbootin_ms.ts \ unetbootin_ml.ts \ unetbootin_nan.ts \ unetbootin_nb.ts \ unetbootin_nl.ts \ unetbootin_nn.ts \ unetbootin_ca.ts \ unetbootin_sk.ts \ unetbootin_sl.ts \ unetbootin_sr.ts \ unetbootin_sv.ts \ unetbootin_sw.ts \ unetbootin_pl.ts \ unetbootin_fa.ts \ unetbootin_si.ts DEFINES += NOSTATIC unetbootin.ts000644 000765 000024 00000163514 12325150343 013715 0ustar00gezastaff000000 000000 QObject LeftToRight unetbootin Hard Disk USB Drive ISO Floppy either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files All Files (*) Open Kernel File Open Initrd File Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_am.ts000644 000765 000024 00000155726 12325150343 014400 0ustar00gezastaff000000 000000 QObject LeftToRight ከáŒáˆ« ወደ ቀአunetbootin Hard Disk USB Drive ISO Floppy either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files All Files (*) Open Kernel File Open Initrd File Open Bootloader Config File Insert a USB flash drive á‹©.ኤስ.ቢ áላሽ ዲስኩን ያስገቡ No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. á‹©.ኤስ.ቢ áላሽ ዲስክ አáˆá‰°áŒˆáŠ˜áˆá¢ á‹©.ኤስ.ቢ áላሽ ዲስክ ከሰኩ በFAT32 áŽáˆ­áˆ›á‰µ ያድርጉትᢠ%1 not mounted 1% ማá‹áŠ•á‰µ አáˆá‰°á‹°áˆ¨áŒˆáˆ You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_ar.ts000644 000765 000024 00000254431 12325150343 014376 0ustar00gezastaff000000 000000 QObject LeftToRight من الشÙمال إلى اليمين unetbootin Hard Disk القرص الصّلب USB Drive مشغل USB ISO مل٠ISO Floppy قرص مرن either احد الامرين LiveUSB persistence قرص USB صالح للاقلاع منة FAT32-formatted USB drive قرص USB مهيأ بنظام FAT32 EXT2-formatted USB drive قرص USB مهيأ بنظام EXT2 Open Disk Image File Ø¥ÙØªØ­ مل٠صورة القرص All Files كل Ø§Ù„Ù…Ù„ÙØ§Øª All Files (*) كلّ Ø§Ù„Ù…Ù„ÙØ§Øª (*) Open Kernel File Ø¥ÙØªØ­ مل٠النواة Open Initrd File Ø¥ÙØªØ­ مل٠قرص الذاكرة العشوائية المبدئي (initrd) Open Bootloader Config File Ø¥ÙØªØ­ مل٠تهيئة محمل الإقلاع Insert a USB flash drive أدخل ذاكرة Ùلاش يو إس بي No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. لم يتم العثور على ذاكرة Ùلاش يو إس بي. إذا قمت بإدخال ذاكرة يو إس بي Ùقم بمحاولة إعادة تهيئتها إلى نوع Ù…Ù„ÙØ§Øª FAT32. %1 not mounted %1 لم يركب You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. يجب عليك أولاً تركيب ذاكرة اليو إس بي %1 ÙÙŠ مدخل USB بالكمبيوتر , مع العلم أن معظم التوزيعات تقوم Ø¨ÙØ¹Ù„ ذالك ألياً بعد إزالة وإعادة إدخال ذاكرة اليو إس بي. Select a distro إختر توزيعة You must select a distribution to load. يجب عليك إختيار توزيعة ليتم تحميلها Select a disk image file إختر مل٠صورة القرص You must select a disk image file to load. يجب عليك إختيار مل٠صورة القرص ليتم تحميلها Select a kernel and/or initrd file قم بإختيار مل٠نواة Ùˆ/أو مل٠قرص الذاكرة العشوائية المبدئي (initrd) You must select a kernel and/or initrd file to load. يجب عليك إختيار مل٠نواة Ùˆ/أو مل٠قرص الذاكرة العشوائية المبدئي (initrd) ليتم تحميلها. Diskimage file not found لم يتم العثور على مل٠صورة القرص The specified diskimage file %1 does not exist. مل٠صورة القرص %1 اللذي تم تحديده غير موجود. Kernel file not found لم يتم العثور على مل٠النواة The specified kernel file %1 does not exist. مل٠النواة %1 اللذي تم تحديده غير موجود. Initrd file not found لم يتم العثور على مل٠قرص الذاكرة المؤقته المبدئية (initrd) The specified initrd file %1 does not exist. مل٠قرص الذاكرة المؤقته المبدئية (initrd) %1 اللذي تم تحديده غير موجود. %1 exists, overwrite? %1 موجود, هل تريد إستبداله؟ The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. المل٠%1 موجود مسبقاً. قم بالضغط على 'نعم للجميع' لكي يتم الكتابة Ùوقه ولكي لاتسئل عن مثله مرة أخرى, أو إضغط على 'نعم' للكتابة Ùوق Ø§Ù„Ù…Ù„ÙØ§Øª بصورة ÙØ±Ø¯ÙŠØ©, أو إضغط على 'لا' إذا اردت Ø§Ù„Ø¥Ø­ØªÙØ§Ø¸ بنسخة المل٠الموجودة. وأما إذا كنت مرتاباً ÙÙŠ ماتختار Ùقم بالضغط على 'نعم للجميع'. %1 is out of space, abort installation? Ù†ÙØ°Øª مساحة %1ØŒ Ø£Ø¬Ù‡ÙØ¶ التثبيت؟ The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Ù†ÙØ°Øª مساحة دليل %1. أضغط 'نعم' لإجهاض التثبيت، 'لا' لتجاهل هذا الخطأ ومحاولة متابعة التثبيت، Ùˆ 'لا للجميع' لتجاهل جميع اخطأ المساحات Ø§Ù„Ù†Ø§ÙØ°Ø©. Locating kernel file in %1 تحديد مل٠kernal ÙÙŠ %1 Copying kernel file from %1 نسخ مل٠kernal من %1 Locating initrd file in %1 تحديد مل٠initrd ÙÙŠ %1 Copying initrd file from %1 نسخ مل٠initrd من %1 Extracting bootloader configuration استخراج اعدادات الاقلاع <b>Extracting compressed iso:</b> %1 <b>يتم إستخراج مل٠الأي إس أو المضغوط:</b> %1 Copying file, please wait... نسخ الملÙ, يرجى الانتظار... <b>Source:</b> <a href="%1">%1</a> <b>المصدر:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>الوجهة:</b> %1 <b>Copied:</b> 0 bytes <b>نسخ:</b> 0 بايت Extracting files, please wait... يتم إستخراج Ø§Ù„Ù…Ù„ÙØ§Øª, انتظر من ÙØ¶Ù„Ùƒ... <b>Archive:</b> %1 <b>الارشيÙ:</b> %1 <b>Source:</b> <b>المصدر:</b> <b>Destination:</b> <b>الوجهة:</b> <b>Extracted:</b> 0 of %1 files <b>تم إستخراج:</b> 0 من Ù…Ù„ÙØ§Øª %1 <b>Source:</b> %1 (%2) <b>المصدر:</b> %1 (%2) <b>Destination:</b> %1%2 <b>الوجهة:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>إستخراج:</b> %1 من Ù…Ù„ÙØ§Øª %2 Downloading files, please wait... يتم تنزيل Ø§Ù„Ù…Ù„ÙØ§Øª, إنتظر من ÙØ¶Ù„Ùƒ... <b>Downloaded:</b> 0 bytes <b>تم تنزيل:</b> 0 بايت Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>تمّ تحميل:</b> %1 من %2 <b>Copied:</b> %1 of %2 <b>نسخ:</b> %1 من %2 Searching in <a href="%1">%1</a> يتم البحث ÙÙŠ <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 تطابق ÙÙŠ <a href="%3">%3</a> %1 not found لم يتم العثور %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. لم يتم العثور على %1. Ùˆ ﻷنه مطلوب من إجل وضعية تنصيب %2 قم بتنصيب حزمة "%3" أو Ù…Ø§ÙŠÙƒØ§ÙØ¦Ù‡Ø§ ÙÙŠ توزيعتك. (Current) (حالي) (Done) (أنتهى) Configuring grub2 on %1 يضبط جرب Ù¢ ÙÙŠ %1 Configuring grldr on %1 يضبط grldr ÙÙŠ %1 Configuring grub on %1 يضبط جرب ÙÙŠ %1 Installing syslinux to %1 يثبت syslinux ÙÙŠ %1 Installing extlinux to %1 يثبت extlinux ÙÙŠ %1 Syncing filesystems يزامن أنظمة Ø§Ù„Ù…Ù„ÙØ§Øª Setting up persistence أعداد Ù…Ù„ÙØ§Øª الاقلاع After rebooting, select the بعد إعادة التشغيل قم بإختيار After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? بعد إعادة التشغيل قم بإختيار خيار الإقلاع من ذاكرة USB ÙÙŠ قائمة الإقلاع الموجودة ÙÙŠ نظام الادخال Ùˆ الاخراج الأساسي (USB).%1 هل تريد إعادة التشغيل الأن؟ The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 جهاز USB الذى تم أعدادة لم يقوم باقلاع اجهزة MAC. أدخل الجهاز ÙÙ‰ مقبص جهاز شخصى، أختار الاقلاع من جهاز USB Ùˆ ذلك من قائمة BIOS برنامج الاقلاع ÙÙ‰ جهازك. %1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *هام* قبل اﻻقﻻع، ضع نسخة من مل٠ISO لنظام يوبنتو (او بديﻻ لة) على الدليل الجذر للقرص الصلب او لجهاز USB. Ùˆ يمكن أن تقوم بذلك من cdimage.ubuntu.com. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* بعد إعادة تشغيل الجهاز قم بتجاهل أي رسالة خطأ قد تظهر لك وقم بإختيار خيار الرجوع إذا Ø·Ùولبت بإدخال إسطوانة سي دي ثم اذهب إلى القائمة الرئيسية وختر خيار 'إبدأ التثبيت' ثم أختر 'شبكي' ليكون مصدر التثبيت Ùˆ أختر 'HTTP' ليكون البروتوكول ثم قم بكتابة 'mirrors.kernel.org' عندما تطالب بالمزود Ùˆ '/centos/%1/os/%2' عندما تسئل عن المجلد. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *تنبيه* قبل إعادة التشغيل , ضع مل٠إقلاع Debian ÙÙŠ مجلد الجذر ÙÙŠ القرص الصلب أو ال USB.تلك Ø§Ù„Ù…Ù„ÙØ§Øª ممكن الخصول عليها من cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* بعد إعادة تشغيل الجهاز قم بتجاهل أي رسالة خطأ قد تظهر لك وقم بإختيار خيار الرجوع إذا Ø·Ùولبت بإدخال إسطوانة سي دي ثم اذهب إلى القائمة الرئيسية وختر خيار 'إبدأ التثبيت' ثم أختر 'شبكي' ليكون مصدر التثبيت Ùˆ أختر 'HTTP' ليكون البروتوكول ثم قم بكتابة 'download.fedora.redhat.com' عندما تطالب بالمزود Ùˆ '/pub/fedora/linux/development/%1/os' عندما تسئل عن المجلد. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* بعد إعادة تشغيل الجهاز قم بتجاهل أي رسالة خطأ قد تظهر لك وقم بإختيار خيار الرجوع إذا Ø·Ùولبت بإدخال إسطوانة سي دي ثم اذهب إلى القائمة الرئيسية وختر خيار 'إبدأ التثبيت' ثم أختر 'شبكي' ليكون مصدر التثبيت Ùˆ أختر 'HTTP' ليكون البروتوكول ثم قم بكتابة 'download.fedora.redhat.com' عندما تطالب بالمزود Ùˆ '/pub/fedora/linux/releases/%1/Fedora/%2/os' عندما تسئل عن المجلد. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. بعد إعادة تشغيل الجهاز قم بتجاهل أي رسالة خطأ قد تظهر لك وقم بإختيار خيار الرجوع إذا Ø·Ùولبت بإدخال إسطوانة سي دي ثم اذهب إلى القائمة الرئيسية وختر خيار 'إبدأ التثبيت' ثم أختر 'شبكي' ليكون مصدر التثبيت Ùˆ أختر 'HTTP' ليكون البروتوكول ثم قم بكتابة 'download.opensuse.org' عندما تطالب بالمزود Ùˆ '/factory/repo/oss' عندما تسئل عن المجلد. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANT* بعد إعادة تشغيل الجهاز قم بتجاهل أي رسالة خطأ قد تظهر لك وقم بإختيار خيار الرجوع إذا Ø·Ùولبت بإدخال إسطوانة سي دي ثم اذهب إلى القائمة الرئيسية وختر خيار 'إبدأ التثبيت' ثم أختر 'شبكي' ليكون مصدر التثبيت Ùˆ أختر 'HTTP' ليكون البروتوكول ثم قم بكتابة 'download.opensuse.org' عندما تطالب بالمزود Ùˆ '/distribution/%1/repo/oss' عندما تسئل عن المجلد. == Select Distribution == == إختيار التوزيعة == == Select Version == == إختيار الإصدار == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> مرحباً بك إلى <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, برنامج التنصيب الشامل القادر على الإقلاع عن طريق الشبكة. طريقة الإستخدام:<ol><li>قم بإختيار توزيعة ونسخة ليتم تنزيلها من القائمة الموجودة ÙÙŠ الإعلى أو حدد Ø§Ù„Ù…Ù„ÙØ§Øª التي ترغب ÙÙŠ تحميلها يديوياً بالأسÙÙ„.</li><li>ثم قم بإختيار نوع التنصيب والضغط على زر مواÙÙ‚ لبدء التنصيب.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>الوصÙ:</b> Arch Linux هى توزيعة مختصرة تم تصميمها لتكون اﻻكتر سرعة Ùˆ اﻻكثر مرونة.<br/><b>تعليمات اﻻعداد:</b> النسخة اﻻعتيادية يمكن أعدادعا من خﻻل اﻻنترنت بواسطة (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>الوصÙ:</b> BackTrack هى توزيعة تركز على تحليل الشبكات Ùˆ أختبارات penetration الخاصة بالشبكات.<br/><b>تعليمات اﻻعداد:</b> BackTrack يمكن أن تعمل باالاسلوب الحىlive mode; ï»» أعدادات مطلوبة ﻻستخدام التوزيعة. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>الوصÙ:</b> تعد توزيعة CentOS مستنسخ حر من لينيكس شركة Red Hat Enterprise. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة Ø§Ù„Ø¥ÙØªØ±Ø§Ø¶ÙŠØ© بكلا التنصيب عن طريق الشبكة العالمية (FTP) أو التنصيب بدون إتصال شبكي عن طريق إستخدام Ù…Ù„ÙØ§Øª التنصيب الأي إس أو اللتي تم تنزيلها مسبقاً. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>الوصÙ:</b> تعد CloneZilla توزيعة تستخدم من أجل الحصول على نسخ إحتياطية من الأقراص وستنساخها.<br/><b>ملاحظات التثبيت:</b> يقلع ويعمل CloneZilla ÙÙŠ الوضع الحي لذلك لا يحتاج إلى تنصيب. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>الوصÙ:</b> هي توزيعة مبنية من أدنى حد ممكن من العناصر مصممه لأجهزة الحاسوب القديمة.<br/><b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى ذاكرة الوصول العشوائي (RAM) والإقلاع من الذاكرة, لذلك التنصيب إختياري وليس إلزامي. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>الوصÙ:</b> Debian هى جمعية لتطوير توزيعات اللينكس التى تدعم نظاق واسع من الهياكل البرمجية Ùˆ ØªÙˆÙØ± مستودعات كبيرة من الحزم البرمجية .<br/><b>تعليمات اﻻعداد:</b> نسخةNetInstall تسمح بعمل أعداد خﻻل اﻻنترنت بواسطة FTP. اذا كنت ØªÙØ¶Ù„ اشتخدام نسخة محملة من الشبكة Ø³Ù„ÙØ§ بصورة مل٠iso, أستخدم خيار HdMedia, ثم ضع المل٠على الدليل الجذر ÙÙ‰ القرص الصلب او على جهاز USB <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>الوصÙ:</b> هي توزيعة سهلة الإستعمال مرتكزة على توزيعة ديبيان.<br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>الوصÙ:</b> هي عدة طوارئ Ù„Ù…ÙƒØ§ÙØ­Ø© الÙيروسات تستخدم لإستعادة النظام اللذي حطمته البرمجيات الخبيثة.<br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>الوصÙ:</b> هي توزيعة مدعومة من قبل المجتمع ترعاها شركة ريدهات تقوم بعرض آخر Ùˆ أحدث البرمجيات الحرة ذات المصدر Ø§Ù„Ù…ÙØªÙˆØ­. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة, Ùˆ تسمح نسخة التنصيب الشبكي بالتنصيب عن طريق الشبكة العالمية (FTP) أو التنصيب عن طريق Ù…Ù„ÙØ§Øª الأي إس أو اللتي تم تنزيلها مسبقاً. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>الوصÙ:</b> هو نظام تشغيل للأغراض العامة شبيه بنظام التشغيل يونكس تم تصميمه لغرض الأداء Ùˆ قابلية التدرج ÙÙŠ الأداء حسب العمل المطلوب. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة Ø§Ù„Ø¥ÙØªØ±Ø§Ø¶ÙŠØ© بالتنصيب عن طريق الشبكة العالمية (FTP) أو التنصيب عن طريق Ù…Ù„ÙØ§Øª التنصيب الأي إس أو اللتي تم تنزيلها مسبقاً. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>الوصÙ:</b> هو نظام تشغيل حر متواÙÙ‚ مع نظام تشغيل القرص لشركة Ù…Ø§ÙŠÙƒØ±ÙˆØ³ÙˆÙØª (MS-DOS).<br/><b>ملاحظات التنصيب:</b> قم بالإطلاع على <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">الدليل</a> Ù„ØªÙØ§ØµÙŠÙ„ عملية التنصيب. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>الوصÙ:</b> هي توزيعة للأغراض العامة مشتقة من توزيعة Slackware للمستخدمين المتقدمين.<br/><b>ملاحظات التنصيب:</b> تسمح النسخة Ø§Ù„Ø¥ÙØªØ±Ø§Ø¶ÙŠØ© بالتنصيب عن طريق الشبكة العالمية (FTP) أو التنصيب عن طريق Ù…Ù„ÙØ§Øª الأي إس أو اللتي تم تنزيلها مسبقاً. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>الوصÙ:</b> هي توزيعة مشتقة من أوبنتو مصدقة من مؤسسة البرمجيات الحرة وخالية من جميع المكونات غير الحرة. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>الوصÙ:</b> يعد Gujin مدير إقلاع بياني بستطاعته الإقلاع المشترك للأحجام ÙˆØ§Ù„Ù…Ù„ÙØ§Øª Ø§Ù„Ù…Ø®ØªÙ„ÙØ©. <br/><b>ملاحظات التنصيب:</b> يقلع ويعمل Gujin بسهولة ÙÙŠ الوضع الحي بدون الحاجة إلى تنصيب. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>الوصÙ:</b> يقوم قرص Kaspersky للإنقاذ بالكش٠عن وإزالة البرمجيات الخبيثة من تنصيبة وندوز. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية من الإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء البحث عن البرمجيات الخبيثة. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>الوصÙ:</b> تعد تعد توزيعة Linux Mint توزيعة سهلة الإستعمال مشتقة من أوبنتو مشتملة على Ù…Ù„ÙØ§Øª الترميز والبرمجيات الإحتكارية الأخرى Ø¥ÙØªØ±Ø§Ø¶ÙŠØ§Ù‹. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التثبيت عند الرغبة. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>الوصÙ:</b> تعد توزيعة Mandriva توزيعة سهلة الإستعمال كانت تعر٠سابقاً بإسم Mandrake Linux. <br/><b>ملاحظات التثبيت:</b> تسمح النسخة الحية من الإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التثبيت عند الرغبة, Ùˆ تسمح نسخة التنصيب الشبكي بالتنصيب عن طريق الشبكة العالمية (FTP) أو التنصيب عن طريق <a href="http://www.mandriva.com/en/download">Ù…Ù„ÙØ§Øª الأي إس أو المجانية</a> اللتي تم تنزيلها مسبقاً. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>الوصÙ:</b> توزيعة MEPIS مبينة على نظام تشغيل Debian. نسخة SimplyMEPIS هي نسخة سهلة الإستعمال مرتكزة على بيئة سطح المكتب كى دي إي, بينما تعد نسخة AntiX نسخة سهلة الإستعمال للإجهزة القديمة.<br/><b>ملاحظات التنصيب:</b> تدعم توزيعة MEPIS الإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>الوصÙ:</b> توزيعة openSUSE هي توزيعة سهلة الإستعمال برعاية Novell. <br/><b>ملاحظات التثبيت:</b> تسمح النسخة Ø§Ù„Ø¥ÙØªØ±Ø§Ø¶ÙŠØ© بكلا التثبيت عن طريق الشبكة العالمية (FTP) أو التثبيت بدون إتصال عن طريق Ù…Ù„ÙØ§Øª التثبيت الأي إس أو التي تم تحميلها مسبقاً. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>الوصÙ:</b> يستطيع Ophcrack ÙÙƒ كلمات السر ÙÙŠ وندوز.<br/><b>ملاحظات التثبيت:</b> يقلع ويعمل Ophcrack ÙÙŠ الوضع الحي بدون الحاجة إلى تنصيب. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>الوصÙ:</b> هي توزيعة مشتملة على مدير التجزئة (GParted) وخدمات النظام الأخرى اللتي بوسعها تغيير حجم ونسخ وصنع نسخة إحتياطية من وتعديل أجزاء القرص.<br/><b>ملاحظات التنصيب:</b> يقلع ويعمل Parted Magic ÙÙŠ الوضع الحي بدون الحاجة إلى تنصيب. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>الوصÙ:</b> هي توزيعة Ø®ÙÙŠÙØ© مصممة للإستعمال مع الحواسيب القديمة. <br/><b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى ذاكرة الوصول العشوائي (RAM) والإقلاع من الذاكرة, لذلك التنصيب إختياري وليس إلزامي. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>الوصÙ:</b> هي توزيعة من النوع اللذي يكتب على إسطوانة دي ÙÙŠ دي حية مرتكزة على توزيعة جنتو ومتسمة بمدير الحزم الثنائية إنتروبية (Entropy) Ø¨Ø§Ù„Ø¥Ø¶Ø§ÙØ© إلى نظام إدارة الحزم المصدري (Portage).<br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. مع العلم أن حجم نسخة (LiteMCE) Ù¢ جيجا بينما تحتاج النسخة الكاملة إلى ذاكرة يو إس بي بحجم Ù¨ جيجا. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>الوصÙ:</b> هي توزيعة مرتكزة على توزيعة (Slackware) متسمة ببيئة سطح المكتب كى دي إي.<br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>الوصÙ:</b><br/> هي توزيعة Ø®ÙÙŠÙØ© مصغرة موجهة للإستخدام مع حاسوب سطح المكتب.<b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى ذاكرة الوصول العشوائي (RAM) والإقلاع من الذاكرة, لذلك التنصيب إختياري وليس إلزامي. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>الوصÙ:</b> هو محمل إقلاع قادر على التغلب على بعض جوانب القصور والعلل الموجودة ÙÙŠ نظام الادخال Ùˆ الاخراج الأساسي بيوس (BIOS). <br/><b>ملاحظات التنصيب:</b> يقلع ويعمل مدير الإقلاع الذكي (SBM) بدون الحاجة إلى التنصيب. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>الوصÙ:</b> يعتبر قرص قرب الخارق محمل إقلاع قادر على القيام بالعديد من مهمات إصلاح إم بي أر Ùˆ محملات الإقلاع الأخرى. <br/><b>ملاحظات التثبيت:</b> يقلع ويعمل قرص قرب الخارق مباشرة بدون الحاجة إلى التثبيت. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>الوصÙ:</b> هي توزيعة Ø®ÙÙŠÙØ© متسمة بواجهة بسيطة شبيه بكشك ومشتملة على Ù…ØªØµÙØ­ لشبكة ومشغل وسائط.<br/><b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى ذاكرة الوصول العشوائي (RAM) والإقلاع من الذاكرة. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>الوصÙ:</b> هي توزيعة مرتكزة على توزيعة (Slackware) متسمة ببيئة سطح المكتب (Ø¥ÙƒØ³ÙØ³). <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>الوصÙ:</b> يعد نظام التشغيل EeePCLinuxOS توزيعة سهلة الإستعمال مبنية على PCLinuxOS للعمل على جهاز EeePC. <br/><b>ملاحظات التثبيت:</b> تأكد من ØªÙØ±ÙŠØº وإعادة تهيئة وسيط التثبيت قبل الإستمرار ÙÙŠ عملية التثبيت. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>الوصÙ:</b> لا يعد أوبنتو إي مجرد إصدار من أوبنتو ذو تلائم أمثل مع جهاز Asus Eee PC, بل Ø¥Ø¶Ø§ÙØ© إلى ذلك يستخدم نظام التشغيل هذا واجهة Netbook Remix التي ØªÙØ¶Ù„ توÙير Ø£ÙØ¶Ù„ البرمجيات Ø§Ù„Ù…ØªÙˆÙØ±Ø© عوضاً عن البرمجيات ذو المصادر Ø§Ù„Ù…ÙØªÙˆØ­Ø© البديلة (على سبيل المثال قيامها بتوÙير Skype عوضاً عن Ekiga). <br/><b>ملاحظات التثبيت:</b> تأكد من كون وسط التثبيت ÙØ§Ø±ØºØ§Ù‹ ومعاد التهيئة قبل الاستمرار ÙÙŠ عملية التثبيت. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>الوصÙ:</b> يعد كي وي لينيكس إصدار مشتق من أوبنتو مصمم خصيصاً للمستخدمين المتحدثين باللغة الرومانية والمجرية والإنجليزية.<br/><b>ملاحظات التنصيب:</b> تأكد من ØªÙØ±ÙŠØº وإعادة تهيئة وسيط التنصيب قبل الإستمرار ÙÙŠ عملية التنصيب. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>الوصÙ:</b> تعد gNewSense توزيعة جي إنْ وو لينيكس عالية الجودة حيث انه يزيد ÙÙŠ ويطور أوبنتو من أجل أن يجعله نظام تشغيل حر تماماً بدون وجود أي نقط ثنائية أو أشجار حزم مشتملة على برمجيات احتكارية. <br/><b>ملاحظات التنصيب:</b> تأكد من ØªÙØ±ÙŠØº وإعادة تهيئة وسيط التنصيب قبل الإستمرار ÙÙŠ عملية التنصيب. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>الوصÙ:</b> تعد SliTaz توزيعة مصغرة Ø®ÙÙŠÙØ© موجهة لسطح المكتب. <br/><b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى الذاكرة العشوائية والإقلاع من الذاكرة, لذلك التنصيب ليس لزاماً لاكنه أمر إختياري. برنامج التنصيب هذا مبني على <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Ø§Ù„ØµÙØ­Ø© الرئيسية:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>الوصÙ:</b> تعد xPUD توزيعة Ø®ÙÙŠÙØ© تتسم بواجهة بسيطة شبيهة بكشك ومشتملة على Ù…ØªØµÙØ­ الشبكة ومشغل وسائط.<br/><b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى الذاكرة العشوائية المؤقتة والإقلاع من الذاكرة. unetbootinui Unetbootin Copy text Unetbootin Select from a list of supported distributions إختر من قائمة التوزيعات المدعومة &Distribution &توزيعة Specify a disk image file to load حدد مل٠صورة القرص ليتم تحميله Disk&image قرص&صورة Manually specify a kernel and initrd to load حدد النواة ومل٠قرص الذاكرة المؤقته المبدئية (initrd) يديوياً ليتم تحميلهما &Custom &تخصيص Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK مواÙÙ‚ Return رجوع Cancel إلغاء Esc خروج Reboot Now أعد التشغيل الأن Exit إخرج 1. Downloading Files Ù¡. تنزيل Ø§Ù„Ù…Ù„ÙØ§Øª 2. Extracting and Copying Files Ù¢. إستخراج ونسخ Ø§Ù„Ù…Ù„ÙØ§Øª 3. Installing Bootloader Ù£. تنصيب محمل الإقلاع 4. Installation Complete, Reboot Ù¤. إكتملت عملية التنصيب, إعادة التشغيل Select the target drive to install to إختر السواقة الهد٠ليتم التنصيب عليها Dri&ve: سوا&قة Select the installation target type إختر نوع هد٠التنصيب &Type: &نوع Select the distribution version إختر نسخة التوزيعة Select disk image file إختر مل٠صورة القرص ... ... Select the disk image type إختر نوع صورة القرص Specify a floppy/hard disk image, or CD image (ISO) file to load حدد صورة قرص Ùلوبي أو صلب أو صورة قرص إسطوانة سي دي (أي إس أو) ليتم تحميلها Specify a kernel file to load حدد مل٠النواة ليتم تحميله Select kernel file إختر مل٠النواة Specify an initrd file to load حدد مل٠قرص الذاكرة المؤقته المبدئية (initrd) ليتم تحميلها Select initrd file إختر مل٠قرص الذاكرة المؤقته المبدئية (initrd) Select syslinux.cfg or isolinux.cfg file إختر مل٠syslinux.cfg أو isolinux.cfg Specify parameters and options to pass to the kernel حدد القيم والخيارات لجتياز النواة &Kernel: &Kernel: Init&rd: Init&rd: &Options: &اختيارات: uninstaller Uninstallation Complete إكتملت عملية إزالة التنصيب %1 has been uninstalled. تم إزالة تنصيب %1 Must run as root يجب التشغيل بستخدام صلاحية الجذر %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller مزيل تنصيب %1 %1 is currently installed. Remove the existing version? %1 منصب حالياً, هل ترغب ÙÙŠ إلغاء النسخة الموجودة؟ ./._unetbootin_ast.ts000644 000765 000024 00000000473 12325150343 015130 0ustar00gezastaff000000 000000 Mac OS X  2 ;ATTR;œŸœŸcom.dropbox.attributesxœÈÛC0€áWYúJg–¸P Á,!„ìFê8Ó94E¼ûwÿ÷ï g]Ÿv<I®§”5-~Hª:Ofñÿr2’oMÃnkÍ,”"LwZ‡ÏÇx06æÍÆmææ”ÉБLØfëx ¾Tø–bÞ+äη'­è] ‹Ni c—™‰z9ùÈŠWÙÞ^^¡"Zí©*8Žã§`6‘unetbootin_ast.ts000644 000765 000024 00000156625 12325150343 014571 0ustar00gezastaff000000 000000 QObject LeftToRight unetbootin Hard Disk Discu duru USB Drive Unidá USB ISO ISO Floppy Disquín either LiveUSB persistence FAT32-formatted USB drive Preséu USB con formatu FAT32 EXT2-formatted USB drive Preséu USB con formatu EXT2 Open Disk Image File Abrir ficheru d'imaxe de discu All Files Tolos ficheros All Files (*) Tolos ficheros (*) Open Kernel File Abrir ficheru de kernel Open Initrd File Abrir ficheru initrd Open Bootloader Config File Abrir ficheru de configuración del cargador d'arranque Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted %1 nun ta montáu You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Primero tienes de montar el preséu %1 nún puntu de montaxe. N'abondes distribuciones se fai de mou automáticu sacando y volviendo a inxertar el preséu USB. Select a distro Escoyer distribución You must select a distribution to load. Tienes d'escoyer una distribución pa cargar. Select a disk image file Escueyi un ficheru d'imaxe de discu You must select a disk image file to load. Tienes d'escoyer un ficheru d'imaxe de discu pa cargar. Select a kernel and/or initrd file Escueyi un ficheru de kernel y/o initrd You must select a kernel and/or initrd file to load. Tienes d'escoyer un ficheru de kernel y/o initrd pa cargar Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_be.ts000644 000765 000024 00000155505 12325150343 014364 0ustar00gezastaff000000 000000 QObject LeftToRight unetbootin Hard Disk USB Drive USB-прывод ISO ISO Floppy ДыÑкета either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files УÑе файлы All Files (*) УÑе файлы (*) Open Kernel File Open Initrd File Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro ÐбÑрыце дыÑтрыбутыў You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_bg.ts000644 000765 000024 00000171637 12325150343 014372 0ustar00gezastaff000000 000000 QObject LeftToRight unetbootin Hard Disk Твърд диÑк USB Drive USB уÑтройÑтво ISO ISO Floppy Флопи either или LiveUSB persistence FAT32-formatted USB drive Форматиранo USB уÑтройÑтво в FAT32 EXT2-formatted USB drive Форматиранo USB уÑтройÑтво в EXT2 Open Disk Image File Отвори Disk Image файла All Files Ð’Ñички Файлове All Files (*) Ð’Ñички файлове (*) Open Kernel File Отвори файла на Ядрото Open Initrd File Отвори Initrd файла Open Bootloader Config File Отвори конфигурационниÑÑ‚ файл на програмата за начално зареждане Insert a USB flash drive Включи USB уÑтройÑтвото No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Ðе беше намерено USB уÑтройÑтво. Ðко уÑтройÑтвото вече е включено, пробвайте да го форматирате във FAT32 файлова ÑиÑтема. %1 not mounted %1 не е монтиран You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Първо трÑбва да монтирате уÑтройÑтвото USB 1% към точка за монтиране. Повечето диÑтрибуции ще направи това автоматично, Ñлед като премахнете и поÑтавете отново USB уÑтройÑтвото. Select a distro Избор на диÑÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ You must select a distribution to load. ТрÑбва да изберете диÑÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ Ð·Ð° зареждане Select a disk image file Избор на disk image файл You must select a disk image file to load. ТрÑбва да изберете disk image файл за зареждане. Select a kernel and/or initrd file Избери Ñдро и/или initrd файл You must select a kernel and/or initrd file to load. ТрÑбва да изберете Ñдор и/или initrd файл за да Ñе зареди Diskimage file not found Disk image файла не беше открит. The specified diskimage file %1 does not exist. ИзбраниÑÑ‚ Image файл %1 не ÑъщеÑтвува Kernel file not found Ðе е намерен kernel файл The specified kernel file %1 does not exist. ИзбраниÑÑ‚ kernel файл %1 неÑъщеÑтвува Initrd file not found Initrd файла не беше открит The specified initrd file %1 does not exist. ИзбраниÑÑ‚ intrd файл %1 не ÑъщеÑтвува %1 exists, overwrite? %1 ÑъщеÑтвува, презапиÑване? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Файлът %1 вече ÑъщеÑтвува. ÐатиÑнете "Да за вÑички", за да Ñе презапише Ñ‚ÐµÐºÑƒÑ‰Ð¸Ñ Ð¸ вÑички оÑтанали файлове, "Да", за да Ñе запише Ñамо Ñ‚ÐµÐºÑƒÑ‰Ð¸Ñ Ð¸ "Ðе", за да Ñе запази ÑъщеÑтвуващата верÑиÑ. Ð’ Ñлучай на Ñъмнение, натиÑнете "Да за вÑички". %1 is out of space, abort installation? %1 нÑма доÑтатъчно проÑтранÑтво, прекъÑване на инÑталациÑта ? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Ð’ директориÑта %1 нÑма налично Ñвободно проÑтранÑтво. ÐатиÑнете 'Да' за прекъÑване на инÑталирането, 'Ðе' за игнориране на това Ñъобщение и опит за довършване на инÑталациÑта, и 'Ðе на вÑички' за игнориране на вÑички подобни ÑъобщениÑ. Locating kernel file in %1 Copying kernel file from %1 Копирам kernel файла от %1 Locating initrd file in %1 Copying initrd file from %1 Копирам initrd файла от %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... Копиране на файл, Ð¼Ð¾Ð»Ñ Ð¸Ð·Ñ‡Ð°ÐºÐ°Ð¹Ñ‚Ðµ... <b>Source:</b> <a href="%1">%1</a> <b>Източник:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Крайна цел:</b> %1 <b>Copied:</b> 0 bytes <b>Копирани:</b> 0 байта Extracting files, please wait... Извличане на файлове, молÑ, изчакайте… <b>Archive:</b> %1 <b>Ðрхив:</b> %1 <b>Source:</b> <b>Източник:</b> <b>Destination:</b> <b>Крайна цел:</b> <b>Extracted:</b> 0 of %1 files <b>Извлечени Ñа:</b> 0 от %1 файла <b>Source:</b> %1 (%2) <b>Източник:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Крайна цел:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Извлечени Ñа:</b> %1 от %2 файла Downloading files, please wait... ИзтеглÑне на файлове, молÑ, изчакайте… <b>Downloaded:</b> 0 bytes <b>Изтеглени Ñа:</b> 0 байта Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Изтеглени Ñа:</b> %1 от %2 <b>Copied:</b> %1 of %2 <b>Копирано:</b> %1 of %2 Searching in <a href="%1">%1</a> ТърÑене в(ъв) <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 ÑÑŠÐ²Ð¿Ð°Ð´ÐµÐ½Ð¸Ñ Ð² <a href="%3">%3</a> %1 not found %1 не е намерен(а/о) %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 не е намерен(а/о). ИзиÑква Ñе за режим на инÑталиране %2. ИнÑталирайте пакета „%3“ или Ð½ÐµÐ³Ð¾Ð²Ð¸Ñ ÐµÐºÐ²Ð¸Ð²Ð°Ð»ÐµÐ½Ñ‚ за диÑтрибуциÑта Ви. (Current) (в процеÑ) (Done) (готово) Configuring grub2 on %1 ÐаÑтройване на grub2 на %1 Configuring grldr on %1 ÐаÑтройване на grldr на %1 Configuring grub on %1 ÐаÑтройване на grub на %1 Installing syslinux to %1 ИнÑталиране на syslinux в(ъв) %1 Installing extlinux to %1 ИнÑталиране на extlinux в(ъв) %1 Syncing filesystems Синхронизиране на файловите ÑиÑтеми Setting up persistence After rebooting, select the След реÑтартиране изберете After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? След реÑтартиране изберете зареждане от USB менюто на BIOS.%1 РеÑтартиране Ñега? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *Ð’ÐЖÐО* Преди реÑтарирането, Ñложете Ubuntu alternate (не деÑктоп) iso файла на главната Ð´Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ð½Ð° хард диÑка или USB уÑтройÑтвото. Може да бъде Ñвалено от cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *Ð’ÐЖÐО* Преди реÑтарирането, Ñложете Debian install iso файла на главната Ð´Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ð½Ð° хард диÑка или USB уÑтройÑтвото. Може да бъде Ñвалено от cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == = Изберете диÑÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ = == Select Version == = Изберете верÑÐ¸Ñ = Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Здравейте от <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> - Universal Netboot Installer . Използване:<ol><li>Изберете диÑÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ Ð¸ верÑÐ¸Ñ Ð·Ð° изтеглÑне от ÑпиÑъка по-горе, или ръчно да укажете файлове за зареждане по-долу.</li><li> Изберете типа на инÑталациÑта, и натиÑнете OK, за да започне инÑталирането .</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom &ПотребителÑки Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB МБ OK ОК Return Връщане Cancel Отказ Esc ЕÑкейп Reboot Now РеÑтартирай Ñега Exit Изход 1. Downloading Files 1. СвалÑне на файлове 2. Extracting and Copying Files 2. Извличане и копиране на файлове 3. Installing Bootloader 3. ИнÑталиране на Bootloader 4. Installation Complete, Reboot 4. ИнÑталирането завърши, реÑтартирайте Select the target drive to install to Dri&ve: Select the installation target type &Type: &Тип: Select the distribution version Изберете верÑиÑта на диÑтрибуциÑта Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. %1 беше премахнато. Must run as root ТрÑбва да Ñтартирате като root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_bn.ts000644 000765 000024 00000161175 12325150343 014375 0ustar00gezastaff000000 000000 QObject LeftToRight ডানে unetbootin Hard Disk তথà§à¦¯à¦¥à¦¾à¦²à¦¾ USB Drive USB ডà§à¦°à¦¾à¦‡à¦­ ISO ISO Floppy ফà§à¦²à¦ªà¦¿ either হয় LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File তথà§à¦¯à¦¥à¦¾à¦²à¦¾à¦šà¦¿à¦¤à§à¦° খোলো All Files সব ফাইল দেখি All Files (*) সব ফাইল (*) Open Kernel File শà§à¦§à§ 'কারà§à¦¨à§‡à¦²' ফাইল খোলো Open Initrd File শà§à¦§à§ 'Initrd' ফাইল খোলো Open Bootloader Config File বà§à¦Ÿà¦²à§‹à¦¡ কারà§à¦•াজের ফাইল খোলো Insert a USB flash drive USB ফà§à¦²à§à¦¯à¦¾à¦¶ ঢà§à¦•াও No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB ফà§à¦²à§à¦¯à¦¾à¦¶ ডà§à¦°à¦¾à¦‡à¦­ পাওয়া যায়নি, ডà§à¦°à¦¾à¦‡à¦­ ঢà§à¦•ানোর পরেও à¦à¦‡ লেখা দেখলে বà§à¦à¦¤à§‡ হবে 'ফরমà§à¦¯à¦¾à¦Ÿ' (FAT32 হিসেবে) করে USB ফà§à¦²à§à¦¯à¦¾à¦¶ ডà§à¦°à¦¾à¦‡à¦­à¦Ÿà¦¿ পরিসà§à¦•ার করা উচিত %1 not mounted %à§§ চড়তে পারেনি You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. পà§à¦°à¦¥à¦®à§‡ USB ফà§à¦²à§à¦¯à¦¾à¦¶ ডà§à¦°à¦¾à¦‡à¦­ %à§§ টিকে চà§à§œà¦¾à§Ÿ চড়াতে হবে, à¦à¦•ে খà§à¦²à§‡ ঢà§à¦•ালে ডিসà§à¦Ÿà§à¦°à¦¿à¦¬à¦¿à¦‰à¦¶à¦¨à¦•ারী আপনা আপনি à¦à¦Ÿà¦¾ করবে। Select a distro বেছে নিন পছনà§à¦¦à§‡à¦° 'distro' You must select a distribution to load. ডিসà§à¦Ÿà§à¦°à¦¿à¦¬à¦¿à¦‰à¦¶à¦¨à¦•ারী বেছে নিতেই হবে আপনাকে Select a disk image file তথà§à¦¯à¦¥à¦¾à¦²à¦¾à¦šà¦¿à¦¤à§à¦° বেছে নিন You must select a disk image file to load. তথà§à¦¯à¦¥à¦¾à¦²à¦¾à¦šà¦¿à¦¤à§à¦°à§‡à¦° ফাইল আপনাকে বেছে নিতেই হবে Select a kernel and/or initrd file কারà§à¦¨à§‡à¦² অথবা/à¦à¦¬à¦‚ 'initrd' বেছে নিন You must select a kernel and/or initrd file to load. আপনাকে à¦à¦•টি কারà§à¦¨à§‡à¦² অথবা/à¦à¦¬à¦‚ 'initrd' বেছে নিতেই হবে Diskimage file not found তথà§à¦¯à¦¥à¦¾à¦²à¦¾à¦šà¦¿à¦¤à§à¦° পাওয়া যায়নি The specified diskimage file %1 does not exist. তথà§à¦¯à¦¥à¦¾à¦²à¦¾à¦šà¦¿à¦¤à§à¦° %à§§ টি কথাওই নেই Kernel file not found কারà§à¦¨à§‡à¦² ফাইল পাওয়া যায়নি The specified kernel file %1 does not exist. কারà§à¦¨à§‡à¦² ফাইল %à§§ টি কথাওই নেই Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_ca.ts000644 000765 000024 00000256703 12325150343 014363 0ustar00gezastaff000000 000000 QObject LeftToRight D'esquerra a dreta unetbootin Hard Disk Disc dur USB Drive Disc USB ISO ISO Floppy Disquet either o bé LiveUSB persistence Persistència al dispositiu USB autònom FAT32-formatted USB drive Dispositiu USB amb format FAT32 EXT2-formatted USB drive Dispositiu USB amb format EXT2 Open Disk Image File Obre un fitxer d'imatge de disc All Files Tots els fitxers All Files (*) Tots els fitxers (*) Open Kernel File Obre el fitxer de nucli Open Initrd File Obre el fitxer initrd Open Bootloader Config File Obre el fitxer de configuració del carregador de l'arrencada Insert a USB flash drive Inseriu una unitat flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. No s'ha trobat cap unitat flash USB . Si heu inserit un dispositiu USB, proveu de formatar-lo com a FAT32. %1 not mounted %1 sense muntar You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Primer munteu la unitat USB %1 a un punt de muntatge. La majoria de les distribucions ho fan automàticament si la retireu i la torneu a inserir. Select a distro Seleccioneu una distribució You must select a distribution to load. Seleccioneu una distribució per carregar Select a disk image file Seleccioneu un fitxer d'imatge de disc You must select a disk image file to load. Seleccioneu un fitxer d'imatge de disc per carregar. Select a kernel and/or initrd file Seleccioneu un nucli i/o el fitxer initrd You must select a kernel and/or initrd file to load. Seleccioneu un nucli i/o un fitxer initrd per carregar-los. Diskimage file not found No s'ha trobat el fitxer d'imatge de disc The specified diskimage file %1 does not exist. El fitxer d'imatge de disc %1 indicat no existeix. Kernel file not found No s'ha trobat el fitxer del nucli The specified kernel file %1 does not exist. El fitxer del nucli %1 indicat no existeix. Initrd file not found No s'ha trobat el fitxer initrd The specified initrd file %1 does not exist. El fitxer initrd %1 indicat no existeix. %1 exists, overwrite? %1 ja existeix. El voleu sobreescriure? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. El fitxer %1 ja existeix. Premeu «Sí a tot» per sobreescriure'l i evitar la mateixa pregunta, «Sí» per sobreescriure els fitxers individualment, i «No» per conservar la versió existent. En cas de dubte premeu «Sí a tot». %1 is out of space, abort installation? No hi ha prou espai a %1, voleu aturar la instal·lació? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. No hi ha prou espai a la carpeta %1. Premeu «Sí» per aturar la instal·lació, «No» per ignorar aquest error i intentar continuar, i «No a tot» per ignorar tots els errors de manca d'espai. Locating kernel file in %1 S'està localitzant el fitxer del nucli a %1 Copying kernel file from %1 S'està copiant el fitxer del nucli des de %1 Locating initrd file in %1 S'està localitzant el fitxer initrd a %1 Copying initrd file from %1 S'està copiant el fitxer initrd des de %1 Extracting bootloader configuration S'està extraient la configuració del carregador de l'arrencada <b>Extracting compressed iso:</b> %1 <b>S'està extraient el fitxer ISO comprimit:</b> %1 Copying file, please wait... S'està copiant els fitxers... <b>Source:</b> <a href="%1">%1</a> <b>Origen:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destinació:</b> %1 <b>Copied:</b> 0 bytes <b>S'ha copiat:</b> 0 bytes Extracting files, please wait... S'està extraient els fitxers, espereu... <b>Archive:</b> %1 <b>Arxiu:</b> %1 <b>Source:</b> <b>Origen:</b> <b>Destination:</b> <b>Destinació:</b> <b>Extracted:</b> 0 of %1 files <b>S'ha extret:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Origen:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destinació:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>S'ha extret:</b> %1 of %2 files Downloading files, please wait... S'està descarregant els fitxers, espereu... <b>Downloaded:</b> 0 bytes <b>S'ha descarregat:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Ha fallat la descàrrega de %1 %2 de %3. Intenteu baixar-vos el fitxer ISO directament des del lloc web i subministreu-lo mitjançant l'opció «diskimage». <b>Downloaded:</b> %1 of %2 <b>S'ha descarregat:</b> %1 de %2 <b>Copied:</b> %1 of %2 <b>S'ha copiat:</b> %1 de %2 Searching in <a href="%1">%1</a> S'està cercant a <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 coincidències de <a href="%3">%3</a> %1 not found No s'ha trobat %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. No s'ha trobat %1. És necessari per al mode d'instal·lació %2. Instal·leu el paquet «%3» o l'equivalent de la vostra distribució. (Current) (Actual) (Done) (Fet) Configuring grub2 on %1 S'està configurant el grub2 a %1 Configuring grldr on %1 S'està configurant el grldr a %1 Configuring grub on %1 S'està configurant el grub a %1 Installing syslinux to %1 S'està instal·lant syslinux a %1 Installing extlinux to %1 S'està instal·lant extlinux a %1 Syncing filesystems S'està sincronitzant els fitxers de sistema Setting up persistence Configura la persistència After rebooting, select the Després d'arrencar de nou, seleccioneu la After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Després d'arrencar de nou, seleccioneu l'opció d'arrencada des de l'USB al menú de la BIOS.%1 Voleu arrencar de nou ara? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 El dispositiu USB que s'ha creat no arrencarà a un Mac. Inseriu-lo a un PC i seleccioneu l'opció d'engegada des del dispositiu USB a la BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* Abans d'arrencar de nou, col·loqueu el fitxer iso d'instal·lació de l'Ubuntu Alternate (no la versió d'escriptori) a la carpeta arrel del disc dur o de la unitat USB. Es pot aconseguir a cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Després d'arrencar de nou, ignoreu qualsevol missatge d'error i seleccioneu «Enrere» si es demana un CD. Tot seguit, des del menú principal, trieu l'opció «Inicia la instal·lació», «Xarxa» com a origen, «HTTP» com a protocol, «mirrors.kernel.org» quan es demani el servidor i «/centos/%1/os/%2» quan es demani la carpeta. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* Abans d'arrencar de nou, situeu el fitxer iso Debian d'instal·lació a la carpeta arrel del disc dur o unitat USB. Es pot aconseguir de cdimage.debian.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* Després d'arrencar de nou, ignoreu qualsevol missatge d'error i seleccioneu «Enrere» si es demana un CD. Tot seguit, des del menú principal, trieu l'opció «Inicia la instal·lació», «Xarxa» com a origen, «HTTP» com a protocol, «download.fedora.redhat.com» quan es demani el servidor i «/pub/fedora/linux/development/%1/os» quan es demani la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* Després d'arrencar de nou, ignoreu qualsevol missatge d'error i seleccioneu «Enrere» si es demana un CD. Tot seguit, des del menú principal, trieu l'opció «Inicia la instal·lació», «Xarxa» com a origen, «HTTP» com a protocol, «download.fedora.redhat.com» quan es demani el servidor i «/pub/fedora/linux/releases/%1/Fedora/%2/os» quan es demani la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* Després d'arrencar de nou, ignoreu qualsevol missatge d'error i seleccioneu «Enrere» si es demana un CD. Tot seguit, des del menú principal, trieu l'opció «Inicia la instal·lació», «Xarxa» com a origen, «HTTP» com a protocol, «download.opensuse.org» quan es demani el servidor i «/factory/repo/oss» quan es demani la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANT* Després d'arrencar de nou, ignoreu qualsevol missatge d'error i seleccioneu «Enrere» si es demana un CD. Tot seguit, des del menú principal, trieu l'opció «Inicia la instal·lació», «Xarxa» com a origen, «HTTP» com a protocol, «download.opensuse.org» quan es demani el servidor i «/distribution/%1/repo/oss» quan es demani la carpeta. == Select Distribution == == Trieu la distribució == == Select Version == == Trieu la versió == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Benvingut a <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, l'instal·lador universal Netboot. Sintaxi:<ol><li>Seleccioneu una distribució i versió a descarregar de la llista anterior o indiqueu manualment els fitxers a carregar a baix.</li><li>Seleccioneu un tipus d'instal·lació, i premeu «D'acord» per començar la instal·lació.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Pàgina web:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descripció:</b>Arch Linux és una distribució lleugera optimitzada en velocitat i flexibilitat.<br/><b>Notes de la instal·lació:</b> La versió predeterminada permet la instal·lació per internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Pàgina web:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descripció:</b> BackTrack és una distribució enfocada a l'anàlisi de la seguretat de la xarxa.<br/><b>Notes de la instal·lació:</b> La distribució BackTrack s'executa en mode autònom i no cal instal·lació per utilitzar-la. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pàgina web:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descripció:</b> CentOS és un clon lliure del Red Hat Enterprise Linux .<br/><b>Notes de la instal·lació:</b> La versió prdeterminada permet la instal·lació utilitzant internet (FTP) o fora de línia amb fitxers ISO descarregats prèviament. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Pàgina web:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descripció:</b> CloneZilla és una distribució pensada per la creació i restauració de còpies de seguretat.<br/><b>Install Notes:</b> La distribució CloneZilla s'executa en mode autònom i no cal instal·lació per utilitzar-la. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pàgina web:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descripció:</b> Damn Small Linux és una distribució minimalista dissenyada per a ordinadors antics.<br/><b>Notes de la instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria, per tant la instal·lació no és necessària sinó opcional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Pàgina web:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descripció:</b> Debian és una distribució creada per la comunitat que suporta un ventall d'arquitectures i ofereix una gran quantitat de programari.<br/><b>Notes de la instal·lació:</b> La versió «NetInstall» permet ser instal·lada mitjançant FTP. Si desitgeu instal·lar-la des d'una imatge iso prèviament descarregada, seleccioneu l'opció «HdMedia» i copieu el fitxer iso a l'arrel de la unitat USB o disc dur que emprareu per a la instal·lació. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descripció:</b> Dreamlinux és una distribució amigable basada en Debian.<br/><b>Notes d'instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Pàgina web:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descripció:</b> Dr.Web AntiVirus és una utilitat d'emergència en cas d'infecció vírica al vostre sistema.<br/><b>Notes de la instal·lació:</b> La versió en mode autònom us permet mitjançant aquest estat analitzar el vostre sistema sense necessitat d'instal·lar-hi res al disc dur. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descripció:</b> Elive és una distribució oficial basada en Debian que incorpora el gestor d'escriptori Enlightenment.<br/><b>Notes de la Instal·lació:</b> El mode autònom permet provar el sistema sense instal·lar res al vostre ordinador, amb opció a ser també instal·lada. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pàgina web:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descripció:</b> Fedora és una distribució d'una comunitat patrocinada per Red Hat que mostra l'avantguarda més recent en programari de codi obert.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. La versió NetInstall permet la instal·lació utilitzant internet (FTP) o fora de línia amb fitxers ISO descarregats prèviament. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pàgina web:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descripció:</b> FreeBSD és un sistema operatiu d'ús general semblant a l'Unix dissenyat per ser escalable i ràpid.<br/><b>Notes de la instal·lació:</b> La versió predeterminada permet la instal·lació utilitzant internet (FTP) o fora de línia amb fitxers ISO descarregats prèviament. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Pàgina web:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descripció:</b> FreeDOS és un sistema operatiu lliure compatible amb MS-DOS.<br/><b>Notes de la instal·lació:</b> Vegeu el <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> per als detalls de la instal·lació. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Pàgina web:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descripció:</b> FreeNAS és una distribució NAS (Network-Attached Storage) de codi obert basada en FreeBSD.<br/><b>Notes d'instal·lació:</b> La versió de disc autònom crea una unitat RAM per al FreeNAS i utilitza un disquet o un disc USB en format FAT per desar el fitxer de configuració. La versió incorporada permet la instal·lació al disc dur. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pàgina web:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descripció:</b> Frugalware és una distribució d'ús general basada en Slackware per a usuaris avançats.<br/><b>Notes de la instal·lació:</b> L'opció predeterminada permet la instal·lació utilitzant internet (FTP) o fora de línia amb fitxers ISO descarregats prèviament. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Pàgina inicial:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Descripció:</b> GeeXboX és una distribució amb el Linux Media Center incrustat.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descripció:</b> gNewSense és una distribució aprovada per la FSF basada en Ubuntu amb tots els components que no són lliures suprimits.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Pàgina web:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descripció:</b> Gujin és un gestor d'arrencada gràfic que pot arrencar diversos volums i fitxers.<br/><b>Notes de la instal·lació:</b> Gujin només arrenca i executa, no cal cap instal·lació per utilitzar-lo. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Pàgina web:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descripció:</b> Kaspersky Rescue Disk detecta i suprimeix programari maliciós de la vostra instal·lació del Windows.<br/><b>Notes d'instal·lació:<b/> La versió autònoma permet arrencar en mode autònom i executar els escanejos de programari maliciós. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pàgina web:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descripció:</b> Kubuntu és una distribució oficial derivada d'Ubuntu que incorpora el gestor d'escriptori KDE.<br/><b>Notes de la instal·lació:</b> El mode autònom permet provar Kubuntu sense instal·lar res al vostre ordinador, amb opció a ser també instal·lada. La versió «NetInstall» permet instal·lar Kubuntu i altres derivats oficials d'Ubuntu mitjançant FTP. Si desitgeu instal·lar-la des d'una imatge iso prèviament descarregada, seleccioneu l'opció «HdMedia» i copieu el fitxer iso a l'arrel de la unitat USB o disc dur que emprareu per a la instal·lació. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Pàgina web:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Descripció:</b> LinuxConsole és una distribució d'escriptori per jugar, fàcil d'instal·lar i d'utilitzar, i que s'inicia ràpidament.<br/><b>Notes de la instal·ació:</b> La versió 1.0.2010 es la darrera 1.0, ara està disponible com a distribució en evolució constant (executeu el Liveupdate per actualitzar els mòduls i el nucli). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Descripció: Linux Mint és una distribució amigable basada en Ubuntu que inclou per defecte còdecs no lliures i d'altre programari addicional.</b> <br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pàgina web:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Descripció:</b> Lubuntu és una derivació oficial d'Ubuntu que utilitza LXDE com a escriptori.<br/><b>Notes d'instal·lació:</b> La versió autònoma permet arrencar em mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. La versió NetInstall permet la instal·lació utilitzant internet (FTP), i pot instal·lar Lubuntu i d'altres derivats oficials d'Ubuntu. Si voleu utilitzar una imatge iso baixada prèviament (sense escriptori), seleccioneu l'opció «HdMedia» i copieu el fitxer iso a l'arrel de la unitat USB o disc dur que emprareu per a la instal·lació. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Pàgina web:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descripció:</b> Mandriva és una distribució amigable coneguda prèviament com a Mandrake Linux.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. La versió NetInstall permet la instal·lació utilitzant internet (FTP) o amb fitxers ISO «gratuïts» descarregats prèviament <a href="http://www.mandriva.com/en/download">. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descripció:</b> MEPIS és una distribució basada en Debian. SimplyMEPIS és una versió amigable basada en KDE i AntiX és una versió lleugera per a ordinadors antics.<br/><b>Notes de la instal·lació:</b> MEPIS permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Pàgina inicial:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Descripció:</b> NetbootCD és un CD d'arrencada petit que descarrega i arrenca instal·ladors basats en la xarxa per a altres distribucions.<br/><b>Notes d'instal·lació:</b> NetbootCD arrenca i s'executa en mode autònom. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Pàgina web:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descripció:</b> NimbleX és una distribució petita i versàtil basada en Slackware. Està contruïda utilitzant els sripts linux-live i té un escriptori KDE. Es pot arrencar des d'un CD o d'una memòria flash (dispositius USB o reproductors MP3) i es pot personalitzar i ampliar fàcilment. <br/><b>Notes de la instal·lació:</b> NimbleX arrenca en mode autònom. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Pàgina inicial:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Descripció:</b> Offline NT Password and Registry Editor pot reiniciar els passaports del Windows i editar el registre de Windows 2000-Vista.<br/><b>Notes d'instal·lació:</b> NTPasswd arrenca i s'executa en mode autònom; no cal cap instal·lació per utilitzar-lo. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pàgina web:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descripció:</b> openSUSE és una distribució amigable patrocinada per Novell.<br/><b>Notes de la instal·lació:</b> La versió predeterminada permet la instal·lació utilitzant internet (FTP) o fora de línia amb fitxers ISO descarregats prèviament. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Pàgina web:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descripció:</b> Ophcrack pot desxifrar contrasenyes del Windows.<br/><b>Notes de la instal·lació:</b> Ophcrack arrenca i s'executa, no cal cap instal·lació per utilitzar-lo. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Pàgina web:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descripció:</b> Parted Magic inclou el gestor de particions GParted i d'altres eines del sistema que poden redimensionar, copiar, fe còpies de seguretat i manipular particions de disc.<br/><b>Notes de la instal·lació:</b> Parted Magic arrenca i s'executa en mode autònom, no cal instal·lació per utilitzar-la. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pàgina web:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descripció:</b> Puppy Linux és una distribució lleugera dissenyada per a ordinadors antics.<br/><b>Notes de la instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria, per tant la instal·lació no és necessària sinó opcional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Pàgina web:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descripció:</b> Sabayon Linux és una distribució basada en Gentoo que implementa el gestor de paquets binaris Entropy, a més del gestor basat en codi font Portage.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. L'edició LiteMCE ocupa 2 GB, per a la versió completa cal un dispositiu USB de 8GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Pàgina web:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Descripció:</b> Salix és una distribució GNU/Linux basada en Slackware (totalment compatible) que és senzilla, ràpida i fàcil d'utilitzar.<br/>Com un bonsai, Salix és petita, lleugera i resultat d'una cura infinita.<br/><b>Notes d'instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador.<br/>La contrasenya d'usuari primari per defecte és <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descripció:</b> Slax és una distribució basada en Slackware-based amb l'escriptori KDE.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pàgina web:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descripció:</b> SliTaz és una distribució lleugera pensada per a l'ordinador de taula.<br/><b>Notes de la instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria, per tant la instal·lació no és necessària sinó opcional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Pàgina web:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descripció:</b> Smart Boot Manager és un carregador de l'arrencada que pot evitar algunes limitacions i errors de la BIOS.<br/><b>Notes de la instal·lació:</b> SBM només arrenca i executa, no cal cap instal·lació per utilitzar-lo. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Pàgina web:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descripció:</b> Super Grub Disk és un carregador de l'arrencada que pot fer diverses tasques de recuperació del MBR i del carregador d'arrencada.<br/><b>Notes de la instal·lació:</b> SGD només arrenca i executa, no cal cap instal·lació per utilitzar-lo. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descripció:</b> Super OS és una distribució no oficial derivada d'Ubuntu que incorpora aplicacions adicionals. És necessari una unitat USB amb 2GB d'espai per poder ser instal·lada.<br/><b>Notes de la Instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pàgina web:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Descripció:</b> Ubuntu és una distribució amigable basada en Debian. Actualment és una de les distribucions més populars de Linux.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. La versió «NetInstall» permet instal·lar Ubuntu i altres derivats com ara Kubuntu mitjançant FTP. Si desitgeu instal·lar-la des d'una imatge iso prèviament descarregada, seleccioneu l'opció «HdMedia» i copieu el fitxer iso a l'arrel de la unitat USB o disc dur que emprareu per a la instal·lació. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Pàgina web:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descripció:</b> xPUD és una distribució lleugera amb una interfície senzilla tipus quiosc, amb un navegador i un reproductor multimèdia.<br/><b>Notes de la instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pàgina web:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Descripció:</b> Xubuntu és una distribució oficial derivada d'Ubuntu que incorpora el gestor d'escriptori XFCE.<br/><b>Notes de la Instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. La versió «NetInstall» permet instal·lar Xubuntu i altres derivats oficials d'Ubuntu mitjançant FTP. Si desitgeu instal·lar-la des d'una imatge iso prèviament descarregada, seleccioneu l'opció «HdMedia» i copieu el fitxer iso a l'arrel del dispositiu USB o disc dur que utilizeu per a la instal·lació. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Descripció:</b> Zenwalk és una distribució basada en Slackware que utilitza l'escriptori XFCE.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Pàgina web:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descripció:</b> EeePCLinuxOS és una distribució amigable basada en PCLinuxOS per a l'EeePC.<br/><b>Notes de la instal·lació:</b> El suport d'instal·lació ha d'estar buit i tenir format abans d'instal·lar-lo. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Pàgina web:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descripció:</b> Ubuntu Eee no és només l'Ubuntu optimitzat per a l'Asus Eee PC. És un sistema operatiu que fa servir la interfície del Netbook Remix, que prefereix el millor programari disponible en lloc de les alternatives en programari lliure (Skype en lloc d'Ekiga, per exemple).<br/><b>Notes de la instal·lació:</b> El suport d'instal·lació ha d'estar buit i tenir format abans d'instal·lar-lo. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Pàgina web:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descripció:</b> Elive és una distribució basada en Debian que incorpora el gestor de finestres Enlightenment.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Pàgina web:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descripción:</b> Kiwi Linux és un derviat de l'Ubuntu fet principalment per a usuaris de parla romanesa, hongaresa i anglesa.<br/><b>Notes de la instal·lació:</b> l suport d'instal·lació ha d'estar buit i tenir format abans d'instal·lar-lo. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Pàgina web:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descripció:</b> gNewSense és una distribució GNU/Linux que amplia i millora l'Ubuntu per crear un sistema operatiu totalment lliure sense «blobs» binaris o arbres de paquets que contenen codi propietari.<br/><b>Notes de la instal·lació:</b> El suport d'instal·lació ha d'estar buit i tenir format abans d'instal·lar-lo. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Pàgina web:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descripció:</b> NimbleX és una distribució petita i versàtil basada en Slackware. Està contruïda utilitzant els sripts linux-live i té un escriptori KDE. Es pot arrencar des d'un CD o d'una memòria flash (dispositius USB o reproductors MP3) i es pot personalitzar i ampliar fàcilment. <br/><b>Notes de la instal·lació:</b> NimbleX arrenca en mode autònom. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Pàgina web:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descripció:</b> SliTaz és una microdistribució lleugera orientada a l'ordinador d'escriptori.<br/><b>Notes de la instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria, per tant la instal·lació no és necessària sinó opcional. Aquest instal·lador està basat en<a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><b>Pàgina web:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descripció:</b> xPUD és una distribució lleugera amb una interfície senzilla tipus quiosc, amb un navegador i un reproductor multimèdia.<br/><b>Notes de la instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Seleccioneu de la llista de distribucions que es dóna suport &Distribution &Distribució Specify a disk image file to load Indiqueu el fitxer d'imatge de disc que s'ha de carregar Disk&image &Imatge de disc Manually specify a kernel and initrd to load Indiqueu manualment un nucli i un initrd per carregar &Custom &Personalitzat Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Espai reservat per evitar la pèrdua de fitxers en reiniciar. Funciona només a Ubuntu i derivats en mode «LiveUSB». Si el valor excedeix de la capacitat real de la unitat, llavors s'emprarà l'espai màxim d'emmagatzematge disponible. Space used to preserve files across reboots (Ubuntu only): Espai reservat per evitar la pèrdua de fitxers en reiniciar (només Ubuntu): MB MB OK D'acord Return Torna Cancel Cancel·la Esc Esc Reboot Now Reinicia ara Exit Surt 1. Downloading Files 1. Descàrrega dels fitxers 2. Extracting and Copying Files 2. Extracció i còpia dels fitxers 3. Installing Bootloader 3. Instal·lació del carregador de l'arrencada 4. Installation Complete, Reboot 4. S'ha acabat la instal·lació, torneu a arrencar Select the target drive to install to Seleccioneu la unitat d'instal·lació Dri&ve: &Unitat: Select the installation target type Seleccioneu el tipus d'objectiu de la instal·lació &Type: &Tipus: Select the distribution version Seleccioneu la versió de la distribució Select disk image file Seleccioneu el fitxer d'imatge de disc ... ... Select the disk image type Seleccioneu el tipus d'imatge de disc Specify a floppy/hard disk image, or CD image (ISO) file to load Indiqueu la imatge de disquet/disc dur, o el fitxer d'imatge de CD (ISO) que es carregarà Specify a kernel file to load Indiqueu el fitxer del nucli que es carregarà Select kernel file Seleccioneu el fitxer del nucli Specify an initrd file to load Indiqueu el fitxer initrd que es carregarà Select initrd file Seleccioneu el fitxer initrd Select syslinux.cfg or isolinux.cfg file Seleccioneu el fitxer syslinux.cfg o isolinux.cfg Specify parameters and options to pass to the kernel Indiqueu els paràmetres i opcions que es passaran al nucli &Kernel: &Nucli: Init&rd: Init&rd: &Options: &Opcions: uninstaller Uninstallation Complete Desinstal·lació completa %1 has been uninstalled. S'ha desinstal·lat %1. Must run as root S'ha d'executar com a usuari primari %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 s'ha d'executar com a usuari primari. Tanqueu i torneu a executar-lo utilitzant <br/><b>sudo %1</b><br/>o bé<br/><b>su - -c '%1'</b> %1 Uninstaller Desinstal·lador de l'%1 %1 is currently installed. Remove the existing version? %1 ja està instal·lat. Voleu suprimir la versió actual? unetbootin_cs.ts000644 000765 000024 00000241216 12325150343 014376 0ustar00gezastaff000000 000000 QObject LeftToRight LeftToRight unetbootin Hard Disk Pevný disk USB Drive USB disk ISO ISO Floppy Disketa either oba LiveUSB persistence FAT32-formatted USB drive USB disk formátovaný jako FAT32 EXT2-formatted USB drive USB disk formátovaný jako EXT2 Open Disk Image File Vybrat soubor s obrazem disku All Files VÅ¡echny soubory All Files (*) VÅ¡echny soubory (*) Open Kernel File Vybrat soubor s jádrem Open Initrd File Vybrat soubor initrd Open Bootloader Config File Vybrat soubor s nastavením zavadÄ›Äe Insert a USB flash drive Vložte USB flash disk No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Žádné USB flash disky nebyly nalezeny. Pokud jste USB disk již vložili, zkuste jej naformátovat na FAT32. %1 not mounted %1 nepÅ™ipojen You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. NapÅ™ed je tÅ™eba pÅ™ipojit USB zařízení %1. VÄ›tÅ¡ina distribucí to provede automaticky po odpojení a opÄ›tovném pÅ™ipojení zařízení. Select a distro Vyberte distribuci You must select a distribution to load. Pro spuÅ¡tÄ›ní musíte vybrat distribuci Select a disk image file Vyberte soubor s obrazem disku You must select a disk image file to load. Pro spuÅ¡tÄ›ní musíte vybrat obraz disku. Select a kernel and/or initrd file Vyberte jádro a/nebo soubor initrd You must select a kernel and/or initrd file to load. Pro spuÅ¡tÄ›ní musíte vybrat jádro a/nebo soubor initrd. Diskimage file not found Soubor obrazu disku nebyl nalezen The specified diskimage file %1 does not exist. Uvedený obraz disku %1 neexistuje. Kernel file not found Soubor s jádrem nebyl nalezen The specified kernel file %1 does not exist. Uvedený soubor s jádrem %1 neexistuje. Initrd file not found Soubor initrd nebyl nalezen The specified initrd file %1 does not exist. Uvedený soubor s initrd %1 neexistuje. %1 exists, overwrite? %1 již existuje, pÅ™epsat? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Soubor %1 již existuje. Zvolte 'Ano vÅ¡em' pro jeho pÅ™epsání a pÅ™epsání dalších bez ptaní, 'Ano' pro pÅ™epsání souboru a 'Ne' pro zachování souÄasné verze. Pokud nevíte, zvolte 'Ano vÅ¡em'. %1 is out of space, abort installation? V %1 není dostatek místa, pÅ™eruÅ¡it instalaci? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. V adresáři %1 není dostatek místa. Pro pÅ™eruÅ¡ení instalace zvolte 'Ano', pro ignorování této chyba a pokraÄování instalace zvolte 'Ne' a pro ignorování vÅ¡ech chyb o nedostatku místa 'Ne vÅ¡em'. Locating kernel file in %1 Hledání souboru s jádrem v %1 Copying kernel file from %1 Kopírování souboru s jádrem z %1 Locating initrd file in %1 Hledání souboru initrd v %1 Copying initrd file from %1 Kopírování souboru initrd z %1 Extracting bootloader configuration Rozbalování nastavení zavadÄ›Äe <b>Extracting compressed iso:</b> %1 <b>Rozbaluje se ISO obraz:</b> %1 Copying file, please wait... Kopírování souboru, prosím, Äekejte... <b>Source:</b> <a href="%1">%1</a> <b>Zdroj:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Cíl:</b> %1 <b>Copied:</b> 0 bytes <b>Zkopírováno:</b> 0 bytů Extracting files, please wait... Rozbalují se soubory, prosím, Äekejte... <b>Archive:</b> %1 <b>Archiv:</b> %1 <b>Source:</b> <b>Zdroj:</b> <b>Destination:</b> <b>Cíl:</b> <b>Extracted:</b> 0 of %1 files <b>Rozbaleno:</b> 0 z %1 souborů <b>Source:</b> %1 (%2) <b>Zdroj:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Cíl:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Rozbaleno:</b> %1 z %2 souborů Downloading files, please wait... Stahují se soubory, Äekejte prosím... <b>Downloaded:</b> 0 bytes <b>Staženo:</b> 0 bajtů Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Staženo:</b> %1 z %2 <b>Copied:</b> %1 of %2 <b>Zkopírováno:</b> %1 z %2 Searching in <a href="%1">%1</a> Vyhledávání <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 souhlasí s <a href="%3">%3</a> %1 not found %1 nenalezeno %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nebylo nenalezeno. Toto je tÅ™eba pro %2 instalaÄní režimy. Nainstalujte balík "%3" nebo ekvivalent pro vaÅ¡i distribuci. (Current) (Aktuální) (Done) (Hotovo) Configuring grub2 on %1 Nastavuje se grub2 na %1 Configuring grldr on %1 Nastavuje se grldr na %1 Configuring grub on %1 Nastavuje se grub na %1 Installing syslinux to %1 Instaluje se syslinux na %1 Installing extlinux to %1 Instaluje se extlinux na %1 Syncing filesystems Synchronizují se souborové systémy Setting up persistence After rebooting, select the Po restartu zvolte After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Po restartu zvolte v BIOSu možnost zavádÄ›ní systému z USB. %1 Restartovat nyní The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *DÅ®LEŽITÉ* PÅ™ed restartováním umístÄ›te ISO soubor Ubuntu alternate CD (ne desktop) do koÅ™enové složky vaÅ¡eho pevného nebo USB disku. Alternate CD můžete stáhnout z cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *DÅ®LEŽITÉ* Po restartu ignorujte vÅ¡echna chybová hlášení a pokud jste vyzvání k vložení CD, zvolte zpÄ›t, běžte do hlavní nabídky a vyberte 'Zahájit instalaci', jako zdroj vyberte 'Síť', jako protokol zvolte 'HTTP', pÅ™i výzvÄ› k zadání serveru zadejte 'mirrors.kernel.org' a pÅ™i dotazu na adresář zadejte '/centos/%1/os/%2'. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *DÅ®LEŽITÉ* PÅ™ed restartováním umístÄ›te instalaÄní ISO Debianu do koÅ™enové složky vaÅ¡eho pevného nebo USB disku. Alternate CD můžete stáhnout z cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *DÅ®LEŽITÉ* Po restartu ignorujte vÅ¡echna chybová hlášení a pokud jste vyzvání k vložení CD, zvolte zpÄ›t, běžte do hlavní nabídky a vyberte 'Zahájit instalaci', jako zdroj vyberte 'Síť', jako protokol zvolte 'HTTP', pÅ™i výzvÄ› k zadání serveru zadejte 'download.fedora.redhat.com' a pÅ™i dotazu na adresář zadejte '/pub/fedora/linux/development/%1/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *DÅ®LEŽITÉ* Po restartu ignorujte vÅ¡echna chybová hlášení a pokud jste vyzvání k vložení CD, zvolte zpÄ›t, běžte do hlavní nabídky a vyberte 'Zahájit instalaci', jako zdroj vyberte 'Síť', jako protokol zvolte 'HTTP', pÅ™i výzvÄ› k zadání serveru zadejte 'download.fedora.redhat.com' a pÅ™i dotazu na adresář zadejte '/pub/fedora/linux/releases/%1/Fedora/%2/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *DÅ®LEŽITÉ* Po restartu ignorujte vÅ¡echna chybová hlášení a pokud jste vyzvání k vložení CD, zvolte zpÄ›t, běžte do hlavní nabídky a vyberte 'Zahájit instalaci', jako zdroj vyberte 'Síť', jako protokol zvolte 'HTTP', pÅ™i výzvÄ› k zadání serveru zadejte 'download.opensuse.org' a pÅ™i dotazu na adresář zadejte '/factory/repo/oss'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *DÅ®LEŽITÉ* Po restartu ignorujte vÅ¡echna chybová hlášení a pokud jste vyzvání k vložení CD, zvolte zpÄ›t, běžte do hlavní nabídky a vyberte 'Zahájit instalaci', jako zdroj vyberte 'Síť', jako protokol zvolte 'HTTP', pÅ™i výzvÄ› k zadání serveru zadejte 'download.opensuse.org' a pÅ™i dotazu na adresář zadejte '/distribution/%1/repo/oss'. == Select Distribution == == Vyberte distribuci == == Select Version == == Vyberte verzi == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Vítá vás <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. Použití:<ol><li>Ze seznamu nahoÅ™e vyberte distribuci a verzi ke stažení, nebo ruÄnÄ› zvolte potÅ™ebné soubory níže.</li><li>Vyberte typ instalace a k zahájení kliknÄ›te na OK.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Domovská stránka:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Popis:</b> Arch Linux je nenároÄná distribuce vyladÄ›ná pro rychlost a flexibilitu.<br/><b>Instalace:</b> Výchozí verze umožňuje instalaci pÅ™es Internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Popis:</b> BackTrack je distribuce zaměřená na analýzu sítí a bezpeÄnostní testy.<br/><b>Poznámky:</b> BackTrack funguje jako živý (live) systém a nevyžaduje instalaci. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Popis:</b> CentOS je bezplatný klon Red Hat Enterprise Linux.<br/><b>Poznámky:</b> Standardní verze nabízí jak instalaci pÅ™es Internet (FTP), tak offline instalaci za pomocí dříve získaných ISO obrazů. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Popis:</b> CloneZilla je distribuce urÄená pro snadné zálohování.<br/><b>Poznámky:</b> CloneZilla funguje jako živý (live) systém a nevyžaduje instalaci. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Domovská stránka:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Popis:</b> Damn Small Linuxje minimalistická distribuce urÄená pro starší poÄítaÄe.<br/><b>Poznámky:</b> Spustitelná verze naÄte celý systém do RAM, odkud je následnÄ› zaveden, instalace tedy není nutná, ale je možná. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Popis:</b> Debian je komunitnÄ› vyvíjená linuxová distribuce podporující Å¡irokou Å¡kálu architektur, nabízející obrovský repozitář balíků.<br/><b>Poznámky:</b> NetInstall verze umožňuje instalaci pÅ™es FTP. PÅ™ejete-li si použít pÅ™edem stažený instalaÄní obraz, zvolte možnost HdMedia, pak vložte instalaÄní ISO soubor do koÅ™enové složky vaÅ¡eho pevného disku nebo USB disku <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Popis:</b> Dreamlinux je uživatelsky přívÄ›tivá distribuce založená na Debianu.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Domovská stránka:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Popis:</b> Dr.Web AntiVirus je antivirový balík urÄený k opravÄ› systému poÅ¡kozeného malwarem.<br/><b>Poznámky:</b>Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD a provedení skenování nainstalovaného systému. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Popis:</b> Elive je distribuce založená na Debianu pÅ™inášející správce oken Enlightenment.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Popis:</b> Fedora je komunitní distribuce sponzorovaná firmou Red Hat zaměříjící se na nejnovÄ›jší free/open-source software.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. Verze NetInstall umožňuje instalaci z Internetu (FTP) nebo z pÅ™edem staženého ISO obrazu. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Popis:</b> FreeBSD je unixový operaÄní systém navržený pro stabilitu a rychlost.<br/><b>Poznámky:</b> Standardní verze umožňuje instalaci z Internetu (FTP) nebo z pÅ™edem staženého ISO obrazu. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Domovská stránka:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Popis:</b> FreeDOS je svobodný operaÄní systém kompatibilní s MS-DOS.<br/><b>Poznámky:</b> Pro více informací o instalaci navÅ¡tivte <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">online manuál</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Domovská stránka:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Popis:</b> FreeNAS je open source NAS (Network-Attached Storage / Síťové úložiÅ¡tÄ›) distribuce založená na FreeBSD.<br/><b>InstalaÄní poznámky:</b> Varianta LiveCD vytvoří pro FreeNAS RAM disk a použije flash disk zformátovaný jako FAT k uložení konfigurace. VestavÄ›ná varianta umožní instalaci na pevný disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware je distribuce odvozená od Slackwaru urÄená pro pokroÄilé uživatele.<br/><b>Poznámky:</b> Standardní verze umožňuje instalaci z Internetu (FTP) nebo z pÅ™edem stažených ISO obrazů. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Popis:</b> gNewSense je na Ubuntu založená distribuce, která je podporovaná Free Software Foundation a neobsahuje žádné nesvobodné souÄásti.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Popis:</b> Gujin je grafický správce zavádÄ›ní, schopný zavádÄ›ní z rozliÄných zařízení a souborových systémů.<br/><b>Poznámky:</b> Gujin se jednoduÅ¡e zavede a spustí - instalace není potÅ™ebná. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Domovská stránka:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Popis:</b> Kaspersky Rescue Disk slouží k nalezení a odstranÄ›ní malwaru ze systému Windows.<br/><b>Poznámky:</b> Živé CD umožňuje spuÅ¡tÄ›ní systému, ze kterého je možné spustit skenování poÄítaÄe. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Popis:</b> Kubuntu je oficiální vÄ›tev ubuntu používající KDE.<br/><b>InstalaÄní poznámky:</b> Live varianta umožní nastartovat Live režim, z kterého je možné spustit instalátor. NetInstall umožní instalaci pÅ™es FTP a zvládne instalovat Kubuntu i další vÄ›tve Ubuntu. Pokud byste chtÄ›li použít pÅ™edstažený alternativní (nedesktopový) ISO obraz, vyberte možnost HdMedia a pak vložte alternativní ISO obraz do koÅ™enového adresáře vaÅ¡eho disku nebo flash disku <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Popis:</b> Linux Mint je uživatelsky přívÄ›tivá distribuce odvozená od Ubuntu, která již v základní instalaci obsahuje různé nesvobodné kodeky a další software.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Domovská stránka:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Popis:</b> Mandriva je uživatelsky přívÄ›tivá distribuce, dříve známá jako Mandrake Linux.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. Verze NetInstall umožňuje instalaci z Internetu (FTP) nebo z pÅ™edem staženého <a href="http://www.mandriva.com/en/download">ISO obrazu</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Popis:</b> MEPIS je distribuce odvozená od Debianu. SimplyMEPIS je uživatelsky přívÄ›tivá distribuce založená na prostÅ™edí KDE a Antix nenároÄná verze pro staré poÄítaÄe.<br/><b>Popis:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Domovská stránka:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Popis:</b> NimbleX je malá, vÅ¡estranná distrubuce založená na Slackware. Je sestavena pomocí linux-live skriptů a používá KDE. Může startovat z CD nebo flash disku, lze ji snadno upravovat a rozÅ¡iÅ™ovat<br/><b>InstalaÄní poznámky:</b> NimbleX startuje v Live módu. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Popis:</b> openSUSE je uživatelsky přívÄ›tivá distribuce, sponzorovaná firmou Novell.<br/><b>Poznámky:</b> Standardní verze umoňuje jak instalaci z Internetu (FTP), tak z pÅ™edem stažených instalaÄních ISO obrazů. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Popis:</b> Ophcrack umí získávat hesla z Windows.<br/><b>Poznámky:</b> Ophcrack se jednoduÅ¡e zavede a spustí - instalace není potÅ™ebná. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Popis:</b> Parted Magic obsahuje program GParted a další nástroje urÄené pro zmÄ›nu velikosti, kopírování, zálohu a další manipulaci s diskovými oddíly.<br/><b>Poznámky:</b> Parted Magic se jednoduÅ¡e zavede a spustí - instalace není potÅ™ebná. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Domovská stránka:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Popis:</b> Puppy Linux je minimalistická distribuce urÄená pro starší poÄítaÄe.<br/><b>Poznámky:</b> Spustitelná verze naÄte celý systém do RAM, odkud je následnÄ› zaveden, instalace tedy není nutná, ale je možná. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Domovská stránka:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Popis:</b> Sabayon Linux je LiveDVD založené na Gentoo, pÅ™inášející správce balíků Entropy jako doplnÄ›k k Portage.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. Verze LiteMCE vyžaduje 2 GB místa, zatímco plná verze 8 GB. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Popis:</b> Slax je distribuce založená na Slackware, která pÅ™ináší prostÅ™edí KDE.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Domovská stránka:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Popis:</b> SliTaz je nenároÄná mikrodistribuce zaměřená na stolní poÄítaÄe.<br/><b>Poznámky:</b> Spustitelná verze naÄte celý systém do RAM odkud je následnÄ› zaveden, instalace tedy není nutná, ale je možná. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Popis:</b> Smart Boot Manager je zavadÄ›Ä schopný pÅ™ekonat nÄ›které chyby a omezení BIOSu týkající se zavádÄ›ní. </b> SBM se jednoduÅ¡e zavede a spustí - k použití nepotÅ™ebujete instalaci. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Popis:</b> Super Grub Disk slouží ke snadné obnovÄ› MBR a různých zavadÄ›Äů systémů.<br/><b>Poznámky:</b> SGD se jednoduÅ¡e zavede a spustí - k použití nepotÅ™ebujete instalaci. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Popis:</b> Super OS je neoficiální derivát Ubuntu obsahující vÄ›tší výbÄ›r softwaru ve výchozí instalaci. K instalaci je potÅ™eba minimálnÄ› 2 GB USB flash disk.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.ubuntu.cz/">http://www.ubuntu.cz</a><br/><b>Popis:</b> Ubuntu je uživatelsky přívÄ›tivá distribuce založená na Debianu. V souÄasné dobÄ› se jedná o nejpopulárnÄ›jší linuxovou distribuci pro osobní poÄítaÄe.<br/><b>Poznámky:</b> Živá ("Live") verze umožňuje spouÅ¡tÄ›ní v live módu, ze kterého je možné spustit instalátor. Verze NetInstall umožňuje instalaci pÅ™es FTP nebo instalaci Kubuntu a dalších oficiálních derivátů Ubuntu. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Domovská stránka:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Popis:</b> xPUD je nenároÄná distribuce s "kioskovým" rozhraním s webovým prohlížeÄem a multimediálním pÅ™ehrávaÄem.<br/><b>Install Notes:</b> Spustitelná verze naÄte celý systém do RAM, odkud je následnÄ› zaveden. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Popis:</b> Xubuntu je oficiální vÄ›tev ubuntu používající XFCE.<br/><b>InstalaÄní poznámky:</b> Live varianta umožní spuÅ¡tit Live mód, z kterého je možné spustit instalátor. NetInstall umožní instalaci pÅ™es FTP a zvládne instalovat Xubuntu i další vÄ›tve Ubuntu. Pokud byste chtÄ›li použít pÅ™edstažený alternativní (ne desktopový) ISO obraz, vyberte možnost HdMedia a pak vložte alternativní ISO obraz do koÅ™enového adresáře vaÅ¡eho disku nebo flash disku <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Popis:</b> Zenwalk je distribuce založená na Slackwaru s pracovním prostÅ™edím XFCE.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Domovská stránka:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Popis:</b> EeePCLinuxOS je uživatelsky přívÄ›tivá distribuce postavená na PCLinuxOS urÄená pro poÄítaÄe EeePC.<br/><b>Poznámky:</b> PÅ™ed odsouhlasením instalace se ujistÄ›te, že je médium prázdné a naformátované. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Domovská stránka:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Popis:</b> Ubuntu Eee není jen Ubuntu upravené pro Asus Eee PC. Je to operaÄní systém používající rozhraní Netbook Remix a upÅ™ednostňující nejlepší software pÅ™ed svobodnými alternativami (napÅ™. Skype místo Ekiga).<br/><b>Popis:</b> PÅ™ed odsouhlasením instalace se ujistÄ›te, že je médium prázdné a naformátované. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/<b>Domovská stránka:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Popis:</b> Elive je distribuce založená na Debianu a pÅ™inášející správce oken Enlightenment.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuÅ¡tÄ›ní systému přímo z CD s možností spuÅ¡tÄ›ní instalace. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Domovská stránka:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Popis:</b> Kiwi Linux je derivát Ubuntu urÄený pÅ™evážnÄ› pro rumunsky, maÄarsky a anglicky mluvící uživatele.<br/><b>Poznámky:</b> PÅ™ed odsouhlasením instalace se ujistÄ›te, že je médium prázdné a naformátované. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Domovská stránka:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Popis:</b> gNewSense je velmi kvalitní linuxová distribuce, která staví na Ubuntu a pÅ™ináší zcela svobodný systém prostý vÅ¡ech binárních souÄástí a licenÄnÄ› problematických balíků.<br/><b>Poznámky:</b> PÅ™ed odsouhlasením instalace se ujistÄ›te, že je médium prázdné a naformátované. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Domovská stránka:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Popis:</b> NimbleX je malá, vÅ¡estranná distrubuce založená na Slackware. Je sestavena pomocí linux-live skriptů a používá KDE. Může startovat z CD nebo flash disku, lze ji snadno upravovat a rozÅ¡iÅ™ovat<br/><b>InstalaÄní poznámky:</b> NimbleX startuje v Live módu. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Domovská stránka:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Popis:</b> SliTaz je "lehkotonážní" mikrodistribuce zaměřená na desktopy. <br/><b>Poznámky:</b> Spustitelná verze naÄte celý systém do RAM, odkud je následnÄ› zaveden, instalace tedy není nutná, ale je možná. Instalátor je založen na <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Domovská stránka:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Popis:</b> xPUD je malá distribuce pÅ™inášející kioskové rozhraní s webovým prohlížeÄem a multimediálním pÅ™ehrávaÄem.<br/><b>Poznámky:</b> Spustitelná verze naÄte celý systém do RAM, odkud je následnÄ› zaveden. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Vyberte z nabídky podporovaných distribucí &Distribution &Distribuce Specify a disk image file to load VýbÄ›r obrazu disku Disk&image &Obraz disku Manually specify a kernel and initrd to load RuÄní výbÄ›r jádra a initrd &Custom &Vlastní Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK OK Return ZpÄ›t Cancel UkonÄit Esc Esc Reboot Now Restartovat nyní Exit UkonÄit 1. Downloading Files 1. Stahování dat 2. Extracting and Copying Files 2. Rozbalování a kopírování dat 3. Installing Bootloader 3. Instalace zavadÄ›Äe 4. Installation Complete, Reboot 4. Instalace je kompletní, restart Select the target drive to install to Vyberte zařízení pro instalaci Dri&ve: Zaříz&ení Select the installation target type Vyberte typ zařízení pro instalaci &Type: &Typ: Select the distribution version Vyberte verzi distribuce Select disk image file Vyberte soubor s obrazem disku ... ... Select the disk image type Zvolte typ obrazu disku Specify a floppy/hard disk image, or CD image (ISO) file to load Vyberte obraz disku/diskety nebo obraz CD (ISO) Specify a kernel file to load VýbÄ›r souboru s jádrem Select kernel file Vyberte soubor s jádrem Specify an initrd file to load VýbÄ›r souboru initrd Select initrd file Vyberte soubor initrd Select syslinux.cfg or isolinux.cfg file Vyberte soubor syslinux.cfg nebo isolinux.cfg Specify parameters and options to pass to the kernel VýbÄ›r parametrů a voleb jádra &Kernel: &Jádro: Init&rd: Init&rd: &Options: V&olby: uninstaller Uninstallation Complete Odinstalace byla úspěšnÄ› dokonÄena %1 has been uninstalled. %1byl odinstalován. Must run as root SpuÅ¡tÄ›ní s právy superuživatele %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 musí být spuÅ¡tÄ›n s právy superuživatele. ZavÅ™ete jej a znovu spusÅ¥te použitím:<br/><b>sudo %1</b><br/>nebo:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 odinstalátor %1 is currently installed. Remove the existing version? %1 je již nainstalován. PÅ™ejete si existující verzi odstranit? ./._unetbootin_custom.ts000644 000765 000024 00000000475 12317721660 015664 0ustar00gezastaff000000 000000 Mac OS X  2 =ATTR=œ¡œ¡com.dropbox.attributesxœÈËC@@Ñ_ifk M›XÌD=¢J5jØFU+^Ñ1"þ½Ý=wdh»¬eɘ–à°YÀ½ª‹’²" •þ¤cú !ÂO­æ8Ý *̼·p›¦‚Zg ßCîÎTîIT"½vþëÑw(Ó_BöÔ¨ñÙe†‚Ýð£¢qµn*’2yA™!ûWæäœ-òÃRUÁº®;h4Øunetbootin_custom.ts000644 000765 000024 00000215556 12317721660 015322 0ustar00gezastaff000000 000000 customver iscustomver-no iscustomver-yes Custom UNetbootin Build Ubuntu LiveUSB Creator amd64 amd64 i386 i386 Distro Name 1 Ubuntu <b>Homepage:</b> <a href="http://www.distro1site.org">http://www.distro1site.org</a><br/><b>Description:</b> This distro 1 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 1. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> This version allows for booting in Live mode, from which the installer can optionally be launched. default-distro1version-1.0 8.04.1 distro1version-1.0 8.04.1 http://distro1site.org/distro-release-%1/distro-architecture%2.iso http://releases.ubuntu.com/%1/ubuntu-%1-desktop-%2.iso distro1format-iso distro1format-iso Distro Name 2 Kubuntu <b>Homepage:</b> <a href="http://www.distro2site.org">http://www.distro2site.org</a><br/><b>Description:</b> This distro 2 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 2. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop environment.<br/><b>Install Notes:</b> This version allows for booting in Live mode, from which the installer can optionally be launched. default-distro2version-1.0 8.04.1 distro2version-1.0 8.04.1 http://distro2site.org/distro-release-%1/distro-architecture%2.iso http://releases.ubuntu.com/kubuntu/%1/kubuntu-%1-desktop-%2.iso distro2format-iso distro2format-iso Distro Name 3 Xubuntu <b>Homepage:</b> <a href="http://www.distro3site.org">http://www.distro3site.org</a><br/><b>Description:</b> This distro 3 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 3. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop environment.<br/><b>Install Notes:</b> This version allows for booting in Live mode, from which the installer can optionally be launched. default-distro3version-1.0 8.04.1 distro3version-1.0 8.04.1 http://distro3site.org/distro-release-%1/distro-architecture%2.iso http://cdimages.ubuntu.com/xubuntu/releases/%1/release/xubuntu-%1-desktop-%2.iso distro3format-iso distro3format-iso Distro Name 4 Ubuntu NetInstall <b>Homepage:</b> <a href="http://www.distro4site.org">http://www.distro4site.org</a><br/><b>Description:</b> This distro 4 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 4. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> This version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. default-distro4version-1.0 hardy distro4version-1.0 hardy http://distro4site.org/distro-release-%1/distro-architecture%2.iso http://archive.ubuntu.com/ubuntu/dists/%1/main/installer-%2/current/images/netboot/boot.img.gz distro4format-iso distro4format-img Distro Name 5 <b>Homepage:</b> <a href="http://www.distro5site.org">http://www.distro5site.org</a><br/><b>Description:</b> This distro 5 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 5. default-distro5version-1.0 distro5version-1.0 http://distro5site.org/distro-release-%1/distro-architecture%2.iso distro5format-iso Distro Name 6 <b>Homepage:</b> <a href="http://www.distro6site.org">http://www.distro6site.org</a><br/><b>Description:</b> This distro 6 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 6. default-distro6version-1.0 distro6version-1.0 http://distro6site.org/distro-release-%1/distro-architecture%2.iso distro6format-iso Distro Name 7 <b>Homepage:</b> <a href="http://www.distro7site.org">http://www.distro7site.org</a><br/><b>Description:</b> This distro 7 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 7. default-distro7version-1.0 distro7version-1.0 http://distro7site.org/distro-release-%1/distro-architecture%2.iso distro7format-iso Distro Name 8 <b>Homepage:</b> <a href="http://www.distro8site.org">http://www.distro8site.org</a><br/><b>Description:</b> This distro 8 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 8. default-distro8version-1.0 distro8version-1.0 http://distro8site.org/distro-release-%1/distro-architecture%2.iso distro8format-iso Distro Name 9 <b>Homepage:</b> <a href="http://www.distro9site.org">http://www.distro9site.org</a><br/><b>Description:</b> This distro 9 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 9. default-distro9version-1.0 distro9version-1.0 http://distro9site.org/distro-release-%1/distro-architecture%2.iso distro9format-iso someotherversion1-1 someotherversion1-1_x64 8.04.1_x64 someotherversion1-1_Live someotherversion1-1_Live_x64 someotherversion1-2 7.10 someotherversion1-2_x64 7.10_x64 someotherversion1-2_Live someotherversion1-2_Live_x64 someotherversion1-3 7.04 someotherversion1-3_x64 7.04_x64 someotherversion1-3_Live someotherversion1-3_Live_x64 someotherversion1-4 6.10 someotherversion1-4_x64 6.10_x64 someotherversion1-4_Live someotherversion1-4_Live_x64 someotherversion1-5 someotherversion1-5_x64 someotherversion1-5_Live someotherversion1-5_Live_x64 someotherversion1-6 someotherversion1-6_x64 someotherversion1-6_Live someotherversion1-6_Live_x64 someotherversion1-7 someotherversion1-7_x64 someotherversion1-7_Live someotherversion1-7_Live_x64 someotherversion1-8 someotherversion1-8_x64 someotherversion1-8_Live someotherversion1-8_Live_x64 someotherversion1-9 someotherversion1-9_x64 someotherversion1-9_Live someotherversion1-9_Live_x64 someotherversion2-1 someotherversion2-1_x64 8.04.1_x64 someotherversion2-1_Live someotherversion2-1_Live_x64 someotherversion2-2 7.10 someotherversion2-2_x64 7.10_x64 someotherversion2-2_Live someotherversion2-2_Live_x64 someotherversion2-3 7.04 someotherversion2-3_x64 7.04_x64 someotherversion2-3_Live someotherversion2-3_Live_x64 someotherversion2-4 6.10 someotherversion2-4_x64 6.10_x64 someotherversion2-4_Live someotherversion2-4_Live_x64 someotherversion2-5 someotherversion2-5_x64 someotherversion2-5_Live someotherversion2-5_Live_x64 someotherversion2-6 someotherversion2-6_x64 someotherversion2-6_Live someotherversion2-6_Live_x64 someotherversion2-7 someotherversion2-7_x64 someotherversion2-7_Live someotherversion2-7_Live_x64 someotherversion2-8 someotherversion2-8_x64 someotherversion2-8_Live someotherversion2-8_Live_x64 someotherversion2-9 someotherversion2-9_x64 someotherversion2-9_Live someotherversion2-9_Live_x64 someotherversion3-1 someotherversion3-1_x64 8.04.1_x64 someotherversion3-1_Live someotherversion3-1_Live_x64 someotherversion3-2 7.10 someotherversion3-2_x64 7.10_x64 someotherversion3-2_Live someotherversion3-2_Live_x64 someotherversion3-3 7.04 someotherversion3-3_x64 7.04_x64 someotherversion3-3_Live someotherversion3-3_Live_x64 someotherversion3-4 6.10 someotherversion3-4_x64 6.10_x64 someotherversion3-4_Live someotherversion3-4_Live_x64 someotherversion3-5 someotherversion3-5_x64 someotherversion3-5_Live someotherversion3-5_Live_x64 someotherversion3-6 someotherversion3-6_x64 someotherversion3-6_Live someotherversion3-6_Live_x64 someotherversion3-7 someotherversion3-7_x64 someotherversion3-7_Live someotherversion3-7_Live_x64 someotherversion3-8 someotherversion3-8_x64 someotherversion3-8_Live someotherversion3-8_Live_x64 someotherversion3-9 someotherversion3-9_x64 someotherversion3-9_Live someotherversion3-9_Live_x64 someotherversion4-1 someotherversion4-1_x64 hardy_x64 someotherversion4-1_Live someotherversion4-1_Live_x64 someotherversion4-2 gutsy someotherversion4-2_x64 gutsy_x64 someotherversion4-2_Live someotherversion4-2_Live_x64 someotherversion4-3 feisty someotherversion4-3_x64 feisty_x64 someotherversion4-3_Live someotherversion4-3_Live_x64 someotherversion4-4 edgy someotherversion4-4_x64 edgy_x64 someotherversion4-4_Live someotherversion4-4_Live_x64 someotherversion4-5 dapper someotherversion4-5_x64 dapper_x64 someotherversion4-5_Live someotherversion4-5_Live_x64 someotherversion4-6 someotherversion4-6_x64 someotherversion4-6_Live someotherversion4-6_Live_x64 someotherversion4-7 someotherversion4-7_x64 someotherversion4-7_Live someotherversion4-7_Live_x64 someotherversion4-8 someotherversion4-8_x64 someotherversion4-8_Live someotherversion4-8_Live_x64 someotherversion4-9 someotherversion4-9_x64 someotherversion4-9_Live someotherversion4-9_Live_x64 someotherversion5-1 someotherversion5-1_x64 someotherversion5-1_Live someotherversion5-1_Live_x64 someotherversion5-2 someotherversion5-2_x64 someotherversion5-2_Live someotherversion5-2_Live_x64 someotherversion5-3 someotherversion5-3_x64 someotherversion5-3_Live someotherversion5-3_Live_x64 someotherversion5-4 someotherversion5-4_x64 someotherversion5-4_Live someotherversion5-4_Live_x64 someotherversion5-5 someotherversion5-5_x64 someotherversion5-5_Live someotherversion5-5_Live_x64 someotherversion5-6 someotherversion5-6_x64 someotherversion5-6_Live someotherversion5-6_Live_x64 someotherversion5-7 someotherversion5-7_x64 someotherversion5-7_Live someotherversion5-7_Live_x64 someotherversion5-8 someotherversion5-8_x64 someotherversion5-8_Live someotherversion5-8_Live_x64 someotherversion5-9 someotherversion5-9_x64 someotherversion5-9_Live someotherversion5-9_Live_x64 someotherversion6-1 someotherversion6-1_x64 someotherversion6-1_Live someotherversion6-1_Live_x64 someotherversion6-2 someotherversion6-2_x64 someotherversion6-2_Live someotherversion6-2_Live_x64 someotherversion6-3 someotherversion6-3_x64 someotherversion6-3_Live someotherversion6-3_Live_x64 someotherversion6-4 someotherversion6-4_x64 someotherversion6-4_Live someotherversion6-4_Live_x64 someotherversion6-5 someotherversion6-5_x64 someotherversion6-5_Live someotherversion6-5_Live_x64 someotherversion6-6 someotherversion6-6_x64 someotherversion6-6_Live someotherversion6-6_Live_x64 someotherversion6-7 someotherversion6-7_x64 someotherversion6-7_Live someotherversion6-7_Live_x64 someotherversion6-8 someotherversion6-8_x64 someotherversion6-8_Live someotherversion6-8_Live_x64 someotherversion6-9 someotherversion6-9_x64 someotherversion6-9_Live someotherversion6-9_Live_x64 someotherversion7-1 someotherversion7-1_x64 someotherversion7-1_Live someotherversion7-1_Live_x64 someotherversion7-2 someotherversion7-2_x64 someotherversion7-2_Live someotherversion7-2_Live_x64 someotherversion7-3 someotherversion7-3_x64 someotherversion7-3_Live someotherversion7-3_Live_x64 someotherversion7-4 someotherversion7-4_x64 someotherversion7-4_Live someotherversion7-4_Live_x64 someotherversion7-5 someotherversion7-5_x64 someotherversion7-5_Live someotherversion7-5_Live_x64 someotherversion7-6 someotherversion7-6_x64 someotherversion7-6_Live someotherversion7-6_Live_x64 someotherversion7-7 someotherversion7-7_x64 someotherversion7-7_Live someotherversion7-7_Live_x64 someotherversion7-8 someotherversion7-8_x64 someotherversion7-8_Live someotherversion7-8_Live_x64 someotherversion7-9 someotherversion7-9_x64 someotherversion7-9_Live someotherversion7-9_Live_x64 someotherversion8-1 someotherversion8-1_x64 someotherversion8-1_Live someotherversion8-1_Live_x64 someotherversion8-2 someotherversion8-2_x64 someotherversion8-2_Live someotherversion8-2_Live_x64 someotherversion8-3 someotherversion8-3_x64 someotherversion8-3_Live someotherversion8-3_Live_x64 someotherversion8-4 someotherversion8-4_x64 someotherversion8-4_Live someotherversion8-4_Live_x64 someotherversion8-5 someotherversion8-5_x64 someotherversion8-5_Live someotherversion8-5_Live_x64 someotherversion8-6 someotherversion8-6_x64 someotherversion8-6_Live someotherversion8-6_Live_x64 someotherversion8-7 someotherversion8-7_x64 someotherversion8-7_Live someotherversion8-7_Live_x64 someotherversion8-8 someotherversion8-8_x64 someotherversion8-8_Live someotherversion8-8_Live_x64 someotherversion8-9 someotherversion8-9_x64 someotherversion8-9_Live someotherversion8-9_Live_x64 someotherversion9-1 someotherversion9-1_x64 someotherversion9-1_Live someotherversion9-1_Live_x64 someotherversion9-2 someotherversion9-2_x64 someotherversion9-2_Live someotherversion9-2_Live_x64 someotherversion9-3 someotherversion9-3_x64 someotherversion9-3_Live someotherversion9-3_Live_x64 someotherversion9-4 someotherversion9-4_x64 someotherversion9-4_Live someotherversion9-4_Live_x64 someotherversion9-5 someotherversion9-5_x64 someotherversion9-5_Live someotherversion9-5_Live_x64 someotherversion9-6 someotherversion9-6_x64 someotherversion9-6_Live someotherversion9-6_Live_x64 someotherversion9-7 someotherversion9-7_x64 someotherversion9-7_Live someotherversion9-7_Live_x64 someotherversion9-8 someotherversion9-8_x64 someotherversion9-8_Live someotherversion9-8_Live_x64 someotherversion9-9 someotherversion9-9_x64 someotherversion9-9_Live someotherversion9-9_Live_x64 unetbootin_da.ts000644 000765 000024 00000233101 12325150343 014347 0ustar00gezastaff000000 000000 QObject LeftToRight Venstre mod Højre unetbootin Hard Disk Harddisk USB Drive USB-drev ISO ISO Floppy Diskette either enten LiveUSB persistence LiveUSB vedholdenhed FAT32-formatted USB drive FAT32-formateret USB drev EXT2-formatted USB drive EXT2-formateret USB drev Open Disk Image File Ã…ben Disk Billede Fil All Files Alle filer All Files (*) Alle Filer (*) Open Kernel File Ã…ben Kernel Fil Open Initrd File Ã…ben Initrd Fil Open Bootloader Config File Ã…ben Bootloaderens Konfigurationsfil Insert a USB flash drive Insæt et USB flash drev No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Der blev ikke fundet noget USB flash drev. Hvis du allerede har indsat et USB drev, sÃ¥ prøv at genformatere det i FAT32 filsystemet. %1 not mounted %1 ikke monteret You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Du skal først montere USB drevet %1 til et monteringspunkt. De fleste distributioner vil gøre dette automatisk efter at du har fjernet og genindsat USB drevet. Select a distro Vælg en distribution You must select a distribution to load. Du skal vælge en distribution til indlæsning. Select a disk image file Vælg en disk billede fil You must select a disk image file to load. Du skal vælge en disk billede fil til indlæsning. Select a kernel and/or initrd file Vælg en kernel og/eller initrd fil You must select a kernel and/or initrd file to load. Du skal vælge en kernel og/eller initrd fil til indlæsning. Diskimage file not found Disk billede filen blev ikke fundet The specified diskimage file %1 does not exist. Den valgte disk billede fil %1 eksisterer ikke. Kernel file not found Kernel fil blev ikke fundet The specified kernel file %1 does not exist. Den valgte kernel fil %1 eksisterer ikke. Initrd file not found Initrd fil blev ikke fundet The specified initrd file %1 does not exist. Den valgte initrd fil %1 eksisterer ikke. %1 exists, overwrite? %1 findes allerede, overskriv? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Filen %1 eksisterer allerede. Tryk 'Ja til alt' for at overskrive uden at blive spurgt igen, 'Ja' for at overskrive filer pÃ¥ individuel basis, og 'Nej' for at beholde den eksisterende version. Er du i tvivl, sÃ¥ tryk 'Ja til alt'. %1 is out of space, abort installation? %1 har ikke mere plads, afbryd installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Biblioteket %1 har ikke mere plads. Tryk 'Ja' for at afslutte installationen, 'Nej' for at ignorere denne fejl og forsøg at fortsætte installationen, og 'Nej til alt' for at ignorere alle pladsmangel fejl. Locating kernel file in %1 Lokaliserer kernefil i %1 Copying kernel file from %1 Kopierer kernefil fra %1 Locating initrd file in %1 Lokaliserer initrd-fil i %1 Copying initrd file from %1 Kopierer initrd-fil fra %1 Extracting bootloader configuration Udtrækker bootloader-konfiguration <b>Extracting compressed iso:</b> %1 <b>Udpakker komprimeret iso:</b> %1 Copying file, please wait... Kopierer fil, vent venligst... <b>Source:</b> <a href="%1">%1</a> <b>Kilde:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destination:</b> %1 <b>Copied:</b> 0 bytes <b>Kopieret:</b> 0 bytes Extracting files, please wait... Udpakker filer, vent venligst... <b>Archive:</b> %1 <b>Arkiv:</b> %1 <b>Source:</b> <b>Kilde:</b> <b>Destination:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Udpakket:</b> 0 ud af %1 filer <b>Source:</b> %1 (%2) <b>Kilde:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Udpakket:</b> %1 ud af %2 filer Downloading files, please wait... Henter filer, vent venligst.... <b>Downloaded:</b> 0 bytes <b>Hentet:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Download af %1 %2 fra %3 mislykkedes. Prøv venligst at downloade ISO filen direkte fra hjemmesiden, og tilføj den via "diskimage" valgmuligheden. <b>Downloaded:</b> %1 of %2 <b>Hentet:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Kopieret:</b> %1 af %2 Searching in <a href="%1">%1</a> Søger i <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 fundet i <a href="%3">%3</a> %1 not found %1 ikke fundet %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 ikke fundet. Denne er krævet for %2 kunne installere. Installer "%3" pakken eller den tilsvarende for din distribution. (Current) (Nuværende) (Done) (Færdig) Configuring grub2 on %1 Konfigurerer grub2 pÃ¥ %1 Configuring grldr on %1 Konfigurerer grldr pÃ¥ %1 Configuring grub on %1 Konfigurerer grub pÃ¥ %1 Installing syslinux to %1 Installerer syslinux pÃ¥ %1 Installing extlinux to %1 Installerer extlinux pÃ¥ %1 Syncing filesystems Synkroniserer filsystemer Setting up persistence Opsætning af vedholdenhed After rebooting, select the Efter genstart, vælg After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Efter genstart, vælg USB opstarts muligheden i BIOS boot menuen.%1 Genstart nu? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Den oprettede USB enhed vil ikke kunne starte op fra en Mac. Indsæt den i en PC, og vælg USB opstartsmulighed i BIOS opstartsmenuen.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *VIGTIGT* Før du genstarter, bedes du placere en Ubuntu alternate (ikke desktop) installations-iso-fil i rodkataloget pÃ¥ din harddisk eller USB drev. En sÃ¥dan kan hentes fra cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *VIGTIGT* Efter genstart, skal du ignorer eventuelle fejlbeskeder og vælge 'tilbage' hvis du bliver spurgt efter en CD. GÃ¥ til hovedmenuen, vælg 'Start installation', vælg 'Netværk' som kilde, vælg 'HTTP' som protokol, indtast 'mirrors.kernel.org' nÃ¥r du bliver spurgt efter server, og indtast '/centos/%1/os/%2' nÃ¥r du bliver spurgt efter mappe. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *VIGTIGT* Før du genstarter, bedes du placere en Debian installations-iso-fil i rodkataloget pÃ¥ din harddisk eller USB drev. En sÃ¥dan kan hentes fra cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *VIGTIGT* Efter genstart, skal du ignorer eventuelle fejlbeskeder og vælge 'tilbage' hvis du bliver spurgt efter en CD. GÃ¥ til hovedmenuen, vælg 'Start installation', vælg 'Netværk' som kilde, vælg 'HTTP' som protokol, indtast 'download.fedora.redhat.com' nÃ¥r du bliver spurgt efter server, og indtast '/pub/fedora/linux/development/%1/os' nÃ¥r du bliver spurgt efter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *VIGTIGT* Efter genstart, skal du ignorer eventuelle fejlbeskeder og vælge 'tilbage' hvis du bliver spurgt efter en CD. GÃ¥ til hovedmenuen, vælg 'Start installation', vælg 'Netværk' som kilde, vælg 'HTTP' som protokol, indtast 'download.fedora.redhat.com' nÃ¥r du bliver spurgt efter server, og indtast '/pub/fedora/linux/releases/%1/Fedora/%2/os' nÃ¥r du bliver spurgt efter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *VIGTIGT* Efter genstart, skal du ignorer eventuelle fejlbeskeder og vælge 'tilbage' hvis du bliver spurgt efter en CD. GÃ¥ til hovedmenuen, vælg 'Start installation', vælg 'Netværk' som kilde, vælg 'HTTP' som protokol, indtast 'download.opensuse.org' nÃ¥r du bliver spurgt efter server, og indtast '/factory/repo/oss' nÃ¥r du bliver spurgt efter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *VIGTIGT* Efter genstart, skal du ignorer eventuelle fejlbeskeder og vælge 'tilbage' hvis du bliver spurgt efter en CD. GÃ¥ til hovedmenuen, vælg 'Start installation', vælg 'Netværk' som kilde, vælg 'HTTP' som protokol, indtast 'download.opensuse.org' nÃ¥r du bliver spurgt efter server, og indtast '/distribution/%1/repo/oss' nÃ¥r du bliver spurgt efter mappe. == Select Distribution == == Vælg Distribution == == Select Version == == Vælg Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Velkommen til <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, den Universelle Netboot Installer. Anvendelse:<ol><li>Vælg en distribution og version fra listen oven over til download, eller specificer manuelt filer/filen neden under.</li><li>Vælg installations type, og tryk OK for at begynde installationen.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Hjemmeside:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Beskrivelse:</b> Arch Linux er en letvægts-distribution optimeret for hastighed of fleksibilitet.<br/><b>Installationsnoter:</b> Standardudgaven tillader installation over internettet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Beskrivelse:</b> BackTrack er en distribution, som fokuserer pÃ¥ netværksanalyse og indtrængningstest.<br/><b>Installationsnoter:</b> BackTrack startes op og kører i live mode; ingen installation kræves for at bruge den. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Beskrivelse:</b> CentOS er en gratis Red Hat Enterprise Linux klon.<br/><b>Installations Noter:</b> Standard versionen tillader bÃ¥de installation over internettet (FTP), og offline installation ved hjælp af forud hentede installations ISO filer. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Beskrivelse:</b> CloneZilla er en distribution beregnet for disk backup and imaging.<br/><b>Installations Noter:</b> CloneZilla bootes og køres i live mode; ingen installation nødvendig for brug. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Beskrivelse:</b> Damn Small Linux er en minimalistisk distribution designet til ældre computere.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i RAM og booter fra hukommelsen, sÃ¥ installation er ikke nødvendig, men kan vælges. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Hjemmeside:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Beskrivelse:</b> Debian er en community-udviklet Linux distribution som understøtter et stort antal arkitekturer og tilbyder en stor samling programpakker.<br/><b>Installationsnoter:</b> NetInstall udgaven tillader installation over FTP. Hvis du ønsker at bruge en allerede downloaded installations-iso-fil, skal du benytte HdMedia valgmuligheden, og sÃ¥ placere installations-iso-filen i rodkataloget pÃ¥ din harddisk eller USB-drev. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Beskrivelse:</b> Dreamlinux er en brugervenlig Debian-baseret distribution.<br/><b>Installation Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Hjemmeside:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Beskrivelse:</b> Dr.Web AntiVirus er et anti-virus emergency kit til gendannelse af systemer der er brudt ned pÃ¥ grund af malware.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan starte malware scanning. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Forside:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Beskrivelse:</b> Elive er en Debian-baseret distribution med Enlightenment vindues hÃ¥ndtering.<br/><b>Installationsnoter:</b> Live versionen tillader opstart i Live mode, hvor installationsprogrammet eventuelt kan startes. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Beskrivelse:</b> Fedora er en Red Hat sponseret community distribution indeholdende det sidste nye gratis/Ã¥bne software.<br/><b>Install Notes:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. NetInstall versionen tillader installation over FTP og offline installation ved hjælp af forud hentede installations ISO filer. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Beskrivelse:</b> FreeBSD er et alsidigt Unix-lignende operativ system designet for skalerbarhed og ydeevne.<br/><b>Install Notes:</b> Standard versionen tillader bÃ¥de installation over internettet (FTP), og offline installation ved hjælp af forud hentede installations ISO filer. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Hjemmeside:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Beskrivelse:</b> FreeDOS er en fri MS-DOS Kompatibelt operativsystem.<br/><b>Installations Noter:</b> Se <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installations detaljer. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Forside:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Beskrivelse:</b> FreeNAS er en indlejret open source NAS (Network-Attached Storage) distribution baseret pÃ¥ FreeBSD.<br/><b>Installationsnoter:</b> LiveCD versionen opretter et RAM drev til FreeNAS, og bruger en FAT formatteret floppy disk eller USB nøgle til at gemme konfigurationsfilen. Den indlejrede version tillader installation til hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Beskrivelse:</b> Frugalware er en alsidig Slackware-baseret distribution til avancerede brugere.<br/><b>Installations Noter:</b> Standard versionen tillader bÃ¥de installation over internettet (FTP), og offline installation ved hjælp af forud hentede installations ISO filer. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beskrivelse:</b> gNewSense er en Free Software Foundation-godkendt distribution baseret pÃ¥ Ubuntu hvor alle ikke-frie komponenter er fjernet. <br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Beskrivelse:</b> Gujin er en grafisk boot manager som kan bootstrappe forskellige biblioteker og filer.<br/><b>Install Notes:</b> Gujin bootes og køres i live mode; ingen installation nødvendig for brug. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Hjemmeside:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Beskrivelse:</b> Kaspersky Rescue Disk finder og fjerner malware fra din Windows installation.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan starte scanning for malware. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Beskrivelse:</b> Linux Mint er en brugervenlig Ubuntu-baseret distribution som inkluderer ekstra proprietære codecs og andet software som standard.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Hjemmeside:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Beskrivelse:</b> Mandriva er en brugervenlig distribution tidligere kendt som Mandrake Linux.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. NetInstall versionen tillader installation over internettet (FTP) eller via forud hentede <a href="http://www.mandriva.com/en/download">"Free" ISO filer</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Beskrivelse:</b> MEPIS er en Debian-baseret distribution. SimplyMEPIS er en brugervenlig version baseret pÃ¥ KDE, mens AntiX er en letvægts version for ældre computere.<br/><b>Installations Noter:</b> MEPIS tillader booting i Live mode, hvorfra man kan vælge at starte installation. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Beskrivelse:</b> openSUSE er en brugervenlig Novell sponsoreret distribution.<br/><b>Installations Noter:</b> Standard versionen tillader bÃ¥de installation over internettet (FTP), og offline installation ved hjælp af forud hentede installations ISO filer. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Beskrivelse:</b> Ophcrack kan bryde Windows kodeord.<br/><b>Installations Noter:</b> Ophcrack bootes og køres i live mode; ingen installation nødvendig for brug. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Beskrivelse:</b> Parted Magic indeholder GParted partition manager og andre værktøjer som kan ændre størrelse, kopiere, tage backup af og manipulere disk partitioner.<br/><b>Installations Noter:</b> Parted Magic bootes og køres i live mode; ingen installation nødvendig for brug. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Beskrivelse:</b> Puppy Linux er en letvægts distribution designet for ældre computere.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i dine RAM og booter fra hukommelsen, sÃ¥ installation er ikke nødvendig, men kan vælges. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Hjemmeside:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Beskrivelse:</b> Sabayon Linux er en Gentoo-baset Live DVD distribution som anvender Entropy binær pakke manageren foruden den kildebaserede Portage.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. LiteMCE udgaven er pÃ¥ 2 GB, mens den fulde version behøver et 8 GB USB drev. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Beskrivelse:</b> Slax er en Slackware-baseret distribution der anvender KDE desktoppen.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beskrivelse:</b> SliTaz er en letvægts, skrivebords-orienteret mikro distribution.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i dine RAM og booter fra hukommelsen, sÃ¥ installation er ikke nødvendig, men kan vælges. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Beskrivelse:</b> Smart Boot Manager er en bootloader som kan hÃ¥ndtere nogle boot-relaterede BIOS begrænsninger og fejl.<br/><b>Installations Noter:</b> SBM bootes og køres i live mode; ingen installation nødvendig for brug. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Beskrivelse:</b> Super Grub Disk er en bootloader som kan udføre et bredt udvalg af MBR og bootloader reparations opgaver.<br/><b>Installations Noter:</b> SGD simpelthen booter og kører; ingen installation er nødvendig for at bruge den. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Hjemmeside:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beskrivelse:</b> xPUD er en letvægts distribution indeholdende en simpel kiosk-lignende brugerflade med webbrowser og mediespiller.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i dine RAM and booter fra hukommelsen. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Beskrivelse:</b> Zenwalk er en Slackware-baseret distribution indeholdende XFCE desktoppen.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra du kan vælge at starte installationen. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Hjemmeside:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Beskrivelse:</b> EeePCLinuxOS er en brugervenlig PCLinuxOS baseret distribution for EeePC.<br/><b>Installations Noter:</b> Vær sikker pÃ¥ at installations mediet er tomt og formateret før du fortsætter med installationen. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Hjemmeside:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Beskrivelse:</b> Ubuntu Eee er ikke kun Ubuntu optimeret for Asus Eee PC. Det er et operativsystem der bruger Netbook Remix brugerfladen, som favoriserer det bedste software tilgængeligt i stedet for open source alternatives (f.eks. Skype i stedet for Ekiga).<br/><b>Installations Noter:</b>Vær sikker pÃ¥ at installations mediet er tomt og formateret før du fortsætter med installationen. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Hjemmeside:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Beskrivelse:</b> Kiwi Linux er en Ubuntu variant primært lavet for Rumænien, Ungarn og Engelsktalende brugere.<br/><b>Installations Noter:</b> Vær sikker pÃ¥ at installations mediet er tomt og formateret før du fortsætter med installationen. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Hjemmeside:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beskrivelse:</b> gNewSense er en høj-kvalitets GNU/Linux distribution som udvider og forbedrer Ubuntu til et komplet fri operativsystem uden nogen binære "blobs" og uden proprietær software.<br/><b>Installations Noter:</b> Vær sikker pÃ¥ at installations mediet er tomt og formateret før du fortsætter med installationen. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Hjemmeside:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beskrivelse:</b> SliTaz er en letvægts, desktop-orienteret micro distribution.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i dine RAM og booter fra hukommelsen, sÃ¥ installation er ikke nødvendig, men kan vælges. Denne installer er baseret pÃ¥ <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Hjemmeside:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beskrivelse:</b> xPUD er en letvægts distribution indeholdende en simpel kiosk-lignende brugerflade med en webbrowser og medieafspiller.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i dine RAM og booter fra hukommelsen. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Vælg fra en liste af tilgængelige distributioner &Distribution &Distribution Specify a disk image file to load Vælg en disk billede fil til indlæsning Disk&image D&isk billede Manually specify a kernel and initrd to load Vælg en kernel og initrd fil til indlæsning manuelt &Custom &Brugerdefineret Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK OK Return Enter Cancel Annullér Esc Esc Reboot Now Genstart nu Exit Afslut 1. Downloading Files 1. Henter filer 2. Extracting and Copying Files 2. Udpakker og kopierer filer 3. Installing Bootloader 3. Installerer bootloader 4. Installation Complete, Reboot 4. Installation færdig, Genstart Select the target drive to install to Vælg destinations drev for installationen Dri&ve: Dre&v: Select the installation target type Vælg hvilket type medie du vil skrive til &Type: &Type: Select the distribution version Vælg distributions version Select disk image file Vælg disk billede fil ... ... Select the disk image type Vælg disk billede type Specify a floppy/hard disk image, or CD image (ISO) file to load Vælg et floppy/hard disk billede, eller CD aftryk (ISO) fil til indlæsning Specify a kernel file to load Vælg en kernel fil til indlæsning Select kernel file Vælg kernel fil Specify an initrd file to load Vælg en initrd fil til indlæsning Select initrd file Vælg initrd fil Select syslinux.cfg or isolinux.cfg file Vælg syslinux.cfg eller isolinux.cfg fil Specify parameters and options to pass to the kernel Specificer parametre og indstillinger for kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Indstillinger uninstaller Uninstallation Complete Afinstallation færdig %1 has been uninstalled. %1 er blevet afinstalleret. Must run as root Skal køre som root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Afinstallation %1 is currently installed. Remove the existing version? %1 er installeret nu. Fjern den eksisterende version? unetbootin_de.ts000644 000765 000024 00000256615 12325150343 014372 0ustar00gezastaff000000 000000 QObject LeftToRight LinksNachRechts unetbootin You must select a distribution to load. Eine Distribution muss ausgewählt werden. Hard Disk Festplatte USB Drive USB-Laufwerk ISO ISO Floppy Diskettenlaufwerk either entweder LiveUSB persistence LiveUSB-Persistenz FAT32-formatted USB drive FAT32-formatiertes USB-Laufwerk EXT2-formatted USB drive EXT2-formatiertes USB-Laufwerk Open Disk Image File Abbilddatei öffnen All Files Alle Dateien All Files (*) Alle Dateien (*) Open Kernel File Kernel-Datei öffnen Open Initrd File Initrd-Datei öffnen Open Bootloader Config File Boot-Loader-Konfigurationsdatei öffnen Insert a USB flash drive USB-Wechseldatenträger anschließen No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Es wurden keine USB-Laufwerke gefunden. Falls bereits ein USB-Wechseldatenträger angeschlossen wurde, versuchen Sie, diesen mit FAT32 erneut zu formatieren. %1 not mounted %1 nicht eingehängt You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Sie müssen das USB-Laufwerk %1 erst einhängen. Die meisten Distributionen werden dies automatisch tun, nachdem Sie das USB-Laufwerk ausgeworfen und wieder eingesteckt haben. Select a distro Distribution wählen Select a disk image file Abbilddatei wählen You must select a disk image file to load. Sie müssen eine Abbilddatei auswählen, die geladen werden soll. Select a kernel and/or initrd file Wählen Sie eine Kernel- und/oder initrd-Datei You must select a kernel and/or initrd file to load. Sie müssen eine Kernel- und/oder initrd-Datei auswählen, die geladen werden soll. Diskimage file not found Abbilddatei nicht gefunden The specified diskimage file %1 does not exist. Die angegebene Abbilddatei %1 existiert nicht. Kernel file not found Kernel-Datei nicht gefunden The specified kernel file %1 does not exist. Die angegebene Kernel-Datei %1 existiert nicht. Initrd file not found Initrd-Datei nicht gefunden The specified initrd file %1 does not exist. Die angegebene initrd-Datei %1 existiert nicht. %1 exists, overwrite? %1 besteht bereits, überschreiben? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Die Datei %1 besteht bereits. Wählen Sie »Ja, alle«, um diese und alle weiteren bestehenden Dateien zu überschreiben, »Ja«, um diese Datei zu überschreiben und bei jeder weiteren Datei zu wählen oder »Nein«, um Ihre bestehende Version zu behalten. Im Zweifelsfall wählen Sie bitte »Ja, alle«. %1 is out of space, abort installation? %1 hat keinen Speicherplatz mehr frei, Installation abbrechen? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Das Verzeichnis %1 hat keinen Speicherplatz mehr frei. Klicken Sie auf »Ja«, um die Installation abzubrechen; auf »Nein«, um diesen Fehler zu ignorieren und mit der Installation fortzufahren oder auf »Nein, alle«, um alle diese Fehler zu ignorieren. Locating kernel file in %1 Kernel-Datei wird in %1 gesucht Copying kernel file from %1 Kernel-Datei wird von %1 kopiert Locating initrd file in %1 Initrd-Datei wird in %1 gesucht Copying initrd file from %1 Initrd-Datei wird von %1 kopiert Extracting bootloader configuration Einstellung für Startverwalter wird extrahiert <b>Extracting compressed iso:</b> %1 <b>Extrahiere komprimiertes Abbild:</b> %1 Copying file, please wait... Datei wird kopiert, bitte warten … <b>Source:</b> <a href="%1">%1</a> <b>Quelle:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Ziel:</b> %1 <b>Copied:</b> 0 bytes <b>Kopiert:</b> 0 byte Extracting files, please wait... Extrahiere Dateien, bitte warten … <b>Archive:</b> %1 <b>Archiv:</b> %1 <b>Source:</b> <b>Quelle:</b> <b>Destination:</b> <b>Ziel:</b> <b>Extracted:</b> 0 of %1 files <b>Extrahiert:</b> 0 von %1 Dateien <b>Source:</b> %1 (%2) <b>Quelle:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Ziel:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extrahiert:</b> %1 von %2 Dateien Downloading files, please wait... Dateien werden heruntergeladen. Bitte warten ... <b>Downloaded:</b> 0 bytes <b>Heruntergeladen:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Herunterladen von %1 %2 von %3 gescheitert. Versuchen Sie bitte, die ISO-Datei direkt von der Webseite herunterzuladen und via Diskimage-Option bereitzustellen. <b>Downloaded:</b> %1 of %2 <b>Heruntergeladen:</b> %1 von %2 <b>Copied:</b> %1 of %2 <b>Kopiert:</b> %1 von %2 Searching in <a href="%1">%1</a> Suche in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 Übereinstimmungen in <a href="%3">%3</a> %1 not found %1 nicht gefunden %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nicht gefunden. Dies wird jedoch für %2 Installationsmodus benötigt. Installieren Sie das Paket »%3« oder das entsprechende Paket Ihrer Distribution. (Current) (Aktuell) (Done) (Erledigt) Configuring grub2 on %1 Konfiguriere Grub2 auf %1 Configuring grldr on %1 Konfiguriere Grldr auf %1 Configuring grub on %1 Konfiguriere Grub auf %1 Installing syslinux to %1 Installiere Syslinux auf %1 Installing extlinux to %1 Installiere Extlinux auf %1 Syncing filesystems Gleiche Dateisysteme ab Setting up persistence Einstellen der Persistenz After rebooting, select the Wählen Sie nach dem Neustart After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Wählen Sie nach dem Neustart die USB-Startoption im BIOS-Startmenü aus.%1 Jetzt neustarten? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Das erstellte USB Gerät wird nicht auf einem Mac booten. Schließen Sie es an einem PC an und wählen sie die USB-Boot-Option im BIOS-Menü.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *WICHTIG* Speichern Sie vor dem Neustart bitte eine Abbild-Datei von Ubuntu Alternate (nicht Desktop) im Stammverzeichnis Ihrer Festplatte oder Ihres USB-Laufwerks. Sie können diese von cdimage.ubuntu.com herunterladen. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *WICHTIG* Ignorieren Sie nach dem Neustart alle Fehlermeldungen und gehen Sie zurück, falls Sie nach einer CD gefragt werden. Gehen Sie dann ins Hauptmenü und wählen Sie »Beginne Installation«; wählen Sie »Netzwerk« als Quelle und »HTTP« als Protokoll, geben Sie »mirrors.kernel.org« ein, wenn Sie nach einem Server gefragt werden und geben Sie »/centos/%1/os/%2« ein wenn Sie nach dem Verzeichnis gefragt werden. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *WICHTIG* Speichern Sie vor dem Neustart bitte eine Abbild-Datei von Debian im Stammverzeichnis Ihrer Festplatte oder Ihres USB-Laufwerks. Sie können diese von cdimage.debian.com herunterladen. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *WICHTIG* Ignorieren Sie nach dem Neustart alle Fehlermeldungen und gehen Sie zurück, falls Sie nach einer CD gefragt werden. Gehen Sie dann ins Hauptmenü und wählen Sie »Beginne Installation«. Wählen Sie »Netzwerk« als Quelle und »HTTP« als Protokoll. Geben Sie »download.fedora.redhat.com« ein, wenn Sie nach einem Server gefragt werden und geben Sie »/pub/fedora/linux/development/%1/os« ein, wenn Sie nach dem Verzeichnis gefragt werden. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *WICHTIG* Ignorieren Sie nach dem Neustart alle Fehlermeldungen und gehen Sie zurück, falls Sie nach einer CD gefragt werden. Gehen Sie dann ins Hauptmenü und wählen Sie »Beginne Installation«. Wählen Sie »Netzwerk« als Quelle und »HTTP« als Protokoll. Geben Sie »download.fedora.redhat.com« ein, wenn Sie nach einem Server gefragt werden und geben Sie »/pub/fedora/linux/releases/%1/Fedora/%2/os« ein, wenn Sie nach dem Verzeichnis gefragt werden. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *WICHTIG* Ignorieren Sie nach dem Neustart alle Fehlermeldungen und gehen Sie zurück, falls Sie nach einer CD gefragt werden. Gehen Sie dann ins Hauptmenü und wählen Sie »Beginne Installation«. Wählen Sie »Netzwerk« als Quelle und »HTTP« als Protokoll. Geben Sie »download.opensuse.org« ein, wenn Sie nach einem Server gefragt werden und geben Sie »/factory/repo/oss« ein, wenn Sie nach dem Verzeichnis gefragt werden. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *WICHTIG* Ignorieren Sie nach dem Neustart alle Fehlermeldungen und gehen Sie zurück, falls Sie nach einer CD gefragt werden. Gehen Sie dann ins Hauptmenü und wählen Sie »Beginne Installation«. Wählen Sie »Netzwerk« als Quelle und »HTTP« als Protokoll. Geben Sie »download.opensuse.org« ein, wenn Sie nach einem Server gefragt werden und geben Sie »/distribution/%1/repo/oss« ein, wenn Sie nach dem Verzeichnis gefragt werden. == Select Distribution == == Distribution auswählen == == Select Version == == Version auswählen == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Willkommen zu <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, dem Universal Netboot Installer. Benutzung:<ol><li>Wählen Sie eine Distribution und Version aus obiger Liste zum Download oder geben Sie die zu ladenden Dateien manuell an.</li><li>Wählen Sie eine Installationsart aus und drücken Sie OK, um die Installation zu beginnen.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Webseite:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Beschreibung:</b> Eine leichtgewichtige Distribution, die für Geschwindigkeit und Flexibilität optimiert ist.<br/><b>Installationshinweise:</b> Diese Version ermöglicht die Installation über das Internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Webseite:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Beschreibung:</b> BackTrack ist eine Distribution zur Netzwerkanalyse und Sicherheitsprüfung.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webseite:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Beschreibung:</b> CentOS ist ein freier Klon von Red Hat Enterprise-Linux.<br/><b>Installationshinweise:</b> Die Standardversion ermöglicht die Installation über das Internet (FTP) oder durch zuvor heruntergeladene Abbild-Dateien. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Webseite:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Beschreibung:</b> CloneZilla ist eine Distribution für Festplattensicherungen und -Abbilder.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Webseite:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Beschreibung:</b> Damn Small Linux ist eine minimalistische Distribution für ältere Rechner.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Webseite:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Beschreibung:</b> Debian ist eine gemeinschaftlich entwickelte Linux-Distribution und bietet eine große Auswahl an Architekturen und Software-Paketen.<br/><b>Installationshinweise:</b> Die NetInstall-Version ermöglicht die Installation über das Internet (FTP). Wenn Sie eine zuvor heruntergeladene Abbild-Datei benutzen wollen, wählen Sie die HdMedia-Option und speichern Sie die Abbild-Datei im Stammverzeichnis der Festplatte oder des USB-Laufwerks. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Beschreibung:</b> Dreamlinux ist eine benutzerfreundliche Distribution basierend auf Debian.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Webseite:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Beschreibung:</b> Dr.Web AntiVirus ist ein Antivirus-Notfallpaket, um ein System wiederherzustellen, das durch Malware beschädigt wurde.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch und die Suche nach Schad-Software (Malware) nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Beschreibung:</b> Elive ist eine auf Debian basierende Distribution, die den Fenstermanager Enlightenment als Arbeitsumgebung benutzt.<br/><b>Installationshinweis:</b> Elive läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webseite:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Beschreibung:</b> Fedora ist eine von Red Hat geförderte, gemeinschaftliche Distribution mit der neusten freien und quelloffenen Software.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die NetInstall-Version ermöglicht die Installation über das Internet (FTP) oder durch zuvor heruntergeladene Abbild-Dateien. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webseite:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Beschreibung:</b> FreeBSD ist ein universelles, Unix-artiges Betriebssystem, entwickelt für Erweiterbarkeit und Performance.<br/><b>Installationshinweise:</b> Die Standardversion ermöglicht die Installation über Internet (FTP) oder durch zuvor heruntergeladenen Abbild-Dateien. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Webseite:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Beschreibung:</b> FreeDOS ist ein freies, MS-DOS kompatibles Betriebssystem.<br/><b>Installationshinweise:</b> Die Installationsdetails befinden sich in der <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">Anleitung (englisch)</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Webseite:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Beschreibung:</b> FreeNAS ist eine quelloffene, eingebettete NAS (Network Attached Storage)-Disribution basierend auf FreeBSD.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Sie nutzt eine mit FAT formatierte Diskette oder ein USB-Laufwerk, um die Konfigurationsdatei zu speichern. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webseite:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Beschreibung:</b> Frugalware ist eine universelle Distribution für fortgeschrittende Benutzer, welche auf Slackware basiert.<br/><b>Installationshinweise:</b> Die Standardversion ermöglicht die Installation über Internet (FTP) oder durch zuvor heruntergeladene Abbild-Dateien. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Webseite:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Beschreibung:</b> GeeXboX ist eine Embedded Linux-Media-Center-Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beschreibung:</b> gNewSense ein von der Free Software Foundation unterstütztes Ubuntu-Derivat, welches keine unfreien und proprietären Komponenten besitzt.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Webseite:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Beschreibung:</b> Gujin ist eine grafische Auswahl zum Start von Betriebssystemen, die verschiedene Laufwerke und Dateien starten kann.<br/><b>Installationshinweis:</b> Gujin läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Webseite:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Beschreibung:</b> Die Kaspersky Rescue Disk findet und entfernt Schad-Software (Malware) von Ihrer Windows-Installation.<br/><b>Installationshinweis:</b> Die Kaspersky Rescue Disk läuft im Live-Modus; eine Installation ist für den Gebrauch und die Durchführung von Malware-Scans nicht notwendig. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Webseite:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Beschreibung:</b> Kubuntu ist ein offizielles Ubuntu-Derivat mit KDE als Arbeitsumgebung.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die NetInstall-Version ermöglicht die Installation über das Internet (FTP, kann auch andere offizielle Ubuntu-Derivate installieren) oder durch zuvor heruntergeladene Abbild-Dateien. Wenn Sie ein Alternate-Abbild (nicht Desktop) benutzen wollen, wählen Sie die HdMedia-Option und speichern Sie die Abbild-Datei im Stammverzeichnis der Festplatte oder des USB-Laufwerks. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Website:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Beschreibung:</b> LinuxConsole ist eine Linux-Distribution für Arbeitsplatzrechner, gedacht zum Spielen, einfach installierbar zu sein, einfach zu benutzen und schnell beim Starten.<br/><b>Installationshinweise:</b> Die aktuellste Version der Serie 1.0 ist Version 1.0.2010, die jetzt kontinuierlich ausgeliefert wird (führen Sie »liveupdate« aus, um die Module und den Kernel zu aktualisieren). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Beschreibung:</b> Linux Mint ist ein benutzerfreundliches Ubuntu-Derivat, welches zusätzliche proprietäre Codecs und weitere Software beinhaltet.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Webseite:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Beschreibung:</b> Lubuntu ist ein offizielles Ubuntu-Derivat mit LXDE als Arbeitsumgebung.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die NetInstall-Version ermöglicht die Installation über das Internet (FTP, kann auch andere offizielle Ubuntu-Derivate installieren, wie z.B. Kubuntu) oder durch zuvor heruntergeladene Abbild-Dateien. Wenn Sie ein Alternate-Abbild (nicht Desktop) benutzen wollen, wählen Sie die HdMedia-Option und speichern Sie die Abbild-Datei im Stammverzeichnis der Festplatte oder des USB-Laufwerks. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Webseite:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Beschreibung:</b> Mandriva ist eine benutzerfreundliche Distribution, früher bekannt als Mandrake Linux.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich.Die NetInstall-Version ermöglicht die Installation über das Internet (FTP) oder durch zuvor heruntergeladene <a href="http://www.mandriva.com/en/download">Abbild-Dateien</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS ist eine auf Debian basierende Distribution. SimplyMEPIS ist eine benutzerfreundliche Version basierend auf KDE, während AntiX eine schlanke Version für ältere Rechner ist.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Webseite:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Beschreibung:</b> NetbootCD ist eine kleine Boot-CD, die netzwerkbasierte Installationsprogramme für andere Distributionen herunterlädt und bootet.<br/><b>Installationshinweise:</b> NetbootCD bootet und läuft im Live-Modus. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Webseite:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Beschreibung:</b> NimbleX ist eine kleine, vielseitige, auf Slackware basierende Distribution. Sie wird mittels Linux-live Scripte erstellt, und verwendet die KDE Arbeitsumgebung. Sie kann von CD oder Flash-Laufwerken (USB-Sticks oder MP3-Player) geladen werden sowie einfach angepasst und erweitert werden.<br/><b>Installationshinweis:</b> NimbleX läuft im Live-Modus. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Webseite:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Beschreibung:</b> Der Offline NT Passwort- und Registrierdatenbank-Editor kann Windows-Passwörter zurücksetzen und die Registrierdatenbank von Windows 2000-Vista bearbeiten.<br/><b>Installationshinweise:</b> NTPasswd wird gebootet und läuft im Live-Modus; zum Verwenden ist keine Installation notwendig. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webseite:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Beschreibung:</b> openSUSE ist eine benutzerfreundliche, von Novell geföderte Distribution.<br/><b>Installationshinweise:</b> Die Standardversion ermöglicht die Installation über das Internet (FTP) oder durch zuvor heruntergeladene Abbild-Dateien. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Webseite:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Beschreibung:</b> Ophcrack kann Windows-Passwörter knacken.<br/><b>Installationshinweis:</b> Ophcrack läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Webseite:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Beschreibung:</b> Parted Magic beinhaltet den Partitionsverwalter GParted und andere Systemwerkzeuge, welche die Größe von Partitionen ändern, Sicherungen erstellen und manipulieren können.<br/><b>Installationshinweis:</b> Parted Magic läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Webseite:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Beschreibung:</b> Puppy Linux ist eine schlanke Distribution für ältere Computer.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Webseite:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Beschreibung:</b> Sabayon Linux ist eine Gentoo-basierte Distribution mit Live-DVD, welche den Binärpaketmanager Entropy zusätzlich zum quellenbasierten Manager Portage nutzt.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die LiteMCE Edition benötigt ein USB-Laufwerk mit 2 GB, die komplette Edition benötigt eines mit 8 GB. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Website:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Beschreibung:</b> Salix ist eine GNU/Linux-Distribution, die auf Slackware basiert (vollständig kompatibel) und simpel, schnell und einfach zu benutzen ist.<br/>Salix ist klein, leichtgewichtig und das Ergebnis unendlicher Pflege, genau wie ein Bonsai.<br/><b>Installationshinweise:</b> Die Live-Version ermöglicht den Start im Live-Modus, aus dem das Installationsprogramm bei Bedarf heraus gestartet werden kann.<br/>Das Standardpasswort für den Systemverwalter »root« lautet: <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Beschreibung:</b> Slax ist eine Slackware-basierte Distribution mit KDE als Arbeitsumgebung.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Webseite:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beschreibung:</b> SliTaz ist eine schlanke, Desktop-orientierte Distribution.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Webseite:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Beschreibung:</b> Smart Boot Manager ist ein Startverwalter, der einige BIOS-Beschränkungen und Fehler im während des Startvorgangs übergehen kann.<br/><b>Installationshinweis:</b> SBM läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Webseite:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Beschreibung:</b> Super Grub Disk ist ein Startverwalter, der eine Vielzahl an Reparaturen am Master Boot Record und Startvorgang reparieren kann. <br/><b>Installationshinweis:</b> SGD läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Beschreibung:</b> Super OS ist ein inoffizielles Ubuntu-Derivat mit weiterer enthaltener Software. Sie benötigt ein USB-Laufwerk mit 2 GB.<br/><b>Installationshinweis:</b> Super OS läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Website:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Beschreibung:</b> Ubuntu ist eine benutzerfreundliche, auf Debian basierende Distribution. Es ist die bekannteste und beliebteste Linux-Distribution.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die NetInstall-Version ermöglicht die Installation über das Internet (FTP) und kann auch andere offizielle Ubuntu-Derivate installieren. Wenn Sie ein zuvor heruntergeladenes Alternate-Abbild (nicht Desktop) benutzen wollen, wählen Sie die HdMedia-Option und speichern Sie die Abbild-Datei im Stammverzeichnis der Festplatte oder des USB-Laufwerks. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Webseite:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beschreibung:</b> xPUD ist eine schlanke Distribution mit einer einfachen, Kiosk-artigen Oberfläche inklusive Webbrowser und Mediaplayer.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Webseite:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Beschreibung:</b> Xubuntu ist ein offizielles Ubuntu-Derivat mit XFCE als Arbeitsumgebung.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die NetInstall-Version ermöglicht die Installation über das Internet (FTP) und kann auch andere offizielle Ubuntu-Derivate installieren. Wenn Sie ein zuvor heruntergeladenes Alternate-Abbild (nicht Desktop) benutzen wollen, wählen Sie die HdMedia-Option und speichern Sie die Abbild-Datei im Stammverzeichnis der Festplatte oder des USB-Laufwerks. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Beschreibung:</b> Zenwalk ist eine auf Slackware basierende Distribution mit XFCE als Arbeitsumgebung.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Webseite:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Beschreibung:</b> EeePCLinuxOS ist eine benutzerfreundliche, auf PCLinuxOS basierende Distribution für den EeePC.<br/><b>Installationshinweis:</b> Vergewisseren Sie sich, dass das Installationsmedium leer und formatiert ist, bevor Sie mit der Installation fortfahren. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Website:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Beschreibung:</b> Ubuntu Eee ist nicht nur ein optimiertes Ubuntu für den Asus Eee PC. Es besitzt die Oberfläche des Netbook Remix, welches die beste verfügbare Software an Stelle von quelloffenen Alternativen verwendet (z. B. Skype statt Ekiga).<br/><b>Installationshinweis:</b> Vergewisseren Sie sich, dass das Installationsmedium leer und formatiert ist, bevor Sie mit der Installation fortfahren. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Webseite:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Beschreibung:</b> Elive ist eine auf Debian basierende Distribution, die den Enlightenment Fenstermanager als Arbeitsumgebung benutzt.<br/><b>Installationshinweis:</b> Elive läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Webseite:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Beschreibung:</b> Kiwi Linux ist ein Ubuntu-Derivat, welches hauptsächlich für Rumänisch, Ungarisch und Englisch sprechende Benutzer gemacht wurde.<br/><b>Installationshinweis:</b> Vergewissern Sie sich, dass das Installationsmedium leer und formatiert ist, bevor Sie mit der Installation fortfahren. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Webseite:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beschreibung:</b> gNewSense ist eine hochqualitative GNU/Linux-Distribution, die Ubuntu erweitert und verbessert, um ein komplett freies Betriebssystem ohne jegliche proprietäre Software zu ermöglichen.<br/><b>Installationshinweis:</b> Vergewisseren Sie sich, dass das Installationsmedium leer und formatiert ist, bevor Sie mit der Installation fortfahren. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Webseite:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Beschreibung:</b> NimbleX ist eine kleine, vielseitige, auf Slackware basierende Distribution. Sie wird mittels Linux-live Scripte erstellt, und verwendet die KDE Arbeitsumgebung. Sie kann von CD oder Flash-Laufwerken (USB-Sticks oder MP3-Player) geladen werden sowie einfach angepasst und erweitert werden.<br/><b>Installationshinweis:</b> NimbleX läuft im Live-Modus. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Webseite:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beschreibung:</b> SliTaz ist eine schlanke mikro-Distribution.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Dieser Installer basiert auf <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Webseite:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beschreibung:</b> xPUD ist eine schlanke Distribution mit einer einfachen, Kiosk-artigen Oberfläche inklusive Webbrowser und Mediaplayer.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Wählen Sie aus der Liste der unterstützten Distributionen &Distribution &Distribution Specify a disk image file to load Wählen Sie eine Abbild-Datei zum Laden Disk&image Abb&ild Manually specify a kernel and initrd to load Geben Sie manuell einen Kernel und initrd zum Laden an &Custom &Angepasst Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Reservierter Speicherplatz für Benutzerdateien, die zwischen Neustarts erhalten bleiben. Funktioniert nur bei LiveUSBs für Ubuntu und dessen Derivate. Wenn der Wert die Kapazität des Mediums überschreitet, wird der maximal verfügbare Speicher verwendet. Space used to preserve files across reboots (Ubuntu only): Platz um Dateien zwischen Neustarts zu erhalten (nur Ubuntu): MB MB OK OK Return Zurück Cancel Abbrechen Esc Escape Reboot Now Jetzt neustarten Exit Beenden 1. Downloading Files 1. Dateien werden heruntergeladen 2. Extracting and Copying Files 2. Extrahiere und kopiere Dateien 3. Installing Bootloader 3. Installiere Startverwalter 4. Installation Complete, Reboot 4. Installation vollständig, Neustart Select the target drive to install to Wählen Sie ein Ziellaufwerk für die Installation Dri&ve: &Laufwerk: Select the installation target type Wählen Sie den Typ der Installation &Type: &Typ: Select the distribution version Wählen Sie die Distributionsversion Select disk image file Wählen Sie die Abbild-Datei aus ... … Select the disk image type Wählen Sie einen Abbild-Typ aus Specify a floppy/hard disk image, or CD image (ISO) file to load Geben Sie ein Disketten-, Festplatten- oder CD-Abbild (.iso) zum Laden an Specify a kernel file to load Geben Sie eine Kernel-Datei zum Laden an Select kernel file Wählen Sie eine Kernel-Datei aus Specify an initrd file to load Geben Sie eine initrd-Datei zum Laden an Select initrd file Wählen Sie eine initrd-Datei aus Select syslinux.cfg or isolinux.cfg file Wählen Sie eine syslinux.cfg- oder isolinux.cfg-Datei Specify parameters and options to pass to the kernel Übergeben Sie Parameter und Optionen an den Kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Optionen: uninstaller Uninstallation Complete Deinstallation vollständig %1 has been uninstalled. %1 wurde deinstalliert. Must run as root Muss als Systemverwalter ausgeführt werden %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 muss als root ausgeführt werden. Beenden und so erneut ausführen:<br/><b>sudo %1</b><br/>oder so:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Deinstallation %1 is currently installed. Remove the existing version? %1 ist momentan installiert. Existierende Version entfernen? unetbootin_el.ts000644 000765 000024 00000174612 12325150343 014376 0ustar00gezastaff000000 000000 QObject LeftToRight ΑÏιστεÏά Ï€Ïος δεξιά unetbootin Hard Disk ΣκληÏός Δίσκος USB Drive Δισκος USB ISO ΑÏχείο εικόνας Î¿Ï€Ï„Î¹ÎºÎ¿Ï Î´Î¯ÏƒÎºÎ¿Ï… (ISO) Floppy Δισκέτα either ή LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File Άνοιγμα ΑÏχείου Εικόνας Δίσκου All Files Όλα τα ΑÏχεία All Files (*) Όλα τα αÏχεία (*) Open Kernel File Άνοιγμα ΑÏχείου ΠυÏήνα Open Initrd File Άνοιγμα ΑÏχείου Initrd Open Bootloader Config File 'Ανοιγμα ΑÏχείου Ρυθμίσεων Επιλογέα Εκκίνησης Insert a USB flash drive Εισάγετε ένα USB flash δίσκο No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Δεν βÏέθηκαν USB flash δίσκοι. Εάν έχετε ήδη εισάγει κάποιο USB δίσκο, Ï€Ïοσπαθείστε να τον διαμοÏφώσετε ως FAT32. %1 not mounted %1 δεν έχει Ï€ÏοσαÏτηθεί You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. ΠÏέπει Ï€Ïώτα να Ï€ÏοσαÏτηθεί ο USB δίσκος %1 σε κάποιο σημείο Ï€ÏοσάÏτησης. Οι πεÏισσότεÏες διανομές το κανουν αυτόματα όταν αφαιÏέσετε τον USB δίσκο και τον επανεισάγετε. Select a distro Επιλέξτε διανομή You must select a distribution to load. ΠÏέπει να επιλέξετε διανομή για φόÏτωση Select a disk image file Επιλέξτε αÏχείο εικόνας δίσκου You must select a disk image file to load. ΠÏέπει να επιλέξετε αÏχείο εικόνας δίσκου. Select a kernel and/or initrd file Επιλέξτε πυÏήνα και αÏχείο initrd You must select a kernel and/or initrd file to load. ΠÏέπει να επιλέξετε πυÏήνα και αÏχείο initrd. Diskimage file not found Το αÏχείο εικόνας δίσκου δεν βÏέθηκε The specified diskimage file %1 does not exist. Το συγκεκÏιμένο αÏχείο εικόνας δίσκου %1 δεν υπάÏχει. Kernel file not found Το αÏχείο πυÏήνα δεν βÏέθηκε The specified kernel file %1 does not exist. Το συγκεκÏιμένο αÏχείο πυÏήνα %1 δεν υπάÏχει. Initrd file not found Το αÏχείο initrd δεν βÏέθηκε The specified initrd file %1 does not exist. Το συγκεκÏιμένο αÏχείο initrd %1 δεν υπάÏχει. %1 exists, overwrite? %1 υπάÏχει ήδη, να γίνει εγγÏαφή απο πάνω; The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Το αÏχείο %1 υπάÏχει ήδη. Πατήστε 'Îαι σε Όλα' για να γÏάψετε απο πάνω του, και μετά δεν θα ξαναεÏωτηθείτε, 'Îαι' για να γÏάψει απο πάνω μόνο το συγκεκÏιμένο αÏχείο, και 'Όχι' για να διατηÏήσετε την υπάÏχουσα έκδοση. Άν δεν είστε σίγουÏοι, πατήστε 'Îαι σε 'Ολα'. %1 is out of space, abort installation? %1 δεν έχει χώÏο, ακÏÏωση εγκατάστασης; The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Ο φάκελος %1 δεν έχει άλλο χώÏο. Πατήστε 'Îαι' για ακÏÏωση εγκατάστασης, 'Οχι' για αγνόηση του σφάλματος και απόπειÏα για συνέχεια της εγκατάστασης, και 'Οχι σε Όλα' για να αγνοηθοÏν όλα τα λάθη έλλειψης χώÏου. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Αποσυμπίεση του ISO: Copying file, please wait... ΑντιγÏαφή αÏχείου, παÏακαλώ πεÏιμένετε... <b>Source:</b> <a href="%1">%1</a> <b>Από:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>ΠÏοοÏισμός:</b> %1 <b>Copied:</b> 0 bytes <b>ΑντιγÏάφηκαν:</b> 0 bytes Extracting files, please wait... Εξαγωγή αÏχείων, παÏακαλώ πεÏιμένετε... <b>Archive:</b> %1 <b>Δέσμη ΑÏχείων:</b> %1 <b>Source:</b> <b>Από:</b> <b>Destination:</b> <b>ΠÏοοÏισμός:</b> <b>Extracted:</b> 0 of %1 files <b>Εξήχθησαν:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Από:</b> %1 (%2) <b>Destination:</b> %1%2 <b>ΠÏοοÏισμός:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Εξήχθησαν:</b> %1 of %2 files Downloading files, please wait... ΜεταφόÏτωση αÏχείων, παÏακαλώ πεÏιμένετε... <b>Downloaded:</b> 0 bytes <b>ΜεταφοÏτώθηκαν:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>ΜεταφοÏτώθηκε:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>ΑντιγÏάφηκαν:</b> %1 of %2 Searching in <a href="%1">%1</a> Αναζήτηση στο <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 είναι όμοια με το <a href="%3">%3</a> %1 not found %1 δεν βÏέθηκε %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 δεν βÏέθηκε. Αυτό ειναι απαÏαίτητο για τον %2 Ï„Ïπο εγκατάστασης.Εγκαταστήστε το πακετο "%3" ή το αντίστοιχο για την διανομή σας. (Current) (ΤÏέχον) (Done) (ΟλοκληÏώθηκε) Configuring grub2 on %1 ΡÏθμιση grub2 στο %1 Configuring grldr on %1 ΡÏθμιση grldr στο %1 Configuring grub on %1 ΡÏθμιση grub στο %1 Installing syslinux to %1 Εγκατάσταση syslinux στο %1 Installing extlinux to %1 Εγκατάσταση extlinux στο %1 Syncing filesystems ΣυγχÏονισμός συστημάτων αÏχείων Setting up persistence After rebooting, select the Μετά την επανεκκίνηση επιλέξετε το After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Î‘Ï†Î¿Ï Î³Î¯Î½ÎµÎ¹ επανεκκίνηση, επιλέξετε απο το BIOS του υπολογιστή σας να ξεκινήσει απο USB.%1Îα γίνει επανεκκίνηση τωÏα; The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Επιλογή Διανομής == == Select Version == == Επιλογή Έκδοσης == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Καλώς ήÏθατε στο <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. ΤÏόπος ΧÏήσης:<ol><li>Επιλέξετε απο την παÏαπάνω λίστα την διανομή και την έκδοση που επιθυμείτε να κατεβεί, ή διαλέξτε παÏακάτω μεμονωμένα αÏχεία για φόÏτωση.</li><li>Στη συνέχεια επιλέξτε Ï„Ïπο εγκατάστασης και πατήστε ΟΚ για να ξεκινήσει η διαδικασία.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ΚεντÏική Σελίδα:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>ΠÏιγÏαφή:</b> Το CentOS είναι ένας δωÏεάν κλώνος του Red Hat Enterprise Linux.<br/><b>Σημειώσης Εγκατάστασης:</b> Η Ï€Ïοεπιλεγμένη έκδοση επιτÏέπει και την εγκατάσταση μέσω διαδικτÏου (FTP) και την εγκατάσταση μέσω δίσκου εγκατάστασης του CentOS. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions Επίλέξτε από την λίστα με τις υποστηÏιζόμενες διανομές &Distribution &Διανομή Specify a disk image file to load ΠÏοσδιοÏίστε ενα αÏχείο εικόνας δίσκου Disk&image Δίσκος&εικόνα Manually specify a kernel and initrd to load ΧειÏοκίνητα δηλώστε πυÏήνα και intird &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB ΜΒ OK Εντάξει Return Enter Cancel ΑκÏÏωση Esc Esc Reboot Now Επανεκκίνηση ΤώÏα Exit Έξοδος 1. Downloading Files 1. ΜεταφόÏτωση αÏχείων 2. Extracting and Copying Files 2. Εξαγωγή και ΑντιγÏαφή ΑÏχείων 3. Installing Bootloader 3. Εγκατάσταση Επιλογέα Εκκίνησης 4. Installation Complete, Reboot 4. Η Εγκατάσταση ΟλοκληÏώθηκε, Επανεκκίνηση Select the target drive to install to Επιλέξτε τον δίσκο στον οποίο θα γινει η εγκατάσταση Dri&ve: Select the installation target type Επιλέξτε το είδος δίσκου στον οποίο θα γίνει η εγκατάσταση &Type: &ΤÏπος: Select the distribution version Επιλέξτε την έκδοση της διανομής Select disk image file Επιλέξτε το αÏχείο εικόνας δίσκου ... ... Select the disk image type Επιλογή Ï„Ïπου εικόνας δίσκου Specify a floppy/hard disk image, or CD image (ISO) file to load ΠÏοσδιοÏίστε αÏχείο εικόνας δίσκου/δισκέττας, ή αÏχειο εικόνας Î¿Ï€Ï„Î¹ÎºÎ¿Ï Î´Î¯ÏƒÎºÎ¿Ï… (ISO) Specify a kernel file to load ΠÏοσδιοÏίστε αÏχείο πυÏήνα Select kernel file Επιλέξτε αÏχείο πυÏήνα Specify an initrd file to load ΠÏοσδιοÏίστε αÏχείο initrd Select initrd file Επιλέξτε αÏχείο initrd Select syslinux.cfg or isolinux.cfg file Επιλέξτε αÏχείο syslinux.cfg ή isolinux.cfg Specify parameters and options to pass to the kernel ΠÏοσδιοÏίστε παÏαμέτÏους και επιλογές για τον πυÏήνα &Kernel: &ΠυÏήνας: Init&rd: Init&rd: &Options: &Επιλογές: uninstaller Uninstallation Complete Η απεγκατάσταση ολοκληÏώθηκε %1 has been uninstalled. %1 έχει απεγκατασταθεί. Must run as root ΠÏέπει να εκτελεσθεί από τον χÏήστη root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 ΠÏόγÏαμμα Απεγκατάστασης %1 is currently installed. Remove the existing version? %1 εγκαθίσταται αυτήν τη στιγμή. Îα διαγÏαφεί η υπάÏχουσα έκδοση; unetbootin_eo.ts000644 000765 000024 00000165136 12325150343 014402 0ustar00gezastaff000000 000000 QObject LeftToRight Maldekstre dekstren unetbootin Hard Disk Fiksa disko USB Drive PoÅmemorilo ISO ISO Floppy Disketo either ĉu LiveUSB persistence FAT32-formatted USB drive FAT32-aranÄita poÅmemorilo EXT2-formatted USB drive EXT2-aranÄita poÅmemorilo Open Disk Image File Malfermi diskbilddosieron All Files Ĉiuj dosieroj All Files (*) Ĉiuj dosieroj (*) Open Kernel File Malfermi kerndosieron Open Initrd File Malfermi initrd-dosieron Open Bootloader Config File Malfermi praÅargilan agorddosieron Insert a USB flash drive Enmeti poÅmemorilon No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Neniu poÅmemorilo estis trovita. Se vi jam enmetis poÅmemorilon, klopodu rearanÄi Äin kiel FAT32. %1 not mounted %1 ne surmetita You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Vi unue devu surmeti la poÅmemorilon %1 en surmetingo. Multaj distribuaĵoj faros Äin aÅ­tomate post, ke vi demetis kaj reenmetis la poÅmemorilon. Select a distro Elekti distribuaĵon You must select a distribution to load. Vi devu elekti Åargendan distribuaĵon. Select a disk image file Elekti la diskbilddosieron You must select a disk image file to load. Vi devu elekti Åargendan diskbilddosieron. Select a kernel and/or initrd file Elekti kern- kaj/aÅ­ initrd- dosieron You must select a kernel and/or initrd file to load. Vi devu elekti Åargendan kern- kaj/aÅ­ initrd- dosieron. Diskimage file not found Diskbilddosiero ne trovita The specified diskimage file %1 does not exist. La specifita diskbilddosiero %1 ne ekzistas. Kernel file not found Kerndosiero ne trovita The specified kernel file %1 does not exist. La specifita kerndosiero %1 ne ekzistas. Initrd file not found Initrd-dosiero ne trovita The specified initrd file %1 does not exist. La specifita initrd-dosiero %1 ne ekzistas. %1 exists, overwrite? %1 ekzistas, ĉu anstataÅ­igi? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. La dosiero %1 jam ekzistas. Alklaku 'Jes por ĉiuj' per anstataÅ­igi Äin kaj Äi ne estas plu montrita, 'Jes' por anstataÅ­igi solajn dosierojn kaj 'Ne' por manteni aktualan version. Se vi dubas, alklaku 'Jes por ĉiuj'. %1 is out of space, abort installation? Spaco en %1 finita, ĉu nuligi instaladon? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. La dosierujo %1 finis spacon. Alklaku 'Jes' por nuligi instaladon, 'Ne' por ignori ĉi tiun eraron kaj klopodi daÅ­rigi la instaladon kaj 'Ne por ĉiuj' poi ignori ĉiujn erarojn pri finita spaco. Locating kernel file in %1 Trovanta kerndosieron en %1 Copying kernel file from %1 Kopianta kerndosieron de %1 Locating initrd file in %1 Trovanta initrd-dosieron en %1 Copying initrd file from %1 Kopianta initrd-dosieron de %1 Extracting bootloader configuration Eltiranta praÅargilajn agordojn <b>Extracting compressed iso:</b> %1 bonvolu atendi.... Copying file, please wait... Kopianta dosierojn, bonvolu atendi... <b>Source:</b> <a href="%1">%1</a> <b>Fonto:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Celo:</b> %1 <b>Copied:</b> 0 bytes <b>Kopiataj:</b> 0 bajtojn Extracting files, please wait... Eltiranta dosierojn, bonvolu atendi... <b>Archive:</b> %1 <b>Arkivo:</b> %1 <b>Source:</b> <b>Fonto:</b> <b>Destination:</b> <b>Celo:</b> <b>Extracted:</b> 0 of %1 files <b>Eltirataj:</b> 0 el %1 dosierojn <b>Source:</b> %1 (%2) <b>Fonto:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Celo:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Eltirataj:</b> %1 el %2 dosierojn Downloading files, please wait... ElÅutanta dosierojn, bonvolu atendi... <b>Downloaded:</b> 0 bytes <b>ElÅutataj:</b> 0 bajtojn Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>ElÅutataj:</b> %1 el %2 <b>Copied:</b> %1 of %2 <b>Kopiataj:</b> %1 of %2 Searching in <a href="%1">%1</a> Serĉanta en <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 kongruoj en <a href="%3">%3</a> %1 not found %1 ne trovita %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 ne trovita. Ĉi tio necesas por "%2"-instalreÄimo. Instalu la pakaĵon "%3" aÅ­ similaĵo por la via distribuaĵo. (Current) (aktuala) (Done) (farita) Configuring grub2 on %1 Agordanta grub2 en %1 Configuring grldr on %1 Agordanta grldr en %1 Configuring grub on %1 Agordanta grub en %1 Installing syslinux to %1 Instalanta syslinux en %1 Installing extlinux to %1 Instalanta extlinux en %1 Syncing filesystems Sinkroniganta dosiersistemojn Setting up persistence After rebooting, select the Post restartigo, elektu la After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Post restartigo, elektu la USB-praÅargan opcion en la praÅarga menuo de BIOS.%1 Ĉu restarti nun? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Elekti distribuaĵon == == Select Version == == Elekti version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Elekti el listo de subtenataj distribuaĵoj &Distribution &Distribuaĵo Specify a disk image file to load Specifi Åargendan diskbilddosieron Disk&image Diskb&ildo Manually specify a kernel and initrd to load Mane specifi Åargendajn kern- kaj initrd- dosierojn &Custom Propra Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK Bone Return AntaÅ­en Cancel Nuligi Esc Escapo Reboot Now Restartu nun Exit Eliri 1. Downloading Files 1. ElÅutanta dosierojn 2. Extracting and Copying Files 2. Eltiranta kaj kopianta dosierojn 3. Installing Bootloader 3. Instalanta praÅargilon 4. Installation Complete, Reboot 4. Instalado finiÄis, restarti Select the target drive to install to Elekti celdiskilon en kiu instali Dri&ve: Diskilo Select the installation target type Elekti la tipon de instaladcelo &Type: &Tipo: Select the distribution version Elekti la version de distribuaĵo Select disk image file Elekti la diskbilddosieron ... ... Select the disk image type Elekti la diskbildtipon Specify a floppy/hard disk image, or CD image (ISO) file to load Elekti Åargendan disketan/fiksdiskan bilddosieron aÅ­ KD-bilddosieron (ISO) Specify a kernel file to load Elekti Åargendan kerndosieron Select kernel file Elekti kerndosieron Specify an initrd file to load Elekti Åargendan initrd-dosieron Select initrd file Elekti initrd-dosieron Select syslinux.cfg or isolinux.cfg file Elekti dosieron syslinux.cfg aÅ­ isolinux.cfg Specify parameters and options to pass to the kernel Specifi pasendajn parametrojn kaj opciojn al kerno &Kernel: &Kerno: Init&rd: Init&rd: &Options: &Opcioj: uninstaller Uninstallation Complete Malinstalado finiÄis %1 has been uninstalled. %1 estis malinstalita. Must run as root Devu ruli kiel ĉefuzanto %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 devu esti la ĉefuzanto. Fermu Äin kaj reruli per aÅ­:<br/><b>sudo %1</b><br/>aÅ­:<br/><b>su - -c '%1'</b> %1 Uninstaller Malinstalilo de %1 %1 is currently installed. Remove the existing version? %1 estas aktuale instalita. Ĉu forigi la ekzistantan version? unetbootin_es.ts000644 000765 000024 00000255053 12325150343 014404 0ustar00gezastaff000000 000000 QObject LeftToRight IzquierdaADerecha unetbootin Hard Disk Disco duro USB Drive Unidad USB ISO ISO Floppy Disquete either cualquiera LiveUSB persistence Persistencia del LiveUSB FAT32-formatted USB drive Unidad USB con formato FAT32 EXT2-formatted USB drive Unidad USB con formato EXT2 Open Disk Image File Abrir el archivo de imagen de disco All Files Todos los archivos All Files (*) Todos los archivos (*) Open Kernel File Abrir el archivo del núcleo Open Initrd File Abrir el archivo initrd Open Bootloader Config File Abrir el archivo de configuración del cargador de arranque Insert a USB flash drive Inserte una unidad flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. No se encontró ninguna unidad USB. Si ha insertado ya una unidad USB, pruebe a formatearlo como FAT32. %1 not mounted %1 no está montado You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Primero debe montar la unidad USB %1 en un punto de montaje. Muchas distribuciones harán esto automáticamente cuando quite y vuelva a insertar la unidad USB. Select a distro Seleccione una distribución You must select a distribution to load. Debe seleccionar una distribución para cargar. Select a disk image file Seleccione un archivo de imágen de disco You must select a disk image file to load. Debe seleccionar un archivo de imágen de disco para cargar. Select a kernel and/or initrd file Seleccione un núcleo y/o un archivo initrd You must select a kernel and/or initrd file to load. Debe seleccionar un núcleo y/o un archivo initrd para cargar. Diskimage file not found No se encuentra el archivo de imagen de disco The specified diskimage file %1 does not exist. El archivo de imágen de disco %1 no existe. Kernel file not found No se encuentra el archivo de núcleo The specified kernel file %1 does not exist. El archivo de núcleo %1 no existe. Initrd file not found No se encuentra el archivo initrd The specified initrd file %1 does not exist. El archivo initrd %1 no existe. %1 exists, overwrite? %1 ya existe, ¿sobreescribirlo? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. El archivo %1 ya existe. Pulse «Sí a todo» para sobrescribirlo y que no sea solicitado de nuevo, «Sí» para sobrescribir los archivos de forma individual, y «No» para conservar la versión existente. En caso de duda, pulse «Sí a todo». %1 is out of space, abort installation? %1 no dispone de espacio, ¿cancelar la instalación? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. El directorio %1 no dispone de espacio. Pulse «Sí» para interrumpir la instalación, «No» para ignorar este error y tratar de continuar la instalación, y «No a todos» para hacer caso omiso de todos los mensajes de error sobre el espacio disponible. Locating kernel file in %1 Ubicando archivo del kernel en %1 Copying kernel file from %1 Copiando el archivo del kernel desde %1 Locating initrd file in %1 Ubicando archivo initrd en %1 Copying initrd file from %1 Copiando archivo initrd desde %1 Extracting bootloader configuration Extrayendo configuración del cargador de arranque (bootloader) <b>Extracting compressed iso:</b> %1 <b>Extrayendo iso comprimida:</b> %1 Copying file, please wait... Copiando archivo, por favor, espere... <b>Source:</b> <a href="%1">%1</a> <b>Origen:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destino:</b> %1 <b>Copied:</b> 0 bytes <b>Copiado:</b> 0 bytes Extracting files, please wait... Extrayendo archivos, por favor espere... <b>Archive:</b> %1 <b>Archivo:</b> %1 <b>Source:</b> <b>Origen:</b> <b>Destination:</b> <b>Destino:</b> <b>Extracted:</b> 0 of %1 files <b>Extraídos:</b> 0 de %1 archivos <b>Source:</b> %1 (%2) <b>Origen:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destino:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extraídos:</b> %1 de %2 archivos Downloading files, please wait... Descargando archivos, por favor espere... <b>Downloaded:</b> 0 bytes <b>Descargados:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Descarga de %1 %2 de %3 fallo. por favor descargue el archivo ISO de el sitio web directamente y suministre la ruta en la opción imagen de disco. <b>Downloaded:</b> %1 of %2 <b>Descargado(s):</b> %1 de %2 <b>Copied:</b> %1 of %2 <b>Copiado:</b> %1 de %2 Searching in <a href="%1">%1</a> Buscando en <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 coincidencias en <a href="%3">%3</a> %1 not found %1 no encontrado %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 no encontrado. Es necesario para el modo de instalación %2. Instala el paquete «%3» o el equivalente en tu distribución. (Current) (Actual) (Done) (Hecho) Configuring grub2 on %1 Configurando grub2 en %1 Configuring grldr on %1 Configurando grldr en %1 Configuring grub on %1 Configurando grub en %1 Installing syslinux to %1 Instalando syslinux en %1 Installing extlinux to %1 Instalando extlinux en %1 Syncing filesystems Sincronizando el sistema de archivos Setting up persistence Ajustando persistencia After rebooting, select the Después de reiniciar, seleccione el After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Después de reiniciar, seleccionar la opción de arranque por USB en el menú de arranque de la BIOS.%1 ¿Reiniciar ahora? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 El dispositivo USB creado no arrancará en un Mac. Insertalo en un PC, y selecciona la opción de arranque USB en el menu de la BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANTE* Antes de reiniciar el sistema, colocar la ISO de instalación de Ubuntu Alternate (no de escritorio) en el directorio raíz de tu disco duro o memoria USB. Estos pueden ser obtenidos a partir de cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANTE* Después de reiniciar, ignore cualquier mensaje de error y escoja nuevamente si se lo piden un CD, vaya entonces al menú principal, escoja la opción "Iniciar la instalación" elija "Red" como el origen, elija como protocolo: "HTTP", escriba «mirrors.kernel.org» cuando le pregunten por un servidor, y ponga «/centos/%1/os%2» cuando le pregunten por la carpeta. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANTE* Antes de reiniciar, coloque una imagen ISO del instalador Debian en el directorio raíz de su disco duro o unidad USB. Éstas pueden obtenerse desde cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANTE* Después de reiniciar, ignore cualquier mensaje de error y elija nuevamente si se le solicita un CD, dirijase al menú principal, seleccione la opción "Iniciar la instalación" elija "Red" como origen, cambie a "HTTP" como protocolo, ingrese «download.fedora.redhat.com» cuando se le solicite un servidor, y escriba «/pub/fedora/linux/development/%1/os» cuando se le pregunte por la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANTE* Después de reiniciar, ignore cualquier mensaje de error y elija nuevamente si se le solicita un CD, dirijase al menú principal, seleccione la opción "Iniciar la instalación" elija "Red" como origen, cambie a "HTTP" como protocolo, ingrese «download.fedora.redhat.com» cuando se le solicite un servidor, y escriba «/pub/fedora/linux/releases/%1/Fedora/%2/os» cuando se le pregunte por la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANTE* Después de reiniciar, ignore cualquier mensaje de error y elija nuevamente si se le solicita un CD, dirijase al menú principal, seleccione la opción "Iniciar la instalación" elija "Red" como origen, cambie a "HTTP" como protocolo, ingrese «download.opensuse.org» cuando se le solicite un servidor, y escriba «/factory/repo/oss» cuando se le pregunte por la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANTE* Después de reiniciar, ignore cualquier mensaje de error y elija nuevamente si se le solicita un CD, dirijase al menú principal, seleccione la opción "Iniciar la instalación" elija "Red" como origen, cambie a "HTTP" como protocolo, ingrese «download.opensuse.org» cuando se le solicite un servidor, y escriba «/distribution/%1/repo/oss» cuando se le pregunte por la carpeta. == Select Distribution == == Seleccionar la Distribución == == Select Version == == Seleccionar la Versión == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Bienvenido a <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, el instalador de arranque en red universal. Uso:<ol><li>Seleccione una distribución y versión para descargar de la lista anterior, o especifique manualmente los archivos para cargar a continuación.</li><li>Seleccione un tipo de instalación y pulse Aceptar para comenzar la instalación.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Página web:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descripción:</b> Arch Linux es una distribución ligera optimizada para velocidad y flexibilidad.<br/><b>Notas de instalación:</b> La versión predeterminada le permite instalarla por internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Página de inicio:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descripción:</b> BackTrack es una distribución enfocada en el análisis de redes y pruebas de penetración.<br/><b>Notas de la instalación:</b> BackTrack se arranca y ejecuta en modo vivo; no es necesario instalarlo para poderlo usar. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página de inicio:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descripci&oacute;n:</b> CentOS es un clon libre de Red Hat Entreprise Linux.<br/><b>Notas de instalación:</b> La versión predeterminada le permite instalarla tanto por internet (FTP) o desconectado usando los archivos ISO previamente descargados. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Página de inicio:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descripción:</b> CloneZilla es una distribución usada para copias de seguridad y para imágenes de disco.<br/><b>Notas de instalación:</b> CloneZilla arranca y se ejecuta en modo «live» (directo) no se necesita su instalación para usarla. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Página de inicio:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descripción:</b> Damn Small Linux es una distribución minimalista con un tamaño total de 50 MB.<br/><b>Notas de instalación:</b> La versión Live carga el sistema entero en RAM y arranca desde memoria, no siendo necesaria la instalación. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Página de inicio:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descripción:</b> Debian es una distribución Linux desarrollada por la comunidad, que soporta una amplia variedad de arquitecturas y ofrece un gran repositorio de paquetes.<br/><b>Notas de la instalación:</b> La versión NetInstall permite la instalación por FTP. Si desea usar una imagen ISO de instalación previamente descargada, use la opción HdMedia, y coloque la imagen ISO de instalación en el directorio raíz de su disco duro o unidad USB <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descripción:</b> Dreamlinux es una distribución amigable basada en Debian.<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir del que se puede lanzar el instalador. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Página de inicio:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descripción:</b> Dr.Web AntiVirus es un antivirus de emergencia para restaurar un sistema dañado por programas maliciosos .<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir del cual se puede lanzar la exploración de malware. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descripción:</b> Elive es una distribución basada en Debian pero utiliza el gestor de ventanas Enlightenment.<br/><b>Notas de la instalación:</b> La versión Live permite arranca en modo Live, desde donde podrá iniciar el instalador. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página de inicio:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descripción:</b> Fedora es una distribución de la comunidad patrocinada por Red Hat que se centra en el software libre/de código abierto más puntero.<br/><b>Notas de instalación:</b> La versión Live permite arrancar en modo directo. La versión Netinstall permite ambas instalaciones: a través de internet (FTP), o instalación desconectado usando las imágenes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página de inicio:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descripción:</b> FreeBSD es un sistema operativo de propósito general de tipo Unix diseñado para escalabilidad y rendimiento.<br/><b>Notas de instalación:</b> La versión predeterminada permite la instalación por internet (FTP), o la instalación desconectado usando las imágenes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Página de inicio:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descripción:</b> FreeDOS es un sistema operativo compatible con MS-DOS.<br/><b>Notas de instalación:</b> Vea el <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> para detalles de la instalación. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Página del Proyecto:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descripción:</b> FreeNAS es una distribución NAS (Network-Attached Storage)de código abierto basada en FreeBSD.<br/><b>Notas de la instalación:</b> La versión LiveCD crea una unidad RAM para FreeNAS, y usa un disquete o unidad de memoria USB con formato FAT para almacenar el archivo de configuración. La versión incluida permite su instalación a disco duro. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página de inicio:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descripción:</b> Frugalware es una distribución basada en Slackaware de propósito general para usuarios avanzados.<br/><b>Notas de instalación</b> La opción predeterminada permite la instalación por internet (FTP), o instalación desconectado usando las imágenes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Pagina principal:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX es una distribución multimedia embebida de linux .<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descripción:</b> gNewSense es una distribución aprobada por la FSF sobre la base de Ubuntu con todos los componentes no libres eliminados.<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir de la cual se puede lanzar el instalador. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Página de inicio:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descripción:</b> Gujin es un gestor de arranque gráfico, que puede arrancar varios volúmenes y archivos.<br/><b>Notas de instalación:</b> Gujin simplemente arranca y se ejecuta, no es necesario instalar para utilizarlo. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Página de inicio:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descripción:</b> Kaspersky Rescue Disk detecta y elimina el malware de su instalación de Windows.<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir del cual se puede lanzar la exploración de malware. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Página de inicio:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descripción:</b> Kubuntu es un derivado oficial de Ubuntu que utiliza el escritorio KDE.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual se puede iniciar el instalador de forma opcional. La versión NetInstall permite realizar la instalación version por FTP, y puede instalar Kubuntu y cualquier otro derivado oficial de Ubuntu. Si desea usar una imagen ISO alternativa (no de escritorio) previamente descargada, use la opción HdMedia, y coloque la imagen ISO del instalador en el directorio raíz de su disco duro o unidad USB <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Página principal:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Descripción:</b> LinuxConsole es una distribución con escritorio para jugar juegos, fácil de instalar, fácil de usar y de rápido arranque .<br/><b>Notas de instalación:</b> The 1.0.2010 es la última 1.0, ahora disponible como rolling release (ejecutar liveupdate para actualizar modulos y el kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://linuxmint.com/">http://linuxmint.com/</a><br/><b>Descripción:</b> Linux Mint es una distribución basada en Ubuntu orientada al usuario que incluye códecs propietarios adicionales y otro software predeterminado.<br/><b>Notas de instalación:</b> La versión Live permite arrancar en modo directo desde el que se puede lanzar el instalador. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Página de inicio:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Descripción:</b> Lubuntu es un derivado oficial de Ubuntu que utiliza el escritorio LXDE.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual se puede iniciar el instalador de forma opcional. La versión NetInstall permite realizar la instalación version por FTP, y puede instalar Lubuntu y cualquier otro derivado oficial de Ubuntu. Si desea usar una imagen ISO alternativa (no de escritorio) previamente descargada, use la opción HdMedia, y coloque la imagen ISO del instalador en el directorio raíz de su disco duro o unidad USB <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Página de inicio:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descripción:</b> Mandriva es una distribución orientada al usuario antes conocida como Mandrake Linux.<br/><b>Notas de instalación</b> La versión Live permite arrancar en modo directo. La versión NetInstall permite la instalación por internet (FTP) o descargando previamente los: <a href="http://www.mandriva.com/en/download">archivos de imagen ISO «Free»</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descripción:</b> . MEPIS es una distribución basada en Debian. SimplyMEPIS es una opción fácil de usar basada en la versión de KDE, mientras que AntiX es una versión ligera para ordenadores antiguos<br/><b>Notas de instalación:</b> MEPIS dispone de arranque en modo Live (directo) a partir del cual se puede lanzar el instalador. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Pagina principal:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD es un pequeño CD de booteo que descarga y arranque de red basado en instaladores para otras distribuciones.<br/><b>]Notas de instalacions:</b> NetbootCD inicia y corre en modo live-USB. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Página de incio:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descripción:</b> NimbleX es una pequeña y versátil distribución basada en Slackware. Está construida usando los scripts linux-live, y cuenta con un escritorio KDE. Se puede arrancar desde un CD o una memoria flash y se puede personalizar y extender fácilmente.<br/><b>Notas de la instalación</b> NimbleX arranca en modo Live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Pagina de inicio:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor pueden resetear contraseñas de windows y editar el registro en windows 2000-Vista.<br/><b>Notas de Instalacion:</b> NTPasswd es iniciado y corre en modo live_USB; no se necesita instalar para usarlo. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página de inicio:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descripción:</b> openSUSE es una distribución patrocinada por Novell orientada al usuario.<br/><b>Notas de instalación:</b> La versión predeterminada permite la instalación por internet (FTP), o instalación desconectados usando las imágenes ISO descargadas previamente. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Página de inicio:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descripción:</b> Ophcrack puede romper las contraseñas de Windows.<br/><b>Notas de instalación:</b> Ophcrack arranca y se ejecuta en modo Live (directo) no se necesita su instalación para usarlo. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Página de inicio:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descripción:</b> Parted Magic incluye el administrador de particiones Gparted y otras utilidades de sistema que pueden redimensionar, copiar, hacer copias de seguridad y manipular particiones de disco.<br/><b>Notas de instalación</b>Parted Magic se arranca y funciona en modo Live, no se necesita ninguna instalación para usarlo. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Página web:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descripción:</b> Puppy Linux es una distribución ligera para equipos antiguos.<br/><b>Notas de instalación:</b> En la versión Live todo el sistema se carga en la memoria RAM y arranca desde la memoria, de modo que la instalación, siendo opcional, no es necesaria. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Página de inicio:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descripción:</b> Sabayon Linux es una distribución «live» en DVD basada en Gentoo con la funcionalidad del gestor de paquetes binarios «Entropy» además de los paquetes fuente de «Portage».<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir del cual se puede lanzar el instalador. LiteMCE es una edición de 2 GB, mientras que la edición completa necesita una unidad USB de 8 GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Página de inicio:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Descripción:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual se puede iniciar el instalador de forma opcional..<br/>La contraseña por defecto es: <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descripción:</b> Slax es una distribución basada en Slackware que utiliza el escritorio KDE.<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo desde el que se puede lanzar el instalador. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Página de inicio:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descripción:</b> SliTaz es una micro distribución muy ligera orientada al escritorio.<br/><b>Notas de instalación:</b> La versión Live carga el sistema en RAM y arranca desde la memoria, no es necesaria la instalación para su uso. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Página de inicio:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descripción:</b> Smart Boot Manager es un gestor de arranque que puede solucionar algunas limitaciones y errores relacionados con el arranque de la BIOS.<br/><b>Notas de instalación:</b> SBM simplemente arranca y se ejecuta, no es necesaria su instalación. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Página de inicio:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descripción:</b> Super Grub Disk es un cargador de arranque con diversas tareas de recuperación del MBR y de cargadores de arranque.<br/><b>Notas de instalación:</b> SGD simplemente inicie y ejecute; no requiere de instalación para su uso. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descripción:</b> Super OS es un derivado no oficial de Ubuntu que incluye software adicionar por defecto. Requiere una unidad USB de 2GB para instalarse.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual se puede iniciar el instalador de forma opcional. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Página de inicio:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Descripción:</b> Ubuntu es una distrubicón amigable con el usuario basada en Debian. Actualmente es la distribución Linux de escritorio más popular.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual se puede iniciar el instalador de forma opcional. La versión NetInstall permite realizar la instalación por FTP, y puede instalar Kubuntu y cualquier otro derivado oficial de Ubuntu. Si desea usar una imagen ISO alternativa (no de escritorio) previamente descargada, use la opción HdMedia, y coloque la imagen ISO en el directorio raíz de su disco duro o unidad USB <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Página de inicio:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descripción:</b> xPUD es una distribución muy ligera con una interfaz tipo "quiosco" con un navegador y un reproductor multimedia.<br/><b>Notas de instalación:</b> La versión Live carga el sistema enteramente en RAM y arranca desde la memoria. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Página de inicio:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Descripción:</b> Xubuntu es un derivado oficial de Ubuntu que utiliza el escritorio XFCE.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual el instalador puede iniciarse de forma opcional. La versión NetInstall le permite realizar la instalación por FTP, y puede instalar Xubuntu o cualquier otro derivado oficial de Ubuntu. Si desea usar una imagen ISO alternativa (no de escritorio) previamente descargada, use la opción HdMedia, y coloque la imagen ISO del instalador alternativo en el directorio raíz de su disco duro o unidad USB <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Descripción:</b> Zenwalk es una distribución basada en Slackware que utiliza el escritorio XFCE.<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir del que se puede lanzar el instalador. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Página de inicio:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descripción:</b> EeePCLinuxOS es una distribución amigable para EeePC basada en PCLinuxOS.<br/><b>Notas de instalación:</b> Asegúrese de que el dispositivo está vacio y formateado antes de proceder con la instalación. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Página de inicio:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descripción:</b> Ubuntu Eee no es sólo Ubuntu optimizado para la Asus Eee PC. Es un sistema operativo, que utiliza la interfaz Netbook Remix, que proporciona el mejor software disponible en lugar de las alternativas de código abierto (es decir, Skype en lugar de Ekiga).<br/><b>Notas de instalación:</b> Asegúrese de que el dispositivo está vacío y formateado antes de proceder con la instalación. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive es una distribución basada en Debian pero utiliza el gestor de ventanas Enlightenment.<br/><b>Notas de la instalación:</b> La versión Live permite arranca en modo Live, desde donde podrá iniciar el instalador. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Página de inicio:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descripción:</b> Kiwi Linux es un derivado de Ubuntu inicialmente hecho para usuarios de idioma rumano, húngaro e inglés.<br/><b>Notas de instalación:</b> Asegúrese de que el dispositivo está vacío y formateado antes de proceder con la instalación. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Página de inicio:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descripción:</b> gNewSense es una distribución GNU/Linux de alta calidad que a partir de Ubuntu la extiende y mejora para crear un sistema operativo completamente libre sin ningún tipo de burbuja binaria o arboles de paquetes que contienen software propietario.<br/><b>Notas de instalación:</b> Asegúrese de que el dispositivo está vacío y formateado antes de proceder con la instalación. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descripción:</b> NimbleX es una pequeña y versátil distribución basada en Slackware. Está construida usando los scripts linux-live, y cuenta con un escritorio KDE. Se puede arrancar desde un CD o una memoria flash y se puede personalizar y extender fácilmente.<br/><b>Notas de la instalación</b> NimbleX arranca en modo Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Página de inicio:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descripción:</b> SliTaz es muy ligera, micro distribución orientada al escritorio.<br/><b>Notas de instalación:</b> La versión Live carga el sistema enteramente en RAM y arranca desde la memoria, no se necesita instalación siendo esta opcional. El instalador está basado en <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Página de inicio:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descripción:</b> xPUD es una distribución muy ligera con una interfaz tipo "quiosco" con un navegador y un reproductor multimedia.<br/><b>Notas de instalación:</b> La versión Live carga el sistema enteramente en RAM y arranca desde la memoria. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Seleccione de una lista de distribuciones disponibles &Distribution &Distribución Specify a disk image file to load Especifique un archivo de imágen de disco para cargar Disk&image Disco&Imágen Manually specify a kernel and initrd to load Especifica manualmente un núcleo y un initrd para cargar &Custom &Personalizar Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Espacio de reserva para archivos del usuario que se desean conservar tras cada reinicio. Solo funciona para LiveUSBs de Ubuntu y sus derivados. Si el valor supera la capacidad de la unidad, se utilizará el espacio disponible. Space used to preserve files across reboots (Ubuntu only): Espacio para almacenar datos permanentes, tras un reinicio (Disponible solo para Ubuntu): MB MB OK Aceptar Return Volver Cancel Cancelar Esc Esc Reboot Now Reiniciar ahora Exit Salir 1. Downloading Files 1. Descargando archivos 2. Extracting and Copying Files 2. Extrayendo y copiando archivos 3. Installing Bootloader 3. Instalando el cargador de arranque 4. Installation Complete, Reboot 4. Se completó la instalación, reiniciar Select the target drive to install to Seleccionar la unidad de destino donde instalar Dri&ve: Unidad: Select the installation target type Seleccione el tipo de instalación de destino &Type: &Tipo: Select the distribution version Seleccione la versión de la distribución Select disk image file Seleccione archivo de imágen de disco ... ... Select the disk image type Seleccione el tipo de imágen de disco Specify a floppy/hard disk image, or CD image (ISO) file to load Especifique una imágen de disco duro/disquete o una imágen de CD (ISO) para cargar Specify a kernel file to load Especifique un archivo de núcleo para cargar Select kernel file Seleccione un archivo de núcleo Specify an initrd file to load Especifique un archivo initrd para cargar Select initrd file Seleccione el archivo initrd Select syslinux.cfg or isolinux.cfg file Seleccione el archivo syslinux.cfg o isolinux.cfg Specify parameters and options to pass to the kernel Especifique los parámetros y opciones que pasar al núcleo &Kernel: &Núcleo: Init&rd: Init&rd: &Options: &Opciones: uninstaller Uninstallation Complete Se completó la desinstalación %1 has been uninstalled. %1 se desintaló correctamente. Must run as root Se debe ejecutar como administrador %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 tiene que ser ejecutado como root. Ciérralo y vuélvelo a ejecutar usando o:<br/><b>sudo %1</b><br/>o:<br/><b>su - -c '%1'</b> %1 Uninstaller Desinstalar %1 %1 is currently installed. Remove the existing version? Actualmente está instalado %1. ¿Eliminar la versión existente? unetbootin_et.ts000644 000765 000024 00000173505 12325150343 014406 0ustar00gezastaff000000 000000 QObject LeftToRight Vasakult paremale unetbootin Hard Disk Kõvaketas USB Drive USB-ketas ISO ISO Floppy Diskett either või siis LiveUSB persistence FAT32-formatted USB drive FAT32-vormingus USB ketas EXT2-formatted USB drive EXT2-vormingus USB ketas Open Disk Image File Kettatõmmise avamine All Files Kõik failid All Files (*) Kõik failid (*) Open Kernel File Kerneli faili avamine Open Initrd File Initrd faili avamine Open Bootloader Config File Alglaaduri seadistusfaili avamine Insert a USB flash drive Sisesta USB flash-ketas No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Mitte ühtegi USB flash-ketast ei leitud. Kui sa oled juba sisestanud USB ketta, proovi vormindada see FAT32 failisüsteemina. %1 not mounted %1 ei ole haagitud You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Kõigepealt pead USB-ketta %1 haakima. Enamik distributsioone teeb seda automaatselt pärast USB-ketta eemaldamist ja uuesti sisestamist. Select a distro Vali distributsioon You must select a distribution to load. Pead valima distributsioonid, mida laadida. Select a disk image file Kettatõmmise faili valimine You must select a disk image file to load. Pead valima kettatõmmise faili, mida laadida. Select a kernel and/or initrd file Kerneli ja/või initrd faili valimine You must select a kernel and/or initrd file to load. Sa pead valima kerneli ja/või initrd faili, mida laadida. Diskimage file not found Kettatõmmist ei leitud The specified diskimage file %1 does not exist. Määratud kettatõmmise faili %1 pole olemas. Kernel file not found Kernelifaili ei leitud The specified kernel file %1 does not exist. Määratud kernelifaili %1 pole olemas. Initrd file not found Initrd faili ei leitud The specified initrd file %1 does not exist. Määratud initrd faili %1 pole olemas. %1 exists, overwrite? %1 on juba olemas, kas kirjutada üle? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fail %1 on juba olemas. Vajuta 'Kõigile jah', et see ja kõik teised üle kirjutada. 'Jah', et üle kirjutada ainult see fail ning 'Ei' et säilitada paregune fail. Kui sa kahtled, vali 'Kõigile jah'. %1 is out of space, abort installation? %1 on mälu täis, kas katkesta paigaldamine? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Kaustas %1 ei ole rohkem vaba ruumi. Vajuta 'Jah', et katkestada paigaldus, 'Ei', et eirata seda veateadet ning püüda paigaldust jätkata, ning 'Kõigile ei', et eirata kõiki ruumilõppemise teateid. Locating kernel file in %1 Kernelifaili otsimine asukohast %1 Copying kernel file from %1 Kernelifaili kopeerimine asukohast %1 Locating initrd file in %1 Initrd faili otsimine asukohast %1 Copying initrd file from %1 Initrd faili kopeerimine asukohast %1 Extracting bootloader configuration Alglaaduri seadistuse lahtipakkimine <b>Extracting compressed iso:</b> %1 <b>Pakitud iso faili lahtipakkimine:</b> %1 Copying file, please wait... Faili kopeerimine, palun oota... <b>Source:</b> <a href="%1">%1</a> <b>Allikas:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Sihtkoht:</b> %1 <b>Copied:</b> 0 bytes <b>Kopeeritud:</b> 0 baiti Extracting files, please wait... Failide lahtipakkimine, palun oota... <b>Archive:</b> %1 <b>Arhiiv:</b> %1 <b>Source:</b> <b>Allikas:</b> <b>Destination:</b> <b>Sihtkoht:</b> <b>Extracted:</b> 0 of %1 files <b>Lahti pakitud:</b> 0 %1-st failist <b>Source:</b> %1 (%2) <b>Allikas:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Sihtkoht:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Lahti pakitud:</b> %1 %2-st failist Downloading files, please wait... Failide allalaadimine, palun oota... <b>Downloaded:</b> 0 bytes <b>Allalaaditud:</b> 0 baiti Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Allalaaditud:</b> %1 %2-st <b>Copied:</b> %1 of %2 <b>Kopeeritud:</b> %1 / %2 Searching in <a href="%1">%1</a> Otsimine kaustast <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 vastavust kohas <a href="%3">%3</a> %1 not found %1 ei leitud %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 ei leitud. See on vajalik %2 paigaldusrežiimiks. Paigalda "%3" pakett või distributsiooni vastava. (Current) (käsil) (Done) (valmis) Configuring grub2 on %1 Grub2 seadistamine seadmel %1 Configuring grldr on %1 Grldr seadistamine seadmel %1 Configuring grub on %1 Grubi seadistamine seadmel %1 Installing syslinux to %1 Syslinuxi paigaldamine kausta %1 Installing extlinux to %1 Extlinuxi paigaldamine kausta %1 Syncing filesystems Failisüsteemide sünkroniseerimine Setting up persistence After rebooting, select the Pärast taaskäivitamist vali After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Pärast taaskäivitamist vali USB alglaadimine BIOSi menüüst.%1 Kas taaskäivitada kohe? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *TÄHTIS* Enne taaskäivitust aseta Ubuntu (alternate iso) iso paigaldusfail kõvaketta juurkausta või USB kettale. ISO-failid leiab cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *TÄHTIS* Peale taaskäivitamist, ignoreeri igasugused veateated ja vali Tagasi, kui CD on prompted, siis mine põhimenüüsse, vali 'Käivita install' valik, vali ´Võrk´ asukohaks, vali ´HTTP´ protokolliks, sisesta ´mirrors.kernel.org´, kui prompted serverina ja sisesta '/centos/%1/os/%2' kui küsitakse kausta. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *TÄHTIS* Enne taaskäivitust aseta Debiani iso paigaldusfail kõvaketta juurkausta või USB kettale. ISO-failid leiab cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == ==VALI DISTRIBUTSIOON== == Select Version == ==VALI VERSIOON== Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Tere tulemast kasutama <a href="http://unetbootin.sourceforge.net/">UNetbootini</a>, universaalset Netbooti paigaldajat. Kasutamine:<ol><li>Vali operatsioonisüsteem ja allalaadimise versioon loendist või osuta alumistel väljadel failidele.</li><li>Vali paigalduse liik ja vajuta Olgu, et paigaldust alustada.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Koduleht:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Kirjeldus:</b> Arch Linux on vähenõudlik distributsioon, optimeeritud kiiruse ja paindlikuse poolest.<br/><b>Paigaldusmärkmed:</b> Vaikeversiooni lubab paigaldada üle interneti (FTP ). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Kodulehekülg:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Kirjeldus:</b> BackTrack on distributsioon, mis keskendub võrguanalüüsile ja ulatuse testimisele.<br/><b>Paigaldusmärkmed:</b> BackTrack laaditakse live-režiimis, kasutamiseks pole paigaldamine vajalik. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Kodulehekülg:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Kirjeldus:</b> CloneZilla on distributsioon, mida kasutatakse kõvaketta varundamiseks ja tõmmise tegemiseks.<br/><b>Paigaldusmärkmed:</b> CloneZilla laaditakse live-režiimis, kasutamiseks pole paigaldamine vajalik. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Kodulehekülg:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Kirjeldus:</b> Damn Small Linux on minimalistliku välimuse ja suurusega operatsioonisüsteem, mis on mõeldud vanematele arvutitele.<br/><b>Paigaldamise abi:</b> Live versioon laadib terve süsteemi RAMli ja käivitub mälust, paigaldus pole nõutav, kuid on võimalik. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Kodulehekülg:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Kirjeldus:</b> Dreamlinux on kasutajasõbralik Debianil põhinev operatsioonisüsteem.<br/><b>Paigalduse abi:</b> Live versiooni saab laadida Live režiimis ilma midagi paigaldamata, misjärel võib soovi korral käivatada paigaldaja. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Kodulehekülg:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Kirjeldus:</b> FreeDOS on vabavaraline MS-DOSiga ühilduv operatsioonisüsteem.<br/><b>Paigaldusmärkmed:</b> Vaata paigalduse üksikasju <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">käsiraamatust</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin UNetbootin Select from a list of supported distributions Vali distributsioon loendist &Distribution &Distributsioon Specify a disk image file to load Määratud kettatõmmise faili laadimine Disk&image &Kettatõmmis Manually specify a kernel and initrd to load Määratud kerneli ja initrd laadimine &Custom &Kohandatud Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Olgu Return Tagasi Cancel Loobu Esc Esc Reboot Now Taaskäivita kohe Exit Välju 1. Downloading Files 1. Failide allalaadimine 2. Extracting and Copying Files 2. Failide lahtipakkimine ja kopeerimine 3. Installing Bootloader 3. Alglaaduri paigaldamine 4. Installation Complete, Reboot 4. Paigaldamine lõpetatud, taaskäivita. Select the target drive to install to Vali sihtkoha ketas, kuhu paigaldada Dri&ve: &Ketas: Select the installation target type Vali paigalduse sihtkoha liik &Type: &Liik: Select the distribution version Distributsiooni versiooni valimine Select disk image file Kettatõmmise faili valimine ... ... Select the disk image type Kettatõmmise faili liigi valimine Specify a floppy/hard disk image, or CD image (ISO) file to load Vali disketi/kõvaketta tõmmis või plaaditõmmis (ISO), mida laadida Specify a kernel file to load Kerneli faili valimine, mida laadida Select kernel file Kerneli faili valimine Specify an initrd file to load Initrd faili valimine, mida laadida Select initrd file Initrd faili valimine Select syslinux.cfg or isolinux.cfg file Syslinux.cfg või isolinux.cfg faili valimine Specify parameters and options to pass to the kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Valikud: uninstaller Uninstallation Complete Eemaldamine lõpetatud %1 has been uninstalled. %1 on eemaldatud. Must run as root Tuleb käivitada juurkasutajana %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 eemaldaja %1 is currently installed. Remove the existing version? Hetkel on paigaldatud %1. Kas eemalda olemasolev versioon? unetbootin_eu.ts000644 000765 000024 00000155635 12325150343 014413 0ustar00gezastaff000000 000000 QObject LeftToRight unetbootin Hard Disk Disko gogorra USB Drive USB unitatea ISO ISO Floppy Disketea either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files Fitxategi guztiak All Files (*) Fitxategi guztiak (*) Open Kernel File Kernel-aren fitxategia ireki Open Initrd File Initrd fitxategia ireki Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found Ezin da Kernel-aren fitxategia aurkitu The specified kernel file %1 does not exist. Initrd file not found Ezin da Initrd fitxategia aurkitu The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_fa.ts000644 000765 000024 00000165465 12325150343 014372 0ustar00gezastaff000000 000000 QObject LeftToRight Ú†Ù¾ به راست unetbootin Hard Disk هارد دیسک USB Drive درایو USB ISO ISO Floppy Ùلاپی either هردو LiveUSB persistence FAT32-formatted USB drive درایو USB ÙØ±Ù…ت شده FAT32 EXT2-formatted USB drive درایو USB ÙØ±Ù…ت شده EXT2 Open Disk Image File بازکردن ÙØ§ÛŒÙ„ ایمیج دیسک All Files همه ÙØ§ÛŒÙ„‌ها All Files (*) همه ÙØ§ÛŒÙ„‌ها (*) Open Kernel File بازکردن ÙØ§ÛŒÙ„ کرنل Open Initrd File بازکردن ÙØ§ÛŒÙ„ Initrd Open Bootloader Config File بازکردن ÙØ§ÛŒÙ„ پیکربندی بوت لودر Insert a USB flash drive یک درایو Ùلش USB وارد کنید No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. درایو USB flash ÛŒØ§ÙØª نشد. اگر یک درایو USB متصل است آن را به FAT32 ÙØ±Ù…ت کنید. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro یک توزیع انتخاب کنید You must select a distribution to load. شما باید یک توزیع برای بارگذاری انتخاب کنید. Select a disk image file یک ÙØ§ÛŒÙ„ ایمیج دیسک انتخاب کنید You must select a disk image file to load. شما باید یک ÙØ§ÛŒÙ„ ایمیج دیسک برای بارگذاری انتخاب کنید. Select a kernel and/or initrd file یک ÙØ§ÛŒÙ„ کرنل Ùˆ/یا initrd انتخاب کنید You must select a kernel and/or initrd file to load. شما باید یک ÙØ§ÛŒÙ„ کرنل Ùˆ/یا initrd برای بارگذاری انتخاب کنید. Diskimage file not found ÙØ§ÛŒÙ„ ایمیج دیسک پیدا نشد The specified diskimage file %1 does not exist. ÙØ§ÛŒÙ„ ایمیج دیسک تعیین شده %1 وجود ندارد. Kernel file not found ÙØ§ÛŒÙ„ کرنل پیدا نشد The specified kernel file %1 does not exist. ÙØ§ÛŒÙ„ کرنل تعیین شده %1 وجود ندارد. Initrd file not found ÙØ§ÛŒÙ„ Initrd ÛŒØ§ÙØª نشد The specified initrd file %1 does not exist. ÙØ§ÛŒÙ„ Initrd تعیین شده %1 وجود ندارد. %1 exists, overwrite? %1 وجود دارد، بازنویسی شود؟ The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? %1 ÙØ¶Ø§ÛŒ کاÙÛŒ ندارد، ÙØ±Ø¢ÛŒÙ†Ø¯ نصب متوق٠شود؟ The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 درحال ÛŒØ§ÙØªÙ† محل ÙØ§ÛŒÙ„ کرنل در %1 Copying kernel file from %1 درحال Ú©Ù¾ÛŒ ÙØ§ÛŒÙ„ کرنل از %1 Locating initrd file in %1 درحال ÛŒØ§ÙØªÙ† محل ÙØ§ÛŒÙ„ initrd در %1 Copying initrd file from %1 درحال Ú©Ù¾ÛŒ ÙØ§ÛŒÙ„ Initrd از %1 Extracting bootloader configuration درحال استخراج پیکربندی بوت لودر <b>Extracting compressed iso:</b> %1 <b>درحال استخراج iso ÙØ´Ø±Ø¯Ù‡ شده</b> %1 Copying file, please wait... درحال Ú©Ù¾ÛŒ ÙØ§ÛŒÙ„ØŒ Ù„Ø·ÙØ§ صبر کنید... <b>Source:</b> <a href="%1">%1</a> <b>مبدأ:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>مقصد:</b> %1 <b>Copied:</b> 0 bytes <b>Ú©Ù¾ÛŒ شده:</b> 0 bytes Extracting files, please wait... درحال استخراج ÙØ§ÛŒÙ„ ها، Ù„Ø·ÙØ§ صبر کنید... <b>Archive:</b> %1 <b>آرشیو:</b> %1 <b>Source:</b> <b>مبدأ:</b> <b>Destination:</b> <b>مقصد:</b> <b>Extracted:</b> 0 of %1 files <b>استخراج شده:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>مبدأ:</b> %1 (%2) <b>Destination:</b> %1%2 <b>مقصد:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>استخراج شده:</b> %1 of %2 files Downloading files, please wait... درحال دانلود ÙØ§ÛŒÙ„ ها، Ù„Ø·ÙØ§ صبر کنید... <b>Downloaded:</b> 0 bytes <b>Ø¯Ø±ÛŒØ§ÙØª شده:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Ø¯Ø±ÛŒØ§ÙØª شده:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Ú©Ù¾ÛŒ شده:</b> %1 of %2 Searching in <a href="%1">%1</a> درحال جستجو در <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 ÛŒØ§ÙØª نشد %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (جاری) (Done) (اتمام) Configuring grub2 on %1 درحال پیکربندی grub2 روی %1 Configuring grldr on %1 درحال پیکربندی grldr روی %1 Configuring grub on %1 درحال پیکربندی grub روی %1 Installing syslinux to %1 درحال نصب syslinux در %1 Installing extlinux to %1 درحال نصب extlinux در %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == انتخاب توزیع == == Select Version == == انتخاب نسخه == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions &Distribution &توضیع Specify a disk image file to load یک ÙØ§ÛŒÙ„ ایمیج دیسک برای بارگذاری تعیین کنید Disk&image &ایمیج دیسک Manually specify a kernel and initrd to load بصورت دستی یک کرنل Ùˆ initrd برای بارگذاری تعیین کنید &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK تأیید Return بازگشت Cancel لغو Esc Esc Reboot Now راه اندازی مجدد Exit خروج 1. Downloading Files 1. درحال Ø¯Ø±ÛŒØ§ÙØª ÙØ§ÛŒÙ„ ها 2. Extracting and Copying Files 2. درحال استخراج Ùˆ Ú©Ù¾ÛŒ ÙØ§ÛŒÙ„ ها 3. Installing Bootloader 3. درحال نصب بوت لودر 4. Installation Complete, Reboot 4. اتمام نصب، راه اندازی مجدد Select the target drive to install to درایو مورد نظر جهت نصب را انتخاب کنید Dri&ve: درای&Ùˆ: Select the installation target type &Type: &نوع: Select the distribution version نسخه توزیع را انتخاب کنید Select disk image file ÙØ§ÛŒÙ„ ایمیج دیسک را انتخاب کنید ... ... Select the disk image type نوع ایمیج دیسک را انتخاب کنید Specify a floppy/hard disk image, or CD image (ISO) file to load یک ایمیج Ùلاپی/هارد دیسک یا ایمیج سی دی (ISO) را برای بارگذاری تعیین کنید Specify a kernel file to load یک ÙØ§ÛŒÙ„ کرنل را برای بارگذاری تعیین کنید Select kernel file ÙØ§ÛŒÙ„ کرنل را انتخاب کنید Specify an initrd file to load یک ÙØ§ÛŒÙ„ initrd را جهت بارگذاری انتخاب کنید Select initrd file ÙØ§ÛŒÙ„ initrd را انتخاب کنید Select syslinux.cfg or isolinux.cfg file ÙØ§ÛŒÙ„ syslinux.cfg یا isolinux.cfg را انتخاب کنید Specify parameters and options to pass to the kernel پارامتر ها Ùˆ گزینه ها را برای انتقال به کرنل تعیین کنید &Kernel: &کرنل: Init&rd: Init&rd: &Options: &گزینه ها: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root باید به عنوان root اجرا شود %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? %1 درحال حاضر نصب شده است. نسخه موجود حذ٠شود؟ unetbootin_fi.ts000644 000765 000024 00000213706 12325150343 014372 0ustar00gezastaff000000 000000 QObject LeftToRight VasemmaltaOikealle unetbootin Hard Disk Kiintolevy USB Drive USB-asema ISO ISO Floppy Levyke either Ei kumpikaan LiveUSB persistence LiveUSB:n pysyvyys FAT32-formatted USB drive FAT32-alustettu USB-asema EXT2-formatted USB drive EXT2-alustettu USB-asema Open Disk Image File Avaa levykuvatiedosto All Files Kaikki tiedostot All Files (*) Kaikki tiedostot (*) Open Kernel File Avaa kernel-tiedosto Open Initrd File Avaa initrd-tiedosto Open Bootloader Config File Avaa käynnistyslataajan asetustiedosto Insert a USB flash drive Kiinnitä USB-asema No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB-asemia ei löytynyt. Jos olet jo kiinnittänyt USB-aseman, yritä alustaa se käyttäen FAT32-tiedostojärjestelmää. %1 not mounted %1 ei ole liitetty You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Sinun täytyy ensin liittää USB-asema %1 liitospisteeseen. Useimmat jakeluversiot tekevät tämän automaattisesti kun poistat ja laitat USB-aseman takaisin paikoilleen. Select a distro Valitse jakelu You must select a distribution to load. Sinun täytyy valita ladattava jakelu. Select a disk image file Valitse levykuva. You must select a disk image file to load. Sinun täytyy valita ladattava levykuva. Select a kernel and/or initrd file Valitse kernel- ja/tai initrd-tiedosto You must select a kernel and/or initrd file to load. Sinun täytyy valita ladattava kernel ja/tai initrd-tiedosto. Diskimage file not found Levykuvaa ei löytynyt. The specified diskimage file %1 does not exist. Levykuvatiedostoa %1 ei ole olemassa. Kernel file not found Kernel-tiedostoa ei löytynyt The specified kernel file %1 does not exist. Kernel-tiedostoa %1 ei ole olemassa. Initrd file not found Initrd-tiedostoa ei löytynyt The specified initrd file %1 does not exist. Initrd-tiedostoa %1 ei ole olemassa. %1 exists, overwrite? %1 on jo olemassa, korvataanko se? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Tiedosto '%1' on jo olemassa. Valitse jokin seuraavista toiminnoista: Kyllä kaikkiin - korvaa kaikki aikaisemmat tiedostot; Kyllä - korvaa tiedostot yksi kerrallaan; Ei - säästä nykyinen versio. %1 is out of space, abort installation? %1 - levytila lopussa, perutaanko asennus? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Hakemistosta %1 on loppunut tila. Valitse jokin seuraavista toiminnoista: Kyllä - keskeytä asennus; Ei - hylkää tämä virheilmoitus ja yritä jatkaa asennusta; Ei kaikkiin - hylkää kaikki mahdolliset levytilaan liittyvät ilmoitukset jatkossa. Locating kernel file in %1 Paikallistetaan kerneltiedostoa kohteessa %1 Copying kernel file from %1 Kopioidaan kerneltiedostoa kohteesta %1 Locating initrd file in %1 Paikallistetaan initrd-tiedostoa kohteessa %1 Copying initrd file from %1 Kopioidaan initrd-tiedostoa kohteesta %1 Extracting bootloader configuration Puretaan käynnistyslataajan asetuksia <b>Extracting compressed iso:</b> %1 </a>Puretaan tiivistettyä iso-tiedostoa:</a> %1 Copying file, please wait... Kopioidaan tiedostoa, odota... <b>Source:</b> <a href="%1">%1</a> <b>Lähde:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Kohde:</b> %1 <b>Copied:</b> 0 bytes <b>Kopioitu:</b> 0 tavua Extracting files, please wait... Puretaan tiedostoja, odota... <b>Archive:</b> %1 <b>Arkisto:</b> %1 <b>Source:</b> <b>Lähde:</b> <b>Destination:</b> <b>Kohde:</b> <b>Extracted:</b> 0 of %1 files <b>Purettu:</b> 0 / %1 tiedostoa <b>Source:</b> %1 (%2) <b>Lähde:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Kohde:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Purettu:</b> %1 / %2 tiedostoa Downloading files, please wait... Ladataan tiedostoja, odota... <b>Downloaded:</b> 0 bytes <b>Ladattu:</b> 0 tavua Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Ladattu:</b> %1 / %2 <b>Copied:</b> %1 of %2 <b>Kopioitu:</b> %1 / %2 Searching in <a href="%1">%1</a> Haetaan: <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 ei löytynyt %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. Kohdetta %1 ei löytynyt. Tämä tarvitaan asennustoiminnolle %2. Asenna ensin paketti "%3", tai jokin muu linux-jakeluasi vastaava paketti. (Current) (Nykyinen) (Done) (Valmis) Configuring grub2 on %1 Määritetään grub2:n asetuksia: %1 Configuring grldr on %1 Konfiguroidaan grldr kohteessa %1 Configuring grub on %1 Konfiguroidaan grub kohteessa %1 Installing syslinux to %1 Asennetaan syslinuxia: %1 Installing extlinux to %1 Asennetaan extlinuxia: %1 Syncing filesystems Synkronoidaan tiedostojärjestelmiä Setting up persistence Asetetaan pysyvyyttä After rebooting, select the Uudelleenkäynnistyksen jälkeen valitse After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Valitse USB-asema käynnistettäväksi mediaksi BIOS-valikosta uudelleenkäynnistyksen yhteydessä. %1 Käynnistetäänkö kone uudelleen nyt? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Luotua USB-laitetta ei voi käynnistää Mac-tietokoneella. Syötä USB-laite PC-tietokoneeseen ja valitse USB-käynnistys tietokoneen BIOS-asetuksista.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *TÄRKEÄÄ* Ennen tietokoneen uudelleenkäynnistystä aseta Ubuntun vaihtoehtoisversion (alternate) asennustiedosto kiintolevysi tai USB-laitteesi juurikansioon. Tiedostot voi ladata osoitteesta cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *TÄRKEÄÄ* Uudelleenkäynnistyksen jälkeen ohita ja jätä huomiotta mahdolliset virheilmoitukset ja valitse 'takaisin', mikäli CD-levyä kysytään. Tämän jälkeen mene päävalikkoon, valitse 'Aloita asennus' -toiminto, valitse lähteeksi 'Verkko', valitse protokollaksi 'HTTP', aseta palvelinta kysyessä arvoksi 'mirror.kernel.org' ja kansiota kysyttäessä aseta arvoksi '/centos/%1/os/%2'. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *TÄRKEÄÄ* Ennen uudelleenkäynnistysta aseta Debian -käyttöjärjestelmän iso-tyypin asennustiedosto kiintolevysi tai USB-asemasi juurikansioon. Tiedostot voi hankkia osoitteesta cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *TÄRKEÄÄ* Uudelleenkäynnistyksen jälkeen ohita ja jätä huomiotta mahdolliset virheilmoitukset ja valitse 'takaisin', mikäli CD-levyä kysytään. Tämän jälkeen mene päävalikkoon, valitse 'Aloita asennus' -toiminto, valitse lähteeksi 'Verkko', valitse protokollaksi 'HTTP', aseta palvelinta kysyessä arvoksi 'download.fedora.redhat.com' ja kansiota kysyttäessä aseta arvoksi '/pub/fedora/linux/development/%1/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Valitse jakelu == == Select Version == == Valitse versio == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Tervetuloa käyttämään <a href="http://unetbootin.sourceforge.net/">UNetbootinia</a> (lyhenne sanoista Universal Netboot Installer). Käyttöohjeet:<ol><li>Valitse jakelu ja jakelun versio pudotusvalikoista tai vaihtoehtoisesti määritä levykuva itse.</li><li>Valitse asennustapa ja napsauta OK aloittaaksesi asennuksen USB-asemalle.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Verkkosivusto:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Kuvaus:</b> Arch Linux on nopeuteen ja joustavuuteen keskittyvä kevyt jakelu.<br/><b>Asennustiedot:</b> Oletusversio mahdollistaa asennuksen internetiä käyttäen (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Verkkosivusto:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Kuvaus:</b> BackTrack on verkkoanalysointiin ja tunkeutumistestaukseen tarkoitettu jakelu.<br/><b>Asennustiedot:</b> BackTrack käynnistyy ja toimii live-tilassa; asennusta ei vaadita jakelun käyttämiseksi. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Verkkosivusto:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Kuvaus:</b> CentOS on ilmainen Red Hat Enterprise Linux -klooni.<br/><b>Asennustiedot:</b> Oletusversio mahdollistaa asennuksen niin internetin (FTP) kautta kuin yhteydettömässäkin tilassa käyttäen etukäteen ladattuja ISO-tiedostoja. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Verkkosivusto:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Kuvaus:</b> CloneZilla on varmuuskopiointiin ja levykuvien hallintaan tarkoitettu jakelu.<br/><b>Asennustiedot:</b> CloneZilla käynnistyy ja toimii live-tilassa; sen käyttö ei vaadi asennusta. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Verkkosivusto:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Kuvaus:</b> Damn Small Linux on vanhoille tietokoneille suunnattu minimalistinen jakelu.<br/><b>Asennustiedot:</b> Live-versio lataa järjestelmän kokonaisuudessaan keskusmuistiin, joten asennus kiintolevylle ei ole välttämätöntä. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Verkkosivusto:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Kuvaus:</b> Debian on laajan yhteisön kehittämä Linux-jakelu. Debian tukee lukuisia arkkitehtuureja ja sen ohjelmistolähteet sisältävät paljon paketteja.<br/><b>Asennustiedot:</b> NetInstall-versio mahdollistaa asennuksen verkon (FTP) kautta. Jos haluat käyttää ennalta ladattua install-versiota, käytä HdMedia-valintaa ja aseta install-version ISO-tiedosto USB-levyn/kiintolevyn juureen. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Verkkosivusto:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Kuvaus:</b> Elive on Debian-pohjainen jakelu, joka tarjoaa Enlightenment-ikkunahallinnan.<br/><b>Asennustiedot:</b> Live-versio mahdollistaa käynnistyksen live-tilaan, josta on mahdollista käynnistää asennusohjelma. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Verkkosivusto:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Kuvaus:</b> Fedora on Red Hatin sponsoroima yhteisöön perustuva jakelu, jossa on uusimpia avoimen lähdekoodin ohjelmistoja.<br/><b>Asennustiedot:</b> Live-versio mahdollistaa käynnistyksen live-tilaan, josta on mahdollista käynnistää asennusohjelma. NetInstall-versio mahdollistaa asennuksen niin internetin (FTP) kautta kuin yhteydettömässäkin tilassa käyttäen etukäteen ladattuja ISO-tiedostoja. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Verkkosivusto:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Kuvaus:</b> FreeBSD on Unix-kaltainen käyttöjärjestelmä, joka on nopea ja skaalautuva.<br/><b>Asennustiedot:</b> Oletusversio mahdollistaa asennuksen internetin (FTP) kautta tai yhteydettömässä tilassa käyttäen ennalta ladattuja ISO-tiedostoja. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Verkkosivusto:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Kuvaus:</b> FreeDOS on ilmainen MS-DOS-yhteensopiva käyttöjärjestelmä.<br/><b>Asennustiedot:</b> Lue asennustiedot projektin sivustolla olevasta <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">ohjekirjasta</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Verkkosivusto:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Kuvaus:</b> Kaspersky Rescue Disk havaitsee ja poistaa haittaohjelmia koneella olevasta Windows-asennuksesta.<br/><b>Asennustiedot:</b> Live-versio käynnistyy live-tilaan, josta on mahdollista suorittaa haittaohjelmien etsintä. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Verkkosivusto:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Kuvaus:</b> Kubuntu on virallinen Ubuntu-johdannainen, jonka työpöytäympäristönä on KDE.<br/><b>Asennustiedot:</b> Live-versio on mahdollista käynnistää live-tilaan, josta on mahdollista suorittaa varsinainen asennus. NetInstall-versio mahdollistaa asennuksen verkon (FTP) kautta; sillä voi asentaa myös Ubuntun tai muun Ubuntu-johdannaisen. Jos haluat käyttää ennalta ladattua alternate-versiota (ei työpöytäversiota), käytä HdMedia-valintaa ja aseta alternate-version ISO-tiedosto USB-levyn/kiintolevyn juureen. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Verkkosivusto:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Kuvaus:</b> Linux Mint on helppokäyttöinen Ubuntu-pohjainen jakelu, jonka oletusasennus sisältää suljettuja koodekkeja ja muita ohjelmistoja.<br/><b>Asennustiedot:</b> Live-versio mahdollistaa käynnistyksen live-tilaan, josta asennusohjelma on mahdollista käynnistää. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Verkkosivusto:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Kuvaus:</b> openSUSE on helppokäyttöinen Novellin sponsoroima jakelu.<br/><b>Asennustiedot:</b> Oletusversio mahdollistaa asennuksen internetin kautta (FTP:tä käyttäen) tai yhteydettömässä tilassa, jolloin käytetään ennalta ladattuja ISO-asennustiedostoja. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Verkkosivusto:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Kuvaus:</b> Ophcrack voi murtaa Windows-salasanoja.<br/><b>Asennustiedot:</b> Ophcrack käynnistyy live-tilassa; asennusta ei vaadita Ophcrackin käyttämiseksi. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Verkkosivusto:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Kuvaus:</b> Parted Magic sisältää GParted-osiohallinnan ja muita järjestelmätyökaluja, joiden avulla on mahdollista muun muassa muuttaa osioiden kokoa, varmuuskopioida sekä tehdä muita toimenpiteitä osioille.<br/><b>Asennustiedot:</b> Parted Magic käynnistyy live-tilaan, käyttäminen ei vaadi asennusta. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Verkkosivusto:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Kuvaus:</b> Puppy Linux on vanhoille tietokoneilla suunnattu jakelu.<br/><b>Asennustiedot:</b> Live-versio lataa järjestelmän kokonaisuudessaan keskusmuistiin, joten asennus kiintolevylle ei ole välttämätöntä. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Verkkosivusto:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Kuvaus:</b> Slax on Slackwareen pohjautuva KDE-työpöydällä varustettu jakelu.<br/><b>Asennustiedot:</b> Live-versio mahdollistaa käynnistyksen live-tilaan, josta asennusohjelma on mahdollista käynnistää. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Verkkosivusto:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Kuvaus:</b> Ubuntu on helppokäyttöinen Debianiin pohjautuva jakelu. Ubuntu lienee suosituin Linux-jakelu työpöytäkäytössä.<br/><b>Asennustiedot:</b> Live-versio on mahdollista käynnistää live-tilaan, josta on mahdollista suorittaa varsinainen asennus. NetInstall-versio mahdollistaa asennuksen verkon (FTP) kautta; sillä voi asentaa myös Kubuntun tai muun Ubuntu-johdannaisen. Jos haluat käyttää ennalta ladattua alternate-versiota (ei työpöytäversiota), käytä HdMedia-valintaa ja aseta alternate-version ISO-tiedosto USB-levyn/kiintolevyn juureen. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Verkkosivusto:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Kuvaus:</b> Xubuntu on virallinen Ubuntu-johdannainen, jonka työpöytäympäristönä on XFCE.<br/><b>Asennustiedot:</b> Live-versio on mahdollista käynnistää live-tilaan, josta on mahdollista suorittaa varsinainen asennus. NetInstall-versio mahdollistaa asennuksen verkon (FTP) kautta; sillä voi asentaa myös Kubuntun tai muun Ubuntu-johdannaisen. Jos haluat käyttää ennalta ladattua alternate-versiota (ei työpöytäversiota), käytä HdMedia-valintaa ja aseta alternate-version ISO-tiedosto USB-levyn/kiintolevyn juureen. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Valitse tuettujen jakeluiden luettelosta &Distribution &Jakelu Specify a disk image file to load Valitse levykuva Disk&image Levy&kuva Manually specify a kernel and initrd to load Valitse itse ladattava kernel ja initrd &Custom &Mukautettu Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Käyttäjän tiedostoja varten varattava tila uudelleenkäynnistysten välillä. Toimii vain Live-USB-asennuksissa Ubuntulla ja sen jälkeläisillä. Jos arvo ylittää aseman kapasiteetin, käytetään kaikki mahdollinen tila. Space used to preserve files across reboots (Ubuntu only): Uudelleenkäynnistysten välillä säilytettävä tila (vain Ubuntu): MB Mt OK OK Return Takaisin Cancel Peru Esc Esc Reboot Now Käynnistä uudelleen nyt Exit Lopeta 1. Downloading Files 1. Ladataan tiedostoja 2. Extracting and Copying Files 2. Puretaan ja kopioidaan tiedostoja 3. Installing Bootloader 3. Asennetaan käynnistyslataajaa 4. Installation Complete, Reboot 4. Asennus valmis, uudelleenkäynnistä Select the target drive to install to Valitse kohdeasema, johon asennus suoritetaan Dri&ve: A&sema: Select the installation target type Valitse asennuksen kohdetyyppi &Type: &Tyyppi: Select the distribution version Valitse jakeluversio Select disk image file Valitse levykuvatiedosto ... ... Select the disk image type Valitse levykuvan tyyppi Specify a floppy/hard disk image, or CD image (ISO) file to load Valitse ladattava disketti- tai kiintolevykuva, tai CD-levykuva (ISO-tiedosto) Specify a kernel file to load Valitse ladattava kernel Select kernel file Valitse kernel-tiedosto Specify an initrd file to load Valitse ladattava initrd-tiedosto Select initrd file Valitse initrd-tiedosto Select syslinux.cfg or isolinux.cfg file Valitse syslinux.cfg- tai isolinux.cfg-tiedosto Specify parameters and options to pass to the kernel Valitse kernelille välitettävät parametrit ja valinnat &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Valinnat: uninstaller Uninstallation Complete Asennuksen poisto on valmis %1 has been uninstalled. %1 on poistettu. Must run as root Vaatii suorituksen pääkäyttäjänä %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 on suoritettava pääkäyttäjän oikeuksin. Sulje sovellus ja käynnistä se uudelleen seuraavasti::<br/><b>sudo %1</b><br/>tai:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? %1 on parhaillaan asennettu. Poistetaanko nykyinen versio? unetbootin_fo.ts000644 000765 000024 00000165447 12325150343 014410 0ustar00gezastaff000000 000000 QObject LeftToRight Vinstru til høgru unetbootin Hard Disk Harðdiskur USB Drive Geymi ISO ISO Floppy Diskil either annahvørt LiveUSB persistence FAT32-formatted USB drive FAT32-forniðaður geymi EXT2-formatted USB drive EXT2-forsniðaður geymi Open Disk Image File Lat upp diskmyndafílu All Files Allar fílur All Files (*) Allar fílur (*) Open Kernel File Lat upp kjarnufílu Open Initrd File Lat upp Initrd fílu Open Bootloader Config File Lat upp byrjunarløðara samansetingafílu Insert a USB flash drive Set inn ein geyma No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Eingin geymi funnin. Um tú longu hevur sett ein geyma inn, royn at endursniða hann sum FAT32. %1 not mounted %1 ikki ísett You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Tú mást fyrst seta geyman í %1 eitt ísetingastað. Tær flestu linux útgávurnar gerða hetta sjálvvirknar, eftir at tú tekur geyman út og setur hann inn aftur. Select a distro Vel ein linux útgávu You must select a distribution to load. Tú mást velja eina linux útgávu at løða. Select a disk image file Vel eina diskmyndafílu You must select a disk image file to load. Tú mást velja eina diskmyndafílu at løða. Select a kernel and/or initrd file Vel ein kjarna og/ella initrd fílu You must select a kernel and/or initrd file to load. Tú mást velja ein kjarna og/ella initrd fílu at løða. Diskimage file not found Diskmyndafíla ikki funnin The specified diskimage file %1 does not exist. Tann tilskilaða diskmyndafílan %1 finnst ikki. Kernel file not found Kjarnufíla ikki funnin The specified kernel file %1 does not exist. Tann tilskilaða kjarnufílan %1 finnst ikki. Initrd file not found Initrd fílan er ikki funnin The specified initrd file %1 does not exist. Tann tilskilaða initrd fían %1 finnst ikki. %1 exists, overwrite? %1 finnst, skriva omaná? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fílan %1 finnst longu. Trýst 'Ja til alt' fyri at skriva omaná, og ikki verða ámint/ur aftur, 'Ja' fyri at skriva omaná fílur á einum einstøkum føri, og 'Nei' fyri at varveita núverandi útgávu. Er tú í iva, trýst 'Ja til alt' %1 is out of space, abort installation? %1 hevur ikki pláss, gevst við innlegging? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Fíluskráin %1 hevur ikki pláss. Trýst 'Ja' fyri at gevast við innlegging. 'Nei' fyri at síggja burtur frá hesari villu, og royna at halda á við innlegging; og 'Nei til allt' fyri at síggja burtur frá øllum pláss-trots-villum. Locating kernel file in %1 Copying kernel file from %1 Avriti kjarnufílu av %1 Locating initrd file in %1 Copying initrd file from %1 Avriti intrd-fílu av %1 Extracting bootloader configuration Pakki byrjunaðarløðara samanseting út <b>Extracting compressed iso:</b> %1 <b>Pakki út stappaða iso:</b> %1 Copying file, please wait... Avriti fílu, vinarliga bíða... <b>Source:</b> <a href="%1">%1</a> <b>Kelda:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Móttøkustaður:</b> %1 <b>Copied:</b> 0 bytes <b>Avritað:</b> 0 být Extracting files, please wait... Pakki út fílur, vinarliga bíða... <b>Archive:</b> %1 <b>Skjalasavn:</b> %1 <b>Source:</b> <b>Kelda:</b> <b>Destination:</b> <b>Móttøkustaður:</b> <b>Extracted:</b> 0 of %1 files <b>Útpakkað:</b> 0 of %1 fílur <b>Source:</b> %1 (%2) <b>Kelda:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Móttøkustaður:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Útpakkað:</b> %1 of %2 fílur Downloading files, please wait... Niðurtaki fílur, vinarliga bíða... <b>Downloaded:</b> 0 bytes <b>Niðurtikið:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Niðurtikið:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Avritað:</b> %1 av %2 Searching in <a href="%1">%1</a> Leiti í <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 samsvar í <a href="%3">%3</a> %1 not found %1 ikki funnin %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Núverandi) (Done) (Liðugt) Configuring grub2 on %1 Samanseti grub2 á %1 Configuring grldr on %1 Samanseti grldr á %1 Configuring grub on %1 Samanseti grub á %1 Installing syslinux to %1 Innleggi syslinux á %1 Installing extlinux to %1 Innleggi extlinux á %1 Syncing filesystems Stevjavni fílukervi Setting up persistence After rebooting, select the Eftir endurbyrjan, vel After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Eftir endurbyrjan, vel USB/geymu byrjanarkostin í BIOS byrjanarvalmyndini.%1 The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *UMRÃÃANDI* Ãðrenn endurbyrjan, legg eina Debian innlegginga isofílu í rótfíluskránna á harðdiskanum ella geymanum. Hesar kunnu fást til vegs úr cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Heimasíða:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Lýsing:</b> Arch Linux er ein løøt útgáva, neystillað fyri ferð og tillagan.<br/><b>Innleggingar viðmerkingar:</b> Forsetta útgávan loyvir innlegging um alnetið (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Vel úr listanum av tøkum útgávum &Distribution &Útgáva Specify a disk image file to load Vel eina diskmyndafílu at løða Disk&image D&iskmynd Manually specify a kernel and initrd to load Vel eina kjarnu og initrd fílu til handaliga løðing &Custom &Brúkara ásett Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK OK Return Vend aftur Cancel Ógilda Esc Esc Reboot Now Endurbyrja nú Exit Far út 1. Downloading Files 1. niðurtaki fílur 2. Extracting and Copying Files 2. Pakka út og avrita fílir 3. Installing Bootloader 3. Innleggi byrjunarløðara 4. Installation Complete, Reboot 4. Innlegging liðug, endyrbyrja Select the target drive to install to Vel máldrivuna at innleggja á Dri&ve: Dri&v: Select the installation target type Vel hvat miðlaslag ið tú vil skriva á &Type: &Slag: Select the distribution version Vel hvørja útgávu ið tú vil hava Select disk image file Vel diskmyndafílu ... ... Select the disk image type Vel diskmyndaslag Specify a floppy/hard disk image, or CD image (ISO) file to load Vel eina diskil/harðdiskamynd, ella fløgumynd (ISO) fílu at løða Specify a kernel file to load Vel eina kjarnufílu at løða Select kernel file Vel kjarnufílu Specify an initrd file to load Nevn eina initrd fílu at løða Select initrd file Vel initrd fílu Select syslinux.cfg or isolinux.cfg file Vel syslinux.cfg ella isolinux.cfg fílu Specify parameters and options to pass to the kernel Nevn bundnatøl og kostir at senda víðari til kjarnuna &Kernel: %Kjarni: Init&rd: Init&rd: &Options: &Kostir: uninstaller Uninstallation Complete Av-innlegging fullfgjørd %1 has been uninstalled. %1 er vorðin av-innløgd Must run as root Má koyra sum rót %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 av-innleggjari %1 is currently installed. Remove the existing version? %1 er innlagt í løtuni. Tak burtur tí núverandi útgávuna? unetbootin_fr.ts000644 000765 000024 00000260133 12325150343 014377 0ustar00gezastaff000000 000000 QObject LeftToRight DeGaucheADroite unetbootin Hard Disk Disque dur USB Drive Lecteur USB ISO ISO Floppy disquette either Aucun LiveUSB persistence persistance du Live USB FAT32-formatted USB drive Lecteur USB formaté en FAT32 EXT2-formatted USB drive Lecteur USB formaté en EXT2 Open Disk Image File Ouvrir le fichier image de disque All Files Tous les fichiers All Files (*) Tous les fichiers (*) Open Kernel File Ouvrir le fichier du noyau Open Initrd File Ouvrir l'initrd Open Bootloader Config File Ouvrir le fichier de configuration du gestionnaire de démarrage Insert a USB flash drive Insérer un disque USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Aucun disque USB détecté. Si vous l'avez déjà connecté, essayez de le reformater en FAT 32. %1 not mounted %1 n'est pas monté You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Vous devez d'abord monter le disque USB %1sur un point de montage. La plupart des distributions le font automatiquement à la connexion. Select a distro Choisir une distribution You must select a distribution to load. Vous devez choisir une distribution à charger. Select a disk image file Choisir un fichier image You must select a disk image file to load. Vous devez choisir une image à charger. Select a kernel and/or initrd file Choisir un noyau et-ou un initrd You must select a kernel and/or initrd file to load. Vous devez choisir un noyau et-ou un initrd Diskimage file not found Le fichier image est introuvable The specified diskimage file %1 does not exist. L'image %1 choisie n'existe pas Kernel file not found Noyau introuvable The specified kernel file %1 does not exist. Le noyau %1 choisi n'existe pas. Initrd file not found Initrd introuvable The specified initrd file %1 does not exist. L'initrd %1 n'existe pas. %1 exists, overwrite? %1 existe, écraser ? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Le fichier %1 existe déjà. Cliquer 'Oui à tout' pour l'écraser et ne plus être questionné à ce sujet, 'Oui' pour écraser isolément et 'Non' pour garder la version existante. Dans le doute, 'Oui à tout'. %1 is out of space, abort installation? espace disque insuffisant sur %1, annuler l'installation ? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Il n'y a plus d'espace disponible dans le répertoire %1. Pressez 'Oui' pour annuler l'installation, 'Non' pour ignorer cette erreur et continuer malgré tout l'installation, ou 'Non à tout' pour ignorer tout les messages d'erreur liés à un manque d'espace disque. Locating kernel file in %1 Localisation du fichier de kernel en %1 Copying kernel file from %1 Copie du fichier de kernel de %1 Locating initrd file in %1 Localisation du fichier initrd en %1 Copying initrd file from %1 Copie du fichier initrd de %1 Extracting bootloader configuration Extraction de la configuration du bootloader <b>Extracting compressed iso:</b> %1 <b>Extraction de l'iso compressé :</b> %1 Copying file, please wait... Copie de fichiers, patientez s'il vous plaît ... <b>Source:</b> <a href="%1">%1</a> <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destination:</b> %1 <b>Copied:</b> 0 bytes <b>Copiés :</b> 0 bytes Extracting files, please wait... Extraction des fichiers, patientez... <b>Archive:</b> %1 <b>Archive:</b> %1 <b>Source:</b> <b>Source:</b> <b>Destination:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Extrait :</b> 0 de %1 fichiers <b>Source:</b> %1 (%2) <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extrait :</b> %1 de %2 fichiers Downloading files, please wait... Téléchargement des fichiers, veuillez patienter... <b>Downloaded:</b> 0 bytes <b>Téléchargé :</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Échec du téléchargement de %1 %2 depuis %3. Veuillez télécharger le fichier ISO directement depuis le site et charger le fichier à l'aide de l'option diskimage. <b>Downloaded:</b> %1 of %2 <b>Téléchargé :</b> %1 sur %2 <b>Copied:</b> %1 of %2 <b>Copiés :</b> %1 de %2 Searching in <a href="%1">%1</a> Recherche dans <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 trouvé(s) dans <a href="%3">%3</a> %1 not found %1 introuvable %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1introuvable. Nécessaire pour le mode d'installation %2. Installation du paquet "%3" ou l'équivalent de votre distribution (Current) (En cours) (Done) (Terminé) Configuring grub2 on %1 Configuration de grub2 sur %1 Configuring grldr on %1 Configuration de grldr sur %1 Configuring grub on %1 Configuration de grub sur %1 Installing syslinux to %1 Installation de syslinux sur %1 Installing extlinux to %1 Installation de extlinux sur %1 Syncing filesystems Synchronisation des systèmes de fichiers Setting up persistence Configurer la persistance After rebooting, select the Après avoir redémarré, choisissez le After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Après avoir redémarré, choisissez l'option "démarrez depuis un périphérique USB" dans le menu de démarrage du BIOS. %1 Redémarrer immédiatement? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Le dispositif USB créé ne s'amorcera pas sur un Mac. Insérez-le dans un PC, et sélectionnez l'option de démarrage sur USB dans le menu de démarrage du BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* Avant de redémarrer, placer une image ISO d'Ubuntu alternate (pas une version desktop), à la racine de votre disque dur ou de votre clef USB. Elle peut être obtenu depuis cdimage.ubuntu.com. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Après le redémarrage, ignorez tout message d'erreur, et choisissez précédent si l'affichage demande un CD, puis allez au menu principal, choisissez l'option 'Commencez l'installation', choisissez 'Réseau' comme source, 'HTTP' comme protocole, entrez 'mirrors.kernel.org' lorsqu'est demandé le serveur, et entrez '/centos/%1/os/%2' quand est demandé le dossier. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* Avant de redémarrer, placez un fichier iso d'installation de Debian à la racine de votre disque dur ou USB. Ils peuvent être obtenu à partir de cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* Après le redémarrage, ignorez tout message d'erreur, et choisissez précédent si l'affichage demande un CD, puis allez au menu principal, choisissez l'option 'Commencez l'installation', choisissez 'Réseau' comme source, 'HTTP' comme protocole, entrez 'download.fedora.redhat.com' lorsqu'est demandé le serveur, et entrez '/pub/fedora/linux/development/%1/os' quand est demandé le dossier. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* Après le redémarrage, ignorez tout message d'erreur, et choisissez précédent si l'affichage demande un CD, puis allez au menu principal, choisissez l'option 'Commencez l'installation', choisissez 'Réseau' comme source, 'HTTP' comme protocole, entrez 'download.fedora.redhat.com' lorsqu'est demandé le serveur, et entrez '/pub/fedora/linux/releases/%1/Fedora/%2/os' quand est demandé le dossier. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* Après le redémarrage, ignorez tout message d'erreur, et choisissez précédent si l'affichage demande un CD, puis allez au menu principal, choisissez l'option 'Commencez l'installation', choisissez 'Réseau' comme source, 'HTTP' comme protocole, entrez 'download.opensuse.org' lorsqu'est demandé le serveur, et entrez '/factory/repo/oss' quand est demandé le dossier. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANT* Après le redémarrage, ignorez tout message d'erreur, et choisissez précédent si l'affichage demande un CD, puis allez au menu principal, choisissez l'option 'Commencez l'installation', choisissez 'Réseau' comme source, 'HTTP' comme protocole, entrez 'download.opensuse.org' lorsqu'est demandé le serveur, et entrez '/distribution/%1/repo/oss' quand est demandé le dossier. == Select Distribution == == Sélectionnez la distribution == == Select Version == == Sélectionnez la version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Bienvenue dans <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> l'Installateur Universel de Boot. Utilisation : <ol><li>Sélectionner une distribution dans la liste suivante, ou spécifier le fichier à charger.</li><li>Choisir le type d'installation et valider pour commencer l'installation..</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Page d'accueil:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux est distribution légère optimisée pour la vitesse et la flexibilité.<br/><b>Notes d'installation:</b> La version par défaut autorise l'installation par l'internet via FTP. <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Page Officielle:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack est une distribution spécialisée dans les analyses réseaux et tests d'intrusion.<br/><b>Notes d'installation:</b> BackTrack démarre et fonctionne en mode Live USB; Il n'est pas nécessaire de l'installer pour l'utiliser. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Page d'accueil :</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS est un clone libre de Linux Red Hat Entreprise.<br/><b>Notes d'installation :</b> La version par défaut permet une installation en ligne (FTP) et hors ligne utilisant un fichier ISO téléchargé auparavant. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Page Officielle:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla est une distribution utilisée pour sauvegarder les disques ou créer des images de disque.<br/><b>Notes d'installation:</b> CloneZilla démarre et fonctionne en mode Live USB; Il n'est pas nécessaire de l'installer pour l'utiliser. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Page d'accueil :</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description :</b> Damn Small Linux est une distribution minimaliste conçue pour les vieux ordinateurs.<br/><b>Notes d'installation :</b> La version autonome (live version) est entièrement chargée et exécutée en mémoire, l'installation n'étant pas nécessaire et seulement en option. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Page d'accueil</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Decription: </b> Debian est une distribution développée par la communeauté qui supporte beaucoup d'architectures et offre un large choix de paquets.<br/><b>Notes d'installations:</b>La version de NetInstall permet l'installation via le FTP. Si vous voulez utiliser une iso pré-télechargée, utilisez l'option HdMedia, et après, placez l'iso sur le premier dossier de votre clée USB <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil :</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description :</b> Dreamlinux est une distribution facile d'accès basée sur Debian.<br/><b>Notes d'installation :</b> La version autonome (live) permet de démarrer le systéme à partir duquel on peut optionnellement l'installer. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Page d'accueil:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus est un kit anti-virus d'urgence pour restorer un système détruit à cause d'un logiciel malveillant.<br/><b>Install Notes:</b> La version Live permet de démarer en mode live, à partir duquel une inspection des logiciels malveillants pourra être démarrée. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive est une distribution basée sur Debian offrant le gestionnaire de fenêtres enluminée.<br/><b>Notes d'installation:</b> La version Live permet le démarrage en mode live, à partir duquel l'installeur pourra éventuellement être lancé. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Page d'accueil :</b><a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description :</b> Fedora une distribution d'une communauté soutenue par Red Hat qui utilisent les dernier logiciels libres.<br/><b>Notes d'installation :</b> La version autonome (live) permet de démarrer le système à partir duquel on peut optionnellement l'installer. La version Netinstall permet une installation en ligne (FTP) et hors ligne utilisant un fichier ISO téléchargé auparavant. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Page d'accueil :</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description :</b> FreeBSD est un système d'exploitation de type Unix visant l'évolutivité et la performance.<br/><b>Notes d'installation :</b>La version par défaut permet une installation en ligne (FTP) et hors ligne utilisant un fichier ISO téléchargé auparavant. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Page d'accueil :</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description :</b> FreeDOS est un système d'exploitation compatible MS-DOS.<br/><b>Notes d'installation :</b> Voir le <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manuel</a> pour les détails d'installation. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Page d'accueil:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS est distribution NAS (Network-Attached Storage) open-source basée sur FreeBSD.<br/><b>Notes d'installation:</b> La version LiveCD crée un support RAM pour FreeNAS, et utilise une disquette formatée FAT ou une clé USB pour sauver le fichier de configuration. La version s'installe sur le disque dur. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Page d'accueil :</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description :</b> Frugalware est une distribution Linux basée sur la Slackware destinée à des utilisateurs expérimentés.<br/><b>Notes d'installation :</b> La version par défaut permet une installation en ligne (FTP) et hors ligne utilisant un fichier ISO téléchargé auparavant. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Page d'accueil:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX est une distribution Linux embarqué d'un Media Center.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>page d'accueil :</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense est une distribution appuyée par la FSF basée sur Ubuntu sans les composants non libres qui ont étés supprimés.<br/><b>Notes d'installation:</b> La version Live permet de démarrer en mode Live, à partir duquel l'installation peut etre lancée. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Page d'accueil :</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description :</b>Gujin est un gestionnaire de démarrage qui peut prendre en charge le démarrage d'une variété de partitions et de fichiers.<br/><b>Notes d'installation :</b> Gujin démarre simplement, nul besoin de l'installer pour l'utiliser. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Page d'accueil:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b>Le disque de secours Kaspersky détecte et supprime les logiciels malveillants de votre installation Windows.<br/><b>Notes d'installation:</b> La version Live permet de démarrer en mode Live, à partir duquel l'installation peut etre lancée. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Page d'accueil:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descriptions:</b> Kubuntu une version officielle dérivant de Ubuntu proposant un bureau KDE.<br/><b>Notes d'installation:</b> La version Live permet de démarrer en mode live, à partir duquel l'installeur peut, si besoin, être démarré. La version d'installation en réseau permet l'installation en FTP, et permet l'installation de Kubuntu et d'autres versions dérivées de Ubuntu. Si vous souhaitez utiliser un fichier iso alternate déjà téléchargé en lieu et place d'une installation par le bureau, utilisez l'option HdMedia, et placez le fichier iso d'installation alternate dans le répertoire racine de votre disque dur ou de votre volume usb <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Page d'accueil :</ b><a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description :</b> LinuxConsole est une distribution de bureau pour jouer à des jeux, facile à installer, facile à utiliser et rapide à démarrer.<br/> <b>Notes d'installation :</b> La version 1.0.2010 est la dernière version 1.0, courante maintenant disponible (exécutez liveuptate pour mettre à jour les modules et le noyau). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil :</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description :</b> Linux Mint est une distribution Linux basée sur Ubuntu et d'utilisation facile qui inclut des codecs propriétaire et des programmes supplémentaires.<br/><b>Notes d'installation :</b> La version autonome (live) permet de démarrer le système à partir duquel on peut optionnellement l'installer. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Page d'accueil:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu est dérivé officiel d'Ubuntu avec le bureau LXDE (LXDE desktop).<br/><b>Notes d'Installation:</b> La version Live permet le démarrage en mode Live, depuis lequel l'installeur peut être lancé falcutativement. La version NetInstall permet l'installation par FTP, peut installer Kubuntu et d'autres dérivés officiels Ubuntu. Si vous souhaitez utiliser une alternative pré-téléchargée (non bureau) installer l'iso, utilisez l'option HdMedia, et placez ensuite le fichier d'installation iso alternatif à la racine de votre disque dur ou clé USB. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Page d'accueil :</b> <ahref="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description :</b> Mandriva (anciennement Mandrake Linux) est une distribution d'accès facile.<br/><b>Notes d'installation :</b>La version autonome (live) permet de démarrer le système à partir duquel on peut optionnellement l'installer. La version Netinstall permet l'installation par le réseau ou à partir d'une <a href="http://www.mandriva.com/en/download">image ISO « Free »</a> téléchargée auparavant. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>page d'accueil:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS est une distribution basée sur Debian. SimplyMEPIS est une version conviviale basée sur KDE, AntiX est une version plus légère pour les ordinateurs plus anciens.<br/><b>Notes d'installation :</b> MEPIS peut démarrer en mode Live, depuis lequel l'installation est possible. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Page d'accueil:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD est CD de démarrage qui télécharge et démarre les installations "netinstall" d'autres distributions .<br/><b>Notes d'installation:</b> NetbootCD démarre et s'exécute en mode live. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Page d'accueil:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX est une petite distribution dérivant de Slackware. Il est construit à partir de scripts linux live, et offre un bureau KDE. Il peut être démarré à partir d"un CD, ou d'une mémoire flash (clés USB ou lecteurs MP3), et peut être facilement personnalisé et développé..<br/><b>Notes d'installation:</b> La démarrage de NimbleX en en mode Live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Page d'accueil:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> Offline NT Password et Registry Editor peuvent réinitialiser les mots de passe Windows et modifier le registre sur Windows 2000-Vista.<br/><b>Notes d'installation:</b> NTPasswd est démarré en mode live; aucune installation n'est requise pour l'utiliser. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Page d'accueil :</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description :</b> openSUSE est une distribution proposée par Novell grand public.<br/><b>Notes d'installation :</b> La version par défaut permet une installation en ligne (FTP) et hors ligne utilisant un fichier ISO téléchargé auparavant. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Page d'accueil :</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description :</b> Ophcrack peut craquer les mots de passe Windows.<br/><b>Notes d'installation :</b> Ophcrack démarre et fonctionne de façon autonome, nul besoin de l'installer. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Page d'accueil:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description :</b> Parted Magic comprend le gestionnaire de partitions GParted et d'autres utilitaires pouvant redimensionner, copier, sauvegarder et manipuler les partitions d'un disque.<br/><b>Notes d'installation :</b> Parted Magic démarre et fonctionne de façon autonome, nul besoin de l'installer. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Page d'accueil :</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description :</b> Puppy Linux est une distribution légère destinée aux ordinateurs anciens.<br/><b>Notes d'installation :</b> La version autonome (live version) est entièrement chargée et exécutée en mémoire, l'installation n'étant pas nécessaire et seulement en option. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Page d'accueil:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux est une distribution Live sur DVD basée sur Gentoo qui contient le gestionnaire de paquets Entropy en plus du gestionnaire Portage.<br/><b>Notes d'installation :</b> La version Live permet de démarrer en mode Live, depuis lequel l'installation est possible. La version LiteMCE nécessite 2GB, alors que la version complète requiert un périphérique USB de 8GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Page d'accueil:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix est une distribution GNU/Linux basée en Slackware (entièrement compatible) c'est simple, rapide et facile à utiliser.<br/>Commein bonsaï, Salix est petit, léger & le produit d'infinies précautions.<br/><b>Instructions d'Installation:</b> La version Live permet le démarrage en mode Live, à partir duquel peut être lancé facultativement l'installeur.<br/>Le mot de passe root par défaut est <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil :</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description :</b> Slax est une distribution basée sur Slackware et un bureau KDE.<br/><b>Notes d'installation :</b> La version autonome (live) permet de démarrer le système à partir duquel on peut optionnellement l'installer. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Page d'accueil :</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description :</b> SliTaz est une distribution légère, orientée ordinateur de bureau.<br/><b>Notes d'installation : </b>La version autonome (live) fonctionne en mémoire, nul besoin de l'installer. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Page d'accueil :</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description :</b> Smart Boot Manager est un gestionnaire de démarrage qui peut s'affranchir des bogues ou limitations de certains BIOS.<br/><b>Notes d'installation :</b> SBM démarre et fonctionne de façon autonome, nul besoin de l'installer. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Page d'accueil :</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description :</b> Super Grub Disk est un gestionnaire de démarrage qui peut utiliser toute une variété de secteurs de démarrage (MBR) et réparer les lanceurs (bootloader).<br/><b>Notes d'installation :</b> SGD démarre et fonctionne de façon autonome, nul besoin de l'installer. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS est version non officielle dérivée de Ubuntu qui inclut par défaut des logiciels supplémentaires. Il nécessite un lecteur USB d'au moins 2GB pour être installé.<br/><b>Install Notes:</b> La version Live permet le démarrage en mode live, à partir duquel l'installeur pourra éventuellement être lancé. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Page d'accueil:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu est une distribution, orientée utilisateur, basée sur Debian. Elle est actuellement la plus populaire des distribution linux pour poste de travail.<br/><b>Install Notes:</b> La version Live permet de démarrer en mode LIve, à partir duquel l'installeur pourra éventuellement être lancé. La version réseau (NetInstall) permet l'installation par FTP, et permet l'installation de Kubuntu et d'autres dérivés officiels de Ubuntu. Si vous souhaitez procéder à l'installation par fichier alternate iso déjà téléchargé sans passer par le bureau, utiliser l'option HdMedia, et placez le fichier iso d'installation alternate dans le répertoire racine de votre disque dur ou de votre lecteur usb <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Page d'accueil:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD est une distribution légère offrant une inferface type kiosque avec un navigateur internet et un lecteur multimédia.<br/><b>Notes d'installation:</b> La version Live charge le système entièrement en mémoire vive et démarre depuis la mémoire. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Page d'accueil:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu est une version officielle de Ubuntu offrant le bureau XFCE.<br/><b>Notes d'installation:</b> La version Live permet de démarrer en mode LIve, à partir duquel l'installeur pourra éventuellement être lancé. La version réseau (NetInstall) permet l'installation par FTP, et permet l'installation de Kubuntu et d'autres dérivés officiels de Ubuntu. Si vous souhaitez procéder à l'installation par fichier alternate iso déjà téléchargé sans passer par le bureau, utiliser l'option HdMedia, et placez le fichier iso d'installation alternate dans le répertoire racine de votre disque dur ou de votre lecteur usb <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil : </b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description :</b> Zenwalk est une distribution basée sur Slackware et le bureau XFCE.<br/><b>Notes d'installation :</b> La version autonome (live) permet de démarrer le système à partir duquel on peut optionnellement l'installer. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Page d'accueil : </b><a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description :</b> EeePCLinuxOS est une distribution facile d'accès basée sur PCLinuxOS pour l'EeePC.<br/><b>Notes d'installation :</b> S'assurer que le disque d'installation est vide et formaté avant l'installation. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Page d'accueil :</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description :</b> Ubuntu Eee n'est pas la seule distribution optimisée pour l'EeePC d'Asus. C'est un système d'exploitation qui utilise l'interface Netbook Remix, qui privilégie la mise à disposition des meilleurs logiciels disponibles au lieu des équivalents opensource. (Skype au lieu d'Ekiga, par exemple).<br/><b>Notes d'installation :</b> Assurez vous que le support d'installation est vide et formaté avant l'installation. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Page d'accueil:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive est une distribution basée sur Debian offrant le gestionnaire de fenêtres enluminée.<br/><b>Notes d'installation:</b> La version Live permet le démarrage en mode live, à partir duquel l'installeur pourra éventuellement être lancé. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Page d'accueil:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux est une version dérivée de Ubuntu, développée à l'origine pour les utilisateurs parlant le Roumain, le Hongrois ou l'Anglais.<br/><b>Notes d'installation:</b> Assurez vous que le support d'installation est vide et formatté avant de procéder à l'installation. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Page d'accueil:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense est une distribution GNU/Linux qui améliore Ubuntu et tend à créer une version de ce système d'exploitation complètement libre sans blob binaire ou paquets propriétaires.<br/><b>Notes d'installation:</b> Veuillez vous assurer que le média est vide et formaté avant de lancer l'installation. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Page d'accueil:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX est une petite distribution dérivant de Slackware. Elle est construite à partir de scripts linux live, et offre le bureau KDE. Elle peut être démarrée d'un CD, d'une mémoire flash (clé USB, lecteur MP3), et peut être facilement personalisée et développée.<br/><b>Notes d'installation:</b> NimbleX démarre en mode live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Page d'accueil :</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz est une distribution légère, orientée ordinateur de bureau.<br/><b>Notes d'installation :</b>La version autonome (live) fonctionne en mémoire, nul besoin de l'installer. Cet installeur est basé sur <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Page d'accueil:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD est une distribution légère offrant une interface simple de type kiosque avec un navigateur internet et un lecteur multimédia.<br/><b>Notes d'installation:</b> La version live charge le système entièrement en mémoire vive and démarre depuis la mémoire. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Choisir à partir d'une liste de distributions compatibles &Distribution &Distribution Specify a disk image file to load Choisir une image de disque à charger Disk&image Disque&Image Manually specify a kernel and initrd to load Choisir manuellement un noyau et un initrd à charger &Custom &Personalisé Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Espace à réserver pour les fichiers de l'utilisateur qui seront préservés même après redémarrage. Fonctionne uniquement sur les clés USB Live d'Ubuntu et dérivées. Si la valeur excède la capacité du support, l'espace disque maximal disponible sera alors utilisé. Space used to preserve files across reboots (Ubuntu only): Espace utilisé pour préserver les fichiers même après redémarrage (Ubuntu uniquement) : MB Mo OK OK Return Entrée Cancel Annuler Esc Échap Reboot Now Redémarrer Exit Quitter 1. Downloading Files 1. Téléchargement des fichiers 2. Extracting and Copying Files 2. Extraction et copie des fichiers 3. Installing Bootloader 3. Installer le gestionnaire de démarrage 4. Installation Complete, Reboot 4. Installation terminée, redémarrage Select the target drive to install to Choisir le support cible Dri&ve: Lecteur: Select the installation target type Choisir le type de support cible &Type: &Type : Select the distribution version Choisir la version de distribution Select disk image file Choisir l'image ... ... Select the disk image type Choisir le type d'image Specify a floppy/hard disk image, or CD image (ISO) file to load Préciser l'image de disquette ou de disque dur, l'image de CD (ISO) à charger Specify a kernel file to load Préciser le noyau à charger Select kernel file Choisir le noyau Specify an initrd file to load Préciser l'initrd à charger Select initrd file Choisir l'initrd Select syslinux.cfg or isolinux.cfg file Choisir le fichier syslinux.cfg ou isolinux.cfg file Specify parameters and options to pass to the kernel Préciser les options et paramètres du noyau &Kernel: Noyau: Init&rd: Init&rd: &Options: &Options: uninstaller Uninstallation Complete Désinstallation terminée %1 has been uninstalled. %1 a été désinstallé. Must run as root Seul root peut le lancer %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 doit être lancé avec les droits de super-utilisateur. Fermez-le, puis relancez-le en utilisant au choix:<br/><b>sudo %1</b><br/>ou:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Désinstallation %1 is currently installed. Remove the existing version? %1 est actuellement installé. Supprimer la version existante ? unetbootin_gl.ts000644 000765 000024 00000247130 12325150343 014374 0ustar00gezastaff000000 000000 QObject LeftToRight De esquerda a dereita unetbootin Hard Disk Disco duro USB Drive Unidade USB ISO ISO Floppy Disquete either calquera LiveUSB persistence LiveUSB persistente FAT32-formatted USB drive Dispositivo USB con formato FAT32 EXT2-formatted USB drive Dispositivo USB con formato EXT2 Open Disk Image File Abrir o ficheiro de imaxe de disco All Files Todos os ficheiros All Files (*) Todos os ficheiros (*) Open Kernel File Abrir o ficheiro do kernel Open Initrd File Abrir o ficheiro initrd Open Bootloader Config File Abrir o ficheiro de configuración do cargador de arranque Insert a USB flash drive Insira unha unidade flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Non se atoparon unidades USB. Se xa inseriu unha unidade USB, tente formatala como FAT32. %1 not mounted %1 non está montada You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. En primeiro lugar debe montar a unidade USB %1 nun punto de montaxe. A maioría das distribucións farano automaticamente despois de quitar e volver a inserir a unidade USB. Select a distro Escolla a distribución You must select a distribution to load. Debe escoller unha distribución para cargar Select a disk image file Escolla o ficheiro de imaxe de disco You must select a disk image file to load. Debe escoller un ficheiro de imaxe de disco para cargar Select a kernel and/or initrd file Escolla o kernel e/ou un ficheiro initrd You must select a kernel and/or initrd file to load. Debe escoller un kernel e/ou un ficheiro initrd para cargar. Diskimage file not found Non se atopa o ficheiro de imaxe de disco The specified diskimage file %1 does not exist. Ese ficheiro de imaxe de disco %1 non existe. Kernel file not found Non se atopa o ficheiro de kernel The specified kernel file %1 does not exist. O ficheiro de kernel %1 non existe. Initrd file not found Non se atopa o ficheiro initrd The specified initrd file %1 does not exist. Ese ficheiro initrd %1 non existe. %1 exists, overwrite? %1 xa existe, sobrescribilo? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. O ficheiro %1 xa existe. Prema «Si a todo» para sobrescribilo e que non sexa solicitado de novo, «Si» para sobrescribir os ficheiros de forma individual, e «Non» para conservar a versión existente. En caso de dubida, prema «Si a todo». %1 is out of space, abort installation? %1 non dispón de espazo; cancelar a instalación? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. O directorio %1 non dispón de espazo. Prema «Si» para interromper a instalación, «Non» para ignorar este erro e tratar de continuar a instalación, e «Non a todos» para facer caso omiso de todas as mensaxes de erro sobre o espazo dispoñíbel. Locating kernel file in %1 Localizando o ficheiro do kernel en %1 Copying kernel file from %1 Copiando o ficheiro do kernel desde %1 Locating initrd file in %1 Localizando o ficheiro initrd en %1 Copying initrd file from %1 Copiando o ficheiro initrd desde %1 Extracting bootloader configuration Extraendo a configuración do cargador de inicio (bootloader) <b>Extracting compressed iso:</b> %1 <b>Extraendo o ficheiro iso comprimido:</b> %1 Copying file, please wait... Copiando o ficheiro, agarde... <b>Source:</b> <a href="%1">%1</a> <b>Orixe:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destino:</b> %1 <b>Copied:</b> 0 bytes <b>Copiado:</b> 0 bytes Extracting files, please wait... Extraendo ficheiros, agarde... <b>Archive:</b> %1 <b>Arquivo:</b> %1 <b>Source:</b> <b>Orixe:</b> <b>Destination:</b> <b>Destino:</b> <b>Extracted:</b> 0 of %1 files <b>Extraído:</b> 0 de %1 ficheiros <b>Source:</b> %1 (%2) <b>Orixe:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destino:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extraído:</b> %1 de %2 ficheiros Downloading files, please wait... Descargando ficheiros, agarde... <b>Downloaded:</b> 0 bytes <b>Descargados:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Fallou a descarga de %1 %2 desde %3. Tente a descargar directamente o ficheiro ISO desde o sitio web e escóllao despois na opción de imaxe de disco. <b>Downloaded:</b> %1 of %2 <b>Descargados:</b> %1 de %2 <b>Copied:</b> %1 of %2 <b>Copiado:</b> %1 de %2 Searching in <a href="%1">%1</a> Buscando en <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 coincidencias en <a href="%3">%3</a> %1 not found Non se atopou %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 non atopado. É preciso para instalar en modo %2. Instale o paquete «%3» ou o equivalente na sua distribución. (Current) (Agora) (Done) (Feito) Configuring grub2 on %1 Configurando grub2 en %1 Configuring grldr on %1 Configurando grldr en %1 Configuring grub on %1 Configurando grub en %1 Installing syslinux to %1 Instalando syslinux en %1 Installing extlinux to %1 Instalando extlinux en %1 Syncing filesystems Sincronizando o sistema de ficheiros Setting up persistence Configuración da persistencia After rebooting, select the Despois de reiniciar, elixa o After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Despois de reiniciar, elixa a opción de arranque desde USB no menú de arranque do BIOS.%1 Reiniciar agora? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Os dispositivos USB creados non arrancan en Mac. Insirao nun PC e escolla a opción de arranque USB no menú do BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANTE* Antes de reiniciar o sistema, coloque un ficheiro ISO de instalación alternativa (non a de escritorio) de Ubuntu no directorio raíz do seu disco ríxido ou memoria USB. Estes poden obterse en cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANTE* Despois de reiniciar, ignore calquera mensaxe de erro e escolla novamente se llo piden un CD, vaia entón ao menú principal, escolla a opción «Iniciar a instalación» elixa «Rede» como a orixe, elixa como protocolo: «HTTP», escriba «mirrors.kernel.org» cando se lle pregunte por un servidor, e poña «/centos/%1/os%2» cando se lle pregunte polo directorio. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANTE* Antes de reiniciar o sistema, coloque un ficheiro ISO de instalación de «Debian» no directorio raíz do seu disco ríxido ou memoria USB. Estes poden obterse en cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANTE* Despois de reiniciar, ignore calquera mensaxe de erro e escolla novamente se llo piden un CD, vaia entón ao menú principal, escolla a opción «Iniciar a instalación» elixa «Rede» como a orixe, elixa como protocolo: «HTTP», escriba «download.fedora.redhat.com" cando se lle pregunte por un servidor, e poña «/pub/fedora/linux/development/%1/os» cando se lle pregunte polo directorio. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANTE* Despois de reiniciar, ignore calquera mensaxe de erro e escolla novamente se llo piden un CD, vaia entón ao menú principal, escolla a opción "Iniciar a instalación" elixa "Rede" como a orixe, elixa como protocolo: "HTTP", escriba "download.fedora.redhat.com" cando se lle pregunte por un servidor, e poña "/pub/fedora/linux/releases/%1/Fedora/%2/os" cando se lle pregunte polo directorio. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANTE* Despois de reiniciar, ignore calquera mensaxe de erro e escolla novamente se llo piden un CD, vaia entón ao menú principal, escolla a opción "Iniciar a instalación" elixa "Rede" como a orixe, elixa como protocolo: "HTTP", escriba "download.opensuse.org" cando se lle pregunte por un servidor, e poña "/factory/repo/oss" cando se lle pregunte polo directorio. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANTE* Despois de reiniciar, ignore calquera mensaxe de erro e escolla novamente se llo piden un CD, vaia entón ao menú principal, escolla a opción "Iniciar a instalación" elixa "Rede" como a orixe, elixa como protocolo: "HTTP", escriba "download.opensuse.org" cando se lle pregunte por un servidor, e poña "/distribution/%1/repo/oss" cando se lle pregunte polo directorio. == Select Distribution == == Seleccionar a distribución == == Select Version == == Seleccionar a versión == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Reciba a benvida a <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, o instalador de arranque en rede universal. Uso:<ol><li>Escolla unha distribución e versión para descargar da lista anterior, ou indique manualmente os ficheiros para cargar a seguir.</li><li>Escolla un tipo de instalación e prema Aceptar para comezar a instalación.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Páxina web:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descrición:</b> Arch Linux é unha distribución lixeira optimizada para ser rápida e flexíbel.<br/><b>Notas de instalación:</b> A versión predeterminada permítelle instalala por Internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Páxina web:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descrición:</b> BackTrack é unha distribución enfocada á análise de redes e probas de penetración.<br/><b>Notas da instalación:</b> BackTrack arranca e executase en modo vivo; non é necesario instalalo para podelo usar. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Páxina web:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descrición:</b> CentOS é un clon libre de Red Hat Entreprise Linux.<br/><b>Notas de instalación:</b> A versión predeterminada permítelle instalala tanto desde Internet (FTP) ou desconectado usando os ficheiros ISO previamente descargados. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Páxina web:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descrición:</b> CloneZilla é unha distribución usada para copias de seguridade (backup) e para imaxes de disco.<br/><b>Notas de instalación:</b> CloneZilla arranca e execútase en modo vivo; non se precisa a instalación para usala. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Páxina web:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descrición:</b> Damn Small Linux é unha distribución minimalista con un tamaño total de 50 MB.<br/><b>Notas de instalación:</b> A versión Live carga o sistema enteiro en RAM e arranca desde a memoria, non sendo precisa a instalación. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Páxina web> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descrición:</b> Debian é unha distribución Linux desenvolvida pola comunidade e é compatíbel cunha ampla variedade de arquitecturas ofrecendo unha gran variedade de paquetes.<br/><b>Notas da instalación:</b> a versión NetInstall permite a instalación a través de FTP. Se desexa empregar unha imaxe ISO descargada previamente, empregue a opción HDMedia e copie o ficheiro ISO de instalación no directorio «/root» ou nunha unidade USB. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descrición:</b> Dreamlinux é unha distribución amigable baseada en Debian.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Páxina web:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descrición:</b> Dr.Web AntiVirus é un anti-virus de emerxencia para restaurar un sistema danado por programas maliciosos .<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode executar a exploración de malware. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrición:</b> Elive é unha distribución baseada en Debian mais utiliza o xestor de xanelas Enlightenment.<br/><b>Notas da instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Páxina web:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descrición:</b> Fedora é unha distribución da comunidade patrocinada por Red hat que se centra no software libre/de codigo aberto máis punteiro.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. A versión Netinstall permite ambas instalacións: a través de internet (FTP), ou instalación desconectado usando as imaxes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Páxina web:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descrición:</b> FreeBSD é un sistema operativo de propósito xeral de tipo Unix deseñado para escalabilidade e rendemento.<br/><b>Notas de instalacion:</b> A versión predeterminada permite a instalación por internet (FTP), ou a instalación desconectado usando as imaxes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Páxina web:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descrición:</b> FreeDOS é un sistema operativo compatible con MS-DOS.<br/><b>Notas de instalación:</b> Vexa o <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> para detalles da instalación. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Páxina web:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descrición:</b> FreeNAS é unha distribución NAS (Network-Attached Storage) de código aberto baseada en FreeBSD.<br/><b>Notas da instalación:</b> A versión CD vivo crea unha unidade RAM para o FreeNAS e emprega un disquete ou un dispositivo de memoria USB en formato FAT para gardar o ficheiro de configuración. A versión incrustada permite a instalación no disco ríxido. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Páxina web:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descrición:</b> Frugalware é unha distribución baseada en Slackaware de propósito xeral para usuarios avanzados.<br/><b>Notas de instalación</b> A opción predeterminada permite a instalación por internet (FTP), ou ainstalación desconectado usando as imaxes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Páxina de inicio:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Descrición:</b> GeeXboX é unha distribución co Linux Media Center incrustado.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrición:</b> gNewSense é unha distribución aprobada pola FSF sobre a base de Ubuntu con todos os compoñentes non libres eliminados.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Páxina web:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descrición:</b> Gujin é un xestor de arranque gráfico, que pode arrancar varios volumes e ficheiros.<br/><b>Notas de instalación:</b> Gujin simplemente arranca e execútase, non é preciso instalar para utilizalo. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Páxina web:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descrición:</b> Kaspersky Rescue Disk detecta e elimina o malware da súa instalación de Windows.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar a exploración de malware. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Páxina web:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descrición:</b> Kubuntu é unha distribución oficial derivada de Ubuntu que incorpora o escritorio KDE.<br/><b>Notas da instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. A versión NetInstall permite instalar Kubuntu e outros derivados de Ubuntu a través de FTP. Se desexa empregar unha imaxe ISO descargada previamente, empregue a opción HDMedia e copie o ficheiro ISO de instalación alternativa (non a de escritorio) no directorio «/root» ou nunha unidade USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Páxina web:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Descrición:</b> LinuxConsole é unha distribución de escritorio para xogos doada de instalar, doada de utilizar e rápida no inicio.<br/><b>Notas da instalación:</b> A 1.0.2010 é a 1.0 máis recente, dispoñíbel agora en edición en desenvolvmento (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://linuxmint.com/">http://linuxmint.com/</a><br/><b>Descrición:</b> Linux Mint é unha distribución baseada en Ubuntu orientada ao usuario que inclúe codecs privativos adicionais e outro software predeterminado.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Páxina web:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descrición:</b> Mandriva é unha distribución orientada ao usuario antes coñecida como Mandrake Linux.<br/><b>Notas de instalación</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. A versión NetInstall permite a instalación por internet (FTP) ou descargando previamente os: <a href="http://www.mandriva.com/en/download">ficheiros de imaxe ISO "Free"</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descrición:</b> . MEPIS é unha distribución baseada en Debian. SimplyMEPIS é unha opción doada de usar baseada na versión de KDE, mentres que AntiX é unha versión lixeira para computadores antigos<br/><b>Notas de instalación:</b> MEPIS dispón de arranque en modo vivo a partir do que se pode lanzar o instalador. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Páxina web:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrición:</b> NimbleX é unha pequena e versátil distribución baseada en Slackware. Está construída empregando os sripts linux-live e incorpora un escritorio KDE. Pode arrancarse desde un CD ao vivo ou desde unha memoria «Flash» (dispositivos USB ou reprodutores MP3) e pode ser personalizada e ampliada de xeito doado. <br/><b>Notes da instalación:</b> NimbleX iniciase en modo ao vivo. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Páxina web:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descrición:</b> openSUSE é unha distribución patrocinada por Novell orientada ao usuario.<br/><b>Notas de instalación:</b> A versión predeterminada permite a instalación por internet (FTP), ou instalación desconectados usando as imaxes ISO descargadas previamente. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Páxina web:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descrición:</b> Ophcrack pode romper os contrasinais de Windows.<br/><b>Notas de instalación:</b> Ophcrack arranca e execútase en modo vivo; non se precisa da instalación para usalo. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Páxina web:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descrición:</b> Parted Magic inclúe o administrador de particións Gparted e outras utilidades de sistema que poden redimensionar, copiar, facer copias de seguridade e manipular particións de disco.<br/><b>Notas de instalación</b>Parted Magic arranca e funciona en modo vivo; non se precisa de ningunha instalación para usalo. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pxina web:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descrición:</b> Puppy Linux é unha distribución lixeira para computadoras antigas.<br/><b>Notas de instalación:</b> Na versión Live todo o sistema cárgase na memoria RAM e arranca desde a memoria, de tal xeito que a instalación, sendo opcional, non é necesaria. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Páxina web:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descrición:</b> Sabayon Linux é unha distribución «live» en DVD baseada en Gentoo coa funcionalidade do xestor de paquetes binarios «Entropy» ademáis dos paquetes fonte de «Portage».<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. LiteMCE é unha edición de 2 GB, mentres que a edición completa precisa dunha unidade USB de 8 GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descrición:</b> Slax é unha distribución baseada en Slackware que utiliza o escritorio KDE.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Páxina web:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrición:</b> SliTaz é unha micro distribución moi lixeira orientada ao escritorio.<br/><b>Notas de instalación:</b> A versión Live carga o sistema en RAM e arranca desde a memoria, non é precisa a instalación para o seu uso. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Páxina web:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descrición:</b> Smart Boot Manager é un xestor de arranque que pode solucionar algunhas limitacións e erros relacionados co arranque da BIOS.<br/><b>Notas de instalación:</b> SBM simplemente arranca e execútase, non é precisa a súa instalación. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Páxina web:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descrición:</b> Super Grub Disk é un cargador de arranque que pode realizar moitas tarefas de recuperación do MBR e de cargadores de arranque.<br/><b>Notas de instalación:</b> SGD simplemente arranca execútase; non se precisa instalalo. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descrición:</b> Super OS é unha distribución non oficial derivada de Ubuntu que incorpora aplicativos adicionais. Precisa dunha unidade USB con 2GB de espazo para poder instalala.<br/><b>Notas da Instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Páxina web:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><br/><b>Descrición:</b> Ubuntu é unha distribució amigábel baseada en Debian. Actualmente é unha das distribucións Linux máis populares.<br/><b>Notas da instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. A versión NetInstall permite instalar Ubuntu a través de FTP. Se desexa empregar unha imaxe ISO descargada previamente, empregue a opción HDMedia e copie o ficheiro ISO de instalación alternativa (non a de escritorio) no directorio «/root» ou nunha unidade USB. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Páxina web:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrición:</b> xPUD é unha distribución moi lixeira cunha interface tipo "quiosco" con un navegador e un reprodutor multimedia.<br/><b>Notas de instalación:</b> A versión Live carga o sistema enteiramente en RAM e arranca desde a memoria. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Páxina web:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Descrición:</b> Xubuntu é unha distribución oficial derivada de Ubuntu que incorpora o escritorio XFCE.<br/><b>Notas da instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. A versión NetInstall permite instalar Xubuntu e outros derivados de Ubuntu a través de FTP. Se desexa empregar unha imaxe ISO descargada previamente, empregue a opción HDMedia e copie o ficheiro ISO de instalación alternativa (non a de escritorio) no directorio «/root» ou nunha unidade USB. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Descrición:</b> Zenwalk é unha distribución baseada en Slackware que utiliza o escritorio XFCE.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Páxina web:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descrición:</b> EeePCLinuxOS é unha distribución amigable Para EeePC baseada en PCLinuxOS.<br/><b>Notas de instalación:</b> Asegúrese de que o dispositivo está baleiro e formatado antes de proceder coa instalación. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Páxina web:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descrición:</b> Ubuntu Eee non é só Ubuntu optimizado para a Asus Eee PC. É un sistema operativo, utilizando a interface Netbook Remix, o que favorece o mellor software dispoñible no canto das alternativas de código aberto (é decir, Skype no canto de Ekiga).<br/><b>Notas de instalación:</b> Asegúrese de que o dispositivo está baleiro e formatado antes de proceder coa instalación. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Páxina web:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive é unha distribución baseada en Debian mais utiliza o xestor de xanelas Enlightenment.<br/><b>Notas da instalación:</b> A versión Live permite arrancar en modo vivo, desde onde poderá iniciar o instalador. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Páxina web:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descrición:</b> Kiwi Linux é un derivado de Ubuntu inicialmente feito para usuarios de fala romanesa, húngara e inglesa.<br/><b>Notas de instalación:</b> Asegúrese de que o dispositivo está baleiro e formatado antes de proceder coa instalación. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Páxina web:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrición:</b> gNewSense é unha distribución GNU/Linux de alta calidade creada a partir de Ubuntu que a estende e mellora para crear un sistema operativo completamente libre sen ningún tipo de burbulla binaria ou arbores de paquetes que conteñan software privativo.<br/><b>Notas de instalación:</b> Asegúrese de que o dispositivo está baleiro e formatado antes de proceder coa instalación. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Páxina web:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrición:</b> NimbleX é unha pequena e versátil distribución baseada en Slackware. Está construída empregando os sripts linux-live e incorpora un escritorio KDE. Pode arrancarse desde un CD ao vivo ou desde unha memoria «Flash» (dispositivos USB ou reprodutores MP3) e pode ser personalizada e ampliada de xeito doado. <br/><b>Notes da instalación:</b> NimbleX iniciase en modo ao vivo. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Páxina web:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrición:</b> SliTaz é moi lixeira, micro distribución orientada ao escritorio.<br/><b>Notas de instalación:</b> A versión Live carga o sistema enteiramente en RAM e arranca desde a memoria, non se precisa instalación sendo esta opcional. O instalador está baseado en <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Páxina web:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrición:</b> xPUD é unha distribución moi lixeira con unha interface tipo "quiosco" cun navegador e un reprodutor multimedia.<br/><b>Notas de instalación:</b> A versión Live carga o sistema enteiramente en RAM e arranca desde a memoria. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Escoller dunha lista de distribucións dispoñíbeis &Distribution &Distribución Specify a disk image file to load Indique o ficheiro de imaxe de disco a cargar Disk&image &Imaxe de disco Manually specify a kernel and initrd to load Indicar manualmente o kernel e o initrd a cargar &Custom &Personalizado Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK Aceptar Return Volver Cancel Cancelar Esc Escape Reboot Now Reiniciar agora Exit Saír 1. Downloading Files 1. Descargando os ficheiros 2. Extracting and Copying Files 2. Extraendo e copiando os ficheiros 3. Installing Bootloader 3. Instalando o cargador de arranque 4. Installation Complete, Reboot 4. Completouse a instalación, reinicie Select the target drive to install to Escolla a unidade de destino na que instalar Dri&ve: &Unidade: Select the installation target type Escolla o tipo de instalación de destino &Type: &Tipo: Select the distribution version Escolla a versión da distribución Select disk image file Escolla o ficheiro de imaxe de disco ... ... Select the disk image type Escolla o tipo de imaxe de disco Specify a floppy/hard disk image, or CD image (ISO) file to load Indique unha imaxe de disquete/disco ríxido ou un ficheiro de imaxe de CD (ISO) para cargar Specify a kernel file to load Indique o ficheiro de kernel paraa cargar Select kernel file Escolla o ficheiro de kernel Specify an initrd file to load Indique un ficheiro initrd para cargar Select initrd file Escolla o ficheiro initrd Select syslinux.cfg or isolinux.cfg file Escolla o ficheiro syslinux.cfg ou isolinux.cfg Specify parameters and options to pass to the kernel Indique os parámetros e opcións que pasar ao kernel &Kernel: &Núcleo: Init&rd: Init&rd: &Options: &Opcións: uninstaller Uninstallation Complete Completouse a desinstalación %1 has been uninstalled. %1 foi correctamente desinstalado. Must run as root Debe executarse como administrador %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 ten que ser executado como administrador (root). Pécheo e volva a executalo empregando:<br/><b>sudo %1</b><br/>ou:<br/><b>su - -c '%1'</b> %1 Uninstaller Desinstalador de %1 %1 is currently installed. Remove the existing version? Actualmente está instalado %1. Eliminar a versión existente? unetbootin_he.ts000644 000765 000024 00000265723 12325150343 014376 0ustar00gezastaff000000 000000 QObject LeftToRight RightToLeft unetbootin Hard Disk כונן קשיח USB Drive כונן USB ISO ISO Floppy דיסקט either ×ו LiveUSB persistence שימור ×¢× LiveUSB FAT32-formatted USB drive כונן USB בפריסת FAT32 EXT2-formatted USB drive כונן USB בפריסת EXT2 Open Disk Image File פתיחת קובץ דמות תקליטור All Files כל ×”×§×‘×¦×™× All Files (*) כל ×”×§×‘×¦×™× (*) Open Kernel File פתיחת קובץ ליבה Open Initrd File פתיחת קובץ Initrd Open Bootloader Config File פתיחת קובץ תצורת ×יתחול Insert a USB flash drive יש לחבר כונן USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. ×œ× × ×ž×¦×ו כונני USB. במידה שכבר חובר כונן USB, יש לנסות לפרמט ×ותו ×›Ö¾FAT32. %1 not mounted %1 ×ינו מעוגן You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. ר×שית יש לעגן ×ת כונן ×”Ö¾USB %1 לנקודת ×¢×’×™× ×”. רוב ההפצות יעשו ×–×ת ×וטומטית ל×חר הסרה וחיבור מחדש של כונן ×”Ö¾USB. Select a distro יש לבחור הפצה You must select a distribution to load. יש לבחור הפצה לטעינה. Select a disk image file יש לבחור קובץ דמות תקליטור You must select a disk image file to load. יש לבחור קובץ דמות לטעינה. Select a kernel and/or initrd file יש לבחור ליבה ו/×ו קובץ initrd You must select a kernel and/or initrd file to load. יש לבחור ליבה ו/×ו קובץ initrd לטעינה. Diskimage file not found קובץ דמות התקליטור ×œ× × ×ž×¦× The specified diskimage file %1 does not exist. קובץ דמות התקליטור שצוין %1 ×ינו ×§×™×™×. Kernel file not found קובץ הליבה ×œ× × ×ž×¦× The specified kernel file %1 does not exist. קובץ הליבה שצוין %1 ×œ× × ×ž×¦×. Initrd file not found קובץ ×”Ö¾initrd ×œ× × ×ž×¦× The specified initrd file %1 does not exist. קובץ ×”Ö¾initrd שצוין %1 ×œ× × ×ž×¦×. %1 exists, overwrite? %1 ×§×™×™×, לשכתב? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. הקובץ %1 כבר ×§×™×™×. יש ללחוץ על 'כן להכול' כדי לשכתב ×•×©×œ× ×ª×•×¤×™×¢ ש×לה שוב, 'כן' כדי לשכתב ×§×‘×¦×™× ×‘×ופן יחידני ו־'ל×' כדי לשמור על הגרסה הנוכחית. ×× ×§×™×™× ×¡×¤×§, יש לבחור ב־'כן להכול'. %1 is out of space, abort installation? ×”×ž×§×•× ×©×‘Ö¾%1 ×זל, ×”×× ×œ×‘×˜×œ ×ת ההתקנה? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. בתיקייה %1 ×ין עוד מקו×. ניתן ללחוץ על 'כן' כדי לבטל ×ת ההתקנה, 'ל×' כדי ×œ×”×ª×¢×œ× ×ž×©×’×™××” זו ולנסות להמשיך בהתקנה ו־'×œ× ×œ×”×›×•×œ' כדי ×œ×”×ª×¢×œ× ×ž×›×œ ההתרעות ×ודות המחסור במקו×. Locating kernel file in %1 מתבצע ×יתור של קובץ הליבה ב־%1 Copying kernel file from %1 קובץ הליבה מועתק מ־%1 Locating initrd file in %1 קומתבצע ×יתור של קובץ ×”Ö¾initrd ב־%1 Copying initrd file from %1 קובץ ×”Ö¾initrd מועתק מ־%1 Extracting bootloader configuration תצורת מנהל הטעינה מחולצת <b>Extracting compressed iso:</b> %1 <b>חילוץ קובץ ×”Ö¾ISO הדחוס:</b>†%1 Copying file, please wait... ×”×§×‘×¦×™× ×ž×•×¢×ª×§×™×, × × ×œ×”×ž×ª×™×Ÿ... <b>Source:</b> <a href="%1">%1</a> <b>מקור:</b>†<a href="%1">%1</a> <b>Destination:</b> %1 <b>יעד:</b>†%1 <b>Copied:</b> 0 bytes <b>הועתקו:</b> 0 ×‘×ª×™× Extracting files, please wait... ×”×§×‘×¦×™× ×‘×—×™×œ×•×¥, × × ×œ×”×ž×ª×™×Ÿ... <b>Archive:</b> %1 <b>×רכיון:</b>†%1 <b>Source:</b> <b>מקור:</b> <b>Destination:</b> <b>יעד:</b> <b>Extracted:</b> 0 of %1 files <b>חולצו:</b>†0 מתוך %1 ×§×‘×¦×™× <b>Source:</b> %1 (%2) <b>מקור:</b>†%1 (%2) <b>Destination:</b> %1%2 <b>יעד:</b>†%1%2 <b>Extracted:</b> %1 of %2 files <b>חולצו:</b>†%1 מתוך %2 ×§×‘×¦×™× Downloading files, please wait... ×§×‘×¦×™× ×‘×”×•×¨×“×”, × × ×œ×”×ž×ª×™×Ÿ... <b>Downloaded:</b> 0 bytes <b>הורדו:</b>†0 ×‘×ª×™× Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. ההורדה של %1 %2 מ־%3 נכשלה. × × ×œ× ×¡×•×ª להוריד ×ת קובץ ×”Ö¾ISO ישירות מה×תר ולספק ×ותו דרך ×פשרות דמות הכונן. <b>Downloaded:</b> %1 of %2 <b>הורדו:</b>†%1 מתוך %2 <b>Copied:</b> %1 of %2 <b>הועתקו:</b> %1 מתוך %2 Searching in <a href="%1">%1</a> חיפוש תחת <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 הת×מות תחת <a href="%3">%3</a> %1 not found %1 ×œ× × ×ž×¦× %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 ×œ× × ×ž×¦×. רכיב ×–×” נדרש למצב ההתקנה של %2. יש להתקין ×ת החבילה "%3" ×ו המקבילה להפצה שנבחרה. (Current) (נוכחי) (Done) (בוצע) Configuring grub2 on %1 הגדרת grub2 על גבי %1 Configuring grldr on %1 הגדרת grldr על %1 Configuring grub on %1 הגדרת grub על %1 Installing syslinux to %1 התקנת syslinux ×ל %1 Installing extlinux to %1 התקנת extlinux ×ל %1 Syncing filesystems סנכרון מערכות ×§×‘×¦×™× Setting up persistence הגדרת שימור After rebooting, select the ל×חר ×”×תחול, יש לבחור ב־ After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? ל×חר ההפעלה מחדש, יש לבחור ב×פשרות ההפעלה מ־USB בתפריט ההפעלה של ×”Ö¾BIOS.†%1 ×”×× ×”×¤×¢×™×œ מחדש כעת? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 התקן ×”Ö¾USB שנוצר ×œ× ×™×›×•×œ לשמש לצורך ×תחול Mac. יש להכניס ×ת ההתקן למחשב ולבחור ב×פשרות ×”×תחול ב×מצעות USB מתפריט ×”×תחול של ×”Ö¾BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *חשוב* ×‘×˜×¨× ×”×”×¤×¢×œ×” מחדש, יש להציב קובץ iso של התקנה ×לטרנטיבית (×œ× ×‘×מצעות שולחן עבודה) של ×ובונטו בתיקיית הבסיס של הכונן הקשיח ×ו של כונן ×”Ö¾USB שלך. ניתן להשיג ×§×‘×¦×™× ×לה דרך cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *שובה* ל×חר ההפעלה מחדש יש ×œ×”×ª×¢×œ× ×ž×”×•×“×¢×•×ª השגי××” ולבחור ב×חורה ×× ×”×ª×‘×§×© תקליטור, ××– יש לגשת ×ל התפריט הר×שי, לבחור ב×פשרות 'התחלת ההתקנה', לבחור ב־'רשת' כמקור, לבחור ב־'HTTP' כפרוטוקול, להזין ×ת הכתובת 'mirrors.kernel.org' כשיתבקש ×©× ×”×©×¨×ª ולהזין '/centos/%1/os/%2' ×›×שר יתבקש ×©× ×”×ª×™×§×™×™×”. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *חשוב* ×‘×˜×¨× ×”×”×¤×¢×œ×” מחדש, יש להציב קובץ iso של ההתקנה של דבי×ן בתיקיית הבסיס של הכונן הקשיח ×ו של כונן ×”Ö¾USB שלך. ניתן להשיג ×§×‘×¦×™× ×לה דרך cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *חשוב* ל×חר ההפעלה מחדש יש ×œ×”×ª×¢×œ× ×ž×”×•×“×¢×•×ª השגי××” ולבחור ב×חורה ×× ×”×ª×‘×§×© תקליטור, ××– יש לגשת ×ל התפריט הר×שי, לבחור ב×פשרות 'התחלת ההתקנה', לבחור ב־'רשת' כמקור, לבחור ב־'HTTP' כפרוטוקול, להזין ×ת הכתובת 'download.fedora.redhat.com' כשיתבקש ×©× ×”×©×¨×ª ולהזין '/pub/fedora/linux/development/%1/os' ×›×שר יתבקש ×©× ×”×ª×™×§×™×™×”. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *חשוב* ל×חר ההפעלה מחדש יש ×œ×”×ª×¢×œ× ×ž×”×•×“×¢×•×ª השגי××” ולבחור ב×חורה ×× ×”×ª×‘×§×© תקליטור, ××– יש לגשת ×ל התפריט הר×שי, לבחור ב×פשרות 'התחלת ההתקנה', לבחור ב־'רשת' כמקור, לבחור ב־'HTTP' כפרוטוקול, להזין ×ת הכתובת 'download.fedora.redhat.com' כשיתבקש ×©× ×”×©×¨×ª ולהזין '/pub/fedora/linux/releases/%1/Fedora/%2/os' ×›×שר יתבקש ×©× ×”×ª×™×§×™×™×”. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *חשוב* ל×חר ההפעלה מחדש יש ×œ×”×ª×¢×œ× ×ž×”×•×“×¢×•×ª השגי××” ולבחור ב×חורה ×× ×”×ª×‘×§×© תקליטור, ××– יש לגשת ×ל התפריט הר×שי, לבחור ב×פשרות 'התחלת ההתקנה', לבחור ב־'רשת' כמקור, לבחור ב־'HTTP' כפרוטוקול, להזין ×ת הכתובת 'download.opensuse.org' כשיתבקש ×©× ×”×©×¨×ª ולהזין '/factory/repo/oss' ×›×שר יתבקש ×©× ×”×ª×™×§×™×™×”. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *חשוב* ל×חר ההפעלה מחדש יש ×œ×”×ª×¢×œ× ×ž×”×•×“×¢×•×ª השגי××” ולבחור ב×חורה ×× ×”×ª×‘×§×© תקליטור, ××– יש לגשת ×ל התפריט הר×שי, לבחור ב×פשרות 'התחלת ההתקנה', לבחור ב־'רשת' כמקור, לבחור ב־'HTTP' כפרוטוקול, להזין ×ת הכתובת 'download.opensuse.org' כשיתבקש ×©× ×”×©×¨×ª ולהזין ''/distribution/%1/repo/oss' ×›×שר יתבקש ×©× ×”×ª×™×§×™×™×”. == Select Distribution == == × × ×œ×‘×—×•×¨ הפצה == == Select Version == == × × ×œ×‘×—×•×¨ גרסה == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> ברוך בו×ך ×ל <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, תכנית ההתקנה ×”×וניברסלית דרך הרשת, שימוש:<ol><li>יש לבחור בהפצה ובגרסה להורדה מהרשימה שלהלן, ×ו לציין ×§×‘×¦×™× ×ž×¡×•×™×™×ž×™× ×œ×˜×¢×™× ×” להלן.</li><li>יש לבחור ×ת סוג ההתקנה, וללחוץ על ×ישור כדי להתחיל בהתקנה.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>דף הבית:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>תי×ור:</b>†Arch Linux ×”×™× ×”×¤×¦×” קלילה המות×מת למהירות ולגמישות.<br/><b>הערות התקנה:</b> גרסת בררת המחדל מ×פשרת התקנה דרך ×”×ינטרנט (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>דף הבית:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>תי×ור:</b> BackTrack ×”× ×” הפצה המתמקדת בניתוח רשתות ובדיקות חדירה.<br/><b>הערות התקנה:</b> BackTrack פועלת ורצה במצב ×—×™; ×ין צורך בהתקנה כדי להשתמש בה. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>דף הבית:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>תי×ור:</b>†CentOS ×”× ×” כפילה חופשית של Red Hat Enterprise Linux.<br/>â€<b>הערות התקנה:</b> גרסת בררת המחדל מ×פשרת התקנה דרך ×”×ינטרנט (FTP), ×ו התקנה ×œ× ×ž×§×•×•× ×ª ב×מצעות קובצי ISO ש×וחזרו מר×ש. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>דף הבית:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>תי×ור:</b> CloneZilla ×”×™×” הפצה המשמשת לגיבוי ×›×•× × ×™× ×•×—×™×œ×•×¥ תמונות כונני×.<br/><b>הערות התקנה:</b> CloneZilla מת×תחלת ופועלת במצב ×—×™; ×ין צורך בהתקנתה כדי לעשות בה שימוש. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>דף הבית:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>תי×ור:</b> Damn Small Linux ×”× ×” הפצה פשטנית המיועדת ×œ×ž×—×©×‘×™× ×™×©× ×™×.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” טוענת ×ת המערכת כולה ×ל זיכרון ×”Ö¾RAM ומ×תחלת מהזיכרון, כך ×©×œ× × ×“×¨×©×ª התקנה ×ך ×”×™× ×פשרית. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>דף הבית:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>תי×ור:</b> Debian ×”× ×” הפצת לינוקס המפותחת ב×ופן קהילתי התומכת במגוון רחב של תצורות ×ž×¢×‘×“×™× ×•×ž×¦×™×¢×” מ×גר רחב של חבילות.<br/><b>הערות התקנה:</b> הגרסה להתקנה מקוונת (NetInstall) מ×פשרת להתקין דרך FTP. ×× ×‘×¨×¦×•× ×š להשתמש בקובץ iso שהורד מר×ש, יש להשתמש ב×פשרות HdMedia ו××– להציב ×ת קובץ ×”Ö¾iso של ההתקנה בתיקיית הבסיס של הכונן הקשיח ×ו כונן ×”Ö¾USB שלך. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>תי×ור:</b> Dreamlinux ×”× ×” הפצה ידידותית למשתמש מבוססת דבי×ן.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת ×תחול במצב ×—×™, ממנו ניתן להפעיל ×ת תוכנית ההתקנה. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>דף הבית:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>תי×ור:</b> Dr.Web AntiVirus ×”× ×” ערכת ×—×™×¨×•× ×ž×‘×•×¡×¡×ª ×נטיווירוס לשחזור מערכת שקרסה עקב תכנה זדונית.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת הפעלה במצב ×—×™ ממנו ניתן לבצע סריקות ×חר תוכנות זדוניות. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>תי×ור:</b> Elive ×”×™× ×”×¤×¦×” מבוססת דבי×ן המשתמשת במנהל החלונות Enligtenment.â€<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת הפעלה במצב ×—×™, ממנו ניתן להפעיל ×ת תכנית ההתקנה. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>דף הבית:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>תי×ור:</b> Fedora ×”× ×” הפצה קהילתית הממומנת על ידי Red Hat המציגה ×ת התכנה החופשית/חינמית העדכנית ביותר.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת ×תחול במצב ×—×™, ממנו ניתן להפעיל ×ת תכנית ההתקנה. גרסת התקנת הרשת מ×פשרת התקנה דרך ×”×ינטרנט (FTP), ×ו התקנה ב×מצעות קובצי ISO ש×וחזרו מר×ש. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>דף הבית:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>תי×ור:</b> FreeBSD ×”× ×” מערכת דמויית יוניקס לשימוש כללי המתוכננת לריבוי ×©×™× ×•×™×™× ×•×‘×™×¦×•×¢×™×.<br/><b>הערות התקנה:</b> גרסת בררת המחדל מ×פשרת התקנה דרך ×”×ינטרנט (FTP), ×ו התקנה ×œ× ×ž×§×•×•× ×ª ב×מצעות קובצי ISO ש×וחזרו מר×ש. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>דף הבית:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>תי×ור:</b> FreeDOS ×”× ×” מערכת הפעלה תו×מת MS-DOS<br/><b>הערות התקנה:</b> ניתן לעיין ב<a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">מדריך למשתמש</a> ×œ×¤×¨×˜×™× ×¢×œ ההתקנה. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>דף הבית:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>תי×ור:</b> FreeNAS ×”× ×” הפצה משובצת בקוד פתוח NAS (Network-Attached Storage/×חסון צמוד רשת) המבוססת על BSD.<br/><b>הערות התקנה:</b> גרסת התקליטור ×”×—×™ יוצרת כונן וירטו×לי בזכרון עבור FreeNAS, ומשתמשת בדיסקט בפורמט FAT ×ו בכונן USB לשמירת קובץ התצורה. הגרסה המשובצת מ×פשרת התקנה ×ל הכונן הקשיח. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>דף הבית:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>תי×ור:</b> Frugalware ×”× ×” הפצה המבוססת על Slackware לשימוש כללי.<br/><b>הערות התקנה:</b> ×פשרות בררת המחדל מ×פשרת התקנה דרך ×”×ינטרנט, ×ו התקנה ×œ× ×ž×§×•×•× ×ª ב×מצעות קובצי ISO ש×וחזרו מר×ש. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>תי×ור:</b> GeeXboX ×”× ×” הפצה המבוססת על לינוקס ×œ×”×ª×§× ×™× ×ž×©×•×‘×¦×™× ×œ×¦×•×¨×š מרכז מולטימדיה.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>תי×ור:</b> gNewSense ×”× ×” הפצה המקבלת תמיכה מהמוסד לתכנה חופשית המבוססת על ×ובונטו ×ך ××™× ×” כוללת כלל ×¨×›×™×‘×™× ×©××™× × ×—×•×¤×©×™×™×.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת הפעלה במצב ×—×™ ממנו ניתן להפעיל ×ת ההתקנה. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>דף הבית:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>תי×ור:</b> Gujin הינו מנהל ×תחול גרפי שיכול לבצע רצף ×תחול ב×מצעות מגוון של ×›×¨×›×™× ×•×§×‘×¦×™×<br/><b>הערות התקנה:</b> Gujin פשוט מת×תחל ופועל; ×œ× × ×“×¨×©×ª התקנה כדי להשתמש בו. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>דף הבית:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>תי×ור:</b> Kaspersky Rescue Disk מ×תר ומסיר תוכנות זדוניות מהתקנת ×”Ö¾Windows שלך.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת הפעלה במצב ×—×™ ממנו ניתן לבצע סריקות ×חר תכנה זדונית. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>דף הבית:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>תי×ור:</b>Kubuntu ×”× ×” נגזרת רשמית של Ubuntu ×¢× ×¡×‘×™×‘×ª שולחן העבודה KDE.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת הפעלה במצב ×—×™ ממנה ניתן להפעיל ×ת ההתקנה. גרסת ההתקנה המקוונת (NetInstall) מ×פשרת להתקין דרך FTP, וניתן דרכה להתקין קובונטו ונגזרות רשמיות נוספות של ×ובונטו. ×× ×‘×¨×¦×•× ×š להשתמש בקובץ ×”Ö¾iso להתקנה החלופית (×œ×œ× ×©×•×œ×—×Ÿ עבודה) יש להשתמש ב×פשרות ×”Ö¾HdMedia, ו××– להציב ×ת קובץ ×”Ö¾iso של ההתקנה החלופית בכונן הקשיח ×ו בכונן ×”Ö¾USB שלך. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>דף הבית:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>תי×ור:</b> LinuxConsole ×”× ×” הפצה לשולחן העבודה לצורכי משחקי×, פשוטה להתקנה, קלה לשימוש ועולה מהר .<br/><b>הערות התקנה:</b> גרסה 1.0.2010 ×”× ×” העדכנית ביותר לסדרה 1.0, זמינה כעת בהפצה מתגלגלת (יש להריץ liveupdate כדי לעדכן ×ת ×”×ž×•×“×•×œ×™× ×•×”×œ×™×‘×”). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>תי×ור:</b> Linux Mint ×”× ×” הפצה ידידותית למשתמש המבוססת על ×ובונטו הכוללת ×ž×¤×¢× ×—×™× ×•×ª×•×›× ×•×ª נוספות ×§× ×™×™× ×™×™× ×›×‘×¨×¨×ª מחדל<br/><b>הערות התקנה:</b>הגרסה ×”×—×™×” מ×פשרת הפעלה במצב ×—×™, ממנו ניתן לטעון ×ת תכנית ההתקנה. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>דף הבית:</b> <a href="http://www.lubuntu.org/">http://www.lubuntu.org</a><br/><b>תי×ור:</b>Lubuntu ×”× ×” נגזרת רשמית של Ubuntu ×¢× ×¡×‘×™×‘×ª שולחן העבודה LXDE.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת הפעלה במצב ×—×™ ממנה ניתן להפעיל ×ת ההתקנה. גרסת ההתקנה המקוונת (NetInstall) מ×פשרת להתקין דרך FTP, וניתן דרכה להתקין קובונטו ונגזרות רשמיות נוספות של ×ובונטו. ×× ×‘×¨×¦×•× ×š להשתמש בקובץ ×”Ö¾iso להתקנה החלופית (×œ×œ× ×©×•×œ×—×Ÿ עבודה) יש להשתמש ב×פשרות ×”Ö¾HdMedia, ו××– להציב ×ת קובץ ×”Ö¾iso של ההתקנה החלופית בכונן הקשיח ×ו בכונן ×”Ö¾USB שלך. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>דף הבית:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>תי×ור:</b> Mandriva ×”× ×” הפצה ידידותית למשתמש שבעברה נודעה ×‘×©× ×ž× ×“×¨×™×™×§ לינוקס.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת ×תחול במצב ×—×™, ממנו ניתן לטעון ×ת תוכנית ההתקנה. גרסת ההתקנה מהרשת מ×פשרת התקנה דרך ×”×ינטרנט ×ו דרך <a href="http://www.mandriva.com/en/download">קובצי דמות ISO „חופשייד</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>תי×ור:</b> MEPIS ×”× ×” הפצה מבוססת דבי×ן. SimplyMEPIS ×”×™× ×’×¨×¡×” ידידותית למשתמש המבוססת על KDE בעוד AntiX ×”×™× ×’×¨×¡×” קלילה המיועדת ×œ×ž×—×©×‘×™× ×™×©× ×™×.<br/><b>הערות התקנה:</b> MEPIS תומכת בהפעלה במצב ×—×™ ממנו ניתן להפעיל ×ת תכנית ההתקנה. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>דף הבית:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>תי×ור:</b> NetbootCD הנו תקליטור קטן שמוריד ומפעיל תכניות התקנה מבוססות ×ינטרנט לשלל הפצות.<br/><b>הערות התקנה:</b> NetbootCD פועל ורץ במצב ×—×™. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>דף הבית:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>תי×ור:</b> NimbleX ×”× ×” הפצה קטנה וגמישה מבוססת Slackware. נבנתה ב×מצעות ×”×¡×§×¨×™×¤×˜×™× ×©×œ linux-live, ומציע שולחן עבודה מסוג KDE. נתין להפעיל ו×תה מתקליטור CD ×ו מהתקני הבזק (כונניUSB ×ו × ×’× ×™ MP3), וניתנת בקלות להת×מה ×ו להרחבה.<br/><b>הערות התקנה:</b> NimbleX מ×ותחלת במצב ×—×™. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>דף הבית:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>תי×ור:</b> עורך ססמ×ות NT ורישומי מערכת בלתי ×ž×§×•×•× ×™× ×™×›×•×œ ל×פס ולערוך ×ת רישומי המערכת של Windows 2000-Vista.<br/><b>הערות התקנה:</b> NTPasswd מופעל ורץ במצב ×—×™; ×œ× × ×“×¨×©×ª התקנה כדי להשתמש בכלי ×”×–×”. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>דף הבית:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>תי×ור:</b> openSUSE ×”× ×” הפצה ידידותית למשתמש הממומנת על ידי נובל<br/><b>הערות התקנה:</b> גרסת בררת המחדל מ×פשרת התקנה דרך ×”×ינטרנט (FTP), ×ו התקנה ×œ× ×ž×§×•×•× ×ª ב×מצעות קובצי ISO ש×וחזרו מר×ש. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>דף הבית:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>תי×ור:</b> Ophcrack יכול לפצח סיסמ×ות של Windows.<br/><b>הערות התקנה:</b> Ophcrack מת×תחל ומופעל במצב ×—×™; ×œ× × ×“×¨×©×ª התקנה כדי להשתמש בו. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>דף הבית:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>תי×ור:</b> Parted Magic כוללת ×ת מנהל המחיצות GParted וכלי מערכת ××—×¨×™× ×©×‘×™×›×•×œ×ª× ×œ×”×¢×ª×™×§, לגבות, לשנות ×ת גודל ולעבוד ×¢× ×ž×—×™×¦×•×ª בכונני×.<br/><b>הערות התקנה:</b> Parted Magic מת×תחלת ופועלת במצב ×—×™; ×œ× × ×“×¨×©×ª התקנה כדי להשתמש בה. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>דף הבית:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>תי×ור:</b> Puppy Linux ×”× ×” הפצה קלת משקל המיועדת ×œ×ž×—×©×‘×™× ×™×©× ×™×.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” טוענת ×ת המערכת כולה ×ל זיכרון ×”Ö¾RAM ומת×תחלת מהזיכרון, כך ש×ין צורך בהתקנה על ××£ שזה ×פשרי. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>דף הבית:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>תי×ור:</b> Sabayon Linux ×”× ×” הפצה ב־DVD מבוססת ×’'נטו המציעה ×ת מנהל החבילות הבינריות Entropy נוסף על המערכת מבוססת המקור Portage.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת הפעלה במצב ×—×™, ממנו ניתן להפעיל ×ת תהנית ההתקנה. מהדורת ×”Ö¾LiteMCE ×”× ×” בגודל של 2 ×’"ב, בעוד הגרסה המל××” דורשת כונן USB בגודל של 8 ×’"ב. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>דף הבית:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>תי×ור:</b> Salix ×”× ×” הפצת גנו/לינוקס המבוססת על Slackware (×¢× ×ª×ימות מל××”) ×•×”×™× ×’× ×ž×¢×¨×›×ª פשוטה, מהירה ונוחה לשימוש.<br/>ממש כמו ×¢×¥ בונז××™, Salix ×”× ×” קטנה, קלילה ותוצר של טיפוח ×ינסופי.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת לעבוד במצב ×—×™, ממנו ניתן להפעיל ×ת תכנית ההתקנה לבחירתך.<br/>ססמת העל (root) כבררת מחדל ×”× ×” <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>תי×ור:</b> Slax ×”× ×” הפצה המבוססת על Slackware הכוללת ×ת שולחן העבודה KDE.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת ×תחול במצב ×—×™, ממנו ניתן להפעיל ×ת תכנית ההתקנה. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>דף הבית:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>תי×ור:</b> SliTaz ×”× ×” מיקרו הפצה קלת משקל המיועדת ×œ×ž×—×©×‘×™× ×©×•×œ×—× ×™×™×.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” נטענת כולה ×ל זיכרון ×”Ö¾RAM ומת×תחלת מהזיכרון, כך ש×ין צורך בהתקנה ×ך ניתן לבצע ×ותה. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>דף הבית:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>תי×ור:</b> Smart Boot Manager הינו טוען ×יתחול המסוגל להתגבר על כמה מגבלות ותקלות במערכות ×”Ö¾BIOS.<br/><b>הערות התקנה:</b> SBMפשוט מת×תחל ומופעל; ×œ× × ×“×¨×©×ª התקנה כדי להשתמש בו. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>דף הבית:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>תי×ור:</b> Super Grub Disk הינו טוען ×יתחול המסוגל לבצע משימות שיחזור רבות עבור טוען ×”×יתחול וה־MBR.<br/><b>הערות התקנה:</b> SGDפשוט מת×תחלת ומופעלת; ×œ× × ×“×¨×©×ª התקנה כדי להשתמש בה. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>תי×ור:</b> Super OS ×”× ×” נגזרת בלתי רשמית של ×ובונטו הכוללת תוכנות נוספות כבררת מחדל. יש צורך בכונן USB בנפח של 2 ג״ב כדי להתקין.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת הפעלה במצב ×—×™, ממנו ניתן להפעיל ×ת תכנית ההתקנה. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>דף הבית:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>תי×ור:</b>Ubuntu ×”× ×” הפצה ידידותית מבוססת דבי×ן. נכון לעכשיו זוהי הפצת הלינוקס הנפוצה ביותר ×œ×ž×—×©×‘×™× ×ישיי×.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת הפעלה במצב ×—×™ ממנה ניתן להפעיל ×ת ההתקנה. גרסת ההתקנה המקוונת (NetInstall) מ×פשרת להתקין דרך FTP, וניתן דרכה להתקין קובונטו ונגזרות רשמיות נוספות של ×ובונטו. ×× ×‘×¨×¦×•× ×š להשתמש בקובץ ×”Ö¾iso להתקנה החלופית (×œ×œ× ×©×•×œ×—×Ÿ עבודה) יש להשתמש ב×פשרות ×”Ö¾HdMedia, ו××– להציב ×ת קובץ ×”Ö¾iso של ההתקנה החלופית בכונן הקשיח ×ו בכונן ×”Ö¾USB שלך. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>דף הבית:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>תי×ור:</b> xPUD ×”× ×” הפצה קלילה המציעה מנשק דמוי קיוסק המציע דפדפן ×ינטרנט ונגן מדיה.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” טוענת ×ת כל המערכת ×ל זיכרון ×”Ö¾RAM ומופעלת מהזיכרון. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>דף הבית:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>תי×ור:</b>Xubuntu ×”× ×” נגזרת רשמית של Ubuntu ×¢× ×¡×‘×™×‘×ª שולחן העבודה XFCE.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת הפעלה במצב ×—×™ ממנה ניתן להפעיל ×ת ההתקנה. גרסת ההתקנה המקוונת (NetInstall) מ×פשרת להתקין דרך FTP, וניתן דרכה להתקין קובונטו ונגזרות רשמיות נוספות של ×ובונטו. ×× ×‘×¨×¦×•× ×š להשתמש בקובץ ×”Ö¾iso להתקנה החלופית (×œ×œ× ×©×•×œ×—×Ÿ עבודה) יש להשתמש ב×פשרות ×”Ö¾HdMedia, ו××– להציב ×ת קובץ ×”Ö¾iso של ההתקנה החלופית בכונן הקשיח ×ו בכונן ×”Ö¾USB שלך. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>תי×ור:</b> Zenwalk ×”× ×” הפצה המבוססת על Slackware הכוללת ×ת שולחן העבודה XFCE.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” מ×פשרת ×תחול במצב ×—×™, ממנו ניתן להפעיל ×ת תכנית ההתקנה. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>דף הבית:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>תי×ור:</b> EeePCLinuxOS ×”× ×” הפצה ידידותית למשתמש המבוססת על PCLinuxOS עבור EeePC.<br/><b>הערות התקנה:</b> יש ×œ×•×•×“× ×©×”×ž×“×™×” ריקה ומפורמטת ×‘×˜×¨× ×”×ž×©×š ההתקנה. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>דף הבית:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><br/><b>תי×ור:</b> Ubuntu Eee ××™× ×” רק מות×מת עבור Asus Eee PC. זוהי מערכת הפעלה, ב×מצעות מנשק ×”Ö¾Netbook Remix, המעדיף ×ת התוכנה הטובה ביותר הזמינה על פני חלופות הקוד הפתוח (לדוגמה: Skype על פני Ekiga). <br/><b>הערות התקנה:</b> יש ×œ×•×•×“× ×›×™ מדיית ההתקנה ריקה ומפורמטת ×‘×˜×¨× ×”×ž×©×š ההתקנה. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>דף הבית:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>תי×ור:</b> Elive ×”× ×” הפצה מבוססת Debian המציעה ×ת מנהל החלונות Enlightenment.<br/><b>הערות התקנה:</b>הגרסה ×”×—×™×” מ×פשרת ×תחול במצב ×—×™, ממנו ניתן להפעיל ×ת תכנית ההתקנה. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>דף הבית:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>תי×ור:</b> Kiwi Linux ×”× ×” הפצת לינוקס שנגזרה מ×ובונטו ומיועדת בעיקר לדוברי רומנית, הונגרית ו×נגלית.<br/><b>הערות התקנה:</b> יש ×œ×•×•×“× ×©×”×ž×“×™×” המשמשת להתקנה ריקה ומפורמטת ×‘×˜×¨× ×”×ž×©×š ההתקנה. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>דף הבית:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>תי×ור:</b> gNewSense ×”× ×” הפצת GNU/לינוקס המרחיבה ומשפרת ×ת ×ובונטו ליצירת מערכת הפעלה חופשית לגמרי ×œ×œ× ×›×ª×ž×™× ×‘×™× ××¨×™×™× ×ו עצי חבילות ×”×ž×›×™×œ×™× ×ª×›× ×” קניינית.<br/><b>הערות התקנה:</b> יש ×œ×•×•×“× ×›×™ מדיית ההתקנה ריקה ומפורמטת ×‘×˜×¨× ×”×ž×©×š ההתקנה. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><b>דף הבית:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>תי×ור:</b> NimbleX ×”× ×” הפצה קטנה וגמישה מבוססת Slackware. נבנתה ב×מצעות ×”×¡×§×¨×™×¤×˜×™× ×©×œ linux-live, ומציע שולחן עבודה מסוג KDE. נתין להפעיל ו×תה מתקליטור CD ×ו מהתקני הבזק (כונניUSB ×ו × ×’× ×™ MP3), וניתנת בקלות להת×מה ×ו להרחבה.<br/><b>הערות התקנה:</b> NimbleX מ×ותחלת במצב ×—×™. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>דף הבית:</b> <br/><b>תי×ור:</b> SliTaz ×”× ×” מיקרו הפצה קלת משקל המיועדת ×œ×ž×—×©×‘×™× ×©×•×œ×—× ×™×™×.<br/><b>הערות התקנה:</b> הגרסה ×”×—×™×” נטענת כולה ×ל זיכרון ×”Ö¾RAM ומת×תחלת מהזיכרון, כך ש×ין צורך בהתקנה ×ך ניתן לבצע ×ותה. תכנית התקנה זו מבוססת על <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>דף הבית:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>תי×ור:</b> xPUD ×”×™× ×”×¤×¦×” קלת משקל המציגה מנשק בסיסי ×¢× ×“×¤×“×¤×Ÿ ×ינטרנט ונגן מדיה.<br/><b>הערות התקנה:</b>הגירסה ×”×—×™×” טוענת ×ת המערכת כולה לזכרון ×”Ö¾RAM ומופעלת מהזכרון. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions יש לבחור מרשימת ההפצות הנתמכות &Distribution ×”&פצה Specify a disk image file to load יש לציין קובץ דמות כונן לטעינה Disk&image דמות &כונן Manually specify a kernel and initrd to load בחירה ידנית של הליבה וה־initrd לטעינה &Custom ×”&ת×מה ×ישית Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. שטח לשימור קובצי משתמש כדי שניתן ×™×”×™×” להשתמש בהן ×’× ×œ×חר הפעלה מחדש. עובד רק עבור התקני LiveUSB של ×ובונטו ונגזרותיה. ×× ×”×¢×¨×š חורג מגודל הכונן ייעשה שימוש בשטח הגדול ביותר הזמין. Space used to preserve files across reboots (Ubuntu only): השטח המשמש לשימור ×§×‘×¦×™× ×‘×™×Ÿ הפעלות מחדש (×ובונטו בלבד): MB מ״ב OK ×ישור Return Enter Cancel ביטול Esc Esc Reboot Now ×יתחול כעת Exit יצי××” 1. Downloading Files 1. הורדת ×§×‘×¦×™× 2. Extracting and Copying Files 2. חילוץ והעתקת ×§×‘×¦×™× 3. Installing Bootloader 3. התקנת תוכנית הטעינה 4. Installation Complete, Reboot 4. ההתקנה הושלמה, מתבצע ×יתחול Select the target drive to install to יש לבחור ×ת כונן היעד להתקנה Dri&ve: &כונן: Select the installation target type יש לבחור ×ת סוג יעד ההתקנה &Type: &סוג: Select the distribution version יש לבחור ×ת גירסת ההפצה Select disk image file יש לבחור קובץ דמות כונן ... ... Select the disk image type יש לבחור ×ת סוג דמות הכונן Specify a floppy/hard disk image, or CD image (ISO) file to load יש לציין ×ת דמות הדיסקט/כונן קשיח ×ו דמות תקליטור (ISO) לטעינה Specify a kernel file to load יש לציין קובץ ליבה לטעינה Select kernel file יש לבחור קובץ ליבה Specify an initrd file to load יש לציין קובץ initrd לטעינה Select initrd file יש לבחור קובץ initrd Select syslinux.cfg or isolinux.cfg file יש לבחור קובץ syslinux.cfg ×ו isolinux.cfg Specify parameters and options to pass to the kernel יש לציין ×¤×¨×ž×˜×¨×™× ×•×פשרויות להעברה ×ל הליבה &Kernel: &קרנל: Init&rd: Init&rd: &Options: &×פשרויות: uninstaller Uninstallation Complete ההסרה הושלמה %1 has been uninstalled. הסרת %1 הושלמה. Must run as root יש להפעיל כמשתמש על %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> יש להריץ ×ת %2 כמשתמש על. יש לסגור ×ת היישו×, ולהפעיל ×ותו מחדש ב×חת הצורות הב×ות:<br/><b>sudo %1</b><br/>×ו:<br/><b>su - -c '%1'</b> %1 Uninstaller התוכנית להסרת %1 %1 is currently installed. Remove the existing version? %1 מותקנת נכון לעתה. ×”×× ×œ×”×¡×™×¨ ×ת הגירסה הקיימת? unetbootin_hr.ts000644 000765 000024 00000254747 12325150343 014417 0ustar00gezastaff000000 000000 QObject LeftToRight S lijeva na desno unetbootin Hard Disk ÄŒvrsti disk USB Drive USB ureÄ‘aj ISO ISO Floppy Disketa either ili LiveUSB persistence LiveUSB dodatni slobodni prostor FAT32-formatted USB drive FAT32 formatiran USB ureÄ‘aj EXT2-formatted USB drive EXT2 formatiran USB ureÄ‘aj Open Disk Image File Otvori datoteku slike diska All Files Sve datoteke All Files (*) Sve Datoteke (*) Open Kernel File Otvori datoteku kernela Open Initrd File Otvori Initrd datoteku Open Bootloader Config File Otvori bootloader datoteku podeÅ¡avanja Insert a USB flash drive Umetni USB ureÄ‘aj No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nema pronaÄ‘enih USB ureÄ‘aja. Ako ste već umetnuli USB ureÄ‘aj, ponovno ga formatirajte kao FAT32. %1 not mounted %1 nije montiran You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Prvo morate montirati %1 USB ureÄ‘aj u toÄku montiranja. Većina distribucija će to uÄiniti automatski nakon Å¡to uklonite i ponovno umetnete USB ureÄ‘aj. Select a distro Odaberite distribuciju You must select a distribution to load. Morate odabrati distribuciju za uÄitavanje. Select a disk image file Odaberi datoteku slike diska You must select a disk image file to load. Morate odabrati sliku diska za uÄitavanje. Select a kernel and/or initrd file Odaberi kernel i/ili initrd datoteku You must select a kernel and/or initrd file to load. Morate odabrati kernel i/ili initrd datoteku za uÄitavanje. Diskimage file not found Datoteka slike diska nije pronaÄ‘ena The specified diskimage file %1 does not exist. Navedena %1 datoteka slike diska ne postoji. Kernel file not found Datoteka kernela nije pronaÄ‘ena The specified kernel file %1 does not exist. Navedena %1 datoteka kernela ne postoji. Initrd file not found Initrd datoteka nije pronaÄ‘ena The specified initrd file %1 does not exist. Navedena %1 initrd datoteka ne postoji. %1 exists, overwrite? %1 postoji, prepisati? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Datoteka %1 već postoji. Odaberite 'Da za sve' za prepisivanje i bez budućih upita, 'Da' za prepisivanje datoteka na pojedinaÄnoj razini, i 'Ne' za zadržavanje vaÅ¡e postojeće inaÄice. Ako ste u nedoumici, odaberite 'Da za sve'. %1 is out of space, abort installation? %1 je bez slobodnog prostora, želite li prekinuti instalaciju? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. %1 direktoriju je ponestalo slobodnog prostora. Odaberite 'Da' za prekid instalacije, 'Ne' za zanemarivanje ove greÅ¡ke i pokuÅ¡aja nastavka instalacije i 'Ne za sve' za zanemarivanje svih greÅ¡aka nedostatka slobodnog prostora. Locating kernel file in %1 Traženje kernel datoteke u %1 Copying kernel file from %1 Kopiranje kernel datoteke iz %1 Locating initrd file in %1 Traženje initrd datoteke u %1 Copying initrd file from %1 Kopiranje initrd datoteke iz %1 Extracting bootloader configuration Otpakiravanje bootloader podeÅ¡avanja <b>Extracting compressed iso:</b> %1 <b>Otpakiravanje sabijenog ISO-a:</b> %1 Copying file, please wait... Kopiranje datoteke, priÄekajte... <b>Source:</b> <a href="%1">%1</a> <b>Izvor:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>OdrediÅ¡te:</b> %1 <b>Copied:</b> 0 bytes <b>Kopirano:</b> 0 bajtova Extracting files, please wait... Otpakiravanje datoteka, priÄekajte... <b>Archive:</b> %1 <b>Arhiva:</b> %1 <b>Source:</b> <b>Izvor:</b> <b>Destination:</b> <b>OdrediÅ¡te:</b> <b>Extracted:</b> 0 of %1 files <b>Otpakirano:</b>0 od %1 datoteka <b>Source:</b> %1 (%2) <b>Izvor:</b> %1 (%2) <b>Destination:</b> %1%2 <b>OdrediÅ¡te:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Otpakirano:</b> %1 od %2 datoteka Downloading files, please wait... Preuzimanje datoteka, priÄekajte... <b>Downloaded:</b> 0 bytes <b>Preuzeto:</b> 0 bajtova Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Preuzimanje %1 %2 sa %3 nije uspjelo. PokuÅ¡ajte preuzeti ISO datoteku izravno sa web stranice i dodajte je putem 'diskimage' mogućnosti. <b>Downloaded:</b> %1 of %2 <b>Preuzeto:</b> %1 od %2 <b>Copied:</b> %1 of %2 <b>Kopirano:</b> %1 od %2 Searching in <a href="%1">%1</a> Traženje u <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 podudarnosti u <a href="%3">%3</a> %1 not found %1 nije pronaÄ‘en %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nije pronaÄ‘en. To je potrebno za %2 naÄin instalacije. Instalirajte "%3" paket ili ekvivalent vaÅ¡e distribucije. (Current) (Trenutno) (Done) (Gotovo) Configuring grub2 on %1 PodeÅ¡avanje gruba2 na %1 Configuring grldr on %1 PodeÅ¡avanje grldr na %1 Configuring grub on %1 PodeÅ¡avanje grub-a na %1 Installing syslinux to %1 Instalacija syslinux-a na %1 Installing extlinux to %1 Instalacija extlinux-a na %1 Syncing filesystems UsklaÄ‘ivanje datoteÄnih sustava Setting up persistence Postavljanje dodatnog slobodnog prostora After rebooting, select the Nakon ponovnog pokretanja, odaberite After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Nakon ponovnog pokretanja, odaberite mogućnost podizanja sa USB-a u BIOS izborniku podizanja.%1 Želite li ponovno pokrenuti, odmah? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Napravljeni USB se neće podići sa Mac raÄunala. Stavite ga u PC i odaberite mogućnost podizanja sa USB-a u BIOS izborniku podizanja.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *UPOZORENJE* Prije ponovnog pokretanja, stavite Ubutnu alternativnu (ne inaÄicu sa radnim okruženjem) instalacijsku ISO datoteku u 'root' direktorij vaÅ¡eg tvrdog diska ili USB ureÄ‘aja. Možete ih nabaviti na 'cdimage.ubuntu.com' *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *UPOZORENJE* Prije ponovnog pokretanja, zanemarite sve poruke greÅ¡aka i odaberite 'povratak' ako se pojavi upit za CD, zatim idite u glavni izbornik, odaberite mogućnost 'Pokreni instalaciju', odaberite 'Mreža' kao izvor, odaberite 'HTTP' kao protokol, odaberite 'mirrors.kernel.org' kada se pojavi odabir poslužitelja i odaberite '/centos/%1/os/%2' kada se pojavi odabir mape. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *UPOZORENJE* Prije ponovnog pokretanja, stavite Debian instalacijsku ISO datoteku u 'root' direktorij vaÅ¡eg tvrdog diska ili USB ureÄ‘aja. Možete ih nabaviti na 'cdimage.debian.org' *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *UPOZORENJE* Prije ponovnog pokretanja, zanemarite sve poruke greÅ¡aka i odaberite 'povratak' ako se pojavi upit za CD, zatim idite u glavni izbornik, odaberite mogućnost 'Pokreni instalaciju', odaberite 'Mreža' kao izvor, odaberite 'HTTP' kao protokol, odaberite 'download.fedora.redhat.com', kada se pojavi odabir poslužitelja i odaberite '/pub/fedora/linux/development/%1/os' kada se pojavi odabir mape. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *UPOZORENJE* Prije ponovnog pokretanja, zanemarite sve poruke greÅ¡aka i odaberite 'povratak' ako se pojavi upit za CD, zatim idite u glavni izbornik, odaberite mogućnost 'Pokreni instalaciju', odaberite 'Mreža' kao izvor, odaberite 'HTTP' kao protokol, odaberite 'download.fedora.redhat.com', kada se pojavi odabir poslužitelja i odaberite '/pub/fedora/linux/releases/%1/Fedora/%2/os' kada se pojavi odabir mape. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *UPOZORENJE* Prije ponovnog pokretanja, zanemarite sve poruke greÅ¡aka i odaberite 'povratak' ako se pojavi upit za CD, zatim idite u glavni izbornik, odaberite mogućnost 'Pokreni instalaciju', odaberite 'Mreža' kao izvor, odaberite 'HTTP' kao protokol, odaberite 'download.opensuse.org', kada se pojavi odabir poslužitelja i odaberite '/factory/repo/oss' kada se pojavi odabir mape. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *UPOZORENJE* Prije ponovnog pokretanja, zanemarite sve poruke greÅ¡aka i odaberite 'povratak' ako se pojavi upit za CD, zatim idite u glavni izbornik, odaberite mogućnost 'Pokreni instalaciju', odaberite 'Mreža' kao izvor, odaberite 'HTTP' kao protokol, odaberite 'download.opensuse.org', kada se pojavi odabir poslužitelja i odaberite '/distribution/%1/repo/oss' kada se odabir mape. == Select Distribution == == Odaberite distribuciju == == Select Version == == Odaberite inaÄicu == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> DobrodoÅ¡li u <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, univerzalni mrežni boot instaler. Upotreba:<ol><li>Odaberite distribuciju i inaÄicu za preuzimanje sa popisa iznad ili ruÄno odaberite datoteke za uÄitavanje ispod</li><li>Odaberite vrstu instalacije i pritisnite 'U redu' za poÄetak instalacije.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Web stranica:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Opis:</b> Arch Linux je jednostavna distribucija prilagoÄ‘ena brzini i fleksibilnosti.<br/><b>Napomena instalacije:</b> Osnovna inaÄica omogućuje instalaciju putem interneta (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Opis:</b> BackTrack je distribucija usredotoÄena na analizu mreže i provjeru propusnosti mreže.<br/><b>Napomena instalacije:</b> BackTrack se podiže i pokreće u live naÄinu rada, instalacija nije potrebna za koriÅ¡tenje. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Почетна Ñтраница:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>ОпиÑ:</b> CentOS је беÑплатан Red Hat Enterprise Linux дупликат.<br/><b>Ðапомена инÑталације:</b> Подразумевано издање омогућује инÑталацију путем интернета (FTP) или инÑталацију Ñа раније преузетих ISO датотека. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Opis:</b> CloneZilla distribucija se koristi za sigurnosno kopiranje diska.<br/><b>Napomena instalacije:</b> CloneZilla se podiže i pokreće u live naÄinu rada, instalacija nije potrebna za koriÅ¡tenje. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Web stranica:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Opis:</b> Damn Small Linux je minimalistiÄka distribucija napravljena za starija raÄunala.<br/><b>Napomena instalacije:</b> InaÄica live naÄina rada uÄitava cijeli sustav u RAM i pokreće se iz memorije, dakle instalacija nije potrebna već je prepuÅ¡tena izboru. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Opis:</b> Debian je Linux distribucija razvijena od strane zajednice koja podržava razne inaÄice arhitektura hardvera i nudi vrlo veliki repozitorij paketa.<br/><b>Napomene instalacije:</b> NetInstall inaÄica dopuÅ¡ta instalaciju putem FTP-a. Ako želite koristiti instalaciju sa prije preuzetih ISO datoteka, koristite HdMedia mogućnost i zatim stavite ISO instalacijsku datoteku u 'root' direktorij vaÅ¡eg tvrdog diska ili USB ureÄ‘aja. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Opis:</b> Dreamlinux je Debian temeljena distribucija prilagoÄ‘ena korisnicima za jednostavnije koriÅ¡tenje.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada, iz kojega se instalacija može pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Web stranica:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Opis:</b> Dr.Web AntiVirus je antivirus za hitno spaÅ¡avanje sustava koji se sruÅ¡io zbog malwara.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada, iz kojeg se može pokrenuti malware pretraživanje. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Opis:</b> Elive je distribucija temeljena na Debianu koja promovira Enlightenment radno okruženje.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada, iz kojega se instalacija može pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Opis:</b> Fedora je Red Hat distribucija sponzorirana od strane zajednice koja dolazi sa testnim inaÄicama softvera slobodnog/otvorenog kôda.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄinu rada, iz kojega se instalacija može pokrenuti prema potrebi. NetInstall inaÄica omogućuje instalaciju putem interneta (FTP) ili instalaciju bez prikljuÄka na internet koristeći prije preuzete instalacijske ISO datoteke. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Opis:</b> FreeBSD je Unixoidni operativni sustav opće namjene dizajniran u svrhu proÅ¡irivosti i performansi.<br/><b>Napomena instalacije :</b> Osnovna inaÄica omogućuje instalaciju preko interneta (FTP) ili instalaciju bez prikljuÄka na internet koristeći prije preuzete instalacijske ISO datoteke. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Web stranica:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Opis:</b> FreeDOS je slobodna inaÄica MS-DOS kompatibilinog operativnog sustava.<br/><b>Napomena instalacije:</b> Pogledajte <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">korisniÄke upute</a> za pojedinosti instalacije. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Web stranica:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Opis:</b> FreeNAS ima ugraÄ‘eni NAS (Network-Attached Storage) otvorenog kôda, to je distribucija temeljena na FreeBSD-u.<br/><b>Napomena instalacije:</b> LiveCD inaÄica stvara RAM disk za FreeNAS i koristi FAT formatiranu disketu ili USB ureÄ‘aj za spremanje datoteka podeÅ¡avanja. UgraÄ‘ena inaÄica dopuÅ¡ta instalaciju na tvrdi disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Opis:</b> Frugalware je distribucija opće namjene temeljena na Slackwareu namjenjena naprednim korisnicima.<br/><b>Napomena instalacije:</b>Osnovna inaÄica omogućuje instalaciju preko interneta (FTP) ili instalaciju bez prikljuÄka na internet koristeći prije preuzete instalacijske ISO datoteke. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Web stranica:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Opis:</b> GeeXboX je distribucija sa ugraÄ‘enim Linux Medijskim centrom.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Opis:</b> gNewSense je FSF-podržana distribucija temeljena na Ubuntu sa uklonjenim svim neslobodnim komponentama.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada iz kojega se instalacija može pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Web stranica:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Opis:</b> Gujin je grafiÄki upravitelj pokretanja operativnih sustava koji može pokretati sustave sa razliÄitih ureÄ‘aja i datoteka.<br/><b>Napomena instalacije:</b> Gujin se jednostavno podigne i pokrene, instalacija nije potrebna za koriÅ¡tenje. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Web stranica:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Opis:</b> Kaspersky Rescue Disk otkriva i uklanja malware iz vaÅ¡e Windows installacije.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada iz koje se može pokrenuti pretraživanje malwara. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Opis:</b> Kubuntu je službeni Ubuntu derivat koji dolazi sa KDE radnim okruženjem.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada iz kojega se instalacija može kasnije pokrenuti prema potrebi. NetInstall inaÄica dopuÅ¡ta instalaciju preko FTP-a i može instalirati Kubuntu i druge službene Ubuntu derivate. Ako želite koristiti prije preuzetu alternativnu (ne inaÄicu s radnim okruženjem) instalacijsku ISO datoteku, koristitite HdMedia mogućnost i zatim stavite alternativnu ISO datoteku u 'root' direktorij vaÅ¡eg tvrdog diska ili USB ureÄ‘aja. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Web stranica:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Opis:</b> LinuxConsole je distribucija s radnim okruženjem namijenjena igranju, laka za instalaciju i brzo se pokreće.<br/><b>Napomena instalacije:</b> 1.0.2010 je posljednja inaÄica 1.0, sada je dostupna kao 'rolling' izdanje (pokrenite 'liveuptate' za nadogradnju modula i kernela). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Opis:</b> Linux Mint je Ubuntu temeljena distribucija prilagoÄ‘ena korisnicima za jednostavnije koriÅ¡tenje koja sadrži dodatne vlasniÄke kôdeke i ostali softver.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada iz kojega se instalacija može kasnije pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Opis:</b> Lubuntu je službeni Ubuntu derivat koji dolazi sa LXDE radnim okružjem.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada iz kojega se instalacija može kasnije pokrenuti prema potrebi. NetInstall inaÄica dozvoljava instalaciju preko FTP-a i može instalirati Lubuntu i druge službene Ubuntu derivate. Ako želite koristiti prije preuzetu alternativnu (ne inaÄicu s radnim okruženjem) instalacijsku ISO datoteku, koristitite HdMedia mogućnost i zatim stavite alternativnu ISO datoteku u 'root' direktorij vaÅ¡eg tvrdog diska ili USB ureÄ‘aja. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Web stranica:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Opis:</b> Mandriva je distribucija prilagoÄ‘ena korisnicima za jednostavnije koriÅ¡tenje, prije poznata kao Mandrake Linux.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada iz kojega se instalacija može kasnije pokrenuti prema potrebi. NetInstall inaÄica omogućuje instalaciju putem interneta (FTP) ili instalaciju bez prikljuÄka na internet koristeći prije preuzete <a href="http://www.mandriva.com/en/download">"Besplatne" instalacijske ISO datoteke</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Opis:</b> MEPIS je Debian temeljena distribucija. SimplyMEPIS je distribucija prilagoÄ‘ena korisnicima za jednostavnije koriÅ¡tenje, temeljena na KDE radnom okruženju, dok je AntiX jednostavnija inaÄica namijenjena starijim raÄunalima.<br/><b>Napomena instalacije:</b> MEPIS podržava pokretanje u Live naÄinu rada iz kojeg se instalacija može kasnije pokrenuti. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Web stranica:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Opis:</b> NetbootCD je mali CD za pokretanje distribucija, koji preuzima i pokreće mrežno temeljene instalacije distribucija.<br/><b>Napomena instalacije:</b> NetbootCD se podiže i pokreće u Live naÄinu rada. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Web stranica:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Opis:</b> NimbleX je mala svestrana Slackware temeljena distribucija. Napravljena je koriÅ¡tenjem linux-live skripti i sadrži KDE radno okruženje. Može se pokrenuti sa CD-a ili flash memorije (USB ureÄ‘aja ili MP3 reproduktora) i može se s lakoćom prilagoÄ‘avati i proÅ¡irivati.<br/><b>Napomena instalacije:</b> NimbleX se pokreće u Live naÄinu rada. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Opis:</b> Bez mrežni NT ureÄ‘ivaÄ lozinki i registra može poniÅ¡titi Windows lozinke i ureÄ‘ivat registre na Windows 2000-Vista.<br/><b>Napomena instalacije:</b> NTPasswd se podiže i pokreće u Live naÄinu rada, instalacija nije potrebna za koriÅ¡tenje <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Opis:</b> openSUSE distribucija prilagoÄ‘ena korisnicima za jednostavnije koriÅ¡tenje sponzorirana od strane Novella.<br/><b>Napomena instalacije:</b> Osnovna inaÄica omogućuje instalaciju preko interneta (FTP) ili instalacija bez prikljuÄka na internet koristeći prije preuzete instalacijske ISO datoteke. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Opis:</b> Ophcrack može otkriti Windows zaporke.<br/><b>Napomena instalacije:</b> Ophcrack se podiže i pokreće u Live naÄinu rada, instalacija nije potrebna za koriÅ¡tenje <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Opis:</b> Parted Magic ukljuÄuje GParted upravitelja particijama i druge alate sustava koji mogu mijenjati veliÄinu, kopirati, izraÄ‘ivati sigurnosne kopije i upravljati particijama diska.<br/><b>Napomena instalacije:</b> Parted Magic se podiže i pokreće u Live naÄinu rada, instalacija nije potrebna za koriÅ¡tenje <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Web stranica:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Opis:</b> Puppy Linux je distribucija prilagoÄ‘ena korisnicima za jednostavnije koriÅ¡tenje namijenjena starijim raÄunalima.<br/><b>Napomena instalacije:</b> InaÄica live naÄina rada uÄitava cijeli sustav u RAM i pokreće se iz memorije, dakle instalacija nije potrebna već je prepuÅ¡tena izboru. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Web stranica:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Opis:</b> Sabayon Linux je temeljen na Gentoo Live DVD distribuciji koja se istiÄe Entropy binarnim upraviteljem paketima temeljenim na Portageu.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada, iz kojega se instalacija može pokrenuti prema potrebi. LiteMCE je inaÄica od 2 GB dok je za cijelo izdanje potreban 8 GB USB ureÄ‘aj. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Web stranica:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Opis:</b> Salix je GNU/Linux distribucija temeljena na Slackwareu (potpuno kompatibilna) zbog toga je jednostavna, brza i lagana za koriÅ¡tenje.<br/>Poput bonsaia, Salix je mala, jednostavna distribucija i pruža neograniÄenu podrÅ¡ku proizvodima.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada, iz kojega se instalacija može pokrenuti prema potrebi.<br/>Zadana 'root' lozinka je <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Opis:</b> Slax je distribucija temeljena na Slackwareu, koja dolazi sa KDE radnim okruženjem.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada, iz kojega se instalacija može pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Web stranica:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Opis:</b> SliTaz je jednostavna mikro distribucija usmjerena na radno okruženje.<br/><b>Napomena instalacije:</b> InaÄica live naÄina rada uÄitava cijeli sustav u RAM i pokreće se iz memorije, dakle instalacija nije potrebna već je prepuÅ¡tena izboru. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Web stranica:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Opis:</b> Smart Boot Manager je pokretaÄ sustava koji može rijeÅ¡iti neka BIOS ograniÄenja i greÅ¡ke.<br/><b>Napomena instalacije:</b> SBM se jednostavno podigne i pokrene, instalacija nije potrebna za koriÅ¡tenje. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Web stranica:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Opis:</b> Super Grub Disk je pokretaÄ sustava koji može izvoditi razne MBR i bootloader zadatke oporavka.<br/><b>Napomena instalacije:</b> SGD se jednostavno podigne i pokrene, instalacija nije potrebna za koriÅ¡tenje. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Opis:</b> Super OS je neslužbeni derivat Ubuntua koja ukljuÄuje dodatni softver. Zahtjeva 2GB USB ureÄ‘aj za instalaciju.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada, iz kojega se instalacija može pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Opis:</b> Ubuntu je jednostavna distribucija temeljena na Debianu. Trenutno je najpopularnija Linux distribucija sa radnim okruženjem.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada, iz kojega se instalacija može pokrenuti prema potrebi. NetInstall inaÄica dozvoljava instalaciju preko FTP-a i može instalirati Lubuntu i druge službene Ubuntu derivate. Ako želite koristiti prije preuzetu alternativnu (ne inaÄicu s radnim okruženjem) instalacijsku ISO datoteku, koristitite HdMedia mogućnost i zatim stavite alternativnu ISO datoteku u 'root' direktorij vaÅ¡eg tvrdog diska ili USB ureÄ‘aja. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Web stranica:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Opis:</b> xPUD je jednostavna distribucija koja se odlikuje jednostavnim suÄeljem kiosk izgleda sa web preglednikom i medijskim reproduktorom.<br/><b>Napomena instalacije:</b> InaÄica live naÄina rada uÄitava cijeli sustav u RAM i pokreće se iz memorije. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Opis:</b> Xubuntu je službeni Ubuntu derivat koji dolazi sa XFCE radnim okruženjem.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada iz kojega se instalacija može kasnije pokrenuti prema potrebi. NetInstall inaÄica dopuÅ¡ta instalaciju preko FTP-a i može instalirati Xubuntu i druge službene Ubuntu derivate. Ako želite koristiti prije preuzetu alternativnu (ne inaÄicu s radnim okruženjem) instalacijsku ISO datoteku, koristitite HdMedia mogućnost i zatim stavite alternativnu ISO datoteku u 'root' direktorij vaÅ¡eg tvrdog diska ili USB ureÄ‘aja. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Opis:</b> Zenwalk je distribucija temeljena na Slackwareu sa XFCE radnim okruženjem.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada, iz kojega se instalacija može pokrenuti prema potrebi. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Web stranica:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Opis:</b> EeePCLinuxOS je korisniÄki jednostavna distribucija bazirana na PCLinuxOS za EeePC.<br/><b>Napomena instalacije:</b> Osigurajte da je medij prazan i formatiran prije poÄetka instalacije. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Web stranica:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Opis:</b> Ubuntu Eee nije samo Ubuntu prilagoÄ‘en za Asus Eee PC. To je operativni sustav, koji koristi Netbook Remix suÄelje, koji ukljuÄuje najbolje Å¡to softver može ponuditi na uÅ¡trb alternativi otvorenog kôda (npr. Skype umjesto Ekiga).<br/><b>Napomena Instalacije:</b> Osigurajte da je medij prazan i formatiran prije poÄetka instalacije. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Web stranica:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Opis:</b> Elive je distribucija temeljena na Debianu koja ukljuÄuje Enlightenment radno okruženje.<br/><b>Napomena instalacije:</b> Live inaÄica dopuÅ¡ta pokretanje u Live naÄin rada, iz kojega se instalacija može pokrenuti prema potrebi. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Web stranica:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Opis:</b> Kiwi Linux je Ubuntu derivat prvobitno napravljen za korisnike koji govore Rumunjski, MaÄ‘arski i Engleski.<br/><b>Napomena Instalacije:</b> Osigurajte da je medij prazan i formatiran prije poÄetka instalacije. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Web stranica:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Opis:</b> gNewSense je visoko kvalitetna GNU/Linux distribucija koja proÅ¡iruje i poboljÅ¡ava Ubuntu stvarajući potpuno slobodan operacijski sustav bez bilo kakvih binarnih greÅ¡aka ili paketa koji sadrže vlasniÄki softver.<br/><b>Napomena instalacije:</b> Osigurajte prazan i formatiran medij prije nastavka instalacije. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Web stranica:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Opis:</b> NimbleX je mala raznovrsna Slackware temeljena distribucija. Stvorena je koriÅ¡tenjem linux-live scripti i izgleda kao KDE radno okruženje. Može biti pokrenuta sa CD ili flash memorije (USB ureÄ‘aja ili MP3 reproduktora) i jednostavno se može prilagoditi i proÅ¡iriti.<br/><b>Napomena instalacije:</b> NimbleX se pokreće iz Live naÄina rada. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Web stranica:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Opis:</b> SliTaz je jednostavna mikro distribucija usmjerena na radno okruženje.<br/><b>Napomene instalacije:</b> InaÄica live naÄina rada uÄitava cijeli sustav u RAM i pokreće se iz memorije, dakle instalacija nije potrebna već je prepuÅ¡tena izboru. Ovaj instaler je temeljen na <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Web stranica:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Opis:</b> xPUD je jednostavna distribucija koja se odlikuje jednostavnim suÄeljem kiosk izgleda sa web preglednikom i medijskim reproduktorom.<br/><b>Napomena instalacije:</b> InaÄica live naÄina rada uÄitava cijeli sustav u RAM i pokreće se iz memorije. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Odaberi sa popisa podržanih distribucija &Distribution &Distribucija Specify a disk image file to load Navedite datoteku slike diska za uÄitavanje Disk&image Slika &diska Manually specify a kernel and initrd to load RuÄno odredite kernel i initrd za uÄitavanje &Custom &PrilagoÄ‘eno Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Dodatni prostor koji se koristi za Äuvanje datoteka pri ponovnom pokretanju. Samo radi na LiveUSB-ima za Ubuntu i derivate. Ako vrijednost prelazi kapacitet diska iskoristiti će se maksimalno raspoloživi prostor. Space used to preserve files across reboots (Ubuntu only): Dodatni prostor koji se koristi za Äuvanje datoteka pri ponovnom pokretanju (samo Ubuntu): MB MB OK U redu Return Povratak Cancel Prekini Esc Esc Reboot Now Ponovno pokreni odmah Exit Izlaz 1. Downloading Files 1. Preuzimanje datoteka 2. Extracting and Copying Files 2. Raspakiravanje i kopiranje datoteka 3. Installing Bootloader 3. Instalacija bootloadera 4. Installation Complete, Reboot 4. Instalacija zavrÅ¡ena, ponovno pokreni Select the target drive to install to Odaberite željeni disk za instalaciju Dri&ve: D&isk Select the installation target type Odaberite željeni ureÄ‘aj za instalaciju &Type: &UreÄ‘aj: Select the distribution version Odaberite inaÄicu distribucije Select disk image file Odaberite datoteku slike diska ... ... Select the disk image type Odaberite vrstu slike diska Specify a floppy/hard disk image, or CD image (ISO) file to load Navedite sliku diskete/tvrdog diska ili datoteku CD slike (ISO) za uÄitavanje Specify a kernel file to load Navedite kernel datoteku za uÄitavanje Select kernel file Navedite kernel datoteku Specify an initrd file to load Navedite initrd datoteku za uÄitavanje Select initrd file Odaberite initrd datoteku Select syslinux.cfg or isolinux.cfg file Odaberite syslinux.cfg ili isolinux.cfg datoteku Specify parameters and options to pass to the kernel Navedite parametre i mogućnosti koji će se poslati kernelu &Kernel: &Kernel: Init&rd: Init&rd &Options: &Mogućnosti: uninstaller Uninstallation Complete Deinstalacija zavrÅ¡ena %1 has been uninstalled. %1 je deinstaliran. Must run as root Mora biti pokrenuti kao 'root' %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 mora biti pokrenuti kao 'root'. Zatvorite ga i ponovno pokrenite koristeći ili:<br/><b>sudo %1</b><br/>ili:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 deinstaler %1 is currently installed. Remove the existing version? %1 je trenutno instaliran. Želite li ukloniti postojeću inaÄicu? unetbootin_hu.ts000644 000765 000024 00000236767 12325150343 014424 0ustar00gezastaff000000 000000 QObject LeftToRight Balról jobbra unetbootin Hard Disk Merevlemez USB Drive USB meghajtó ISO ISO Floppy Floppy either akármelyik LiveUSB persistence FAT32-formatted USB drive FAT32-re formázott USB meghajtó EXT2-formatted USB drive EXT2-re formázott USB meghajtó Open Disk Image File Lemezképfájl megnyitása All Files Minden fájl All Files (*) Minden fájl (*) Open Kernel File Kernel fájl megnyitása Open Initrd File Initrd fájl megnyitása Open Bootloader Config File RendszerbetöltÅ‘ beállítófájljának megnyitása Insert a USB flash drive Csatlakoztasson egy USB-s flash meghajtót No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nem található USB-s flash meghajtó. Ha már csatlakoztatta, de mégsem látható, próbálja meg újraformázni FAT32 fájlrendszerre. %1 not mounted A(z) %1 nincs felcsatolva You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. ElÅ‘ször csatolja az USB-s meghajtót a(z) %1 csatolási ponthoz. A legtöbb disztribúció automatikusan elvégzi ezt az USB-s eszköz eltávolítása, majd újbóli csatlakoztatásakor. Select a distro Válasszon egy disztribúciót You must select a distribution to load. Ki kell választania a betöltendÅ‘ disztribúciót. Select a disk image file Válasszon egy lemezképfájlt You must select a disk image file to load. Ki kell választania a betöltendÅ‘ lemezképfájlt. Select a kernel and/or initrd file Válasszon egy kernel és/vagy initrd fájlt You must select a kernel and/or initrd file to load. Ki kell választania a betöltendÅ‘ kernel és/vagy initrd fájlt Diskimage file not found A lemezképfájl nem található The specified diskimage file %1 does not exist. A megadott %1 lemezképfájl nem létezik. Kernel file not found A kernel fájl nem található The specified kernel file %1 does not exist. A megadott %1 kernel fájl nem létezik. Initrd file not found Initrd fájl nem található The specified initrd file %1 does not exist. A megadott %1 initrd fájl nem létezik. %1 exists, overwrite? A(z) %1 létezik, felülírja? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. A %1 fájl már létezik. Nyomja meg a 'Yes to All' gombot az összes fájl felülírásához, a 'Yes' gombot a fájlok egyesével történÅ‘ felülírásához, vagy a 'No' gombot a jelenlegi verzió megtartásához. Ha nem tud dönteni, nyomja meg a 'Yes to All' gombot. %1 is out of space, abort installation? A(z) %1 eszközön kevés a szabad hely, megszakítja a telepítést? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. A(z) %1 könyvtárban kevés a szabad hely. Nyomja meg a 'Yes' gombot a telepítése megszakításához, a 'No' gombot a hiba figyelmen kívül hagyásához és a telepítés folytatásához, vagy a 'No to All' gombot az összes 'kevés szabad hely' hibaüzenet figyelmen kívül hagyásához. Locating kernel file in %1 Kernel fájl meghatározása itt: %1 Copying kernel file from %1 Kernel fájl másolása innen: %1 Locating initrd file in %1 Copying initrd file from %1 initrd fájl másolása innen: %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 <b>Tömörített ISO fájl kicsomagolása:</b> %1 Copying file, please wait... Fájl másolása, kérem várjon... <b>Source:</b> <a href="%1">%1</a> <b>Forrás:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Cél:</b> %1 <b>Copied:</b> 0 bytes <b>Ãtmásolva:</b> 0 bájt Extracting files, please wait... Fájlok kicsomagolása, kérem várjon... <b>Archive:</b> %1 <b>Archívum:</b> %1 <b>Source:</b> <b>Forrás:</b> <b>Destination:</b> <b>Cél:</b> <b>Extracted:</b> 0 of %1 files <b>Kicsomagolt fájlok:</b> 0/%1 <b>Source:</b> %1 (%2) <b>Forrás:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Cél:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Kicsomagolt fájlok:</b> %1/%2 Downloading files, please wait... Fájlok letöltése, kérem várjon... <b>Downloaded:</b> 0 bytes <b>Letöltve:</b> 0 bájt Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Letöltve:</b> %1/%2 <b>Copied:</b> %1 of %2 <b>Ãtmásolt:</b> %1 a %2 -bÅ‘l Searching in <a href="%1">%1</a> Keresés: <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 egyezik ebben: <a href="%3">%3</a> %1 not found A(z) %1 nem található %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. A(z) %1 nem található. Ez ehhez a telepítési módhoz szükséges: %2. Telepítse a(z) "%3" csomagot, vagy az ön disztribúciójában található megfelelÅ‘jét. (Current) (folyamatban) (Done) (kész) Configuring grub2 on %1 Grub2 konfigurálása itt: %1 Configuring grldr on %1 Grldr konfigurálása itt: %1 Configuring grub on %1 Grub konfigurálása itt: %1 Installing syslinux to %1 Syslinux telepítése ide: %1 Installing extlinux to %1 Extlinux telepítése ide: %1 Syncing filesystems Fájlrendszerek szinkronizálása Setting up persistence After rebooting, select the Újraindítás után, válassza a After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Újraindítás után válassza az USB boot opciót a BIOS boot menüjében.%1 Újraindítja most a számítógépet? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Az elkészített USB eszközzel nem indítható el egy Mac. Helyezze be egy PC-be és válassza ki az USB indítás lehetÅ‘séget a BIOS boot menüjébÅ‘l. %1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com * FONTOS * újraindítás elÅ‘tt helyezzen el egy Ubuntu alternate (nem desktop) telepítÅ‘ iso fájlt a merevlemez vagy USB meghajtó gyökérkönyvtárában. Ezeket a cdimage.ubuntu.com oldalról lehet beszerezni. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *FONTOS* Újraindítás után hagyjon figyelmen kívül minden hibaüzenetet és válassza a 'back' (vissza) opciót, ha a számítógép CD-t kérne. Ezután lépjen vissza a fÅ‘menübe és válassza a 'Start Installation' (telepítése elkezdése) opciót. Válassza a 'Network' (internet) lehetÅ‘séget forrásként és a 'HTTP'-t protokollnak. Ãrja be a következÅ‘ címet szervernek: 'mirrors.kernel.org', majd írja be mappának a következÅ‘t: '/centos/%1/os/%2'. (MindkettÅ‘t idézÅ‘jelek nélkül.) *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org * FONTOS * újraindítás elÅ‘tt helyezzen el egy Debian telepítÅ‘ iso fájlt a merevlemez vagy USB meghajtó gyökérkönyvtárában. Ezeket a cdimage.debian.org oldalról lehet beszerezni. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *FONTOS* Újraindítás után hagyjon figyelmen kívül minden hibaüzenetet és válassza a 'back' (vissza) opciót, ha a számítógép CD-t kérne. Ezután lépjen vissza a fÅ‘menübe és válassza a 'Start Installation' (telepítése elkezdése) opciót. Válassza a 'Network' (internet) lehetÅ‘séget forrásként és a 'HTTP'-t protokollnak. Ãrja be a következÅ‘ címet szervernek: 'download.fedora.redhat.com', majd írja be mappának a következÅ‘t: '/pub/fedora/linux/development/%1/os'. (MindkettÅ‘t idézÅ‘jelek nélkül.) *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *FONTOS* Újraindítás után hagyjon figyelmen kívül minden hibaüzenetet és válassza a 'back' (vissza) opciót, ha a számítógép CD-t kérne. Ezután lépjen vissza a fÅ‘menübe és válassza a 'Start Installation' (telepítése elkezdése) opciót. Válassza a 'Network' (internet) lehetÅ‘séget forrásként és a 'HTTP'-t protokollnak. Ãrja be a következÅ‘ címet szervernek: 'download.fedora.redhat.com', majd írja be mappának a következÅ‘t: '/pub/fedora/linux/releases/%1/Fedora/%2/os'. (MindkettÅ‘t idézÅ‘jelek nélkül.) *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *FONTOS* Újraindítás után hagyjon figyelmen kívül minden hibaüzenetet és válassza a 'back' (vissza) opciót, ha a számítógép CD-t kérne. Ezután lépjen vissza a fÅ‘menübe és válassza a 'Start Installation' (telepítése elkezdése) opciót. Válassza a 'Network' (internet) lehetÅ‘séget forrásként és a 'HTTP'-t protokollnak. Ãrja be a következÅ‘ címet szervernek: 'download.opensuse.org', majd írja be mappának a következÅ‘t: '/factory/repo/oss'. (MindkettÅ‘t idézÅ‘jelek nélkül.) *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *FONTOS* Újraindítás után hagyjon figyelmen kívül minden hibaüzenetet és válassza a 'back' (vissza) opciót, ha a számítógép CD-t kérne. Ezután lépjen vissza a fÅ‘menübe és válassza a 'Start Installation' (telepítése elkezdése) opciót. Válassza a 'Network' (internet) lehetÅ‘séget forrásként és a 'HTTP'-t protokollnak. Ãrja be a következÅ‘ címet szervernek: 'download.opensuse.org', majd írja be mappának a következÅ‘t: '/distribution/%1/repo/oss'. (MindkettÅ‘t idézÅ‘jelek nélkül.) == Select Distribution == == Disztribúció kijelölése == == Select Version == == Verzió kijelölése == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Üdvözli a <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, vagyis a Universal Netboot Installer. Használati utasítás:<ol><li>A fenti listából válasszon ki egy disztribúciót, illetve annak megfelelÅ‘ változatát a letöltéshez, vagy alatta adja meg kézzel, hogy mely fájlok legyenek betöltve.</li><li>Válassza ki a telepítés típusát, majd nyomja meg az OK gombot a telepítés elkezdéséhez.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Honlap:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Leírás:</b> Az Arch Linux egy pehelysúlyú disztribúció, amely a gyorsaságra és a rugalmasságra lett optimalizálva.<br/><b>Telepítési megjegyzések:</b> Az alapváltozatot interneten keresztül lehet telepíteni (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Honlap:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Leírás:</b> A BackTrack egy hálózatelemzésre és behatolás tesztelésre kihegyezett disztribúció.<br/><b>Telepítési megjegyzések:</b> A BackTrack live módban indítható és futtatható; a használathoz nem szükséges telepíteni. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Honlap:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Leírás:</b> A CentOS rendszer a Red Hat Enterprise Linux rendszer ingyen hasonmása.<br/><b>Telepítési megjegyzések:</b> Az alapváltozatot interneten keresztül (FTP) vagy már letöltött ISO lemezképekkel lehet telepíteni. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Honlap:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Leírás:</b> A CloneZilla egy biztonsági mentés és lemezképfájl létrehozására használható disztribúció.<br/><b>Telepítési megjegyzések:</b> A CloneZilla live módban fut, ezért a használatához nem szükséges telepíteni. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Honlap:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Leírás:</b> A Damn Small Linux egy lekicsinyített, minimalista rendszer ami az öregebb számítógépekre van tervezve.<br/><b>Telepítési jegyzetek:</b> A Live ('élÅ‘') változat az egész rendszert RAM-ba tölti, és a memoriából fut, ezert nem kötelezÅ‘ a telepítes. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Leírás:</b> A Dreamlinux egy felhasználóbarát Debian alapú disztribúció.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítÅ‘t bármikor elindíthatja. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Honlap:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Leírás:</b> A Dr.Web AntiVirus egy vírusirtó biztonsági készlet, ami helyrehozza a vírusok miatt tönkrement rendszereket.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan lefuttathatja a víruskeresést. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Honlap:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Leírás:</b> A Fedora egy Red Hat által támogatott közösségi disztribúció, ami a legújabb szabad/nyílt forráskódú szoftvereket tartalmazza.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítÅ‘t bármikor elindíthatja. A NetInstall verzióval telepíthet internetkapcsolattal (FTP), vagy egy elÅ‘re letöltött ISO fájllal. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Honlap:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Leírás:</b> A FreeBSD egy általános célú Unix-szerű operációs rendszer, melynek középpontjában a skálázhatóság egy a teljesítmény áll.<br/><b>Telepítési megjegyzések:</b> Az alapváltozatot interneten keresztül (FTP) vagy már letöltött ISO lemezképekkel lehet telepíteni. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Honlap:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Leírás:</b> A FreeDOS egy szabad MS-DOS kompatibilis operációs rendszer.<br/><b>Telepítési megjegyzések:</b> Részletekért nézze meg a <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">használíti utasítást</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Holnap:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Leírás:</b> A Frugalware egy általános célú Slackware alapú disztribúció tapasztaltabb felhasználóknak.<br/><b>Telepítési megjegyzések:</b> Az alapváltozatot interneten keresztül (FTP) vagy már letöltött ISO lemezképekkel lehet telepíteni. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Honlap:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Leírás:</b> A GeeXboX egy beágyazott Linux médiaközpont disztribúció.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Leírás:</b> A gNewSense egy FSF által jóváhagyott, Ubuntu alapú disztribúció, melybÅ‘l minden nem szabad komponenst eltávolítottak.<br/><b>Megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítÅ‘t bármikor elindíthatja. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Honlap:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Leírás:</b> A Gujin egy grafikus boot manager, ami sokféle kötetet és fájlt képes kezelni.<br/><b>Telepítési megjegyzések:</b> A Gujin egyszerűen elindul és működik; nem kell telepíteni a használatához. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Honlap:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Leírás:</b> A Kaspersky Rescue Disk megtalálja és kiirtja a Windows-os vírusokat.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan lefuttathatja a víruskeresést. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Honlap:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Leírás:</b> A Kubuntu egy KDE asztali környezetet használó hivatalos Ubuntu változat.<br/><b>Telepítési megjegyzések:</b> A Live verzió lehetÅ‘vé teszi a Live módban való indítást, ahonnan a telepítÅ‘ opcionálisan futtatható. A NetInstall verzió lehetÅ‘vé teszi a telepítést FTP-rÅ‘l, ahonnan telepíthetÅ‘ a Kubuntu és más hivatalos Ubuntu változat. Ha egy elÅ‘re letöltött alternate (nem desktop) telepítÅ‘ iso fájlt szeretne használni, válassza a HdMedia opciót, majd helyezze az alternate iso fájlt a merevlemez vagy USB-meghajtó gyökérkönyvtárba. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Leírás:</b> A Linux Mint egy felhasználóbarát Ubuntu alapú disztribúció, ami alapból tartalmazza a zárt codeceket és egyéb szoftvereket.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítÅ‘t bármikor elindíthatja. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Honlap:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Leírás:</b> A Mandriva egy felhasználóbarát disztribúció, ami régen Mandrake Linuxként volt ismert.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítÅ‘t bármikor elindíthatja. A NetInstall verzióval az interneten keresztül (FTP), vagy egy elÅ‘re letöltött <a href="http://www.mandriva.com/en/download">ISO képfájl</a> segítségével telepíthet. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Leírás:</b> A MEPIS egy Debian alapú disztribúció. A SimplyMEPIS felhasználóbarát és KDE-t használ, míg az AntiX egy könnyűsúlyú verzió régebbi gépekhez.<br/><b>Telepítési megjegyzések:</b> A MEPIS támogatja a live módban való bootolást, ahonnan a telepítÅ‘ bármikor elindítható. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Honlap:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Leírás:</b> A NetbootCD egy kicsi indító-CD, amely más disztribúciók hálózati telepítÅ‘it tölti le és indítja el.<br/><b>Telepítési megjegyzések:</b> A NetbootCD live módban indul és fut. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Honlap:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Leírás:</b> Az openSUSE egy felhasználóbarát disztribúció, amit a Novell támogat.<br/><b>Telepítési megjegyzések:</b> Az alapváltozatot interneten keresztül (FTP) vagy már letöltött ISO lemezképekkel lehet telepíteni. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Honlap:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Leírás:</b> Az Ophcrack Windows jelszavak feltörésére használható.<br/><b>Telepítési megjegyzések:</b> Az Ophcrack live módban fut, ezért a használatához nem szükséges telepíteni. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Honlap:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Leírás:</b> A Parted Magic magában foglalja a GParted partíciókezelÅ‘t és egyéb rendszeralkalmazásokat, amikkel átméretezheti, másolhatja, biztonsági mentést készíthet vagy egyéb módon kezelheti a lemezpartícióit.<br/><b>Telepítési megjegyzések:</b> A Parted Magic ive módban fut, ezért a használatához nem szükséges telepíteni. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Honlap:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Leírás:</b> A Puppy Linux egy könnyűsúlyú disztribúció, ami régebbi számítógépekre lett szabva.<br/><b>Telepítési megjegyzések:</b> A live verzió az egész rendszert a memóriába tölti és onnan indul, így a használatához nem muszáj telepíteni. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Honlap:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Leírás:</b> A Sabayon Linux egy Gentoo alapú live DVD disztribúció, ami az Entropy bináris csomagkezelÅ‘t használja a forrásalapú Portage mellett.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítÅ‘t bármikor elindíthatja. A LiteMCE kiadásnak 2 GB, míg a teljes kiadásnak 8 GB hely kell az USB meghajtón. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Leírás:</b> A Slax egy Slackware alapú disztribúció, ami KDE asztali környezetet használ.<br/><b>Install Notes:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítÅ‘t bármikor elindíthatja. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Honlap:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Leírás:</b> A SliTaz egy könnyűsúlyú, asztal-orientált mikro disztribúció.<br/><b>Telepítési megjegyzések:</b> A live verzió az egész rendszert a memóriába tölti és onnan indul, így a használatához nem muszáj telepíteni. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Honlap:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Leírás:</b> A Smart Boot Manager egy rendszerbetöltÅ‘, ami képes megoldani néhány rendszerbetöltéssel kapcsolatos BIOS korlátozást és hibát.<br/><b>Telepítési megjegyzések:</b> Az SBM egyszerűen elindul és működik; nem kell telepíteni a használatához. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Honlap:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Leírás:</b> A Super Grub Disk egy rendszerbetöltÅ‘, ami különféle MBR és rendszerbetöltÅ‘ javító feladatot el tud látni.<br/><b>Telepítési megjegyzések:</b> Az SGD egyszerűen elindul és működik; nem kell telepíteni a használatához. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Honlap:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Leírás:</b> Az xPUD egy könnyűsúlyú disztribúció kioszk-stílusú felülettel, webböngészÅ‘vel és médialejátszóval.<br/><b>Telepítési megjegyzések:</b> A live verzió az egész rendszert a memóriába tölti és onnan indul. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Leírás:</b> A Zenwalk egy Slackware alapú disztribúció, ami XFCE asztali környezetet használ.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítÅ‘t bármikor elindíthatja. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Honlap:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Leírás:</b> Az EeePCLinuxOS egy felhasználóbarát PCLinuxOS alapú disztribúció EeePC-khez.<br/><b>Telepítési megjegyzések:</b> GyÅ‘zÅ‘djön meg a telepítés elÅ‘tt arról, hogy a telepítÅ‘ média üres és megfelelÅ‘en formázott legyen. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Honlap:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Leírás:</b> Az Ubuntu Eee nem csak egy Asus Eee PC-re optimalizált Ubuntu. Ez egy operációs rendszer, ami a netbook remix felületet használja és a létezÅ‘ legjobb szoftvereket kínálja a nyílt forráskódú alternatívája helyett (pl.: Skype az Ekiga helyett).<br/><b>Telepítési megjegyzések:</b> GyÅ‘zÅ‘djön meg a telepítés elÅ‘tt arról, hogy a telepítÅ‘ média üres és megfelelÅ‘en formázott legyen. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Honlap:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Leírás:</b> A Kiwi Linux egy Ubuntu származék, ami elsÅ‘dlegesen románul, magyarul és angolul beszélÅ‘ felhasználóknak készült.<br/><b>Telepítési megjegyzések:</b> GyÅ‘zÅ‘djön meg a telepítés elÅ‘tt arról, hogy a telepítÅ‘ média üres és megfelelÅ‘en formázott legyen. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Honlap:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Leírás:</b> A gNewSense egy kiváló Ubuntu alapú GNU/Linux disztribúció, ami teljes mértékben szabad szoftverekbÅ‘l áll, így mentes minden zárt forráskódú szoftvertÅ‘l és eszközmeghajtótól.<br/><b>Telepítési megjegyzések:</b> GyÅ‘zÅ‘djön meg a telepítés elÅ‘tt arról, hogy a telepítÅ‘ média üres és megfelelÅ‘en formázott legyen. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Honlap:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Leírás:</b> A SliTaz egy könnyűsúlyú, asztal-orientált mikro disztribúció.<br/><b>Telepítési megjegyzések:</b> A live verzió az egész rendszert a memóriába tölti és onnan indul, így a használatához nem muszáj telepíteni. Ez a telepítÅ‘ az <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>-en alapul. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Honlap:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Leírás:</b> Az xPUD egy könnyűsúlyú disztribúció kioszk-stílusú felülettel, webböngészÅ‘vel és médialejátszóval.<br/><b>Telepítési megjegyzések:</b> A live verzió az egész rendszert a memóriába tölti és onnan indul. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Válasszon a támogatott disztribúciók listájából &Distribution &Disztribúció Specify a disk image file to load Adja meg a betöltendÅ‘ lemezképfájlt Disk&image Manually specify a kernel and initrd to load Manuálisan adja meg a betöltendÅ‘ kernel és initrd fájlokat &Custom &Egyéni Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK OK Return Enter Cancel Mégsem Esc Esc Reboot Now Újraindítás most Exit Kilépés 1. Downloading Files 1. Fájlok letöltése 2. Extracting and Copying Files 2. Fájlok kicsomagolása és másolása 3. Installing Bootloader 3. RendszerbetöltÅ‘ telepítése 4. Installation Complete, Reboot 4. Telepítés befejezÅ‘dött, újraindítás Select the target drive to install to Válassza ki a kívánt célmeghajtót a telepítéshez Dri&ve: Meghaj&tó Select the installation target type Válassza ki a telepítési cél típusát &Type: &Típus: Select the distribution version Válassza ki a disztribúció verzióját Select disk image file Lemezképfájl kiválasztása ... ... Select the disk image type Válassza ki a lemezképfájl típusát Specify a floppy/hard disk image, or CD image (ISO) file to load Adja meg a betöltendÅ‘ floppy/merevlemez képfájlt, vagy CD képfájlt (ISO) Specify a kernel file to load Adja meg a betöltendÅ‘ kernel fájlt Select kernel file Kernel fájl kiválasztása Specify an initrd file to load Adja meg a betöltendÅ‘ initrd fájlt Select initrd file Initrd fájl kiválasztása Select syslinux.cfg or isolinux.cfg file Syslinux.cfg, vagy isolinux.cfg fájl kiválasztása Specify parameters and options to pass to the kernel Adja meg azokat a paramétereket és beállításokat, amik át lesznek adva a kernelnek &Kernel: K&ernel Init&rd: &Options: &Beállítások uninstaller Uninstallation Complete Az eltávolítás elkészült %1 has been uninstalled. A(z) %1 el lett távolítva. Must run as root Adminisztrátorként kell futnia %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 csak rendszergazdaként futtatható. Zárja be, majd futtassa ismét a következÅ‘k egyikével:<br/><b>sudo %1</b><br/>vagy:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 eltávolító %1 is currently installed. Remove the existing version? A(z) %1 jelenleg telepítve van. Eltávolítja a meglévÅ‘ verziót? unetbootin_id.ts000644 000765 000024 00000201310 12325150343 014354 0ustar00gezastaff000000 000000 QObject LeftToRight KiriKeKanan unetbootin Hard Disk Hard Disk USB Drive Drive USB ISO ISO Floppy Disket either Salah Satu LiveUSB persistence Keutuhan LiveUSB FAT32-formatted USB drive USB Drive terformat FAT32 EXT2-formatted USB drive USB Drive terformat EXT2 Open Disk Image File Buka berkas citra disk All Files Semua Berkas All Files (*) Semua Berkas (*) Open Kernel File Buka berkas kernel Open Initrd File Buka berkas initrd Open Bootloader Config File Buka berkas konfigurasi bootloader Insert a USB flash drive Masukkan USB drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB drive tidak ditemukan. Jika USB drive telah terpasang coba format sebagai FAT32. %1 not mounted %1 tidak terikat (mounted) You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Ikat (mount) dulu USB drive %1 pada titik ikat (mount point). Kebanyakan distribusi Linux melakukannya secara otomatis setelah USB drive dicopot dan dipasang kembali. Select a distro Pilih distribusi You must select a distribution to load. Anda harus memilih distribusi untuk dimuat. Select a disk image file Pilih berkas citra disk You must select a disk image file to load. Anda harus memilih berkas citra disk untuk dimuat. Select a kernel and/or initrd file Pilih berkas kernel dan/atau intrd You must select a kernel and/or initrd file to load. Anda harus memilih berkas kernel dan/atau initrd. Diskimage file not found Berkas citra disk tidak ditemukan The specified diskimage file %1 does not exist. Berkas citra disk %1 tidak ada. Kernel file not found Berkas kernel tidak ditemukan The specified kernel file %1 does not exist. Berkas kernel %1 tidak ada. Initrd file not found Berkas initrd tidak ditemukan The specified initrd file %1 does not exist. Berkas initrd %1 yang spesifik tidak ada. %1 exists, overwrite? %1 sudah ada, timpa? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Berkas %1 sudah ada. Tekan "Ya untuk Semua" untuk menimpanya dan tidak ditanya lagi, 'Ya' untuk menimpa berkas satu per satu, 'Tidak' untuk mempertahankan berkas yang sudah ada. Jika ragu pilih 'Ya untuk Semua'. %1 is out of space, abort installation? %1 kehabisan ruang, batalkan pemasangan? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Direktori %1 kehabisan ruang. Tekan 'Ya' untuk membatalkan pemasangan, 'Tidak' untuk mengabaikan pesan kesalahan dan mencoba melanjutkan pemasangan, dan 'Tidak untuk Semua' untuk mengabaikan semua pesan kesalahan kehabisan ruang. Locating kernel file in %1 Menemukan berkas kernel di %1 Copying kernel file from %1 Menyalin berkas kernel dari %1 Locating initrd file in %1 Menemukan berkas initrd di %1 Copying initrd file from %1 Menyalin berkas initrd dari %1 Extracting bootloader configuration Mengekstrak konfigurasi bootloader <b>Extracting compressed iso:</b> %1 <b>Mengekstrak berkas ISO terkompres:</b> %1 Copying file, please wait... Menyalin berkas, mohon tunggu... <b>Source:</b> <a href="%1">%1</a> <b>Sumber:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Tujuan:</b> %1 <b>Copied:</b> 0 bytes <b>Tersalin:</b> 0 byte Extracting files, please wait... Mengekstrak berkas, mohon tunggu... <b>Archive:</b> %1 <b>Arsip:</b> %1 <b>Source:</b> <b>Sumber:</b> <b>Destination:</b> <b>Tujuan:</b> <b>Extracted:</b> 0 of %1 files <b>Terekstrak:</b> 0 dari %1 berkas <b>Source:</b> %1 (%2) <b>Sumber:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Tujuan:</b> %1 %2 <b>Extracted:</b> %1 of %2 files <b>Terekstrak:</b> 1% dari %2 berkas Downloading files, please wait... Mengunduh berkas, mohon tunggu... <b>Downloaded:</b> 0 bytes <b>Terunduh:</b> 0 byte Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Unduhan %1 %1 dari %3 gagal. Silahkan mencoba mengunduh berkas ISO langsung dari situs Web dan masukkan pada isian Citra Disk. <b>Downloaded:</b> %1 of %2 <b>Terunduh:</b> %1 dari %2 <b>Copied:</b> %1 of %2 <b>Tersalin:</b> %1 dari %2 Searching in <a href="%1">%1</a> Mencari di <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 sesuai dengan <a href="%3">%3</a> %1 not found %1 tidak ditemukan %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 tidak ditemukan. Ini diperlukan untuk mode pemasangan %2. Pasang paket "%3" atau yang sesuai distribusi anda. (Current) (Saat ini) (Done) (Selesai) Configuring grub2 on %1 Mengkonfigurasi grub2 pada %1 Configuring grldr on %1 Mengkonfigurasi gldr pada %1 Configuring grub on %1 Mengkonfigurasi grub pada %1 Installing syslinux to %1 Memasang syslinux pada %1 Installing extlinux to %1 Memasang extlinux pada %1 Syncing filesystems Mengsinkronisasikan sistem berkas Setting up persistence Mengatur keutuhan After rebooting, select the Setelah <i>reboot</i>, pilih After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Setelah <i>reboot</i>, pilih opsi <i>boot</i> dari USB pada menu <i>boot</i> BIOS.%1 <i>Reboot</i> sekarang? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Perangkat USB yang dibuat tidak bisa dijalankan pada komputer Mac. Pasang pada komputer PC, dan pilih opsi <i>boot</i> dari USB pada menu <i>boot</i> BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *PENTING* Sebelum <i>reboot</i> tempatkan berkas ISO instalasi Ubuntu <i>alternate</i> (bukan <i>desktop</i) pada direktori <i>root hard disk</i> atau USB drive anda. Berkas tersebut bisa didapatkan dari http://cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *PENTING* setelah <i>reboot</i> abaikan semua pesan kesalahan dan pilih 'Back' jika diminta memasukkan CD, lalu menuju ke menu utama, pilih opsi 'Start Installation', pilih 'Network' sebagai sumber, pilih 'HTTP' sebagai protokol, masukkan 'mirrors.kernel.org' ketika <i>server</i> diminta, dan masukkan '/centos/%1/os/%2' ketika direktori diminta. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *PENTING* Sebelum <i>reboot</i> tempatkan berkas ISO instalasi Debian pada direktori <i>root hard disk</i> atau USB drive anda. Berkas tersebut bisa didapatkan dari http://cdimage.debian.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *PENTING* Setelah <i>reboot</i> abaikan semua pesan kesalahan dan pilih 'Back' jika diminta memasukkan CD, lalu menuju ke menu utama, pilih opsi 'Start Installation', pilih 'Network' sebagai sumber, pilih 'HTTP' sebagai protokol, masukkan 'download.fedora.redhat.com' ketika <i>server</i> diminta, dan masukkan '/pub/fedora/linux/development/%1/os' ketika direktori diminta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *PENTING* Setelah <i>reboot</i> abaikan semua pesan kesalahan dan pilih 'Back' jika diminta memasukkan CD, lalu menuju ke menu utama, pilih opsi 'Start Installation', pilih 'Network' sebagai sumber, pilih 'HTTP' sebagai protokol, masukkan 'download.fedora.redhat.com' ketika <i>server</i> diminta, dan masukkan '/pub/fedora/linux/releases/%1/Fedora/%2/os' ketika direktori diminta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *PENTING* Setelah <i>reboot</i> abaikan semua pesan kesalahan dan pilih 'Back' jika diminta memasukkan CD, lalu menuju ke menu utama, pilih opsi 'Start Installation', pilih 'Network' sebagai sumber, pilih 'HTTP' sebagai protokol, masukkan 'download.opensuse.org' ketika <i>server</i> diminta, dan masukkan '/factory/repo/oss' ketika direktori diminta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *PENTING* Setelah <i>reboot</i> abaikan semua pesan kesalahan dan pilih 'Back' jika diminta memasukkan CD, lalu menuju ke menu utama, pilih opsi 'Start Installation', pilih 'Network' sebagai sumber, pilih 'HTTP' sebagai protokol, masukkan 'download.opensuse.org' ketika <i>server</i> diminta, dan masukkan '/distribution/%1/repo/oss' ketika direktori diminta. == Select Distribution == Pilih Distribusi == Select Version == Pilih Versi Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Selamat datang di <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. <ol><li>Pilih distribusi dan versi yang akan diunduh dari daftar di atas, atau pilih berkas yang akan diproses secara manual.</li><li>Pilih tipe instalasi dan klik OK untuk memulai memasang.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>HalamanRumah:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux adalah suatu user-friendly Debian-based distribusi.<br/><b>Install Notes:</b> The Live-versi membolehkan untuk mem-booting dalam mode Langsung, yangmana pemasangannya dapat bebas memilih untuk diluncurkan. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. b>Laman beranda:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Penjelasan:</b> FreeBSD adalah sebuah sistem operasi mirip Unix bertujuan umum yang dirancang untuk skalabilitas dan kinerja. <br/><b>Catatan Pemasangan:</b> Versi standar memungkinkan untuk pemasangan baik melalui internet (FTP) maupun pemasangan luring menggunakan pemasangan pra-unduh berkas ISO. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>situs:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Deskripsi:</b> Super Grub Disk adalah sebuah pemanggil saat booting(bootloader) yang dapat melakukan bergai macam pekerjaan perbaikan atas MBR.<br/><b>Cara pasang:</b> gak perlu bingung, cukup boot SGD, dia langsung jalan, gak perlu install. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Halaman Muka:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Keterangan:</b> EeePCLinuxOS adalah sebuah distribusi berbasis PCLinuxOS yg user-friendly untuk EeePC.<br/><b>Catatan Install:</b> Pastikan media installasi kosong dan terformat sebelum meneruskan instalasi. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Halaman Muka:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee Bukan hanya Ubuntu yg dioptimalkan untuk PC Asus Eee. Ini adalah sebuah sistem operasi, menggukan antarmuka Netbook Remix, yang memilih perangkat lunak terbaik dibandingkan alternatif open source (contoh, Skype daripada Ekiga).<br/><b>Catatan Install:</b> Pastikan media installasi kosong dan terformat sebelum meneruskan instalasi. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Pilih dari daftar distribusi yang tersedia &Distribution &Distribusi Specify a disk image file to load Tentukan berkas citra disk untuk dimuat Disk&image C&itra disk Manually specify a kernel and initrd to load Secara manual tentukan berkas kernel dan initrd untuk dimuat &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Ruang dicadangkan untuk mempertahankan berkas-berkas pengguna setelah <i>reboot</i>. Bekerja hanya pada LiveUSB dari Ubuntu dan turunannya. Jika ukuran ruang melebihi kapasitas media penyimpanan maka ruang sisa maksimal akan digunakan. Space used to preserve files across reboots (Ubuntu only): Ruang digunakan untuk mempertahankan berkas-berkas setelah <i>reboot</i> (hanya Ubuntu): MB MB OK OK Return Kembali Cancel Batal Esc Esc Reboot Now <i>Reboot</i> Sekarang Exit Keluar 1. Downloading Files 1. Mengunduh Berkas-Berkas 2. Extracting and Copying Files 2. Mengekstrak dan Menyalin Berkas-Berkas 3. Installing Bootloader 3. Memasang <i>Bootloader</i> 4. Installation Complete, Reboot 4. Instalasi Selesai, <i>Reboot</i> Select the target drive to install to Pilih <i>drive</i> tujuan untuk instalasi Dri&ve: Dri&ve Select the installation target type Pilih tipe tujuan instalasi &Type: &Tipe: Select the distribution version Pilih versi distribusi Select disk image file Pilih berkas citra disk ... ... Select the disk image type Pilih tipe citra disk Specify a floppy/hard disk image, or CD image (ISO) file to load Tentukan citra disket/hard disk, atau citra CD (ISO) untuk dimuat Specify a kernel file to load Tentukan berkas kernel untuk dimuat Select kernel file Pilih berkas kernel Specify an initrd file to load Tentukan berkas initrd untuk dimuat Select initrd file Pilih berkas initrd Select syslinux.cfg or isolinux.cfg file Pilih berkas syslinux.cfg atau isolinux.cfg Specify parameters and options to pass to the kernel tentukan paramater dan opsi untuk kernel &Kernel: &Kernel Init&rd: Init&rd: &Options: &Opsi: uninstaller Uninstallation Complete Pencopotan Selesai %1 has been uninstalled. %1 telah dicopot. Must run as root Harus dijalankan sebagai <i>root</i> %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 harus dijalankan sebagai <i>root</i>. Tutup, dan jalankan kembali menggunakan:<br/><b>sudo %1</b><br/>atau:<br/><b>su - -c '%1'</b> %1 Uninstaller Pencopot %1 %1 is currently installed. Remove the existing version? %1 sudah terpasang. Hapus versi yang sudah ada? unetbootin_it.ts000644 000765 000024 00000253755 12325150343 014420 0ustar00gezastaff000000 000000 QObject LeftToRight Da sinistra a destra unetbootin Hard Disk Disco fisso USB Drive Unità USB ISO ISO Floppy Floppy either Entrambi LiveUSB persistence Persistenza LiveUSB FAT32-formatted USB drive Unità USB formattata FAT32 EXT2-formatted USB drive Unità USB formattata EXT2 Open Disk Image File Apri File Immagine All Files Tutti i file All Files (*) Tutti i file (*.*) Open Kernel File Apri file kernel Open Initrd File Apri file initrd Open Bootloader Config File Apri file configurazione bootloader Insert a USB flash drive Inserire un'unità flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Non sono state trovate unità flash USB. Se avete già inserito un'unità USB, provate a riformattarla come FAT32. %1 not mounted %1 non montato You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. E' necessario prima montare l'unità USB %1 in un punto di montaggio. La maggior parte delle distribuzioni eseguirà questa operazione automaticamente dopo aver rimosso e reinserito l'unità USB. Select a distro Selezionare una distribuzione Linux You must select a distribution to load. E' necessario selezionare una distribuzione da caricare. Select a disk image file Selezionare un File Immagine You must select a disk image file to load. E' necessario selezionare un file immagine disco da caricare. Select a kernel and/or initrd file Selezionare un file kernel e/o initrd You must select a kernel and/or initrd file to load. E' necessario selezionare un file kernel e/o initrd da caricare. Diskimage file not found Disco di File Immagine non trovato The specified diskimage file %1 does not exist. Il file immagine disco %1 non esiste. Kernel file not found File kernel non trovato The specified kernel file %1 does not exist. Il file kernel %1 indicato non esiste Initrd file not found File initrd non trovato The specified initrd file %1 does not exist. Il file initrd %1 non esiste. %1 exists, overwrite? %1 esiste già, sovrascriverlo? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Il file %1 già esiste. Scegliere <Si a tutti> per sovrasciverlo e non ricevere ulteriori avvisi, <Si> per sovrascrivere i file singolarmente, <No> per mantenere la versione esistente. Nel dubbio, scegliere <Si a tutti>. %1 is out of space, abort installation? %1 non ha spazio sufficiente. Interrompere l'installazione? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. La cartella %1 è piena. Selezionare <Si> per uscire dall'installazione, <No> per ignorare questo avviso e provare a continuare l'installazione, <No a tutti> per ignorare ulteriori avvisi di spazio insufficiente. Locating kernel file in %1 Ricerca kernel file in %1... Copying kernel file from %1 Copia del file kernel da %1 ... Locating initrd file in %1 ricerca initrd file in %1... Copying initrd file from %1 Copia file initrd da %1 ... Extracting bootloader configuration Estrazione configurazione bootloader ... <b>Extracting compressed iso:</b> %1 <b>Estrazione file iso compresso:</b> %1... Copying file, please wait... Copia file... <b>Source:</b> <a href="%1">%1</a> <b>Sorgente:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destinazione:</b> %1 <b>Copied:</b> 0 bytes <b>Copiati</b>: 0 byte Extracting files, please wait... Estrazione file... <b>Archive:</b> %1 <b>Archivio:</b> %1 <b>Source:</b> <b>Sorgente:</b> <b>Destination:</b> <b>Destinazione:</b> <b>Extracted:</b> 0 of %1 files <b>Estratti:</b> 0 di %1 file <b>Source:</b> %1 (%2) <b>Sorgente:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destinazione:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Estratti:</b> %1 di %2 file Downloading files, please wait... Download file... <b>Downloaded:</b> 0 bytes <b>Scaricati:</b> 0 byte Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Download si %1 %2 da %3 fallito. Prova a scaricare direttamente l'immagine ISO dal sito web e usala attraverso l'opzione disco immagine. <b>Downloaded:</b> %1 of %2 <b>Scaricati:</b> %1 di %2 <b>Copied:</b> %1 of %2 <b>Copiati:</b> %1 di %2 Searching in <a href="%1">%1</a> Ricerca in <a href="%1">%1</a> ... %1/%2 matches in <a href="%3">%3</a> %1/%2 corrispondenze in <a href="%3">%3</a> %1 not found %1 non trovato %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 non trovato. Questo elemento è necessario per l'installazione di %2. Installare il pacchetto "%3" o l'equivalente per la distribuzione scelta. (Current) (attuale) (Done) (completato) Configuring grub2 on %1 Configuro grub2 in %1 Configuring grldr on %1 Configuro grldr in %1 Configuring grub on %1 Configuro grub in %1 Installing syslinux to %1 Installo syslinux in %1 Installing extlinux to %1 Installo extlinux in %1 Syncing filesystems Sincronizzazione filesystems... Setting up persistence Impostazione persistenza After rebooting, select the Dopo il riavvio selezionare After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Dopo il riavvio selezionare nel BIOS l'opzione di avvio da USB. Riavviare ora? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 L'unità USB creata non effettuerà il boot in Mac. Inserirla in un PC, e selezionare il boot da USB nel menu del BIOS. *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANTE*: prima di riavviare, copiare un file ISO di installazione Ubuntu alternate (non desktop) nella cartella principale del disco fisso o dell'unità USB. Questo file può essere scaricato da cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANTE*: dopo il riavvio, ignorare qualsiasi messaggio d'errore e selezionare <Indietro> se è richiesto un CD, dopodiché nel menù principale selezionare l'opzione <Inizia installazione>, scegliere <Rete> come sorgente, <HTTP> come protocollo, inserire 'mirrors.kernel.org' come server e inserire '/centos/%1/os/%2' quando è richiesta la cartella. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANTE*: prima di riavviare, copiare un file ISO di installazione Debian nella cartella principale del disco fisso o dell'unità USB. Questo file può essere scaricato da cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANTE* Dopo il riavvio, ignorare qualsiasi messaggio d'errore e selezionare <Indietro> se è richiesto un CD, dopodiché nel menù principale selezionare l'opzione <Inizia installazione>, scegliere <Rete> come sorgente, <HTTP> come protocollo, inserire 'download.fedora.redhat.com' come server e inserire '/pub/fedora/linux/development/%1/os' quando è richiesta la cartella. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANTE*: dopo il riavvio, ignorare qualsiasi messaggio d'errore e selezionare <Indietro> se è richiesto un CD, dopodiché nel menù principale selezionare l'opzione <Inizia installazione>, scegliere <Rete> come sorgente, <HTTP> come protocollo, inserire 'download.fedora.redhat.com' come server e inserire '/pub/fedora/linux/releases/%1/Fedora/%2/os' quando è richiesta la cartella. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANTE*: dopo il riavvio, ignorare qualsiasi messaggio d'errore e selezionare <Indietro> se è richiesto un CD, dopodiché nel menù principale selezionare l'opzione <Inizia installazione>, scegliere <Rete> come sorgente, <HTTP> come protocollo, inserire 'download.opensuse.org' come server e inserire '/factory/repo/oss' quando è richiesta la cartella. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANTE*: dopo il riavvio, ignorare qualsiasi messaggio d'errore e selezionare <Indietro> se è richiesto un CD, dopodiché nel menù principale selezionare l'opzione <Inizia installazione>, scegliere <Rete> come sorgente, <HTTP> come protocollo, inserire 'download.opensuse.org' come server e inserire '/distribution/%1/repo/oss' quando è richiesta la cartella. == Select Distribution == == Selezionare distribuzione == == Select Version == == Selezionare versione == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Benvenuti in <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, il netboot installer universale. Uso:<ol><li>selezionare dalla lista qui sopra una distribuzione ed una versione, oppure specificare manualmente i file da caricare qui sotto.</li><li>Selezionare un tipo di installazione e fare clic su OK per avviare l'operazione.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descrizione:</b> Arch Linux è una distribuzione leggera ottimmizzata per la velocità e la flessibilità.<br/><b>Note installazione:</b> la versione predefinita permette l'installazione attraverso internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descrizione:</b> BackTrack è una distribuzione focalizzata sull'analisi di rete e test di intrusione.<br/><b>Note installazione:</b> BackTrack si avvia e si esegue in modo live; per poterla usare non è richiesta nessuna installazione. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descrizione:</b> CentOS è un clone libero di Red Hat Enterprise Linux.<br/><b>Note installazione:</b> la versione predefinita permette sia l'installazione via internet (FTP) che l'installazione da un'immagine ISO scaricabile da internet. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descrizione:</b> CloneZilla è una distribuzione usata per effettuare copie di sicurezza dei propri file.<br/><b>Note installazione:</b> CloneZilla viene avviata e avviata in modalità Live; non richiede alcuna installazione per essere eseguita. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descrizione:</b> Damn Small Linux è una distribuzione minimalista studiata per vecchi computer.<br/><b>Note installazione:</b> la versione Live carica l'intero sistema nella RAM e si avvia dal disco, perciò l'installazione non è richiesta ma opzionale. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descriztione:</b> Debian è una distribuzione Linux sviluppata dalla comunità e supporta una larga varietà di architetture e offre un grande varietà di pacchetti.<br/><b>Note installazione:</b> la versione NetInstall permette l'installazione via FTP. Se volete usare un file di installazione ISO pre scaricato, usare l'opzione HDMedia e copiare il file ISO di installazione nella cartella principale del disco fisso o dell'unità USB. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descrizione:</b> Dreamlinux è una distribuzione facile da usare basata su Debian.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modalità Live, dalla quale può essere avviata opzionalmente l'installazione. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descrizione:</b> Dr.Web AntiVirus è un kit di emergenza anti-virus utile per ripristinare un sistema a seguito di un attacco virale.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modalità Live, dalla quale è possibile avviare la scansione malware. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrizione:</b> Elive è una distribuzione basata su Debian con il gestore finestre Enlightenment.<br/><b>Note installazione:</b> La versione Live permette l'avvio in modo Live, dal quale è possibile lanciare opzionalmente l'installazione. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descrizione:</b> Fedora è una distribuzione sponsorizzata dalla comunità Red Hat che propone software libero ed open source d'avanguardia.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modalità Live, dalla quale può essere avviata opzionalmente l'installazione. La versione NetInstall permette l'installazione via internet (FTP) o da un'immagine ISO scaricabile da internet. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descrizione:</b> FreeBSD è un sistema operativo di tipo Unix studiato per la scalabilità e le prestazioni.<br/><b>Note installazione:</b> la versione predefinita permette sia l'installazione via internet (FTP) che l'installazione da un'immagine ISO scaricabile da internet. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descrizione:</b> FreeDOS è un sistema operativo libero compatibile con MS-DOS.<br/><b>Note installazione:</b> dai un'occhiata a <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">Manuale FreeDOS</a> per dettagli sull'installazione. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descrizione:</b> FreeNAS è una distribuzione embedded open source per NAS (Network-Attached Storage) ed è basata su FreeBSD.<br/><b>Note installazione:</b> la versione LiveCD crea un disco RAM per FreeNAS, e usa un floppy formattato FAT o una unità USB per salvare il file di configurazione. La versione embedded permette l'installazione su disco fisso. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descrizione:</b> Frugalware è una distribuzione basata su Slackware per utenti avanzati.<br/><b>Note installazione:</b> la versione predefinita permette sia l'installazione da internet (FTP), sia l'installazione da un file immagine ISO scaricabile da internet. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Descrizione:</b> GeeXboX è una distribuzione Linux con integrato un Media center.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrizione:</b> gNewSense è una distribuzione FSF-endorsed basata su Ubuntu con tutti i componenti non free rimossi.<br/><b>Note installazione:</b> la versione Live permette di fare il boot in modalità Live, dalla quale può essere opzionalmente lanciata l'installazione. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descrizione:</b> Gujin è un boot manager grafico che può avviare vari volumi e files.<br/><b>Note installazione:</b> Gujin semplicemente si avvia e si lancia; non è necessaria nessuna installazione per usarlo. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descrizione:</b>Kaspersky Rescue Disk rileva e rimuove malware da una installazione Windows.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, da cui è possibile avviare la scansione alla ricerca del malware. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descrizione:</b> Kubuntu è una distribuzione derivata di Ubuntu basata sul desktop KDE.<br/><b>Note instalalzione:</b> la versione Live permette l'avvio in modo Live, dal quale è possibile avviare opzionalmente l'installazione. La versione NetInstall permette l'installazione via FTP, e può installare Kubuntu e altre distribuzione derivate ufficiali. Se volete usare un file di installazione ISO di una distribuzione alternativa (non desktop) pre scaricata, usare l'opzione HDMedia e copiare il file ISO di installazione della distribuzione alternativa nella cartella principale del disco fisso o dell'unità USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Descrizione:</b> LinuxConsole è una distribuzione desktop per giocare, facile da installare, facile da usare e veloce nell'avvio.<br/><b>Note installazione:</b> La versione 1.0.2010 iè la più recente 1.0 ora disponibile (avvia liveuptate per aggiornare moudli e kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Descrizione:</b> Linux Mint è una distribuzione di facile uso basata su Ubuntu che include di default codecs proprietari addizionali e altro software.<br/><b>Note d'installazione:</b> la versione Live permette l'avvio in modo Live dal quale può essere lanciata opzionalmente l'installazione. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Descrizione:</b> Lubuntu è un derivato ufficiale Ubuntu con desktop LXDE.<br/><b>Note installazione:</b>La versione Live permette il boot in modo Live da cui è possibile lanciare l'installer. La versione NetInstall permette l'installazione via FTP e può installare Kubuntu e altri derivati ufficiali Ubuntu. Se vuoi usare una distribuzione alternativa rpe-scaricata (non desktop) come immagien ISO, usa l'opzione HdMedia, e copia il file ISO di installazione nella cartella principale del disco fisso o di una unità USB. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descrizione:</b> Mandriva è una distribuzione di facile uso precedentemente conosciuta come Mandrake Linux.<br/><b>Note installazione:</b> la versione Netinstall permette l'installazione da internet (FTP) o da un file immagine ISO liberamente scaricabile da internet <a href="http://www.mandriva.com/en/download">Mandriva - Imagini ISO "gratuite"</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descrizione:</b> MEPIS è una distribuzione basata su Debian. SimplyMEPIS è una versione con interfaccia amichevole basata su KDE, mentre AntiX è una versione leggera per computer non recenti.<br/><b>Note installazione:</b> MEPIS supporta l'avvio in modo Live mode, dal quale è possibile avviare opzionalmente l'installazione. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Descrizione:</b> NetbootCD è un CD ridotto che scarica e avvia il processo di installazione via rete per altre distribuzioni.<br/><b>Note installazione:</b> NetbootCD si avvia e esegue in modo live. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrizione:</b> NimbleX è una piccola ma versatile distribuzione basata su Slackware. E' creata usando gli script linux-live, e ha KDE come desktop. Può essere avviata da CD o da memoria flash USB (penna USB o riproduttore MP3), e può essere facilmente personalizzata e estesa.<br/><b>Note installazione:</b> NimbleX si avvia in modo Live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Descrizione:</b> Offline NT Password e Registry Editor possono ripristinare la password di Windows e modificare il registry di Windows Windows 2000-Vista.<br/><b>Note installazione:</b> NTPasswd si avvia e esegue in modo live; non è richiesta nessuna installazione per usarlo. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descrizione:</b> openSUSE è una distribuzione di facile uso sponsorizzata da Novell.<br/><b>Note installazione:</b> la versione predefinita permette sia l'installazione da internet (FTP), sia l'installazione da un file immagine ISO scaricabile da internet. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descrizione:</b> Ophcrack permette di scoprire le password di Windows.<br/><b>Note installazione:</b> Ophcrack viene avviato in modo Live, non è necessaria nessuna installazione per usarlo. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descrizione:</b> Parted Magic include il gestore di partizioni GParted ed altre utilità di sistema che permettono di copiare, ridimensionare, fare backup e manipolare dischi e partizioni.<br/><b>Note installazione:</b> Parted Magic viene avviato in modo Live e non necessita di nessuna installazione. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descrizione:</b> Puppy Linux è una distribuzione leggera e studiata per i computer meno recenti.<br/><b>Note installazione:</b> la versione Live carica l'intero sistema nella RAM e si avvia dalla memoria, perciò l'installazione non è richiesta ma opzionale. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descrizione:</b> Sabayon Linux è una distribuzione Live DVD, basata su Gentoo, che fornisce il pacchetto binario Entropy in aggiunta al sorgente basato su Portage.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, dal quale è possibile avviare opzionalmente l'installazione. La versione LiteMCE richiede 2 GB, mentre la versione completa richiede una unità disco USB da 8 GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Descrizione:</b> Salix è una distribuzione GNU/Linux basata su Slackware (pienamente compatibile) ed è semplice, veloce e facile da usare.<br/>Come un bonsai Salix è piccola, leggere e il prodotto di un infinita cura.<br/><b>Note installazione:</b> La versione Live permette l'avvio in modo Live, dal quale può essere avviato l'installer.<br/>La password predefinita per root è <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descrizione:</b> Slax è una distribuzione basata su Slackware con KDE.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live dal quale può essere lanciata opzionalmente l'installazione. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrizione:</b> SliTaz è una micro distribuzione leggera ed orietata al desktop.<br/><b>Note installazione:</b> la versione Live carica l'intero sistema nella RAM e si avvia dalla memoria, perciò l'installazione non viene richiesta ma è opzionale. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descrizione:</b> Smart Boot Managerè un bootloader che può superare alcune delle limitazioni e bachi relativi all'avvio del BIOS.<br/><b>Note installazione:</b> SBM semplicemente si avvia e non richiede nessuna installazione per usarlo. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descrizione:</b> Super Grub Disk è un bootloader che può svolgere svariate azioni di recupero sull'MBR e su vari bootloader.<br/><b>Note installazione:</b> SGD si avvia semplicemente, senza richiedere alcuna installazione per usarlo. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descrizione:</b> Super OS è uan distribuzione derivata non ufficiale di Ubuntu e include software aggiuntivi rispetto alla cversione originale. Richiede una unità USB da almeno 2 GB per essere installata.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, da cui è possibile avviare opzionalmente l'installazione. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Descrizione:</b> Ubuntu è una distribuzione con interfaccia molto intuitiva basata su Debian. E' attualmente la distribuzione Linux desktop più popolare.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, da cui è possibile avviare opzionalmente l'installazione. La versione NetInstall permette l'installazione via FTP, e può installare Kubuntu e altre distribuzione derivate ufficiali Ubuntu. Se volete usare un file ISO di una distribuzione alternativa (non desktop) pre scaricata, usate l'opzione HdMedia, e copiate il file ISO dell'installazione alternativa nella cartella principale del disco fisso o dell'unità USB. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrizione:</b> xPUD è una distribuzione leggera pensata come semplice utilizzo come chiosco internet, con un browser web e un riproduttore multimedialer.<br/><b>Note installazione:</b> la versione Live carica interamente il sistema in memroia RAM e si avvia dalla memoria RAM. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Descrizione:</b> Xubuntu è una derivazione Ubuntu basata sul desktop XFCE.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, da cui opzionalmente è possibile lanciare l'installazione. La versione NetInstall permette l'installazione via FTP, e può installare Kubuntu e altri derivati ufficiali Ubuntu. Se si vuole usare un file ISO di installazione alternativa pre-scaricata (non desktop), usare l'opzione HDMedia, e posizionare un file ISO di installazione alternativa nella cartella principale del disco fisso o dell'unità USB. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Descrizione:</b> Zenwalk è una distribuzione basata su Slackware con XFCE.<br/><b>ote installazione:</b> la versione Live permette l'avvio in modo Live dal quale può essere lanciata opzionalmente l'installazione. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descrizione:</b> EeePCLinuxOS è una distribuzione di facile uso basata su PCLinuxOS per l'EeePC.<br/><b>Note installazione:</b> assicurarsi che il disco sia vuoto e formattato prima di procedere con l'installazione. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descrizione:</b> Ubuntu Eee non è solamente ottimizzata per l'ASUS Eee PC. È un sistema operativo che sfrutta l'interfaccia di Netboot Remix privilegiando le migliori applicazioni disponibili invece delle loro alternative open-source (per esempio, Skype anziché Ekiga).<br/><b>Note installazione:</b> assicurarsi che il disco sia vuoto e formattato prima di procedere con l'installazione. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrizione:</b> Elive è una distribuzione basata su Debian con il gestore finestre Enlightenment.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, dal quale è possibile lanciare opzionalmente l'installazione. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descrizione:</b> Kiwi Linux è una versione derivata da Ubuntu specifica per gli utenti che parlano rumeno, ungherese ed inglese.<br/><b>Note installazione:</b> assicurarsi che il disco sia vuoto e formattato prima di procedere con l'installazione. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrizione:</b> gNewSense è una distribuzione GNU/Linux di qualità che estende e migliora Ubuntu per creare un sistema operativo completamente libero, senza alcun pacchetto contenente software proprietario.<br/><b>Note installazione:</b> assicurarsi che il disco sia vuoto e formattato prima di procedere con l'installazione. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrizione:</b> NimbleX è una piccola ma versatile distribuzione basata su Slackware. E' creata usando gli script linux-live, e ha KDE come desktop. Può essere avviata da CD o da memoria flash USB (penna USB o riproduttore MP3), e può essere facilmente personalizzata e estesa.<br/><b>Note installazione:</b> NimbleX si avvia in modo Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrizione:</b> SliTaz è una distribuzione leggera orientata al desktop.<br/><b>Note installazione:</b> la versione Live carica l'intero sistema nella RAM e si avvia da disco, perciò l'installazione non è richiesta ma opzionale. Questa installazione è basata su <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrizione:</b> xPUD è una distribuzione leggera che fornisce un'interfaccia simile a quella dei chioschi, con un browser e un riproduttore multimediale.<br/><b>Note installazione:</b> la versione Live carica l'intero sistema nella RAM e si avvia da disco. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Selezionare nell'elenco una delle distribuzione supportate &Distribution &Distribuzione Specify a disk image file to load Specificare un file immagine disco da caricare Disk&image &Immagine disco Manually specify a kernel and initrd to load Specificare manualmente un kernel e un initrd da caricare &Custom &Personalizzata Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Spazio riservato per i file utente che verranno protetti dai vari riavvii. Funziona solo per LiveUSB per Ubuntu e derivati. Se il valore eccede la capacità dell'unità, verrà usato il massimo spazio disponibile. Space used to preserve files across reboots (Ubuntu only): Spazio riservato per i file utente che verranno protetti dai vari riavvii (solo Ubuntu): MB MB OK OK Return Indietro Cancel Annulla Esc ESC Reboot Now Riavvia adesso Exit Esci 1. Downloading Files 1. Download dei file... 2. Extracting and Copying Files 2. Estrazione e copia dei file... 3. Installing Bootloader 3. Installazione bootloader... 4. Installation Complete, Reboot Installazione completata. Riavviare Select the target drive to install to Selezionare l'unità in cui effettuare l'installazione Dri&ve: &Unità: Select the installation target type Selezionare il tipo di installazione &Type: &Tipo: Select the distribution version Selezionare la versione della distribuzione Select disk image file Selezionare il file immagine disco ... ... Select the disk image type Selezionare il tipo di immagine disco Specify a floppy/hard disk image, or CD image (ISO) file to load Specificare un file immagine disco floppy/disco fisso o CD (ISO) da caricare Specify a kernel file to load Specificare un file kernel da caricare Select kernel file Selezionare un file kernel Specify an initrd file to load Specificare un file initrd da caricare Select initrd file Selezionare un file initrd Select syslinux.cfg or isolinux.cfg file Selezionare un file syslinux.cfg oppure isolinux.cfg Specify parameters and options to pass to the kernel Specificare parametri e opzioni da passare al kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Opzioni: uninstaller Uninstallation Complete Disinstallazione completata %1 has been uninstalled. %1 è stato disinstallato. Must run as root Deve essere avviato come root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 deve esere eseguito come root. Chiudilo, e rieseguilo usando:<br/><b>sudo %1</b><br/>o:<br/><b>su - -c '%1'</b> %1 Uninstaller Disinstallazione %1 %1 is currently installed. Remove the existing version? %1 è attualmente installato. Rimuovere la versione attuale? unetbootin_ja.ts000644 000765 000024 00000273417 12325150343 014373 0ustar00gezastaff000000 000000 QObject LeftToRight å·¦ã‹ã‚‰å³ã¸ unetbootin Hard Disk ãƒãƒ¼ãƒ‰ãƒ‡ã‚£ã‚¹ã‚¯ USB Drive USB ドライブ ISO ISO Floppy フロッピー either 一方㮠LiveUSB persistence LiveUSBã®æ°¸ç¶šæ€§ FAT32-formatted USB drive FAT32å½¢å¼ã®USBドライブ EXT2-formatted USB drive EXT2å½¢å¼ã®USBドライブ Open Disk Image File ディスクã®ã‚¤ãƒ¡ãƒ¼ã‚¸ãƒ•ァイルを開ã All Files ã™ã¹ã¦ã®ãƒ•ァイル All Files (*) ã™ã¹ã¦ã®ãƒ•ァイル (*) Open Kernel File カーãƒãƒ«ãƒ•ァイルを開ã Open Initrd File Initrdファイルを開ã Open Bootloader Config File ブートローダーã®è¨­å®šãƒ•ァイルを開ã Insert a USB flash drive USBメモリーを挿入ã—ã¦ãã ã•ã„。 No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USBメモリーãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã€‚ã‚‚ã—æ—¢ã«æŒ¿å…¥ã—ã¦ã„ã‚‹ãªã‚‰ã€FAT32å½¢å¼ã«ãƒ•ォーマットã—ç›´ã—ã¦ã¿ã¦ãã ã•ã„。 %1 not mounted マウントã•れã¦ã„ãªã„ %1 You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. マウントãƒã‚¤ãƒ³ãƒˆã«USBドライブ%1を最åˆã«ãƒžã‚¦ãƒ³ãƒˆã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ã€‚多ãã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã¯USBドライブを抜ã„ã¦å†åº¦å·®ã—込むã¨è‡ªå‹•çš„ã«ã“れを行ã„ã¾ã™ã€‚ Select a distro ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³ã‚’é¸æŠžã—ã¦ãã ã•ã„。 You must select a distribution to load. 読ã¿è¾¼ã‚€ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³ã‚’é¸æŠžã—ã¦ãã ã•ã„。 Select a disk image file ディスクã®ã‚¤ãƒ¡ãƒ¼ã‚¸ãƒ•ã‚¡ã‚¤ãƒ«ã‚’é¸æŠžã—ã¦ãã ã•ã„。 You must select a disk image file to load. 読ã¿è¾¼ã‚€ãƒ‡ã‚£ã‚¹ã‚¯ã®ã‚¤ãƒ¡ãƒ¼ã‚¸ãƒ•ã‚¡ã‚¤ãƒ«ã‚’é¸æŠžã—ã¦ãã ã•ã„。 Select a kernel and/or initrd file カーãƒãƒ«ãƒ•ァイルã¨/ã‚‚ã—ãã¯Initrdãƒ•ã‚¡ã‚¤ãƒ«ã‚’é¸æŠžã—ã¦ãã ã•ã„。 You must select a kernel and/or initrd file to load. 読ã¿è¾¼ã‚€ã‚«ãƒ¼ãƒãƒ«ãƒ•ァイルã¨/ã‚‚ã—ãã¯Initrdãƒ•ã‚¡ã‚¤ãƒ«ã‚’é¸æŠžã—ã¦ãã ã•ã„。 Diskimage file not found ディスクã®ã‚¤ãƒ¡ãƒ¼ã‚¸ãƒ•ァイルãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。 The specified diskimage file %1 does not exist. 指定ã•れãŸãƒ‡ã‚£ã‚¹ã‚¯ã‚¤ãƒ¡ãƒ¼ã‚¸ %1 ãŒå­˜åœ¨ã—ã¾ã›ã‚“。 Kernel file not found カーãƒãƒ«ãƒ•ァイルãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。 The specified kernel file %1 does not exist. 指定ã•れãŸã‚«ãƒ¼ãƒãƒ«ãƒ•ァイル %1 ãŒå­˜åœ¨ã—ã¾ã›ã‚“。 Initrd file not found InitrdファイルãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。 The specified initrd file %1 does not exist. 指定ã•れãŸInitrdファイル %1 ãŒå­˜åœ¨ã—ã¾ã›ã‚“。 %1 exists, overwrite? %1 ã¯å­˜åœ¨ã—ã¾ã™ã€‚上書ãã—ã¾ã™ã‹ï¼Ÿ The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 ã¯æ—¢ã«å­˜åœ¨ã—ã¾ã™ã€‚'Yes to All'を押ã™ã¨ã€å…¨ã¦ã‚’上書ãã—ã¾ã™ã€‚'Yes'を押ã™ã¨ã€ã“ã®ãƒ•ァイルã®ã¿ä¸Šæ›¸ãã—ã¾ã™ã€‚'No'を押ã™ã¨ã€ã™ã§ã«å­˜åœ¨ã—ã¦ã„るファイルを維æŒã—ã¾ã™ã€‚分ã‹ã‚‰ãªã‘れã°ã€'Yes to All'を押ã—ã¦ãã ã•ã„。 %1 is out of space, abort installation? %1 ã®ãŸã‚ã®ã‚¹ãƒšãƒ¼ã‚¹ãŒã‚りã¾ã›ã‚“。インストールを中止ã—ã¾ã™ã‹ï¼Ÿ The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. %1 ディレクトリã®ãŸã‚ã®ã‚¹ãƒšãƒ¼ã‚¹ãŒã‚りã¾ã›ã‚“。'Yes'を押ã™ã¨ã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’中止ã—ã¾ã™ã€‚'No'を押ã™ã¨ã€ã‚¨ãƒ©ãƒ¼ã‚’無視ã—ã¦ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã®ç¶šè¡Œã‚’試ã¿ã¾ã™ã€‚'No to All'を押ã™ã¨ã€ã‚¹ãƒšãƒ¼ã‚¹ä¸è¶³ã®ã‚¨ãƒ©ãƒ¼ã‚’å…¨ã¦ç„¡è¦–ã—ã¾ã™ã€‚ Locating kernel file in %1 %1中ã«ã‚«ãƒ¼ãƒãƒ«ã‚¤ãƒ¡ãƒ¼ã‚¸ã‚’é…置中 Copying kernel file from %1 %1ã‹ã‚‰ã‚«ãƒ¼ãƒãƒ«ãƒ•ァイルをコピーã—ã¦ã„ã¾ã™ Locating initrd file in %1 %1中ã«initrdファイルをé…置中 Copying initrd file from %1 initrdファイルを%1ã‹ã‚‰ã‚³ãƒ”ーã—ã¦ã„ã¾ã™ Extracting bootloader configuration ブートローダーã®è¨­å®šã‚’抽出ã—ã¦ã„ã¾ã™ <b>Extracting compressed iso:</b> %1 <b>圧縮ã•れãŸISOファイルを解å‡:</b> %1 Copying file, please wait... ファイルをコピーã—ã¦ã„ã¾ã™ ãŠå¾…ã¡ãã ã•ã„... <b>Source:</b> <a href="%1">%1</a> <b>ソース:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>è§£å‡å…ˆ:</b> %1 <b>Copied:</b> 0 bytes <b>コピー完了:</b> 0 ãƒã‚¤ãƒˆ Extracting files, please wait... ファイルを解å‡ã—ã¦ã„ã¾ã™ã€ã—ã°ã‚‰ããŠå¾…ã¡ãã ã•ã„... <b>Archive:</b> %1 <b>è§£å‡å…ƒ:</b> %1 <b>Source:</b> <b>ソース:</b> <b>Destination:</b> <b>è§£å‡å…ˆ:</b> <b>Extracted:</b> 0 of %1 files <b>è§£å‡æ¸ˆã¿:</b> 0 of %1 ファイル <b>Source:</b> %1 (%2) <b>ソース:</b> %1 (%2) <b>Destination:</b> %1%2 <b>è§£å‡å…ˆ:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>è§£å‡æ¸ˆã¿:</b> %1 of %2 files Downloading files, please wait... ファイルをダウンロードã—ã¦ã„ã¾ã™ã€ã—ã°ã‚‰ããŠå¾…ã¡ãã ã•ã„... <b>Downloaded:</b> 0 bytes <b>ダウンロード済:</b> 0 ãƒã‚¤ãƒˆ Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. %3ã‹ã‚‰%1 %2ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã«å¤±æ•—ã—ã¾ã—ãŸã€‚直接ウェブサイトã‹ã‚‰ISOファイルをダウンロードよるディスクイメージã®ã‚ªãƒ—ションを利用ã—ã¦ãã ã•ã„。 <b>Downloaded:</b> %1 of %2 <b>ダウンロード済:</b>%2中ã®%1 <b>Copied:</b> %1 of %2 <b>コピー完了:</b> %2中%1 Searching in <a href="%1">%1</a> <a href="%1">%1</a> を検索中 %1/%2 matches in <a href="%3">%3</a> <a href="%3">%3</a> ã§ %1/%2 ãŒãƒžãƒƒãƒ %1 not found %1 ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。ã“れã¯%2ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã®ãŸã‚ã«å¿…è¦ã§ã™ã€‚ "%3"パッケージã‹ã€åŒç­‰ã®ãƒ‘ッケージをインストールã—ã¦ãã ã•ã„。 (Current) 作業中 (Done) (終了) Configuring grub2 on %1 %1ã®grub2を設定 Configuring grldr on %1 %1ã®grldrを設定 Configuring grub on %1 %1ã®grubを設定 Installing syslinux to %1 %1ã«syslinuxをインストール Installing extlinux to %1 %1ã«extlinuxをインストール Syncing filesystems ãƒ•ã‚¡ã‚¤ãƒ«ã‚·ã‚¹ãƒ†ãƒ ã‚’åŒæœŸ Setting up persistence 永続性を設定ã™ã‚‹ After rebooting, select the å†èµ·å‹•後ã«é¸ã‚“ã§ãã ã•ã„ After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? å†èµ·å‹•後ã€BIOSブートメニュー%1中ã§USBãƒ–ãƒ¼ãƒˆã‚ªãƒ—ã‚·ãƒ§ãƒ³ã‚’é¸æŠžã—ã¦ãã ã•ã„。 今å†èµ·å‹•ã—ã¾ã™ã‹? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 作æˆã•れãŸUSBデãƒã‚¤ã‚¹ã¯Macã§ã¯ãƒ–ートã—ã¾ã›ã‚“。PCã«å·®ã—è¾¼ã¿ã€BIOSブートメニュー中ã®USBオプションをé¸ã‚“ã§ãã ã•ã„。%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *é‡è¦* å†èµ·å‹•ã®å‰ã«Ubuntu alternate(デスクトップ版ã§ãªã„)ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚¤ãƒ¡ãƒ¼ã‚¸ã‚’ãƒãƒ¼ãƒ‰ãƒ‡ã‚£ã‚¹ã‚¯ã‹USBドライブã®rootディレクトリã«ãŠã„ã¦ãã ã•ã„。ファイルã¯cdimage.ubuntu.comã‹ã‚‰å…¥æ‰‹ã§ãã¾ã™ *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *é‡è¦* å†èµ·å‹•後ã€ã‚¨ãƒ©ãƒ¼ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦ã€CDã®ãƒ—ロンプトãŒè¡¨ç¤ºã•れãŸã‚‰æˆ»ã£ã¦é¸æŠžã—ã€ãƒ¡ã‚¤ãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã«ç§»å‹•ã—"Start Installation"ã‚ªãƒ—ã‚·ãƒ§ãƒ³ã‚’é¸æŠžã—ã€"Network"ã§ã‚½ãƒ¼ã‚¹ã‚’é¸æŠžã—ã€ãƒ—ロトコルã¨ã—ã¦"HTTP"ã‚’é¸æŠžã—ã€ã‚µãƒ¼ãƒãƒ¼ç”¨ã®ãƒ—ロンプトãŒè¡¨ç¤ºã•れãŸã‚‰ã€"mirrors.kernel.org"ã¨å…¥åŠ›ã—ã€ãƒ•ォルダを尋ã­ã‚‰ã‚ŒãŸã¨ã次ã®ã‚ˆã†ã«å…¥åŠ›ã—ã¦ãã ã•ã„。"/centos/%1/os/%2" *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *é‡è¦* å†èµ·å‹•ã®å‰ã«Debianã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚¤ãƒ¡ãƒ¼ã‚¸ã‚’ãƒãƒ¼ãƒ‰ãƒ‡ã‚£ã‚¹ã‚¯ã‹USBドライブã®rootディレクトリã«ãŠã„ã¦ãã ã•ã„。isoファイルã¯cdimage.debian.orgã‹ã‚‰å…¥æ‰‹ã§ãã¾ã™ *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *é‡è¦* å†èµ·å‹•後ã€ã‚¨ãƒ©ãƒ¼ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦ã€CDã®ãƒ—ロンプトãŒè¡¨ç¤ºã•れãŸã‚‰æˆ»ã£ã¦é¸æŠžã—ã€ãƒ¡ã‚¤ãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã«ç§»å‹•ã—"Start Installation"ã‚ªãƒ—ã‚·ãƒ§ãƒ³ã‚’é¸æŠžã—ã€"Network"ã§ã‚½ãƒ¼ã‚¹ã‚’é¸æŠžã—ã€ãƒ—ロトコルã¨ã—ã¦"HTTP"ã‚’é¸æŠžã—ã€ã‚µãƒ¼ãƒãƒ¼ç”¨ã®ãƒ—ロンプトãŒè¡¨ç¤ºã•れãŸã‚‰ã€"download.fedora.redhat.com"ã¨å…¥åŠ›ã—ã€ãƒ•ォルダを尋ã­ã‚‰ã‚ŒãŸã¨ã次ã®ã‚ˆã†ã«å…¥åŠ›ã—ã¦ãã ã•ã„。"/pub/fedora/linux/development/%1/os" *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *é‡è¦* å†èµ·å‹•後ã€ã‚¨ãƒ©ãƒ¼ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦ã€CDã®ãƒ—ロンプトãŒè¡¨ç¤ºã•れãŸã‚‰æˆ»ã£ã¦é¸æŠžã—ã€ãƒ¡ã‚¤ãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã«ç§»å‹•ã—"Start Installation"ã‚ªãƒ—ã‚·ãƒ§ãƒ³ã‚’é¸æŠžã—ã€"Network"ã§ã‚½ãƒ¼ã‚¹ã‚’é¸æŠžã—ã€ãƒ—ロトコルã¨ã—ã¦"HTTP"ã‚’é¸æŠžã—ã€ã‚µãƒ¼ãƒãƒ¼ç”¨ã®ãƒ—ロンプトãŒè¡¨ç¤ºã•れãŸã‚‰ã€"download.fedora.redhat.com"ã¨å…¥åŠ›ã—ã€ãƒ•ォルダを尋ã­ã‚‰ã‚ŒãŸã¨ã次ã®ã‚ˆã†ã«å…¥åŠ›ã—ã¦ãã ã•ã„。"/pub/fedora/linux/releases/%1/Fedora/%2/os" *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *é‡è¦* å†èµ·å‹•後ã€ã‚¨ãƒ©ãƒ¼ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦ã€CDã®ãƒ—ロンプトãŒè¡¨ç¤ºã•れãŸã‚‰æˆ»ã£ã¦é¸æŠžã—ã€ãƒ¡ã‚¤ãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã«ç§»å‹•ã—"Start Installation"ã‚ªãƒ—ã‚·ãƒ§ãƒ³ã‚’é¸æŠžã—ã€"Network"ã§ã‚½ãƒ¼ã‚¹ã‚’é¸æŠžã—ã€ãƒ—ロトコルã¨ã—ã¦"HTTP"ã‚’é¸æŠžã—ã€ã‚µãƒ¼ãƒãƒ¼ç”¨ã®ãƒ—ロンプトãŒè¡¨ç¤ºã•れãŸã‚‰ã€"download.opensuse.org"ã¨å…¥åŠ›ã—ã€ãƒ•ォルダを尋ã­ã‚‰ã‚ŒãŸã¨ã次ã®ã‚ˆã†ã«å…¥åŠ›ã—ã¦ãã ã•ã„。"/factory/repo/oss" *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *é‡è¦* å†èµ·å‹•後ã€ã‚¨ãƒ©ãƒ¼ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦ã€CDã®ãƒ—ロンプトãŒè¡¨ç¤ºã•れãŸã‚‰æˆ»ã£ã¦é¸æŠžã—ã€ãƒ¡ã‚¤ãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã«ç§»å‹•ã—"Start Installation"ã‚ªãƒ—ã‚·ãƒ§ãƒ³ã‚’é¸æŠžã—ã€"Network"ã§ã‚½ãƒ¼ã‚¹ã‚’é¸æŠžã—ã€ãƒ—ロトコルã¨ã—ã¦"HTTP"ã‚’é¸æŠžã—ã€ã‚µãƒ¼ãƒãƒ¼ç”¨ã®ãƒ—ロンプトãŒè¡¨ç¤ºã•れãŸã‚‰ã€"download.opensuse.org"ã¨å…¥åŠ›ã—ã€ãƒ•ォルダを尋ã­ã‚‰ã‚ŒãŸã¨ã次ã®ã‚ˆã†ã«å…¥åŠ›ã—ã¦ãã ã•ã„。"/distribution/%1/repo/oss" == Select Distribution == == ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³ã‚’é¸æŠž == == Select Version == == ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’é¸æŠž == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> よã†ã“ãユニãƒãƒ¼ã‚µãƒ«ãªãƒãƒƒãƒˆãƒ–ートインストーラー<a href="http://unetbootin.sourceforge.net/">UNetbootin</a>ã¸ã€‚ 利用法:<ol><li>上記ã®ãƒªã‚¹ãƒˆã‹ã‚‰ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã¨ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’é¸æŠžã€ ã¾ãŸã¯æ‰‹å‹•ã§ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ãƒ•ァイルを指定。</li><li>インストールã®ã‚¿ã‚¤ãƒ—ã‚’é¸æŠžã—ã€OKボタンを押ã™ã¨ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ãŒå§‹ã¾ã‚Šã¾ã™ã€‚</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>ホームページ:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>概è¦:</b> Arch Linuxã¯è»½ãã¦ã€ã‚¹ãƒ”ãƒ¼ãƒ‰ã¨æŸ”軟性ã«å„ªã‚ŒãŸãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™<br/><b>インストールノート:</b> デフォルトã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã€ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆ(FTP)経由ã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>ホームページ:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>概è¦:</b> BackTrack ã¯ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã®è§£æžã¨ä¾µå…¥ãƒ†ã‚¹ãƒˆã«ç„¦ç‚¹ã‚’当ã¦ãŸãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™<br/><b>インストールノート:</b> BackTrackã¯liveモードã§èµ·å‹•ã€ãã—ã¦å‹•作ã—ã¾ã™ã€‚ã“れを使ã†ã®ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã¯å¿…è¦ã‚りã¾ã›ã‚“。 <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ホームページ:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>概è¦:</b> CentOSã¯ãƒ•リーã®Red Hat Enterprise Linuxã®ã‚¯ãƒ­ãƒ¼ãƒ³ã§ã™ã€‚<br/><b>インストールノート:</b> デフォルトã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆ(FTP)経由ã§ã€ã¾ãŸã¯ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ã¦ãŠã„ãŸISOファイルを使ã„ã€ã‚ªãƒ•ラインã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã®ä¸¡æ–¹ãŒåˆ©ç”¨ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>ホームページ:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>概è¦:</b> CloneZillaã¯ãƒ‡ã‚£ã‚¹ã‚¯ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—・イメージング用ã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> CloneZilla ã¯liveモードã§èµ·å‹•・実行ã•れã¾ã™ã€‚ 使ã†ã®ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã¯å¿…è¦ã‚りã¾ã›ã‚“。 <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ホームページ:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>概è¦:</b> Damn Small Linuxã¯å¤ã„コンピュータå‘ã‘ã«ãƒ‡ã‚¶ã‚¤ãƒ³ã•れãŸãƒŸãƒ‹ãƒžãƒªã‚¹ãƒˆãªãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã‚·ã‚¹ãƒ†ãƒ å…¨ä½“ã‚’RAMã«å…¥ã‚Œã¦ã€ãƒ¡ãƒ¢ãƒªã‹ã‚‰èµ·å‹•ã—ã¾ã™ã€‚ãªã®ã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã¯ã‚ªãƒ—ションã§ã€å¿…è¦ã‚りã¾ã›ã‚“。 <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>ホームページ:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>概è¦:</b> Debianã¯ã‚³ãƒŸãƒ¥ãƒ‹ãƒ†ã‚£ã§é–‹ç™ºã•れãŸã€æ§˜ã€…ãªã‚¢ãƒ¼ã‚­ãƒ†ã‚¯ãƒãƒ£ã‚’サãƒãƒ¼ãƒˆã—ã€å¤§ããªãƒ‘ッケージã®ãƒªãƒã‚¸ãƒˆãƒªã‚’æä¾›ã™ã‚‹Linuxディストリビューションã§ã™ã€‚<br/><b>インストールノート:</b> ãƒãƒƒãƒˆã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯FTPを通ã˜ã¦ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã§ãã¾ã™ã€‚ 事å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ISOを使ã„ãŸã‘れã°ã€HdMediaオプションを使ã„ã€ãã®å¾Œãƒãƒ¼ãƒ‰ãƒ‰ãƒ©ã‚¤ãƒ–ã‹USBドライブã®rootディレクトリã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ISOファイルを置ã„ã¦ãã ã•ã„。 <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>概è¦:</b> Dreamlinuxã¯ãƒ¦ãƒ¼ã‚¶ãƒ¼ãƒ•レンドリーãªDebianベースã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã¯Liveモードã§èµ·å‹•ã§ãã€ã‚ªãƒ—ションã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ©ãƒ¼ã‚’é–‹å§‹ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>ホームページ:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>概è¦:</b> Dr.Web AntiVirusã¯ãƒžãƒ«ã‚¦ã‚§ã‚¢ã«ã‚ˆã£ã¦å£Šã•れãŸã‚·ã‚¹ãƒ†ãƒ ã®å¾©å…ƒã®ãŸã‚ã®ã‚¢ãƒ³ãƒã‚¦ã‚¤ãƒ«ã‚¹ã®ç·Šæ€¥ã‚­ãƒƒãƒˆã§ã™ã€‚<br/><b>インストールノート:</b> ã“ã®Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯Liveモードã§èµ·å‹•ã§ãã€ãƒžãƒ«ã‚¦ã‚§ã‚¢ã®ã‚¹ã‚­ãƒ£ãƒ³ã‚’é–‹å§‹ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>概è¦:</b> Eliveã¯Enlightenmentウィンドウマãƒãƒ¼ã‚¸ãƒ£ã‚’æ­è¼‰ã—ãŸDebianベースã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> ã“ã®Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯Liveモードã§èµ·å‹•ã§ãã€ã‚ªãƒ—ションã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’é–‹å§‹ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ホームページ:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>概è¦:</b> Fedoraã¯æœ€æ–°ãƒ»æœ€å…ˆç«¯ã®ãƒ•リー/オープンソースã®ã‚½ãƒ•トウェアを紹介ã™ã‚‹Red HatãŒã‚¹ãƒãƒ³ã‚µãƒ¼ã®ã‚³ãƒŸãƒ¥ãƒ‹ãƒ†ã‚£ã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯Liveモードã§èµ·å‹•ã™ã‚‹ã“ã¨ãŒã§ãã€ã‚ªãƒ—ションã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’é–‹å§‹ã§ãã¾ã™ã€‚ãƒãƒƒãƒˆã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆ(FTP)ã¨ã€äº‹å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ISOを使ã£ã¦ã‚ªãƒ•ラインã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã®ä¸¡æ–¹ãŒå¯èƒ½ã§ã™ã€‚ <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ホームページ:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>概è¦:</b> FreeBSDã¯ã‚¹ã‚±ãƒ¼ãƒ©ãƒ“リティã¨ãƒ‘フォーマンスã®ãŸã‚ã«è¨­è¨ˆã•ã‚ŒãŸæ±Žç”¨ã®Unixライクãªã‚ªãƒšãƒ¬ãƒ¼ãƒ†ã‚£ãƒ³ã‚°ã‚·ã‚¹ãƒ†ãƒ ã§ã™ã€‚<br/><b>インストールノート:</b> デフォルトã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆ(FTP)を通ã˜ã¦ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã€ã‚‚ã—ãã¯äº‹å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ã¦ãŠã„ãŸISOファイルを使ã„オフラインã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã®ä¸¡æ–¹ãŒåˆ©ç”¨ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>ホームページ:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>概è¦:</b> FreeDOSã¯MS-DOSã¨äº’æ›æ€§ã‚’æŒã£ãŸãƒ•リーã®ã‚ªãƒšãƒ¬ãƒ¼ãƒ†ã‚£ãƒ³ã‚°ã‚·ã‚¹ãƒ†ãƒ ã§ã™ã€‚<br/><b>インストールノート:</b> インストールã®è©³ç´°ã¯<a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">マニュアル</a>を見ã¦ãã ã•ã„。 <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>ホームページ:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>概è¦:</b> FreeNASã¯NAS (Network-Attached Storage)を組ã¿è¾¼ã‚“ã ã‚ªãƒ¼ãƒ—ンソースã®FreeBSDベースã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™.<br/><b>インストールノート:</b> LiveCDãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯RAMドライブをFreeNASã®ãŸã‚ã«ä½œæˆã—ã€FATã§ãƒ•ォーマットã•れãŸãƒ•ロッピーディスクã€ã¾ãŸã¯USBキーを設定ファイルをä¿å­˜ã™ã‚‹ãŸã‚ã«ä½¿ã„ã¾ã™ã€‚ 組ã¿è¾¼ã¿ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ãƒãƒ¼ãƒ‰ãƒ‡ã‚£ã‚¹ã‚¯ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ホームページ:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>概è¦:</b> Frugalwareã¯Slackwareベースã®ä¸Šç´šè€…å‘ã®æ±Žç”¨çš„ãªãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™<br/><b>インストールノート:</b> デフォルトã®ã‚ªãƒ—ションã¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆ(FTP)経由ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã€ã¾ãŸã¯äº‹å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ISOファイルã§ã‚ªãƒ•ラインã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã®ä¸¡æ–¹ãŒåˆ©ç”¨ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>ホームページ:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>概è¦:</b>GeeXboXã¯çµ„ã¿è¾¼ã¿å‘ã‘ã®Linuxベースã®ãƒžãƒ«ãƒãƒ¡ãƒ‡ã‚£ã‚¢ãƒ—レーヤーシステムã§ã™ã€‚<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.gnewsense.org">http://www.gnewsense.or</a><br/><b>概è¦:</b> gNewSenseã¯ã€Ubuntuã«åŸºã¥ã„ãŸãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚フリーã§ãªã„ソフトウェアやãƒã‚¤ãƒŠãƒªãƒ»ãƒ–ロブを全ã¦é™¤åŽ»ã—ã¦ã‚りã¾ã™ã€‚<br/><b>インストールノート:</b> ã“ã®Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯Liveモードã§èµ·å‹•ã§ãã€ã‚ªãƒ—ションã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’é–‹å§‹ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>ホームページ:</b> <a href=""http://gujin.sourceforge.net/">"http://gujin.sourceforge.net</a><br/><b>概è¦:</b> Gujinã¯æ§˜ã€…ãªãƒœãƒªãƒ¥ãƒ¼ãƒ ã‚„ファイルをブートã§ãるグラフィカルブートマãƒãƒ¼ã‚¸ãƒ£ãƒ¼ã§ã™ã€‚<br/><b>インストールノート:</b> Gujinã¯ã‚·ãƒ³ãƒ—ルã«ãƒ–ートã—使用ã§ãã¾ã™ã€‚使用ã™ã‚‹éš›ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’å¿…è¦ã¨ã—ã¾ã›ã‚“。 <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>ホームページ:</b> <a href=http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>概è¦:</b> Kasperskyレスキューディスク㯠インストールã•れãŸWindowsã‹ã‚‰ãƒžãƒ«ã‚¦ã‚§ã‚¢ã‚’検出ãŠã‚ˆã³å‰Šé™¤ã—ã¾ã™ã€‚<br/><b>インストールノート:</b> ã“ã®Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯Liveモードã§èµ·å‹•ã§ãã€ã‚ªãƒ—ションã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’é–‹å§‹ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ホームページ:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>概è¦:</b>Kubuntuã¯KDEデスクトップを使用ã—ãŸå…¬å¼ã®Ubuntu派生ディストリビューションã§ã™ã€‚<br/><b>インストールノート:</b> ライブãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ©ã¯å¿…è¦ã«å¿œã˜ã¦èµ·å‹•ã™ã‚‹ã“ã¨ãŒã§ãã€ãã“ã‹ã‚‰ãƒ©ã‚¤ãƒ–モードã§ã®ãƒ–ートãŒå¯èƒ½ã«ãªã‚Šã¾ã™ã€‚ NetInstallã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã¯ã€FTP経由ã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’å¯èƒ½ã«ã—ã€Kubuntuã¨ãã®ä»–ã®å…¬å¼Ubuntuã®æ´¾ç”Ÿãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションをインストールã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ã‚ãªãŸã¯äº‹å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れãŸä»£æ›¿ï¼ˆãªã„デスクトップ)ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ISOイメージを使用ã—ãŸã„å ´åˆã¯ã€HdMediaオプションを使用ã—ã¦ã€ãƒãƒ¼ãƒ‰ãƒ‰ãƒ©ã‚¤ãƒ–ã¾ãŸã¯USBドライブã®ãƒ«ãƒ¼ãƒˆãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«åˆ¥ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«isoファイルをé…ç½®ã—ã¦ãã ã•ã„。 <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>ホームページ:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>概è¦:</b> LinuxConsoleã¯ã€ç°¡å˜ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã§ãã€ä½¿ã„ã‚„ã™ãã€èµ·å‹•ãŒé€Ÿã„ã€ã‚²ãƒ¼ãƒ ã‚’プレイã™ã‚‹ãŸã‚ã®ãƒ‡ã‚¹ã‚¯ãƒˆãƒƒãƒ—ディストリビューションã§ã™ã€‚<br/><b>インストールノート:</b> 1.0.2010ã¯ã€ãƒ­ãƒ¼ãƒªãƒ³ã‚°ãƒªãƒªãƒ¼ã‚¹ã§åˆ©ç”¨ã§ãる最新ã®1.0ã§ã™ã€‚(モジュールã¨ã‚«ãƒ¼ãƒãƒ«ã‚’æ›´æ–°ã™ã‚‹liveuptateを実行ã—ã¾ã™ï¼‰ <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>概è¦:</b> Linux Mintã¯ã€è¿½åŠ ã®ç‹¬è‡ªã®ã‚³ãƒ¼ãƒ‡ãƒƒã‚¯ã¨ã€ãƒ‡ãƒ•ォルトã§ä»–ã®ã‚½ãƒ•トウェアãŒå«ã¾ã‚Œã¦ã„るユーザーフレンドリーãªUbuntuベースã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> ã“ã®Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯Liveモードã§èµ·å‹•ã§ãã€ã‚ªãƒ—ションã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’é–‹å§‹ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ホームページ:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>概è¦:</b> Lubuntuã¯LXDEデスクトップを使用ã—ãŸå…¬å¼ã®Ubuntu派生ディストリビューションã§ã™ã€‚<br/><b>インストールノート:</b> デフォルトã®ã‚ªãƒ—ションã¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆ(FTP)経由ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã€ã¾ãŸã¯äº‹å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ISOファイルã§ã‚ªãƒ•ラインã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã®ä¸¡æ–¹ãŒåˆ©ç”¨ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>ホームページ:</b> <a href="http://www.mandriva.com//">http://www.mandriva.com/</a><br/><b>概è¦:</b> Mandrivaã¯ä»¥å‰ã®Mandrake Linuxã¨å‘¼ã°ã‚Œã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼ãƒ•レンドリーãªãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> ã“ã®Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯Liveモードã§èµ·å‹•ã§ãã€ã‚ªãƒ—ションã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’é–‹å§‹ã§ãã¾ã™ã€‚NetInstallã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã¯ã€ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆçµŒç”±ã§ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ï¼ˆFTP)ã€ã¾ãŸã¯äº‹å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れãŸçµŒç”±ã§ã§ãã¾ã™ã€‚<a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>概è¦:</b> MEPISã¯Debianベースã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚ AntiXã¯ã€å¤ã„コンピュータ用ã®è»½é‡ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã™ãŒSimplyMEPISã«ã¯ã€KDEã«åŸºã¥ã„ã¦ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ãƒ•レンドリーãªãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã™ã€‚<br/><b>インストールノート:</b> MEPISã¯Liveモードã§èµ·å‹•をサãƒãƒ¼ãƒˆã—ã¦ãŠã‚Šã€ã‚ªãƒ—ションã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’é–‹å§‹ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>ホームページ:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org/</a><br/><b>概è¦:</b> NetbootCDã¯ã€è»½é‡ãªãƒ–ートCDã§ãã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚„ブートã€ä»–ã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã®ãŸã‚ã®ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ™ãƒ¼ã‚¹ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ©ã§ã™ã€‚<br/><b>インストールノート:</b> NetbootCDã¯liveモードã§èµ·å‹•ã—使用出æ¥ã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>ホームページ:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>概è¦:</b> NimbleXã¯ã€å°åž‹æ±Žç”¨æ€§ã®Slackwareベースã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚ãれã¯ã€linux-ライブスクリプトを使用ã—ã¦æ§‹ç¯‰ã•れã€KDEデスクトップを備ãˆã¦ã„ã¾ã™ã€‚CDã¾ãŸã¯ãƒ•ラッシュメモリ(USBペンやMP3プレーヤー)ã‹ã‚‰ãƒ–ートã™ã‚‹ã“ã¨ãŒã§ãã€ã‹ã¤å®¹æ˜“ã«ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºãŠã‚ˆã³æ‹¡å¼µã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚<br/><b>インストールノート:</b> NimbleXã¯liveモードã§èµ·å‹•ã—ã¾ã™ã€‚ <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>ホームページ:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>概è¦:</b> The Offline NT Password and Registry Editorã¯ã€Windowsã®ãƒ‘スワードをリセットã—ã¦ã€Windows 2000ã‹ã‚‰Vistaã¾ã§ã®Windowsã§ãƒ¬ã‚¸ã‚¹ãƒˆãƒªã‚’編集ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚<br/><b>インストールノート:</b> NTPasswdã¯liveモードã§èµ·å‹•ã—使用ã§ãã¾ã™ã€‚インストールã¯å¿…è¦ã¨ã—ã¾ã›ã‚“。 <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ホームページ:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>概è¦:</b> OpenSUSEã¯ãƒ¦ãƒ¼ã‚¶ãƒ¼ãƒ•レンドリーãªãƒŽãƒ™ãƒ«ãŒã‚¹ãƒãƒ³ã‚µãƒ¼ã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> デフォルトã®ã‚ªãƒ—ションã¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆ(FTP)経由ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã€ã¾ãŸã¯äº‹å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ISOファイルã§ã‚ªãƒ•ラインã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã®ä¸¡æ–¹ãŒåˆ©ç”¨ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>ホームページ:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>概è¦:</b> Ophcrack㯠Windowsã®ãƒ‘スワードをクラックã§ãã¾ã™ã€‚<br/><b>インストールノート:</b> Ophcrackã¯liveモードã§èµ·å‹•ã—使用ã§ãã¾ã™ã€‚インストールã¯å¿…è¦ã¨ã—ã¾ã›ã‚“。 <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>ホームページ:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>概è¦:</b> Parted Magicã¯GPartedã§ãƒ‘ーティションマãƒãƒ¼ã‚¸ãƒ£ã¨ã€ã‚µã‚¤ã‚ºå¤‰æ›´ã€ã‚³ãƒ”ーã€ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã€ãŠã‚ˆã³ãƒ‡ã‚£ã‚¹ã‚¯ã®ãƒ‘ーティションをæ“作ã™ã‚‹ã“ã¨ãŒã§ãã€ä»–ã®ã‚·ã‚¹ãƒ†ãƒ ãƒ¦ãƒ¼ãƒ†ã‚£ãƒªãƒ†ã‚£ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚<br/><b>インストールノート:</b> デフォルトã®ã‚ªãƒ—ションã¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆ(FTP)経由ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã€ã¾ãŸã¯äº‹å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ISOファイルã§ã‚ªãƒ•ラインã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã®ä¸¡æ–¹ãŒåˆ©ç”¨ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ホームページ:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>概è¦:</b> Puppy Linuxã¯å¤ã„コンピュータå‘ã‘ã«ãƒ‡ã‚¶ã‚¤ãƒ³ã•れãŸè»½é‡ãªãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã¯ã‚·ã‚¹ãƒ†ãƒ å…¨ä½“ã‚’RAMã«ãƒ­ãƒ¼ãƒ‰ã—ã€ãƒ¡ãƒ¢ãƒªãƒ¼ã‹ã‚‰ãƒ–ートã—ã¾ã™ã€‚ãªã®ã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã¯ã‚ªãƒ—ションã§å¿…è¦ã‚りã¾ã›ã‚“。 <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>ホームページ:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>概è¦:</b> Sabayon Linuxã¯ã€ã‚½ãƒ¼ã‚¹ãƒ™ãƒ¼ã‚¹ã®Portageã«åŠ ãˆã¦ã€ã‚¨ãƒ³ãƒˆãƒ­ãƒ”ーã®ãƒã‚¤ãƒŠãƒªãƒ‘ッケージマãƒãƒ¼ã‚¸ãƒ£ã‚’å‚™ãˆã¦ã„ã‚‹Gentooã®ãƒ™ãƒ¼ã‚¹ã®Live DVDディストリビューションã§ã™ã€‚<br/><b>インストールノート:</b> ライブãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ©ã¯å¿…è¦ã«å¿œã˜ã¦èµ·å‹•ã™ã‚‹ã“ã¨ãŒã§ãã€ãã“ã‹ã‚‰ãƒ©ã‚¤ãƒ–モードã§ã®ãƒ–ートãŒå¯èƒ½ã«ãªã‚Šã¾ã™ã€‚完全版ãŒ8 GBã®USBドライブを必è¦ã¨ã™ã‚‹ä¸€æ–¹LiteMCE版ã¯2 GBã§ã™ã€‚ <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>ホームページ:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>概è¦:</b>Salixosã¯ã€ã‚·ãƒ³ãƒ—ルã‹ã¤é«˜é€Ÿã§ä½¿ã„ã‚„ã™ã„Slackwareã®ï¼ˆå®Œå…¨ãªäº’æ›æ€§ï¼‰ã«åŸºã¥ã„ãŸã€GNU / Linuxディストリビューションã§ã™ã€‚<br/>盆栽ã®ã‚ˆã†ã«ã€Salixosã¯ã€å°ã•ãªå…‰ã¨ç„¡é™ã®ã‚±ã‚¢ã®è£½å“ã§ã™ã€‚<br/><b>インストールノート:</b> ライブãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ©ã¯å¿…è¦ã«å¿œã˜ã¦èµ·å‹•ã™ã‚‹ã“ã¨ãŒã§ãã€ãã“ã‹ã‚‰ãƒ©ã‚¤ãƒ–モードã§ã®ãƒ–ートãŒå¯èƒ½ã«ãªã‚Šã¾ã™ã€‚<br/>デフォルトã®rootパスワードã¯<b>live</b>ã§ã™ã€‚ <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>概è¦:</b> Slaxã¯Slackwareベースã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§KDEデスクトップを使ã†ã‚ˆã†ã«å‡ºæ¥ã¦ã„ã¾ã™ã€‚<br/><b>インストールノート:</b>ライブãªãƒ¼ã‚¸ãƒ§ãƒ³ã¯ãƒ©ã‚¤ãƒ–モードã§ã®ãƒ–ートãŒå‡ºæ¥ã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ©ã¯ãã“ã‹ã‚‰èµ·å‹•ã™ã‚‹ã“ã¨ãŒå¯èƒ½ã§ã™ã€‚ <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ホームページ:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>概è¦:</b> SliTazã¯ã€è»½é‡ã€ãƒ‡ã‚¹ã‚¯ãƒˆãƒƒãƒ—指å‘ã®ãƒžã‚¤ã‚¯ãƒ­ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> ライブãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯RAMã¨ãƒ¡ãƒ¢ãƒªã‹ã‚‰èµ·å‹•ã—ãŸã‚·ã‚¹ãƒ†ãƒ å…¨ä½“をロードã™ã‚‹ã®ã§ã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã¯å¿…é ˆã®ã‚ªãƒ—ションã§ã¯ã‚りã¾ã›ã‚“。 <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>ホームページ:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>概è¦:</b> Smart Boot Managerã¯ã€ã„ãã¤ã‹ã®ãƒ–ート関連ã®BIOSã®åˆ¶é™ã¨ãƒã‚°ã‚’å…‹æœã™ã‚‹ã“ã¨ãŒã§ãるブートローダã§ã™ã€‚<br/><b>インストールノート:</b> Smart Boot Managerã¯liveモードã§èµ·å‹•ã—使用ã§ãã¾ã™ã€‚インストールã¯å¿…è¦ã¨ã—ã¾ã›ã‚“。 <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>ホームページ:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>概è¦:</b> Super Grub Diskã¯ã€MBRã¨ãƒ–ートローダーã®å›žå¾©ã®ã•ã¾ã–ã¾ãªã‚¿ã‚¹ã‚¯ã‚’実行ã™ã‚‹ã“ã¨ãŒã§ãるブートローダã§ã™ã€‚<br/><b>インストールノート:</b> Super Grub Diskã¯liveモードã§èµ·å‹•ã—使用ã§ãã¾ã™ã€‚インストールã¯å¿…è¦ã¨ã—ã¾ã›ã‚“。 <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>概è¦:</b> Super OSã¯ã€ãƒ‡ãƒ•ォルトã§ã¯è¿½åŠ ã®ã‚½ãƒ•トウェアãŒå«ã¾ã‚Œã¦ã‚‹Ubuntuã®éžå…¬å¼ãªæ´¾ç”Ÿãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚インストールã™ã‚‹ã«ã¯ã€2GB USBドライブを必è¦ã¨ã—ã¾ã™ã€‚<br/><b>インストールノート:</b> ã“ã®Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯Liveモードã§èµ·å‹•ã§ãã€ã‚ªãƒ—ションã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’é–‹å§‹ã§ãã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ホームページ:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>概è¦:</b> Ubuntuã¯ãƒ¦ãƒ¼ã‚¶ãƒ¼ãƒ•レンドリーãªDebianベースã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚ã“れã¯ã€ç¾åœ¨æœ€ã‚‚人気ã®ã‚ã‚‹Linuxデスクトップディストリビューションã§ã™ã€‚<br/><b>ライブãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ©ã¯å¿…è¦ã«å¿œã˜ã¦èµ·å‹•ã™ã‚‹ã“ã¨ãŒã§ãã€ãã“ã‹ã‚‰ãƒ©ã‚¤ãƒ–モードã§ã®ãƒ–ートãŒå¯èƒ½ã«ãªã‚Šã¾ã™ã€‚ NetInstallã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã¯ã€FTP経由ã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’å¯èƒ½ã«ã—ã€Kubuntuã¨ãã®ä»–ã®å…¬å¼Ubuntuã®æ´¾ç”Ÿãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションをインストールã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ã‚ãªãŸã¯äº‹å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れãŸalternate(ãªã„デスクトップ)ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ISOイメージを使用ã—ãŸã„å ´åˆã¯ã€HdMediaオプションを使用ã—ã¦ã€ãƒãƒ¼ãƒ‰ãƒ‰ãƒ©ã‚¤ãƒ–ã¾ãŸã¯USBドライブã®ãƒ«ãƒ¼ãƒˆãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«åˆ¥ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«isoファイルをé…ç½®ã—ã¦ãã ã•ã„。 <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>ホームページ:</b> <a href="http://www.xpud.org/">http://www.xpud.org/</a><br/><b>概è¦:</b> xPUDã¯ã€Webブラウザã¨ãƒ¡ãƒ‡ã‚£ã‚¢ãƒ—レーヤーã§ã‚·ãƒ³ãƒ—ルãªã‚­ã‚ªã‚¹ã‚¯ã®ã‚ˆã†ãªã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ェースを備ãˆãŸè»½é‡ã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> ライブãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã€ãƒ¡ãƒ¢ãƒªã‹ã‚‰RAMã¨ãƒ–ートã«ã€ã‚·ã‚¹ãƒ†ãƒ å…¨ä½“をロードã—ã¾ã™ã€‚ <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ホームページ:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org/</a><br/><b>概è¦:</b> Xubuntuã¯KDEデスクトップを使用ã—ãŸå…¬å¼ã®Ubuntu派生ディストリビューションã§ã™ã€‚<br/><b>インストールノート:</b> ライブãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ©ã¯å¿…è¦ã«å¿œã˜ã¦èµ·å‹•ã™ã‚‹ã“ã¨ãŒã§ãã€ãã“ã‹ã‚‰ãƒ©ã‚¤ãƒ–モードã§ã®ãƒ–ートãŒå¯èƒ½ã«ãªã‚Šã¾ã™ã€‚ NetInstallã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã¯ã€FTP経由ã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’å¯èƒ½ã«ã—ã€Kubuntuã¨ãã®ä»–ã®å…¬å¼Ubuntuã®æ´¾ç”Ÿãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションをインストールã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ã‚ãªãŸã¯äº‹å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れãŸä»£æ›¿ï¼ˆãªã„デスクトップ)ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ISOイメージを使用ã—ãŸã„å ´åˆã¯ã€HdMediaオプションを使用ã—ã¦ã€ãƒãƒ¼ãƒ‰ãƒ‰ãƒ©ã‚¤ãƒ–ã¾ãŸã¯USBドライブã®ãƒ«ãƒ¼ãƒˆãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«åˆ¥ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«isoファイルをé…ç½®ã—ã¦ãã ã•ã„。 <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>概è¦:</b>Zenwalkã§ã¯Xfceデスクトップを備ãˆãŸSlackwareをベースディストリビューションã§ã™ã€‚<br/><b>インストールノート:</b> ã“ã®Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯Liveモードã§èµ·å‹•ã§ãã€ã‚ªãƒ—ションã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’é–‹å§‹ã§ãã¾ã™ã€‚ <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>ホームページ:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>概è¦:</b> EeePCLinuxOSã¯ã€EeePCã®ãŸã‚ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ãƒ•レンドリーãªPCLinuxOSã«åŸºã¥ãディストリビューションã§ã™ã€‚<br/><b>インストールノート:</b> インストールメディアãŒã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’続行ã™ã‚‹å‰ã«ç©ºã§ãƒ•ォーマットã•れã¦ã„ã‚‹ã“ã¨ã‚’確èªã—ã¾ã™ã€‚ <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>ホームページ:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>概è¦:</b> Ubuntu Eeeã¯ã€Ubuntuã¯Asusã®Eee PCç”¨ã«æœ€é©åŒ–ã•れã¦ã„ãªã„ã ã‘ã§ã™ã€‚ãã®ä»£ã‚りã«ã‚ªãƒ¼ãƒ—ンソースã®ä»£æ›¿ï¼ˆä»£ã‚りã«ã€Ekigaã¤ã¾ã‚Šã‚¹ã‚«ã‚¤ãƒ—ï¼‰ã®æœ€é«˜ã®ã‚½ãƒ•トウェア利用ã§ãã€Netbook Remixã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ェイスを使用ã—ã¦ã„るオペレーティング·システムã§ã™ã€‚<br/><b>インストールノート:</b> インストールメディアãŒã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’続行ã™ã‚‹å‰ã«ç©ºã§ãƒ•ォーマットã•れã¦ã„ã‚‹ã“ã¨ã‚’確èªã—ã¾ã™ã€‚ <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>ホームページ:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>概è¦:</b> Eliveã¯Enlightenmentウィンドウマãƒãƒ¼ã‚¸ãƒ£ã‚’å‚™ãˆãŸDebianベースã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> ã“ã®Liveãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯Liveモードã§èµ·å‹•ã§ãã€ã‚ªãƒ—ションã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’é–‹å§‹ã§ãã¾ã™ã€‚ <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>ホームページ:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>概è¦:</b> Kiwi Linuxã¯ä¸»ã«ãƒ«ãƒ¼ãƒžãƒ‹ã‚¢èªžã€ãƒãƒ³ã‚¬ãƒªãƒ¼èªžã¨è‹±èªžã‚’話ã™ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®ãŸã‚ã«ä½œã‚‰ãŸUbuntuã®æ´¾ç”Ÿã§ã‚る。<br/><b>インストールノート:</b> インストールメディアãŒã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’続行ã™ã‚‹å‰ã«ç©ºã§ãƒ•ォーマットã•れã¦ã„ã‚‹ã“ã¨ã‚’確èªã—ã¾ã™ã€‚ <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>ホームページ:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>概è¦:</b> gNewSenseã¯æ‹¡å¼µã—ã€ç‹¬è‡ªã®ã‚½ãƒ•トウェアをå«ã‚€ãƒ•リーã§ãªã„ソフトウェアやãƒã‚¤ãƒŠãƒªãƒ»ãƒ–ロブを全ã¦é™¤åŽ»ã—ã¦ã‚る完全ã«ãƒ•リーãªã‚ªãƒšãƒ¬ãƒ¼ãƒ†ã‚£ãƒ³ã‚°ã‚·ã‚¹ãƒ†ãƒ ã‚’作æˆã™ã‚‹ãŸã‚ã®Ubuntuã‚’å‘上ã•ã›ãŸé«˜å“質ã®GNU / Linuxディストリビューションã§ã™ã€‚<br/><b>インストールノート:</b> インストールメディアãŒã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’続行ã™ã‚‹å‰ã«ç©ºã§ãƒ•ォーマットã•れã¦ã„ã‚‹ã“ã¨ã‚’確èªã—ã¾ã™ã€‚ <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>ホームページ:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>概è¦:</b> NimbleXã¯ã€å°åž‹æ±Žç”¨æ€§ã®Slackwareベースã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚ãれã¯ã€linux-ライブスクリプトを使用ã—ã¦æ§‹ç¯‰ã•れã€KDEデスクトップを備ãˆã¦ã„ã¾ã™ã€‚ãれã¯ã€CDã¾ãŸã¯ãƒ•ラッシュメモリ(USBペンやMP3プレーヤー)ã‹ã‚‰ãƒ–ートã™ã‚‹ã“ã¨ãŒã§ãã€ã‹ã¤å®¹æ˜“ã«ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºãŠã‚ˆã³æ‹¡å¼µã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚<br/><b>インストールノート:</b> NimbleXã¯Live modeã§èµ·å‹•ã—ã¾ã™ã€‚ <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>ホームページ:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>概è¦:</b>SliTazã¯ã€è»½é‡ã€ãƒ‡ã‚¹ã‚¯ãƒˆãƒƒãƒ—指å‘ã®ãƒžã‚¤ã‚¯ãƒ­ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> ライブãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯RAMã¨ãƒ¡ãƒ¢ãƒªã‹ã‚‰èµ·å‹•ã—ãŸã‚·ã‚¹ãƒ†ãƒ å…¨ä½“をロードã™ã‚‹ã®ã§ã€ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã¯å¿…é ˆã§ã¯ã‚ªãƒ—ションã§ã¯ã‚りã¾ã›ã‚“。ã“ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ©ãƒ¼ã¯ <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>をベースã¨ã—ã¦ã„ã¾ã™ã€‚ <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>ホームページ:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>概è¦:</b> xPUDã¯ã€Webブラウザã¨ãƒ¡ãƒ‡ã‚£ã‚¢ãƒ—レーヤーã§ã‚·ãƒ³ãƒ—ルãªã‚­ã‚ªã‚¹ã‚¯ã®ã‚ˆã†ãªã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ェースを備ãˆãŸè»½é‡ã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§ã™ã€‚<br/><b>インストールノート:</b> ライブãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã€ãƒ¡ãƒ¢ãƒªã‹ã‚‰RAMã¨ãƒ–ーツã«ã€ã‚·ã‚¹ãƒ†ãƒ å…¨ä½“をロードã—ã¾ã™ã€‚ unetbootinui Unetbootin Unetbootin Select from a list of supported distributions サãƒãƒ¼ãƒˆã•れãŸãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã‹ã‚‰é¸æŠž &Distribution ディストリビューション(&D) Specify a disk image file to load ロードã™ã‚‹ãƒ‡ã‚£ã‚¹ã‚¯ã‚¤ãƒ¡ãƒ¼ã‚¸ã‚’é¸æŠž Disk&image ディスクイメージ(&i) Manually specify a kernel and initrd to load 手動ã§kernelã¨initrdを指定ã™ã‚‹ &Custom カスタム(&C) Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. å†èµ·å‹•ã—ã¦ã‚‚ç¶­æŒã•れã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ãƒ•ァイル用ã«äºˆç´„ã™ã‚‹ã‚¹ãƒšãƒ¼ã‚¹ã€‚ Ubuntuã¨ãƒ‡ãƒªãƒãƒ†ã‚£ãƒ–ã®LiveUSBã«å¯¾ã—ã¦ã®ã¿æ©Ÿèƒ½ã—ã¾ã™ã€‚値ã¯ãƒ‰ãƒ©ã‚¤ãƒ–ã®å®¹é‡ã‚’è¶…ãˆã‚‹å ´åˆã¯ã€ä½¿ç”¨å¯èƒ½ãªæœ€å¤§å®¹é‡ãŒä½¿ç”¨ã•れã¾ã™ã€‚ Space used to preserve files across reboots (Ubuntu only): スペースã¯ã€ãƒªãƒ–ートã—ã¦ã‚‚ファイルを維æŒã™ã‚‹ãŸã‚ã«ä½¿ç”¨ï¼ˆUbuntuã®ã¿ï¼‰ï¼š MB MB OK OK Return 戻る Cancel キャンセル Esc Esc Reboot Now 今ã™ãå†èµ·å‹• Exit 終了 1. Downloading Files 1. ファイルをダウンロード 2. Extracting and Copying Files 2. ファイルを抽出ã—ã¦ã‚³ãƒ”ー 3. Installing Bootloader 3. ブートローダーをインストール 4. Installation Complete, Reboot 4. インストール完了。 å†èµ·å‹• Select the target drive to install to インストール先ã®ãƒ‰ãƒ©ã‚¤ãƒ–ã‚’é¸æŠž Dri&ve: ドライブ(&v): Select the installation target type インストールã®ã‚¿ã‚¤ãƒ—ã‚’é¸æŠž &Type: タイプ(&T): Select the distribution version ディストリビューションã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’é¸æŠž Select disk image file ディスクイメージã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’é¸æŠž ... ... Select the disk image type ディスクイメージã®ã‚¿ã‚¤ãƒ—ã‚’é¸æŠž Specify a floppy/hard disk image, or CD image (ISO) file to load 読ã¿è¾¼ã‚€ãƒ•ロッピー/ãƒãƒ¼ãƒ‰ãƒ‡ã‚£ã‚¹ã‚¯ã®ã‚¤ãƒ¡ãƒ¼ã‚¸ã‹ã€CDイメージ(ISO)ファイルを指定ã—ã¦ãã ã•ã„ Specify a kernel file to load ロードã™ã‚‹ã‚«ãƒ¼ãƒãƒ«ãƒ•ァイルを指定 Select kernel file カーãƒãƒ«ãƒ•ã‚¡ã‚¤ãƒ«ã‚’é¸æŠž Specify an initrd file to load ロードã™ã‚‹initrdファイルを指定 Select initrd file initrdãƒ•ã‚¡ã‚¤ãƒ«ã‚’é¸æŠž Select syslinux.cfg or isolinux.cfg file syslinux.cfgã‹isolinux.cfgファイルã‹ã‚’é¸ã‚“ã§ãã ã•ã„ Specify parameters and options to pass to the kernel カーãƒãƒ«ã«æ¸¡ã™ãƒ‘ラメータã¨ã‚ªãƒ—ションを指定ã—ã¦ãã ã•ã„ &Kernel: カーãƒãƒ«(&K): Init&rd: Init&rd: &Options: オプション(&O): uninstaller Uninstallation Complete アンインストール完了 %1 has been uninstalled. %1 ã¯ã‚¢ãƒ³ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¾ã—ãŸã€‚ Must run as root rootã§å®Ÿè¡Œã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2ã¯rootã§å‹•ã‹ã™å¿…è¦ãŒã‚りã¾ã™ã€‚ã“れをクローズã—ã€<br/><b>sudo %1</b><br/>ã‹<br/><b>su - -c '%1'</b>ã®ã©ã¡ã‚‰ã‹ã‚’使ã£ã¦å†èµ·å‹•ã—ã¦ãã ã•ã„ %1 Uninstaller %1 アンインストーラ %1 is currently installed. Remove the existing version? %1 をインストールã—ã¦ã„ã¾ã™ã€‚既存ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ unetbootin_lt.ts000644 000765 000024 00000226455 12325150343 014420 0ustar00gezastaff000000 000000 QObject LeftToRight IÅ¡ kairÄ—s į deÅ¡inÄ™ unetbootin Hard Disk Standusis diskas USB Drive USB diskas ISO ISO atvaizdas Floppy Diskelis either arba LiveUSB persistence FAT32-formatted USB drive USB diskas suformatuotas į FAT32 failų sistemÄ… EXT2-formatted USB drive USB diskas formatuotas į EXT2 failų sistemÄ… Open Disk Image File Atverti disko atvaizdo rinkmenÄ… All Files Visos rinkmenos All Files (*) Visos rinkmenos (*) Open Kernel File Atverti branduolio rinkmenÄ… Open Initrd File Atvetri Initrd rinkmenÄ… Open Bootloader Config File Atverti pradinÄ—s paleisties programos konfigÅ«racinÄ™ rinkmenÄ… Insert a USB flash drive Prijungti USB diskÄ… No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB diskas nerastas. Jei JÅ«s tikrai prijungÄ—te USB diskÄ…, pamÄ—ginkite jį suformuoti į FAT32 failų sistemÄ…. %1 not mounted %1 nÄ—ra pajungtas You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. IÅ¡ pradžių primontuokite %1 USB diskÄ…. Dauguma operacinių sistemų, prijungiant ar atjungiant USB diskÄ…, tai daro be vartotojo pagalbos. Select a distro Pasirinkite distributyvÄ… You must select a distribution to load. JÅ«s turite pasirinkti distributyvÄ…, kad jį užkrauti. Select a disk image file Pasirinkite disko atvaizdo rinkmenÄ… You must select a disk image file to load. JÅ«s turite pasirinkti disko atvaizdo rinkmenÄ…, kad jÄ… užkrauti. Select a kernel and/or initrd file Pasirinkite branduolio ir (arba) initrd rinkmenÄ… (-as) You must select a kernel and/or initrd file to load. JÅ«s turite pasirinkti branduolio ir (arba) initdr rinkmenÄ…(-as), kad jÄ… (jas) užkrauti. Diskimage file not found Disko atvaizdo rinkmena nerasta. The specified diskimage file %1 does not exist. Nurodyta disko atvaizdo rinkmena %1 neegzistuoja (sugadinta). Kernel file not found Branduolio rinkmena nerasta. The specified kernel file %1 does not exist. Nurodyta branduolio rinkmena %1 neegzistuoja (sugadinta). Initrd file not found Initrd rinkmena nerasta. The specified initrd file %1 does not exist. Nurodyta Initrd rinkmena %1 neegzistuoja (sugadinta). %1 exists, overwrite? Rinkmena %1 jau egzistuoja, ar norite jÄ… pakeisti? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Rinkmena %1 jau egzistuoja. SpustelÄ—kite "Taip, viskÄ…", kad pakeisti jÄ… (jas) ir toliau daugiau nebeklausti to, "Taip", kad pakeisti jÄ… (jas) kiekvienÄ… individualiai, arba "Ne", kad palikti esamÄ…. Jei abejojate, paspauskite "Taip, viskÄ…". %1 is out of space, abort installation? %1 trÅ«ksta vietos, nutraukti diegimÄ…? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Segtuve %1 trÅ«ksta vietos. SpustelÄ—kite "Taip", kad nutraukti diegimÄ…, "Ne", kad nekreiptumÄ—te į šį klaidos praneÅ¡imÄ… ir pabandytumÄ—te tÄ™sti diegimÄ…, arba "Ne, viskam", kad ignoruoti visus "trÅ«ksta vietos" klaidų praneÅ¡imus. Locating kernel file in %1 Ä® %1 talpinama branduolio rinkmena Copying kernel file from %1 IÅ¡ %1 kopijuojama branduolio rinkmena Locating initrd file in %1 Ä® %1 talpinama Initrd rinkmena Copying initrd file from %1 IÅ¡ %1 kopijuojama Initrd rinkmena Extracting bootloader configuration IÅ¡skleidžiama pradinÄ—s paleisties programos (bootloader) konfigÅ«racinÄ— rinkmena. <b>Extracting compressed iso:</b> %1 <b>IÅ¡skleidžiamas suglaudintas ISO atvaizdas:</b> %1 Copying file, please wait... Kopijuojama rinkmena, praÅ¡ome palaukti... <b>Source:</b> <a href="%1">%1</a> <b>Å altinis:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Paskirtis:</b> %1 <b>Copied:</b> 0 bytes <b>Nukopijuota:</b> 0 baitų Extracting files, please wait... IÅ¡skleidžiamos bylos, praÅ¡ome palaukti... <b>Archive:</b> %1 <b>Archyvas:</b> %1 <b>Source:</b> <b>Å altinis:</b> <b>Destination:</b> <b>Paskirtis:</b> <b>Extracted:</b> 0 of %1 files <b>IÅ¡skleista:</b> 0 of %1 rinkmenų <b>Source:</b> %1 (%2) <b>Å altinis:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Paskirtis:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>IÅ¡skleista:</b> %1 iÅ¡ %2 rinkmenų Downloading files, please wait... ParsiunÄiamos rinkmenos, praÅ¡ome palaukti... <b>Downloaded:</b> 0 bytes <b>Parsiųsta:</b> 0 baitų Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Parsisiųsti %1 %2 iÅ¡ %3 nepavyko. PraÅ¡ome pabandyti parsisiųsti ISO rinkmenÄ… tiesiogiai iÅ¡ svetainÄ—s ir pateikti jÄ… kaip disko atvaizdo variantÄ…. <b>Downloaded:</b> %1 of %2 <b>Parsiųsta:</b> %1 iÅ¡ %2 <b>Copied:</b> %1 of %2 <b>Nukopijuota:</b> %1 iÅ¡ %2 Searching in <a href="%1">%1</a> ieÅ¡koma <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 atitikmenų <a href="%3">%3</a> %1 not found %1 nerasta %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nerastas. Jis reikalingas %2 įdiegti. Ä®diekite "%3" paketÄ… arba savo distributyvo atitikmenį. (Current) (Dabartinis) (Done) (Baigta) Configuring grub2 on %1 %1 grub2 konfigÅ«ravimas Configuring grldr on %1 %1 grldr konfigÅ«ravimas Configuring grub on %1 %1 grub konfigÅ«ravimas Installing syslinux to %1 Ä® %1 diegiamas syslinux Installing extlinux to %1 Ä® %1 diegiamas extlinux Syncing filesystems Failų sistema sinchronizuojama Setting up persistence Nustatomas gajumas After rebooting, select the Po pakartotinÄ—s sistemos paleisties, pasirinkite After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Po pakartotinÄ—s sistemos paleisties, pasirinkite USB įkrovos parinktį BIOS įkrovos meniu.%1 Dabar pakartotinai paleisti kompiuterį iÅ¡ naujo? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Sukurtas USB diskas negali paleisti Mac kompiuterio. Prijunkite jį prie PC maÅ¡inos ir pasirinkite USB įkrovos parinktį BIOS įkrovos meniu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *SVARBU* PrieÅ¡ tai, kad iÅ¡ naujo paleisti kompiuterį, patalpinkite Å¡akniniame standaus ar USB disko segtuve alternatyvų Ubuntu (Desktop) diegimo ISO disko atvaizdÄ…. Jį galima gauti cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *SVARBU* Po pakartotinÄ—s sistemos paleisties, nekreipkite dÄ—mesio į bet kokius klaidų praneÅ¡imus ir pasirinkite sugrįžti atgal į CD, nueikite į pagrindinį meniu, parinkite "PradÄ—ti diegimÄ…" parinktį, pažymÄ—kite "Tinklas", kaip Å¡altinis, pažymÄ—kite "HTTP", kaip protokolas, įveskite "mirrors.kernel.org", kai papraÅ¡ys nurodyti serverio adresÄ…, ir įveskite "/centos/%1/os/%2", kai papraÅ¡ys nurodyti paskirties segtuvÄ…. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *SVARBU* PrieÅ¡ tai, kad iÅ¡ naujo paleisti kompiuterį, patalpinkite Å¡akniniame standaus ar USB disko segtuve alternatyvų Debian diegimo ISO disko atvaizdÄ…. Jį galima gauti cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *SVARBU* Po pakartotinÄ—s sistemos paleisties, nekreipkite dÄ—mesio į bet kokius klaidų praneÅ¡imus ir pasirinkite sugrįžti atgal į CD, nueikite į pagrindinį meniu, parinkite "PradÄ—ti diegimÄ…" parinktį, pažymÄ—kite "Tinklas", kaip Å¡altinis, pažymÄ—kite "HTTP", kaip protokolas, įveskite "download.fedora.redhat.com", kai papraÅ¡ys nurodyti serverio adresÄ…, ir įveskite "/pub/fedora/linux/development/%1/os", kai papraÅ¡ys nurodyti paskirties segtuvÄ…. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *SVARBU* Po pakartotinÄ—s sistemos paleisties, nekreipkite dÄ—mesio į bet kokius klaidų praneÅ¡imus ir pasirinkite sugrįžti atgal į CD, nueikite į pagrindinį meniu, parinkite "PradÄ—ti diegimÄ…" parinktį, pažymÄ—kite "Tinklas", kaip Å¡altinis, pažymÄ—kite "HTTP", kaip protokolas, įveskite "download.fedora.redhat.com", kai papraÅ¡ys nurodyti serverio adresÄ…, ir įveskite "/pub/fedora/linux/releases/%1/Fedora/%2/os", kai papraÅ¡ys nurodyti paskirties segtuvÄ…. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *SVARBU* Po pakartotinÄ—s sistemos paleisties, nekreipkite dÄ—mesio į bet kokius klaidų praneÅ¡imus ir pasirinkite sugrįžti atgal į CD, nueikite į pagrindinį meniu, parinkite "PradÄ—ti diegimÄ…" parinktį, pažymÄ—kite "Tinklas", kaip Å¡altinis, pažymÄ—kite "HTTP", kaip protokolas, įveskite "download.opensuse.org", kai papraÅ¡ys nurodyti serverio adresÄ…, ir įveskite "/factory/repo/oss", kai papraÅ¡ys nurodyti paskirties segtuvÄ…. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *SVARBU* Po pakartotinÄ—s sistemos paleisties, nekreipkite dÄ—mesio į bet kokius klaidų praneÅ¡imus ir pasirinkite sugrįžti atgal į CD, nueikite į pagrindinį meniu, parinkite "PradÄ—ti diegimÄ…" parinktį, pažymÄ—kite "Tinklas", kaip Å¡altinis, pažymÄ—kite "HTTP", kaip protokolas, įveskite "download.opensuse.org", kai papraÅ¡ys nurodyti serverio adresÄ…, ir įveskite "/distribution/%1/repo/oss", kai papraÅ¡ys nurodyti paskirties segtuvÄ…. == Select Distribution == == Pasirinkite DistributyvÄ… == == Select Version == == Pasirinkite VersijÄ… == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Sveiki atvykÄ™ į <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer tinklapį. Naudojimas:<ol><li>Pasirinkite iÅ¡ sÄ…raÅ¡o distribucijÄ… ir versijÄ…, kad jÄ… parsisiųsti, ar pasirinkite įkelti JÅ«sų nurodytÄ… rinkmenÄ….</li><li>PažymÄ—kite diegimo bÅ«dÄ… ir nuspausdami "Taip", pradÄ—kite diegimÄ….</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Namų tinklapis:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>ApraÅ¡ymas:</b> Arch Linux yra mažai vietos užimantis distributyvas, greitas ir lankstus.<br/><b>Diegimo pastabos:</b> Pagal nutylÄ—jimÄ… leidžia diegti tiesiogiai siunÄiantis iÅ¡ interneto (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Namų tinklapis:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>ApraÅ¡ymas:</b> BackTrack, distributyvas, paruoÅ¡tas tinklo analizei ir skverbÄiai testuoti.<br/><b>Diegimo pastabos:</b> BackTrack paleidžiamas <i>gyvu</i> bÅ«du; jo naudojimui nereikalingas diegimas. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Namų tinklapis:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>ApraÅ¡ymas:</b> CentOS yra nemokamas Red Hat Enterprise Linux klonas.<br/><b>Diegimo pastabos:</b> Pagal nutylÄ—jimÄ… leidžia diegti tiesiogiai siunÄiantis iÅ¡ interneto (FTP), arba atsijungus nuo tinklo, prieÅ¡ tai parsisiuntus ISO diegimo rinkmenÄ…. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Namų tinklapis:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>ApraÅ¡ymas:</b> CloneZilla, tai distributyvas, skirtas disko atsarginių kopijų ir atvaizdų rinkmenų paruoÅ¡imui.<br/><b>Diegimo pastabos:</b> CloneZilla paleidžiamas <i>gyvu</i> bÅ«du; jo naudojimui nereikalingas diegimas. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Namų tinklapis:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>ApraÅ¡ymas:</b> Damn Small Linux - minimalistinis distributyvas, paruoÅ¡tas naudoti senuose kompiuteriuose.<br/><b>Diegimo pastabos:</b> ,i>Gyva</> versija užkrauna sistemÄ… į RAM ir pasileidžia iÅ¡ operatyviosios atminties, todÄ—l diegimas nereikalingas, bet įmanoma įdiegti ir į standųjį diskÄ…. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Namų tinklapis:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>ApraÅ¡ymas:</b> Debian - kÅ«rÄ—jų bendruomenÄ—s Linux distributyvas, kurie palaiko didelÄ™ architektÅ«rų įvairovÄ™ ir turi didelÄ™ paketų saugyklÄ….<br/><b>Diegimo pastabos:</b> TinklinÄ— (NetInstall) versija leidžia diegti siunÄiantis tiesiai iÅ¡ FTP. Jei JÅ«s mÄ—gstate naudotis iÅ¡ anksto parsisiųsta ISO diegimo rinkmena, pasirinkite HdMedia bÅ«dÄ…, ir patalpinkite ISO rinkmenÄ… Å¡akniniame standžiojo ar USB disko segtuve. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Namų tinklapis:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>ApraÅ¡ymas:</b> Dreamlinux - tai draugiÅ¡kas vartotojui, Debian pagrindu paruoÅ¡tas distributyvas.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį <i>gyvai</i>, nediegiant, iÅ¡ kurio po to galima ir įdiegti į standųjį diskÄ…. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Namų tinklapis:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>ApraÅ¡ymas:</b> Dr.Web AntiVirus yra antivirusinÄ—s pagalbos rinkinys, kuris leidžia atstatyti <i>malware</i> sugadintÄ… sistemÄ….<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia paleidus kompiuterį iÅ¡ laikmenos patikrinti jo standųjį diskÄ… dÄ—l kenkÄ—jiÅ¡kų (malware) programų. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Namų tinklapis:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>ApraÅ¡ymas:</b> Elive - tai Debian pagrindu paruoÅ¡tas distributyvas, kurio ypatybÄ— - Enlightenment langų failų tvarkyklÄ—.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį <i>gyvai</i>, nediegiant, iÅ¡ kurio po to galima ir įdiegti į standųjį diskÄ…. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Namų tinklapis:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>ApraÅ¡ymas:</b> Fedora - tai Red Hat iÅ¡laikomos bendruomenÄ—s distributyvas, kuris naudoja naujausiÄ…/pažangiausiÄ… nemokamÄ…/atvirojo kodo programinÄ™ įrangÄ….<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį <i>gyvai</i>, nediegiant, iÅ¡ kurio po to galima ir įdiegti į standųjį diskÄ…. TinklinÄ—(NetInstall) versija leidžia diegti abiem bÅ«dais: tiesiogiai siunÄiantis iÅ¡ interneto (FTP), ar atsijungus, naudojant prieÅ¡ tai parsisiųstas diegimo ISO rinkmenas. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Namų tinklapis:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>ApraÅ¡ymas:</b> FreeBSD yra bendros paskirties Unix Å¡eimos operacinÄ— sistema, suprojektuota masteliavimui (scalability) ir efektyvumui.<br/><b>Diegimo pastabos:</b> Galima diegti abiem bÅ«dais: tiesiogiai siunÄiantis iÅ¡ interneto (FTP), ar atsijungus, naudojant prieÅ¡ tai parsisiųstas diegimo ISO rinkmenas. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Namų tinklapis:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>ApraÅ¡ymas:</b> FreeDOS yra nemokama MS-DOS suderinama operacinÄ— sistema.<br/><b>Diegimo pastabos:</b> Daugiau apie diegimÄ… žiÅ«rÄ—kite <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">vadovÄ…</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Namų tinklapis:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>ApraÅ¡ymas:</b> FreeNAS yra integruota atvirojo kodo NAS (Network-Attached Storage) distribucija, kuri remiasi FreeBSD.<br/><b>Diegimo pastabos:</b> LiveCD versija sukuria RAM diskÄ… FreeNAS sistemai ir naudoja FAT failų sistema suformatuotÄ… diskelį ar USB diskÄ…, kuriame saugoja konfigÅ«racinÄ™ rinkmenÄ…. Integruotoji versija leidžia įdiegti į standųjį diskÄ…. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Namų tinklapis:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>ApraÅ¡ymas:</b> Frugalware - tai bendros paskirties Slackware paremta distribucija pažengusiems vartotojams.<br/><b>Diegimo pastabos:</b> Galima diegti abiem bÅ«dais: tiesiogiai siunÄiantis iÅ¡ interneto (FTP), ar atsijungus, naudojant prieÅ¡ tai parsisiųstas diegimo ISO rinkmenas. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Namų tinklapis:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>ApraÅ¡ymas:</b> GeeXboX - tai integruota Linux Media Center Distribucija.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Namų tinklapis:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>ApraÅ¡ymas:</b> gNewSense - tai FSF patvirtinta distribucija, paremta Ubuntu, iÅ¡ kurios paÅ¡alinti visi mokami komponentai.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> (Live) versija leidžia paleisti kompiuterį <i>gyvai</i>, iÅ¡ kurios galima paleisti diegimÄ…. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Namų tinklapis:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>ApraÅ¡ymas:</b> Gujin - tai grafinÄ— paleidimo tvarkyklÄ—, kuri paleidžia įvairius disko skirsnius ir rinkmenas.<br/><b>Diegimo pastabos:</b> Gujin paprastai pasileidžia ir veikia; nereikalauja diegimo. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Namų tinklapis:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>ApraÅ¡ymas:</b> Kaspersky Rescue Disk aptinka ir paÅ¡alina kenkÄ—jiÅ¡kas (malware) programas JÅ«sų Windows sistemoje.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį iÅ¡ laikmenos ir iÅ¡valyti kompiuterį nuo kenkÄ—jiÅ¡kų (malware) programÄ—lių. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Namų tinklapis:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>ApraÅ¡ymas:</b> Kubuntu - tai oficialus Ubuntu darinys su KDE darbastaliu.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia paleisti kompiuterį iÅ¡ laikmenos ir naudotis sistema, ar iÅ¡ jos paleisti diegimÄ…. <i>TinklinÄ—</i> (NetInstall) versija leidžia diegti tiesiogiai siunÄiantis iÅ¡ interneto (FTP) kaip Kubuntu, taip ir kitus oficialius Ubuntu darinius. Jei JÅ«s mÄ—gstate diegimui naudoti iÅ¡ anksto parsiųstas alternatyvias diegimo ISO rinkmenas, pasirinkite HdMedia bÅ«dÄ… ir patalpinkite atitinkamÄ… alternatyviÄ… ISO rinkmenÄ… Å¡akniniame standžiojo ar USB disko segtuve. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Namų tinklapis:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>ApraÅ¡ymas:</b> LinuxConsole - tai namų kompiuterio distributyvas, skirtas žaisti žaidimus, paprastai įdiegti ir naudoti, bei greitai paleisti kompiuterį .<br/><b>Diegimo pastabos:</b> 1.0.2010 versija yra paskutinis 1.0 leidimas, dabar pasiekiamas <i>rolling</i> leidimas (paleiskite liveupdate, kad atnaujinti modulius ir branduolį). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Namų tinklapis:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>ApraÅ¡ymas:</b> Linux Mint yra patogus Ubuntu paremtas distributyvas, pagal nutylÄ—jimÄ… papildytas kitokios nuosavybÄ—s kodekais ir kita programine įranga.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį iÅ¡ laikmenos ir naudotis sistema, ar iÅ¡ jos paleisti diegimÄ… į standųjį diskÄ…. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Namų tinklapis:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>ApraÅ¡ymas:</b> Lubuntu yra oficialus Ubuntu darinys su LXDE darbastaliu.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį iÅ¡ laikmenos ir naudotis sistema ar iÅ¡ jos paleisti diegimÄ… į standųjį diskÄ…. <i>TinklinÄ—</i> (NetInstall) versija leidžia diegti tiesiogiai siunÄiantis iÅ¡ interneto (FTP) kaip Lubuntu, taip ir kitus oficialius Ubuntu darinius. Jei JÅ«s mÄ—gstate diegimui naudoti iÅ¡ anksto parsiųstas alternatyvias diegimo ISO rinkmenas, pasirinkite HdMedia bÅ«dÄ… ir patalpinkite atitinkamÄ… alternatyviÄ… ISO rinkmenÄ… Å¡akniniame standžiojo ar USB disko segtuve. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Namų tinklapis:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>ApraÅ¡ymas:</b> Mandriva yra patogus distributyvas, dar kitaip žinomas kaip Mandrake Linux.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį iÅ¡ laikmenos ir naudotis sistema ar iÅ¡ jos paleisti diegimÄ… į standųjį diskÄ…. <i>TinklinÄ—</i> (NetInstall) versija leidžia diegti tiesiogiai siunÄiantis iÅ¡ interneto (FTP) ar iÅ¡ anksto parsisiųsta <a href="http://www.mandriva.com/en/download">"Free" iso rinkmena</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Namų tinklapis:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>ApraÅ¡ymas:</b> MEPIS yra Debian paremta distribucija. SimplyMEPIS yra vartotojui patogi versija, naudojanti KDE darbastalį, kai AntiX yra nedaug vietos (lengva) versija, skirta seniems kompiuteriams.<br/><b>Diegimo pastabos:</b> MEPIS leidžia pasileisti kompiuterį iÅ¡ laikmenos <i>gyvai</i> ir naudotis sistema, ar iÅ¡ jos paleisti diegimÄ… į standųjį diskÄ…. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Namų tinklapis:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>ApraÅ¡ymas:</b> NetbootCD mažas kompiuterio paleidimo CD, kuris paleidžia sistemÄ…, parsisiunÄia ir paleidžia kitų distribucijų tinklinius įdiegÄ—jus.<br/><b>Diegimo pastabos:</b> NetbootCD pasileidžia ir veikia <i>gyvai</i> (live mode). <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Namų tinklapis:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>ApraÅ¡ymas:</b> NimbleX yra maža, universali Slackware paremta distribucija. Ji surinkta naudojant linux-live skriptais ir funkcijonuoja KDE. Ji gali pasileisti iÅ¡ CD ar flash laikmenos (USB disko ar MP3 grotuvo) ir gali bÅ«ti lengvai pritaikoma ir prapleÄiama.<br/><b>Diegimo pastabos:</b> NimbleX pasileidžia ir veikia <i>gyvai</i> (live mode). <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Pasirinkite iÅ¡ palaikomų distribucijų sÄ…raÅ¡o &Distribution &Distribucija Specify a disk image file to load Nurodykite įkelti disko atvaizdo rinkmenÄ… Disk&image Disko&atvaizdas Manually specify a kernel and initrd to load Patys parinkite įkelti branduolio ir initrd rinkmenas &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Gerai Return Grąžinti Cancel AtÅ¡aukti Esc Gr(Esc) Reboot Now TuÄtuojau paleisti iÅ¡ naujo Exit IÅ¡eiti 1. Downloading Files 1. ParsiunÄiamos rinkmenos 2. Extracting and Copying Files 2. IÅ¡skleidžiamos ir kopijuojamos rinkmenos 3. Installing Bootloader 3. Diegiama pradinÄ—s paleisties programa 4. Installation Complete, Reboot 4. Diegimas baigtas, perleisti iÅ¡ naujo Select the target drive to install to Pasirinkti diegimo paskirties diskÄ… Dri&ve: Dis&kas: Select the installation target type Pasirinkti diegimo tipÄ… &Type: &Tipas: Select the distribution version Parinkti distributyvo versijÄ… Select disk image file Pasirinkite disko atvaizdo rinkmenÄ… ... ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: &Branduolys: Init&rd: Init&rd &Options: &Opcijos uninstaller Uninstallation Complete Baigtas iÅ¡diegimas %1 has been uninstalled. IÅ¡diegtas %1. Must run as root Turi bÅ«ti paleistas administratoriaus teisÄ—mis %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 turi bÅ«ti paleistas administratoriaus teisÄ—mis. Užverkite ir paleiskite iÅ¡ naujo, įvesdami:<br/><b>sudo %1</b><br/>arba:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 iÅ¡diegÄ—jas %1 is currently installed. Remove the existing version? %1 jau yra įdiegtas. IÅ¡diegti esamÄ… versijÄ…? unetbootin_lv.ts000644 000765 000024 00000165267 12325150343 014425 0ustar00gezastaff000000 000000 QObject LeftToRight unetbootin Hard Disk Cietais disks USB Drive USB ierÄ«ce ISO ISO Floppy Diskete either vai arÄ« LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File AtvÄ“rt ISO failu All Files Visi faili All Files (*) Visi faili (*) Open Kernel File AtvÄ“rt Kerneļa failu Open Initrd File AtvÄ“rt Initrd failu Open Bootloader Config File AtvÄ“rt Bootloader konfigurÄciju Insert a USB flash drive Ieliekat USB dzini No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Netika atrasts USB dzinis. Ja jau esat to pievienojuÅ¡i, lÅ«dz pamēģiniet to noformatÄ“t uz FAT32 failu sistÄ“mu. %1 not mounted %1 nav piemontÄ“ts You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Jums no sÄkuma vajag piemontÄ“t USB dzini pie montēšana punkta %1 . Vairums distribÅ«cijas, to dara automÄtiski, kad izņemat un ieliekat USB dzini. Select a distro IzvÄ“lieties OS You must select a distribution to load. Jums ir jÄizvÄ“las distribÅ«cija ko ielÄdÄ“t. Select a disk image file IzvÄ“laties ISO failu You must select a disk image file to load. Jums ir jÄizvÄ“las IO fails ko ielÄdÄ“t. Select a kernel and/or initrd file IzvÄ“laties kernel un/vai initrd failu You must select a kernel and/or initrd file to load. Jums ir jÄizvÄ“las kernel un/vai initrd failu Diskimage file not found ISO nav atrasts The specified diskimage file %1 does not exist. NorÄdÄ«tais ISO fails %1 neeksistÄ“ Kernel file not found Kernel fails nav atrasts The specified kernel file %1 does not exist. NorÄdÄ«tais kernel fails %1 neeksistÄ“. Initrd file not found Initrd fails nav atrasts The specified initrd file %1 does not exist. NorÄdÄ«tais initrd fails %1 neeksistÄ“ %1 exists, overwrite? %1 pastÄv, pÄrrakstÄ«t ? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fails %1 jau eksistÄ“. Nospiediet 'Yes to All' , lai pÄrrakstÄ«tu pa virsu visus failus, spiediet 'Yes' lai pÄrrakstÄ«tu tikai individuÄlus failu, un 'No' lai atstÄtu visu bez izmaiņÄm, bet ja Å¡aubaties, spiediet 'Yes to All'. %1 is out of space, abort installation? %1 nepietiek vietas, atcelt instalÄciju? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 <b>AtarhivÄ“jam ISO:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Avots:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>MÄ“rÄ·is:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... AtarhivÄ“ failus, lÅ«dzu uzgaidiet... <b>Archive:</b> %1 <b>ArhÄ«vs:</b> %1 <b>Source:</b> <b>Avots:</b> <b>Destination:</b> <b>MÄ“rÄ·is:</b> <b>Extracted:</b> 0 of %1 files <b>AtarhivÄ“ti:</b> 0 no %1 failiem <b>Source:</b> %1 (%2) <b>Avots:</b> %1 (%2) <b>Destination:</b> %1%2 <b>MÄ“rÄ·is:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>AtarhivÄ“ti:</b> %1 no %2 failiem Downloading files, please wait... LejupielÄdÄ“ju failus, lÅ«dzu uzgaidiet... <b>Downloaded:</b> 0 bytes <b>LejupielÄdÄ“ti:</b> 0 baiti Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>LejupielÄdÄ“ti:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> MeklÄ“ iekÅ¡ <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 skrÄ«t iekÅ¡ <a href="%3">%3</a> %1 not found %1 nav atrasts %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nav atrasts. Tas ir vajadzÄ«gs priekÅ¡ %2 instalÄcijas veida. UzinstalÄ“jiet "%3" pakotni, vai JÅ«su OS lÄ«dzÄ«gu. (Current) (EsoÅ¡ais) (Done) (Gatavs) Configuring grub2 on %1 KonfigurÄ“ju grub2 uz %1 Configuring grldr on %1 KonfigurÄ“ju grldr uz %1 Configuring grub on %1 KonfigurÄ“ju grub uz %1 Installing syslinux to %1 InstalÄ“ju syslinux uz %1 Installing extlinux to %1 IntalÄ“ju extlinux uz %1 Syncing filesystems SinhronizÄ“ju failu sistÄ“mas Setting up persistence After rebooting, select the PÄ“c pÄrstartēšanaas, izvÄ“lieties After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? PÄ“c pÄrstartēšanas, izvÄ“laties USB boot opciju, iekÅ¡ BIOS boot izvÄ“lnes.%1 Vai tagad pÄrstartÄ“t datoru? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *SVARĪGI* Pirms pÄrstartēšanas, ielieciet Ubuntu alternatÄ«vu (ne desktop versiju) instalÄcijas ISO failu, saknes direktorijÄ uz JÅ«su cietÄ diska vai USB dziņa. IegÅ«t ISO var no cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *SVARĪGI* PÄ“c pÄrstartēšanas, ignorÄ“jiet kļūdu ziņojumus, un kad jautÄ pÄ“c CD, dodaties uz galveno izvÄ“lni, un paņemat 'Start Installation' opciju.KÄ avotu izvÄ“laties 'Network', bet 'HTTP' kÄ protokolu. Ievadiet 'mirrors.kernel.org' kad tiek prasÄ«ts servers un '/centos/%1/os/%2', kad tiek prasÄ«ta mape. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == IzvÄ“lÄ“ties distribÅ«ciju == == Select Version == == IzvÄ“lÄ“ties versiju == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Laipni lÅ«dzam <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> - universÄlÄ Netboot instalatorÄ. Pielietojums:<ol><li>IzvÄ“lieties distribÅ«ciju un versiju, kuru lejupielÄdÄ“t vai paÅ¡rocÄ«gi izvÄ“lieties failu apakÅ¡Ä.</li><li>Lai sÄktu instalēšanu, izvÄ“lieties instalÄcijas tipu un nospiediet 'Labi'.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions IzvÄ“lieties no saraksta ar atbalstÄ«tajÄm distribÅ«cijÄm &Distribution &DistribÅ«cija Specify a disk image file to load NorÄdiet diska attÄ“la failu, kuru ielÄdÄ“t Disk&image D&iska attÄ“ls Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Vieta, kuru rezervÄ“t failiem starp restartiem. StrÄdÄ tikai uz Ubuntu LiveUSB un citÄm Ubuntu balstÄ«tÄm distribÅ«cijÄm. Ja vÄ“rtÄ«ba pÄrsniedz diska ietilpÄ«bu, maksimÄli pieejamÄ vieta tiks izmantota. Space used to preserve files across reboots (Ubuntu only): Vieta, kur saglabÄt failus starp restartiem (tikai Ubuntu): MB OK Labi Return Cancel Atcelt Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to IzvÄ“lieties mÄ“rÄ·a ierÄ«ci, kurÄ instalÄ“t Dri&ve: &Dzinis: Select the installation target type IzvÄ“lieties instalÄcijas mÄ“rÄ·a tipu &Type: &Tips: Select the distribution version IzvÄ“lieties distribÅ«cijas versiju Select disk image file ... Select the disk image type IzvÄ“lieties diska attÄ“la tipu Specify a floppy/hard disk image, or CD image (ISO) file to load NorÄdiet disketes/cietÄ diska attÄ“la, vai CD attÄ“la (ISO) failu, kuru ielÄdÄ“t Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: &Opcijas: uninstaller Uninstallation Complete Atinstalēšana pabeigta %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_ml.ts000644 000765 000024 00000161652 12325150343 014406 0ustar00gezastaff000000 000000 QObject LeftToRight unetbootin Hard Disk ഹാരàµâ€à´¡àµ à´¡à´¿à´¸àµà´•ൠUSB Drive à´¯àµà´Žà´¸àµà´¬à´¿ à´¡àµà´°àµˆà´µàµ ISO ഠഎസൠഒ Floppy à´«àµà´²àµ‹à´ªàµà´ªà´¿ either à´’à´¨àµà´¨àµà´•à´¿à´²àµâ€ LiveUSB persistence സജീവമായ à´¯àµà´Žà´¸àµà´¬à´¿à´¯àµà´Ÿàµ† à´¸àµà´¥à´¿à´°à´¤ FAT32-formatted USB drive FAT32- സങàµà´•േതമàµà´ªà´¯àµ‹à´—à´¿à´šàµà´šàµ ഘടനാ മാറàµà´±à´‚ വരàµà´¤àµà´¤à´¿à´¯ à´¯àµà´Žà´¸àµà´¬à´¿ à´¡àµà´°àµˆà´µàµ EXT2-formatted USB drive EXT2- സങàµà´•േതമàµà´ªà´¯àµ‹à´—à´¿à´šàµà´šàµ ഘടനാ മാറàµà´±à´‚ വരàµà´¤àµà´¤à´¿à´¯ à´¯àµà´Žà´¸àµà´¬à´¿ à´¡àµà´°àµˆà´µàµ Open Disk Image File à´¡à´¿à´¸àµà´•ൠഇമേജൠഫയലàµâ€ à´¤àµà´±à´•àµà´•àµà´• All Files à´Žà´²àµà´²à´¾ ഫയലàµà´•à´³àµà´‚ All Files (*) à´Žà´²àµà´²à´¾ ഫയലàµà´•à´³àµà´‚(*) Open Kernel File കെരàµâ€à´£à´²àµâ€ ഫയലàµâ€ à´¤àµà´±à´•àµà´•àµà´• Open Initrd File Initrd ഫയലàµâ€ à´¤àµà´±à´•àµà´•àµà´• Open Bootloader Config File ബൂടàµà´Ÿàµ ലോഡരàµâ€ രൂപരേഖ ഫയലàµâ€ à´¤àµà´±à´•àµà´•àµà´• Insert a USB flash drive ഒരൠയàµà´Žà´¸àµà´¬à´¿ à´¡àµà´°àµˆà´µàµ ബനàµà´§à´¿à´ªàµà´ªà´¿à´•àµà´•àµà´• No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. à´¯àµà´Žà´¸àµà´¬à´¿ à´¡àµà´°àµˆà´µàµà´•à´³àµâ€ യാതൊനàµà´¨àµà´‚ തനàµà´¨àµ† à´•à´£àµà´Ÿàµ†à´¤àµà´¤à´¾à´¨àµâ€ à´•à´´à´¿à´žàµà´žà´¿à´²àµà´². നിങàµà´™à´³àµâ€ നേരതàµà´¤àµ† തനàµà´¨àµ† à´¯àµà´Žà´¸àµà´¬à´¿ à´¡àµà´°àµˆà´µàµ ബനàµà´§à´¿à´ªàµà´ªà´¿à´šàµà´šà´¿à´Ÿàµà´Ÿàµà´£àµà´Ÿàµ†à´™àµà´•à´¿à´²àµâ€, FAT32 സങàµà´•േതതàµà´¤à´¿à´²àµâ€ അതിനെ വീണàµà´Ÿàµà´‚ ഘടനാ മാറàµà´±à´‚ വരàµà´¤àµà´¤à´¿ à´¶àµà´°à´®à´¿à´šàµà´šàµ നോകàµà´•àµà´•. %1 not mounted %1 ഘടിപàµà´ªà´¿à´šàµà´šà´¿à´Ÿàµà´Ÿà´¿à´²àµà´² You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. നിങàµà´™à´³àµâ€ à´¯àµà´Žà´¸àµà´¬à´¿ à´¡àµà´°àµˆà´µàµ %1 ഒരൠസàµà´¥à´²à´¤àµà´¤àµ ഘടിപàµà´ªà´¿à´•àµà´•േണàµà´Ÿà´¤àµ à´…à´¤àµà´¯à´¾à´µà´¶àµà´¯à´®à´¾à´£àµ. à´à´¤à´¾à´£àµà´Ÿàµ†à´²àµà´²à´¾ വിതരണങàµà´™à´³àµà´‚ നിങàµà´™à´³àµâ€ à´¯àµà´Žà´¸àµà´¬à´¿ à´¡àµà´°àµˆà´µàµ വിടàµà´µà´¿à´•àµà´•àµà´•à´¯àµà´‚ വീണàµà´Ÿàµà´‚ ബനàµà´§à´ªàµà´ªàµ†à´Ÿàµà´¤àµà´¤àµà´•à´¯àµà´‚ ചെയàµà´¯àµà´¨àµà´¨ സമയതàµà´¤àµ à´ˆ à´ªàµà´°à´•àµà´°à´¿à´¯ à´¸àµà´µà´¯à´®àµ‡ ചെയàµà´¯àµà´¨àµà´¨à´¤à´¾à´£àµ Select a distro ഒരൠവിതരണം തെരഞàµà´žàµ†à´Ÿàµà´•àµà´•àµà´• You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_ms.ts000644 000765 000024 00000162330 12325150343 014407 0ustar00gezastaff000000 000000 QObject LeftToRight KiriKeKanan unetbootin Hard Disk Cakera Keras USB Drive Pemacu USB ISO ISO Floppy Liut either LiveUSB persistence FAT32-formatted USB drive Pemacu USB terformat-FAT32 EXT2-formatted USB drive Pemacu USB terformat-EXT2 Open Disk Image File Buka Fail Imej Pemacu All Files Semua Fail All Files (*) Semua Fail (*) Open Kernel File Buka Fail Kernel Open Initrd File Buka Fail Initrd Open Bootloader Config File Insert a USB flash drive Sisipkan pemacu flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Tiada pemacu flash USB dijumpai. Jika anda telah sisipkan pemacu USB, cuba formatkan semula sebagai FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro Pilih taburan You must select a distribution to load. Anda mesti memilih taburan untuk dimuat Select a disk image file Pilih fail imej cakera You must select a disk image file to load. Anda mesti pilih fail imej cakera untuk dimuat. Select a kernel and/or initrd file Pilih fail kernel dan/atau initrd You must select a kernel and/or initrd file to load. Anda mesti pilih fail kernel dan/atau initrd untuk dimuat. Diskimage file not found Fail imej cakera tidak dijumpai The specified diskimage file %1 does not exist. Fail imej cakera yang ditetapkan %1 tidak wujud. Kernel file not found Fail kernel tidak dijumpai The specified kernel file %1 does not exist. Fail kernel yang ditetapkan %1 tidak wujud. Initrd file not found Fail initrd tidak dijumpai The specified initrd file %1 does not exist. Fail initrd yang ditetapkan %1 tidak wujud. %1 exists, overwrite? %1 wujud, tulis ganti? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fail %1 telah sedia wujud. Tekan 'Ya untuk Semua' untuk menulis ganti dan tidak dibantu ingat lagi, 'Ya' untuk menulis ganti fail-fail berasaskan individu, dan 'Tidak' untuk mengekalkan versi anda yang telah sedia wujud. Jika ragu-ragu, tekan 'Ya untuk Semua'. %1 is out of space, abort installation? %1 kehabisan ruang, henti paksa pemasangan? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Directory %1 kehabisan ruang. Tekan 'Ya' untuk henti paksa pemasangan, 'Tidak' untuk abaikan ralat ini dan cuba untuk teruskan pemasangan, dan 'Tidak untuk Semua' untuk abaikan semua ralat kehabisan ruang. Locating kernel file in %1 Mengesan fail inti di %1 Copying kernel file from %1 Menyalin fail kernel dari %1 Locating initrd file in %1 Copying initrd file from %1 Menyalin fail initrd dari %1 Extracting bootloader configuration Mengekstrak konfigurasi bootloader <b>Extracting compressed iso:</b> %1 <b>Mengekstrak iso termampat:</b> %1 Copying file, please wait... Menyalin fail, sila tunggu... <b>Source:</b> <a href="%1">%1</a> <b>Sumber:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destinasi:</b> %1 <b>Copied:</b> 0 bytes <b>Telah disalin:</b> 0 bait Extracting files, please wait... Mengekstrak fail, sila tunggu... <b>Archive:</b> %1 <b>Arkib:</b> %1 <b>Source:</b> <b>Sumber:</b> <b>Destination:</b> <b>Destinasi:</b> <b>Extracted:</b> 0 of %1 files <b>Telah diekstrak:</b> 0 daripada %1 fail <b>Source:</b> %1 (%2) <b>Sumber:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destinasi:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Telah diekstrak:</b> %1 daripada %2 fail Downloading files, please wait... Memuat turun fail-fail, sila tunggu... <b>Downloaded:</b> 0 bytes <b>Telah dimuat turun:</b> 0 bait Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Telah dimuat turun:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Telah disalin:</b> %1 daripada %2 Searching in <a href="%1">%1</a> Mencari di <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 tidak dijumpai %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 tidak dijumpai. Ianya diperlukan untuk mod pemasangan %2. Pasang package "%3" atau padanan daripada distribusi anda. (Current) (Semasa) (Done) (Selesai) Configuring grub2 on %1 Mengkonfigurasi grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Memasang syslinux ke %1 Installing extlinux to %1 Memasang extlinux ke %1 Syncing filesystems Menyelaraskan sistemfail Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Selepas but semula, pilih opsyen but USB di menu but BIOS. %1 But semula sekarang? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Pilih Taburan == == Select Version == == Pilih Versi == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? ./._unetbootin_nan.ts000644 000765 000024 00000000475 12325150343 015117 0ustar00gezastaff000000 000000 Mac OS X  2 =ATTR=œ¡œ¡com.dropbox.attributesxœÈI‚0@Ñ«˜n]*˜°(C¤D  º"%XÄ((–!ÜÝa÷ߟAÑ6¯¼²ž–à°š«×²²*2¾ý¿‚öô!S¦V¤îžþ£)5´àyT…¿NŽÝTæbDÒ»+r¸ÆyÝr‚®â8õ5^unetbootin_nan.ts000644 000765 000024 00000155310 12325150343 014544 0ustar00gezastaff000000 000000 QObject LeftToRight unetbootin Hard Disk USB Drive ISO Floppy either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files All Files (*) Open Kernel File Open Initrd File Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_nb.ts000644 000765 000024 00000237421 12325150343 014373 0ustar00gezastaff000000 000000 QObject LeftToRight VenstreTilHøyre unetbootin Hard Disk Harddisk USB Drive USB enhet ISO ISO Floppy diskett either enten LiveUSB persistence FAT32-formatted USB drive FAT32 formatert USB disk EXT2-formatted USB drive EXT2 formatert USB disk Open Disk Image File Ã…pne bildefil All Files Alle filer All Files (*) Alle filer (*) Open Kernel File Ã…pne kjernefil Open Initrd File Ã…pne initrd fil Open Bootloader Config File Ã…pne Bootloader konfigurasjons fil Insert a USB flash drive Sett inn en USB flash enhet No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Ingen USB flash enheter ble funnet. Hvis du allerede har satt in en USB enhet, prøv Ã¥ reformatere den sm FAT32. %1 not mounted %1 ikke lastet inn You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Du mÃ¥ først montere USB-enheten %1 til ett innlastningspunkt. De fleste distribusjoner gjør dette automatisk etter at du har fjernet og satt inn igjen USB-enheten. Select a distro Velg en distro You must select a distribution to load. Du mÃ¥ velge en distribusjon som skal lastes. Select a disk image file Velg bildefil You must select a disk image file to load. Du mÃ¥ velge en bildefil som skal brukes. Select a kernel and/or initrd file Velg en Kernelog/eller en initrd fil You must select a kernel and/or initrd file to load. Du mÃ¥ velge en kernel og/eller en initrd fil som skal brukes. Diskimage file not found Bildefil ikke funnet The specified diskimage file %1 does not exist. Den valgte bildefilen %1 eksisterer ikke. Kernel file not found Kernel filen ble ikke funnet The specified kernel file %1 does not exist. Den valgte kernel filen %1 eksisterer ikke. Initrd file not found Initrd filen ble ikke funnet The specified initrd file %1 does not exist. Den valgte initrd filen %1 eksisterer ikke. %1 exists, overwrite? %1 eksisterer, overskriv? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Filen %1 eksisterer allerede. Trykk 'Ja til Alt' for Ã¥ overskrive og slippe Ã¥ bli spurt igjen, 'Ja' for Ã¥ overskrive enkeltfiler, og 'Nei' for Ã¥ beholde eksisterende versjon. Hvis du er usikker, trykk 'Ja til Alt'. %1 is out of space, abort installation? %1 har ikke mer plass, avbryte installasjonen? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Direktivet %1 har ikke mer plass. Trykk 'Ja' for Ã¥ avbryte installasjonen, 'Nei' for Ã¥ ignorere denne feilen og prøve Ã¥ fortsette installasjonen, og 'Nei til alt' for Ã¥ ignorere alle feil som følge av for lite plass. Locating kernel file in %1 Ser etter kernel i %1 Copying kernel file from %1 Kopierer kjernefil fra %1 Locating initrd file in %1 Ser etter initrd filen i %1 Copying initrd file from %1 Kopierer initrd filen fra %1 Extracting bootloader configuration Pakker ut konfigurasjon for oppstart <b>Extracting compressed iso:</b> %1 <b>Pakker ut komprimert ISO-fil:</b> %1 Copying file, please wait... Kopierer fil, vennligst vent... <b>Source:</b> <a href="%1">%1</a> <b>Kilde:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>MÃ¥l:</b> %1 <b>Copied:</b> 0 bytes <b>Kopierte:</b> 0 bytes Extracting files, please wait... Pakker ut filer, venligst vent... <b>Archive:</b> %1 <b>Arkiv:</b> %1 <b>Source:</b> <b>Kilde:</b> <b>Destination:</b> <b>MÃ¥l:</b> <b>Extracted:</b> 0 of %1 files <b>Pakket ut:</b> 0 av %1 filer <b>Source:</b> %1 (%2) <b>Kilde:</b> %1 (%2) <b>Destination:</b> %1%2 <b>MÃ¥l:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Pakket ut:</b> %1 av %2 filer Downloading files, please wait... Laster ned, vennligst vent... <b>Downloaded:</b> 0 bytes <b>Lastet ned:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Lastet ned:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Kopierte:</b> %1 av %2 Searching in <a href="%1">%1</a> Søker i <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 treff i <a href="%3">%3</a> %1 not found %1 ikke funnet %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 ikke funnet. Dette er nødvendig for %2installasjonsmetoden. Installer "%3" pakken tilsvarende din distribusjon. (Current) (NÃ¥værende) (Done) (Ferdig) Configuring grub2 on %1 Konfigurerer grub2 pÃ¥ %1 Configuring grldr on %1 Konfigurerer grldr pÃ¥ %1 Configuring grub on %1 Konfigurerer grub pÃ¥ %1 Installing syslinux to %1 Installerer syslinux til %1 Installing extlinux to %1 Installerer extlinux til %1 Syncing filesystems Synkroniserer filsystemer Setting up persistence After rebooting, select the Etter omstart, velg After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Etter omstart, velg USB boot valget i BIOS boot menyen. %1 Omstart nÃ¥? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *VIKTIG* Før omstart, plasser Ubuntu alternate (ikke desktop) install iso fil i root mappen pÃ¥ din harddisk eller USB-disk. Disse kan du finne pÃ¥ cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldinger og velg tilbakehvis du blir spurt etter CD, gÃ¥ deretter til hovedmenyen, velg 'Start Installation' valget, velg 'Network' som kilde, velg 'HTTP' som protocol, skriv inn 'mirrors.kernel.org' nÃ¥r du blir spurt etter server, og skriv inn '/centos/%1/os/%2' nÃ¥r du blir spurt etter mappe. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *VIKTIG* Før omstart, plasser en Debian install iso fil i root mappen pÃ¥ din harddisk eller USB-disk. Disse finner du pÃ¥ cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldinger og velg tilbakehvis du blir spurt etter CD, gÃ¥ deretter til hovedmenyen, velg 'Start Installation' valget, velg 'Network' som kilde, velg 'HTTP' som protocol, skriv inn 'download.fedora.redhat.com' nÃ¥r du blir spurt etter server, og skriv inn '/pub/fedora/linux/development/%1/os' nÃ¥r du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldinger og velg tilbakehvis du blir spurt etter CD, gÃ¥ deretter til hovedmenyen, velg 'Start Installation' valget, velg 'Network' som kilde, velg 'HTTP' som protocol, skriv inn 'download.fedora.redhat.com' nÃ¥r du blir spurt etter server, og skriv inn '/pub/fedora/linux/releases/%1/Fedora/%2/os' nÃ¥r du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldinger og velg tilbakehvis du blir spurt etter CD, gÃ¥ deretter til hovedmenyen, velg 'Start Installation' valget, velg 'Network' som kilde, velg 'HTTP' som protocol, skriv inn 'download.opensuse.org' nÃ¥r du blir spurt etter server, og skriv inn '/factory/repo/oss'' nÃ¥r du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldinger og velg tilbakehvis du blir spurt etter CD, gÃ¥ deretter til hovedmenyen, velg 'Start Installation' valget, velg 'Network' som kilde, velg 'HTTP' som protocol, skriv inn 'download.opensuse.org' nÃ¥r du blir spurt etter server, og skriv inn '/distribution/%1/repo/oss'' nÃ¥r du blir spurt etter mappe. == Select Distribution == == Velg distribusjon == == Select Version == == Velg versjon == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Velkommen til <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, det universielle verktøyet for netboot-installasjon. Bruk: <ol><li>Velg distribusjon og versjon du ønsker Ã¥ laste ned fra listen over, eller velg en fil du vil bruke.</li><li>Velg installasjonstype og trykk OK for Ã¥ starte.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Hjemmeside:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Beskrivelse:</b> Arch Linux er en lettvekts distribusjon som er optimalisert for hastighet og fleksibilitet.<br/><b>Installasjons notat:</b> Standard versjonen gjør det mulig med installasjon over internet (FTP) <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Beskrivelse:</b> BackTrack er en distribusjon med fokus pÃ¥ nettverks-analyse og penetrasjons testing.<br/><b>Install Notater:</b> BackTrack er bootet og kjører i live modus; ingen installasjon er nødvendig for Ã¥ bruke den. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Beskrivelse:</b> CentOS er en gratis Red Hat Enterprise Linux klone.<br/><b>Installasjonsnotater:</b> Standardversjonen tilater installasjon over internett (FTP), eller offline installasjon ved Ã¥ bruke forhÃ¥ndsnedlastede ISO-filer. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Beskrivelse:</b> CloneZilla er en distribusjon tiltenkt sikkerhetskopiering og oppretting av imagefiler av systemet .<br/><b>Installasjonsveiledning:</b> CloneZilla blir startet opp og kjørt i live-modus; installasjon er ikke pÃ¥krevet for bruk. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Beskrivelse:</b> Damn Small Linux er en minimalistisk distribusjon designet for eldre datamaskiner.<br/><b>Installasjonsnotater:</b> Live versjonen laster hele systemet inn i RAM og starter fra minnet, installasjon er derfor ikke nødvendig, men valgfritt. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Hjemmeside:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Beskrivelse:</b> Debian er et fellesskap utviklet Linux-distribusjon som støtter en rekke forskjellige arkitekturer og tilbyr et stort valg av pakker<br/><b>Install Notater:</b> NetInstall versjonen gir mulighet for installasjon via FTP. Dersom du ønsker Ã¥ bruke en forhÃ¥ndslastet iso, kan du bruke HdMedia alternativet, og plasser deretter innstallasjons-filen pÃ¥ rootkatalogen pÃ¥ harddisk eller USB-stasjon <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Beskrivelse:</b> Dreamlinux er en brukevennlig distribusjon basert pÃ¥ Debian.<br/><b>Installasjon:</b> Livetilater oppstart i live mode, hvorfra installasjonsprogrammet valgfritt kan bli startet. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Hjemmeside:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus er et antivirus-verktøy til bruk i nødstilfeller for Ã¥ gjenopprette systemer som har blitt ødelagte som følge av skadelig programvare.<br/><b>Installasjonsveiledning:</b> Live-versjonen tillater oppstart i live-modus, derfra kan man søke etter skadelig programvare. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Beskrivelse:</b> Fedora er en Red Hat felles-utviklet distribusjon som inkluderer den sistegratis/open-source programvaren.<br/><b>Installasjonsnotater:</b> Live version tilater oppstart i live mode, hvorfra installasjonsprogrammet kan startes. NetInstall versjonen tilater installasjon bÃ¥de over internett (FTP), eller en offline installasjon ved bruk av forhÃ¥ndsnedlastede ISO-filer. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Beskrivelse:</b> FreeBSD er en generelt ment som et Unix-lignende operativsystem designet for tilpassning og ytelse.<br/><b>Installasjonsnotater:</b> Standardversjonen tilater installasjon bÃ¥de over internett (FTP), eller en offline installasjon ved hjelp av forhÃ¥ndsnedlastede ISO-filer. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Hjemmeside:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Beskrivelse:</b> FreeDOS er ett gratis MS-DOS kompatibelt operativsystem.<br/><b>Installasjonsnotater:</b> Se <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manualen</a>for installasjonsdetaljer. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Hjemmeside:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Beskrivelse:</b> FreeNAS er en Ã¥pen kildekode NAS (Network-Attached Storage) utgave basert pÃ¥ FreeBSD.<br/><b>Install Notater:</b> LiveCD versjonen lager et RAM drev for FreeNAS, og bruker en FAT formattert diskett eller USB-disk for Ã¥ lagre konfigurasjonsfilen. Du kan ogsÃ¥ velge Ã¥ innstallere den pÃ¥ harddisk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Beskrivelse:</b> Frugalwareer en ment Ã¥ være en Slackware-basert distro for advanserte brukere.<br/><b>Installasjonsnotater:</b> Standardversjonen tilater installasjon bÃ¥de over internett (FTP), eller en offline installasjon ved hjelp av forhÃ¥ndsnedlastede ISO-filer. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beskrivelse:</b> gNewSense FSF har bifalt denne distribusjonen (basert pÃ¥ Ubuntu) der alle ufrie komponenter er fjernet.<br/><b>Installasjonsveiledning:</b> Live-versjonen tillater oppstart i live-modus, derfra kan man velge Ã¥ starte installasjonen. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Beskrivelse:</b> Gujin er en grafiskl boot manager som kan boote fra forskjellige volum and files.<br/><b>Installasjonsnotater:</b> Gujin booter enkelt opp;ingen installasjon er nødvendig. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Hjemmeside:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Beskrivelse:</b> Kaspersky Rescue Disk finner og fjerner skadelig programvare fra din Windows-installasjon.<br/><b>Installasjonsveiledning:</b> Live-versjonen tillater oppstart i live-modus, derfra kan man søke etter skadelig programvare. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Hjemmeside:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Beskrivelse:</b> Kubuntu er en offisiell Ubuntu derivat med KDE desktop.<br/><b>Install Notater:</b> Live-versjonen gir mulighet for Ã¥ starte i Live-modus, der installatøren kan eventuelt bli lastet. NetInstall versjonen gir mulighet for installasjon via FTP, og kan installere Kubuntu og andre offisielle Ubuntu derivater. Dersom du ønsker Ã¥ bruke en forhÃ¥ndslastet alternative (ikke stasjonær) iso, bruk HdMedia alternativet, og plasser den alternative innstallasjons-filen pÃ¥ rootkatalogen pÃ¥ harddisk eller USB-stasjon <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Beskrivelse:</b> Linux Minter en brukervennlig linuxdistribusjon basert pÃ¥ Ubuntu og kommer ferdiginstallert med proprietære kodeker og programware.<br/><b>Installasjonsnotater:</b> Live versjonen tilater Ã¥ starte i Live mode hvor installeren kan startes. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Hjemmeside:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Beskrivelse:</b> Mandriva er en brukervennlig linux distribusjon tidligere kjent som Mandrake Linux.<br/><b>Installsjonsnotater:</b> Live versjonen tilater Ã¥ starte opp i live mode hvorfra installasjonsprogarmmet kan startes. NetInstall versjonen tilater installasjon over internett (FTP) eller via en forhÃ¥ndsnedlastet <a href="http://www.mandriva.com/en/download">"Gratis" iso bildefil</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Beskrivelse:</b> MEPIS er en Debian-basert distribusjon. SimplyMEPIS er en brukervennlig versjon basert pÃ¥ KDE, mens AntiX lettvektsversjon for gamle datamaskiner.<br/><b>Installasjonsveiledning:</b> MEPIS tillater oppstart i live-modus, derfra kan man velge Ã¥ starte installasjonen. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Beskrivelse:</b> openSUSE er en brukervennlig distribusjon sponset av Novell.<br/><b>Installasjonsnotater:</b> Standardversjonen tilater installasjon over internett (FTP), eller offline installasjon ved Ã¥ bruke forhÃ¥ndsnedlastede ISO-filer. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Beskrivelse:</b> Ophcrack kan cracke Windows passord.<br/><b>Installasjonsnotater:</b> Ophcrackstarter opp og kjører i live mode; ingen installasjon er nødvendig. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Beskrivelse:</b> Parted Magic inkluderer GParted partisjonsbehandlerenj og andre systemverktøy som kan endre størrelse, kopiere, sikkerhetskopiere og manipulere partisjoner.<br/><b>Installasjonsnotater:</b> Parted Magic booter og kjører i live mode; ingen installasjon er nødvendig. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Beskrivelse:</b> Puppy Linux er en lettvekt distribusjon designet for eldre datamaskiner.<br/><b>Installasjonsnotater:</b> Live versjonen laster hele systemet inn i RAM starter, ingen installasjon er nødvendig, men valgfritt. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Hjemmeside:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Beskrivelse:</b> Sabayon Linux er en Gentoo-basert Live DVD-distribusjon som inneholder den binære pakkebehandleren Entropy i tillegg til kildekode-baserte Portage.<br/><b>Installasjonsveiledning:</b> Live-versjonen tillater oppstart i live-modus, derfra kan man velge Ã¥ starte installasjonen. LiteMCE-versjonen nøyer seg med 2 GB, mens en full-installasjon krever 8 GB hardiskplass. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Beskrivelse:</b> Slax er en Slackware basert distribusjon med KDE brukergrensesnittet.<br/><b>Installasjonsnotater:</b> Live tilater oppstart i live mode hvorfra installasjonsprogrammet valgfritt kan bli startet. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beskrivelse:</b> SliTaz er en lettvekt, desktop orientert micro distribusjon.<br/><b>Installasjosnotater:</b> Live versjonen laster hele systemet inn i RAM og kjører derfra, installasjon er derfor ikke nødvendig, men valgfritt. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Beskrivelse:</b> Smart Boot Managerer en bootloader som kommer seg forbi BIOS begrensninger og feil.<br/><b>Installasjonsnotater:</b> SBM booter opp; ingen installasjon er nødvendig. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Beskrivelse:</b> Super Grub Disk er en bootloader som kan utføre ett stort utvalg av MBR og bootloader reparasjons oppgaver.<br/><b>Installasjonsnotater:</b> SGD booter opp; ingen installasjon er nødvendig. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</ b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</ a><br/><b>Beskrivelse:</b> Super OS er en uoffisiell derivat av Ubuntu som inkluderer ekstra programvare som standard. Krever en 2GB USB kjøre Ã¥ installere. <br/><b>Installasjonsnotater:</b> Live versjonen tilater oppstart i Live modus, hvorfra installasjonsprogrammet valgfritt kan bli startet. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Hjemmeside:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Beskrivelse:</b> Ubuntu er et brukervennlig Debian-baserte distribusjoner. Det er for tiden den mest populære Linux-desktop-distribusjon.<br/><b>Install Notater:</b> Live-versjonen gir mulighet for Ã¥ starte i Live-modus, der installatøren kan eventuelt bli lastet. NetInstall versjonen gir mulighet for installasjon via FTP, og kan installere Kubuntu og andre offisielle Ubuntu derivater. Dersom du ønsker Ã¥ bruke en forhÃ¥ndslastet alternative (ikke stasjonær) iso, bruk HdMedia alternativet, og plasser den alternative innstallasjons-filen pÃ¥ rootkatalogen pÃ¥ harddisk eller USB-stasjon <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Hjemmeside:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beskrivelse:</b> xPUD er lett og kjøre og inneholder et enkelt kiosk-lignende grensesnitt med en nettleser og mediaspiller.<br/><b>Installasjonsveiledning:</b> Live-versjonen laster hele systemet til RAM og starter opp fra minne. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Hjemmeside:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Beskrivelse:</b> Xubuntu er en offisiell Ubuntu derivat med den XFCE desktop.<br/><b>Install Notater:</b> Live-versjonen gir mulighet for Ã¥ starte i Live-modus, der installatøren kan eventuelt bli lastet. NetInstall versjonen gir mulighet for installasjon via FTP, og kan installere Kubuntu og andre offisielle Ubuntu derivater. Dersom du ønsker Ã¥ bruke en forhÃ¥ndslastet alternative (ikke stasjonær) iso, bruk HdMedia alternativet, og plasser den alternative innstallasjons-filen pÃ¥ rootkatalogen pÃ¥ harddisk eller USB-stasjon <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Beskrivelse:</b> Zenwalk er en Slackware basert distribusjon med XFCE brukergrensesnittet.<br/><b>Installasjonsnotater:</b> Live tilater oppstart i live mode hvorfra installasjonsprogrammet valgfritt kan bli startet. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Hjemmeside:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Beskrivelse:</b> EeePCLinuxOS er en brukervennlig PCLinuxOS basert distribusjon for EeePC.<br/><b>Installasjonsnotater:</b> Sørg for atinstallasjonsmediet er tomt og formatert før du fortsetter med installasjonen. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Hjemmeside:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Beskrivelse:</b> Ubuntu Eee er ikke bare Ubuntu optimalisert for Asus Eee PCen. Det er ett operativsystem som bruker Netbook Remix brukergrensesnittet, som bruker den beste programvaren istedenfor open source alternativer (eks. Skype istedenfor Ekiga).<br/><b>Installasjonsnotater:</b> Sørg for at installasjonsmediet er tomt og formatert før du fortsetter med installasjonen. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Hkemmeside:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Beskrivelse:</b> Kiwi Linux er en Ubuntu-basert distribusjon med hovedfokus pÃ¥ morsmÃ¥lstalende fra Romania og Ungarn, samt dem som behersker Engelsk.<br/><b>Installasjonsveiledning:</b> Sørg for at det ikke er noen filer pÃ¥ installasjonsmediet og at det er formatert før du fortsetter med installasjonen. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Hjemmeside:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beskrivelse:</b> gNewSense er en høykvalitets GNU/Linux distribusjon som utvider og forbedrer Ubuntutil et helt gratis operativsystem uten binærfiler eller pakketilvisninger som inneholder propetiær programvare.<br/><b>Installasjonsnotater:</b> Sørg for at installasjonsmediet er tomt og formatert før du fortsetter installasjonen. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Hjemmeside:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Beskrivelse:</b> NimbleX er en liten allsidig Slackware-basert distribusjon. Den er bygget pÃ¥ live-skript og funksjoner fra KDE skrivebordet. NimbleX kan kjøres fra CD eller flash minne (USB penner eller MP3 spillere), og kan lett modifiseres og utvides etter eget ønske.<br/><b>Installasjons notat:</b> NimbleX kjøres i Live modus. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Hjemmeside:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beskrivelse:</b> SliTaz er en lettvek, desktop basert mikrodistribusjon.<br/><b>Installasjonsnotater:</b> Live versjonen laster hele systemer inn i RAm og kjøres derfra, installasjon er derfor ikke nødvendig. Dette installasjonsprogrammet er basert pÃ¥ <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Hjemmeside:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beskrivelse:</b> xPUD er lett Ã¥ kjøre og inneholder et kiosk-lignende grensesnitt med en nettleser og mediaspiller.<br/><b>Installasjonsveiledning:</b> Live-versjonen laster hele systemet til RAM og starter opp fra minne. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Velg fra en liste av støttede distribusjoner &Distribution &Distribusjon Specify a disk image file to load Spesifiser en bildefil som skal brukes Disk&image Disk&avtrykk Manually specify a kernel and initrd to load Manuelt spesifiser en kernel og en initrd fil som skal brukes &Custom &Tilpasset Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK OK Return Enter Cancel Avbryt Esc Esc Reboot Now Omstart NÃ¥ Exit Avslutt 1. Downloading Files 1. Laster ned filer 2. Extracting and Copying Files 2. Pakker ut og kopierer filer 3. Installing Bootloader 3. Installerer Bootlader 4. Installation Complete, Reboot 4. Installasjon fullført, Omstart Select the target drive to install to Velg en mÃ¥lenhet Ã¥ installere til Dri&ve: &Enhet Select the installation target type Velg installasjons mÃ¥ltypen &Type: &Type: Select the distribution version Velg distribusjonsversjon Select disk image file Velg bildefil ... ... Select the disk image type Velg bildefill type Specify a floppy/hard disk image, or CD image (ISO) file to load Spesifiser ett diskett/harddisk bildefil, eller en CD bildefil (ISO) som skal brukes Specify a kernel file to load Spesifiser en kernel fil som skal brukes Select kernel file Velg kernel fil Specify an initrd file to load Spesifiser en initrd fil som skal brukes Select initrd file Velg initrd fil Select syslinux.cfg or isolinux.cfg file Velg en syslinux.cfg eller isolinuc.cfg fil Specify parameters and options to pass to the kernel Spesifiser parameterne og valgene for Ã¥ passe kernelen &Kernel: &Kjerne: Init&rd: Init&rd: &Options: &Innstillinger uninstaller Uninstallation Complete Avinstallasjon Fullført %1 has been uninstalled. %1 har blitt avinstallert. Must run as root MÃ¥ kjøres som root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 mÃ¥ kjøres som root. Avslutt og kjør:<br/><b>sudo %1</b><br/>eller:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Avinstalleringsprogram %1 is currently installed. Remove the existing version? %1 er for øyeblikket installert. Fjerne eksisterende versjon? unetbootin_nl.ts000644 000765 000024 00000255521 12325150343 014406 0ustar00gezastaff000000 000000 QObject LeftToRight LinksNaarRechts unetbootin Hard Disk Harde schijf USB Drive USB-schijf ISO ISO Floppy Diskette either ofwel LiveUSB persistence LiveUSB-blijvende opslag FAT32-formatted USB drive FAT32-geformatteerde USB-schijf EXT2-formatted USB drive EXT2-geformatteerde USB-schijf Open Disk Image File Schijfimagebestand (iso) openen All Files Alle bestanden All Files (*) Alle bestanden (*) Open Kernel File Kernelbestand openen Open Initrd File initrd-bestand openen Open Bootloader Config File Configuratiebestand voor opstartlader openen Insert a USB flash drive Sluit een USB-staafje aan No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Er zijn geen USB-staafjes gevonden. Als u reeds een USB-staafje hebt aangesloten, probeer dat dan opnieuw als FAT32 te formatteren. %1 not mounted %1 niet aangekoppeld You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. U moet de USB-schijf %1 eerst koppelen aan een koppelpunt. De meeste Linuxdistributies doen dat automatisch als u de USB-schijf verwijdert en vervolgens opnieuw aansluit. Select a distro Selecteer een Linuxdistributie You must select a distribution to load. U dient een Linuxdistributie te selecteren om te laden. Select a disk image file Selecteer een schijfimagebestand (iso) You must select a disk image file to load. U dient een schijfimagebestand (iso) te selecteren om te laden. Select a kernel and/or initrd file Selecteer een kernel- en/of initrd-bestand You must select a kernel and/or initrd file to load. U dient een kernel- en/of initrd-bestand te selecteren om te laden. Diskimage file not found Schijfimagebestand niet gevonden The specified diskimage file %1 does not exist. Het opgegeven schijfimagebestand %1 bestaat niet. Kernel file not found Kernelbestand niet gevonden The specified kernel file %1 does not exist. Het opgegeven kernelbestand %1 bestaat niet. Initrd file not found Initrd-bestand niet gevonden The specified initrd file %1 does not exist. Het opgegeven initrd-bestand %1 bestaat niet. %1 exists, overwrite? %1 bestaat al, wilt u het overschrijven? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Het bestand %1 bestaat al. Klik op 'Ja op alles' om het te overschrijven en dat in alle volgende conflictsituaties ook te doen, op 'Ja' om het te overschrijven en bij een volgend conflict weer te vragen en op 'Nee' om de huidige versie te behouden. Als u twijfelt, klik dan op 'Ja op alles', want dat is bijna altijd de beste keuze. %1 is out of space, abort installation? Geen ruimte meer op %1, installatie afbreken? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. De map %1 heeft geen vrije ruimte meer. Klik op 'Ja' om te annuleren, of op 'Nee' om deze fout te negeren en toch te proberen om door te gaan. Kies 'Nee op alles' om alle toekomstige ruimtetekort-meldingen te negeren. Locating kernel file in %1 Kernelbestand aan het zoeken in %1 Copying kernel file from %1 Kernelbestand aan het kopiëren van %1 Locating initrd file in %1 initrd-bestand aan het zoeken in %1 Copying initrd file from %1 initrd-bestand aan het kopiëren van %1 Extracting bootloader configuration Configuratie van opstartlader aan het uitpakken <b>Extracting compressed iso:</b> %1 <b>Ingepakt iso-bestand aan het uitpakken:</b> %1 Copying file, please wait... Bestand wordt gekopieerd, even geduld a.u.b... <b>Source:</b> <a href="%1">%1</a> <b>Bron:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Bestemming:</b> %1 <b>Copied:</b> 0 bytes <b>Gekopieerd:</b> 0 bytes Extracting files, please wait... Bestanden aan het uitpakken, even geduld a.u.b... <b>Archive:</b> %1 <b>Archief:</b> %1 <b>Source:</b> <b>Bron:</b> <b>Destination:</b> <b>Bestemming:</b> <b>Extracted:</b> 0 of %1 files <b>Uitgepakt:</b> 0 van %1 bestanden <b>Source:</b> %1 (%2) <b>Bron:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Bestemming:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Uitgepakt:</b> %1 van %2 bestanden Downloading files, please wait... Bestanden worden opgehaald, een ogenblik geduld a.u.b... <b>Downloaded:</b> 0 bytes <b>Gedownload:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Het downloaden van %1 %2 van %3 is mislukt. Probeer a.u.b. om het ISO-bestand rechtstreeks van de website binnen te halen en het te laden via de Schijfimage-optie. <b>Downloaded:</b> %1 of %2 <b>Gedownload:<b> %1 van %2 <b>Copied:</b> %1 of %2 <b>Gekopieerd:</b> %1 of %2 Searching in <a href="%1">%1</a> Aan het zoeken in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 overeenkomsten in <a href="%3">%3</a> %1 not found %1 niet gevonden %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 niet gevonden. Dit is noodzakelijk voor de %2 installatiemodus. Installeer het pakket '%3' of het equivalent daarvan in uw Linuxdistributie. (Current) (Huidig) (Done) (Voltooid) Configuring grub2 on %1 Grub2 instellen op %1 Configuring grldr on %1 grldr instellen op %1 Configuring grub on %1 Grub instellen op %1 Installing syslinux to %1 syslinux installeren op %1 Installing extlinux to %1 extlinux installeren op %1 Syncing filesystems Bestandssystemen synchroniseren Setting up persistence Blijvende opslag aan het instellen After rebooting, select the Na herstart: selecteer de After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Kies na het herstarten, in het BIOS de opstartoptie 'USB boot'. %1 Nu herstarten? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Het gecreëerde USB-apparaat kan niet op een Mac opstarten. Sluit het aan op een PC, en selecteer de USB-opstartoptie in het opstartmenu van het BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *BELANGRIJK* Plaats voor het herstarten een iso-bestand van Lubuntu Alternate (niet Desktop) in de hoofdmap van uw harde schijf of USB-schijf. Deze iso-bestanden zijn beschikbaar op cdimage.ubuntu.com. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *BELANGRIJK* Negeer na het herstarten mogelijke foutmeldingen en kies 'back' als er gevraagd wordt om een CD. Ga dan naar het hoofdmenu, kies de optie 'Start installatie', kies 'Netwerk' als bron en kies 'HTTP' als protocol. Als er gevraagd wordt om een server voert u 'mirrors.kernel.org' in. Voer '/centos/%1/os/%2' in wanneer er gevraagd wordt naar de map. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *BELANGRIJK* Plaats voor het herstarten een Debian-iso-installatiebestand in de hoofdmap van uw harde schijf of USB-schijf. Deze iso-bestanden zijn beschikbaar op cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *BELANGRIJK* Negeer na het herstarten mogelijke foutmeldingen en kies 'back' als er gevraagd wordt om een CD. Ga dan naar het hoofdmenu, kies de optie 'Start installatie', kies 'Netwerk' als bron en kies 'HTTP' als protocol. Als er gevraagd wordt om een server voert u 'download.fedora.redhat.com' in. Voer '/pub/fedora/linux/development/%1/os' in wanneer er gevraagd wordt naar de map. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *BELANGRIJK* Negeer na het herstarten mogelijke foutmeldingen en kies 'back' als er gevraagd wordt om een CD. Ga dan naar het hoofdmenu, kies de optie 'Start installatie', kies 'Netwerk' als bron en kies 'HTTP' als protocol. Als er gevraagd wordt om een server voert u 'download.fedora.redhat.com' in. Voer '/pub/fedora/linux/releases/%1/Fedora/%2/os' in wanneer er gevraagd wordt naar de map. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *BELANGRIJK* Negeer na het herstarten mogelijke foutmeldingen en kies 'back' als er gevraagd wordt om een CD. Ga dan naar het hoofdmenu, kies de optie 'Start installatie', kies 'Netwerk' als bron en kies 'HTTP' als protocol. Als er gevraagd wordt om een server voert u 'download.opensuse.org' in. Voer '/factory/repo/oss' in wanneer er gevraagd wordt naar de map. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *BELANGRIJK* Negeer na het herstarten mogelijke foutmeldingen en kies 'back' als er gevraagd wordt om een CD. Ga dan naar het hoofdmenu, kies de optie 'Start installatie', kies 'Netwerk' als bron en kies 'HTTP' als protocol. Als er gevraagd wordt om een server voert u 'download.opensuse.org' in. Voer '/distribution/%1/repo/oss' in wanneer er gevraagd wordt naar de map. == Select Distribution == == Selecteer Linuxdistributie == == Select Version == == Selecteer versie == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Welkom bij <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, de Universele Netboot Installeerder. Gebruik:<ol><li>selecteer een Linuxdistributie en versie om te downloaden in de lijst hierboven, of kies hier beneden handmatig bestanden om te laden.</li><li>Kies een installatietype en klik op OK om te beginnen met installeren.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Thuispagina:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Omschrijving:</b> Arch Linux is een lichtgewichtdistributie waarbij de nadruk ligt op optimalisatie voor snelheid en flexibiliteit.<br/><b>Installatie-opmerkingen:</b> De standaardversie biedt de mogelijkheid om te installeren via internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Thuispagina:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Omschrijving:</b> BackTrack is een besturingssysteem dat volledig in het teken staat van netwerkanalyse en veiligheidsproeven.<br/><b>Installatie-opmerkingen:</b> BackTrack start op in de live-modus; u hoeft niets te installeren om hem te gebruiken. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Thuispagina:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Omschrijving:</b>CentOS is een gratis kloon van Red Hat Enterprise Linux.<br/><b>Installatie-opmerkingen:</b> de standaardversie kan worden gebruikt voor een installatie over FTP of via vooraf opgehaalde ISO-bestanden. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Thuispagina:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Omschrijving:</b> CloneZilla is een distributie die wordt gebruikt om reservekopieën te maken van schijven.<br/><b>Installatie-opmerkingen:</b> CloneZilla wordt opgestart en uitgevoerd in live-modus; er is geen installatie nodig om hem te gebruiken. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Thuispagina:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Omschrijving:</b> Damn Small Linux is een superlichtgewichtdistributie, ontworpen voor oudere computers.<br/><b>Installatie-opmerkingen:</b> de Live-versie laadt het gehele systeem in het RAM-geheugen en start daarvan op. Installatie is dus niet noodzakelijk maar optioneel. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Thuispagina:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Omschrijving:</b> Debian is een door haar gemeenschap ontwikkelde Linuxdistributie die uiteenlopende architecturen (zoals 32-bit en 64-bit) ondersteunt. Verder beschikt zij over pakketbronnen met zeer veel programmatuur.<br/><b>Installatie-opmerkingen:</b> Met de Netinstall-versie kunt u via FTP installeren. Wilt u al op voorhand over de benodigde installatiebronnen beschikken? Gebruik dan een ISO-bestand met de Hdmedia-optie, en plaats het in de hoofdmap van uw harde schijf of USB-schijf. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Thuispagina:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Omschrijving:</b>Dreamlinux is een gebruiksvriendelijke op Debian gebaseerde distributie.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel gestart kan worden. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Thuispagina:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Omschrijving:</b> Dr. Web AntiVirus is een antivirus-noodreparatiepakket om een systeem dat kapot ging door kwaadaardige programma's, te herstellen.<br/><b>Installatie-opmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit het zoeken naar kwaadaardige programma's kan worden uitgevoerd. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Thuispagina:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Omschrijving:</b> Elive is gebaseerd op Debian en heeft de Enlightenment-vensterbeheerder aan boord .<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel gestart kan worden. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Thuispagina:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Omschrijving:</b> Fedora is een door Red Hat gesponsorde gemeenschapsdistributie waarin de meest recente open-bronprogramma's zijn opgenomen.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel gestart kan worden. Met de NetInstall-versie kunt u zowel via FTP als met vooraf opgehaalde ISO-bestanden het systeem installeren. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Thuispagina:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Omschrijving:</b> FreeBSD is een Unix-besturingssysteem voor algemeen gebruik waarin prestaties en uitbreidbaarheid/schaalbaarheid centraal staan.<br/><b>Installatieopmerkingen:</b> De standaardversie kan zowel via het internet (FTP) als met vooraf opgehaalde ISO-bestanden worden geïnstalleerd. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Thuispagina:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Omschrijving:</b> FreeDOS is een gratis MS-DOS-compatibel besturingssysteem.<br/><b>Installatieopmerkingen:</b> Zie de <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">gebruiksaanwijzing</a> voor bijzonderheden over de installatie. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Thuispagina:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Omschrijving:</b> FreeNAS is een geïntegreerde open-bron NAS (Network-Attached Storage)-distributie gebaseerd op FreeBSD.<br/><b>Installatieopmerkingen:</b> De Live-cd-versie maakt een RAM-schijf aan voor FreeNAS en gebruikt een FAT-geformatteerde diskette of USB-staafje om het configuratiebestand op te slaan. Met de zogeheten 'ingebedde' versie kunt u FreeNAS installeren op uw harde schijf. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Thuispagina:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Omschrijving:</b> Frugalware is een op Slackware gebaseerde distributie voor meer geavanceerde gebruikers.<br/><b>Installatieopmerkingen:</b>De standaardoptie biedt de mogelijkheid om te installeren via het internet (FTP) of via vooraf opgehaalde ISO-bestanden. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Thuispagina:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Omschrijving:</b> GeeXboX is een 'ingebedde' Linux-mediacentrumdistributie.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Thuispagina:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Omschrijving:</b> gNewSense is een door de Free Software Foundation ondersteunde distributie, gebaseerd op Ubuntu met uitsluiten vrije onderdelen.<br/><b>Installatieopmerkingen:</b>Met de Live-versie kunt u opstarten naar Live-modus, van waaruit eventueel de installatie kan worden gestart. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Thuispagina:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Omschrijving:</b> Gujin is een grafische opstartbeheerder waarmee verschillende schijven en bestanden kunnen worden opgestart.<br/><b>Installatieopmerkingen:</b> Gujin start gewoon op en doet het meteen, er is geen installatie benodigd om hem te gebruiken. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Thuispagina:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Omschrijving:</b> Kaspersky Rescue Disk detecteert en verwijdert kwaadaardige programma's in uw Windows-installatie.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit gezocht kan worden naar kwaadaardige programma's. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Thuispagina:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Omschrijving:</b> Kubuntu is een officieel lid van de Ubuntufamilie en beschikt over de KDE-werkomgeving.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel kan worden gestart . Met de NetInstall-versie kunt u Kubuntu installeren (en ook andere officiële familieleden van Ubuntu). Wilt u een ISO-installatiebestand (geen desktopversie) gebruiken dat u op voorhand hebt binnengehaald? Gebruik daarvoor de HdMedia-optie en plaats de zogeheten "alternate install"-ISO in de hoofdmap van uw harde schijf of USB-schijf. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Thuispagina:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Omschrijving:</b> LinuxConsole is een bureaubladdistributie om spellen te spelen. Hij is makkelijk in gebruik en installatie en start snel op.<br/><b>Installatieopmerkingen:</b> Versie 1.0.2010 is de nieuwste 1.0, nu beschikbaar als 'rollende uitgave' (gebruik live-update om modules en de kernel bij te werken). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Thuispagina:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Omschrijving:</b> Linux Mint is een gebruiksvriendelijke op Ubuntu gebaseerde distributie, waarbij standaard codecs en gesloten software worden meegeleverd.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel kan worden gestart. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Thuispagina:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br><b>Omschrijving:</b> Lubuntu is een officieel familielid van Ubuntu met de LXDE-werkomgeving.<br><b>Installatie-opmerkingen:</b> De Live-versie staat opstarten in Live-modus toe, van waaruit desgewenst de installatie kan worden gestart. De NetInstall-versie staat installatie via FTP toe, en kan Kubuntu en andere officiële familieleden van Ubuntu installeren. Als u een eerder opgehaalde, alternatieve ISO wilt gebruiken, gebruik dan de HdMedia-optie, en plaats de alternatieve ISO in de hoofdmap van uw harde schijf of USB-schijf. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Thuispagina:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br><b>Omschrijving:</b> Mandriva is een gebruiksvriendelijke distributie, voorheen bekend als Mandrake Linux.<br><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de de installatie eventueel kan worden gestart. Met de Netinstall-versie kan via het internet (FTP) worden geïnstalleerd, of via vooraf opgehaalde <a href="http://www.mandriva.com/en/download">"vrije" ISO-bestanden</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Thuispagina:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Omschrijving:</b> MEPIS is een op Debian gebaseerde distributie. SimplyMEPIS is een gebruiksvriendelijke versie gebaseerd op KDE, en AntiX is een lichte versie voor oudere computers.<br/><b>Installatieopmerkingen:</b> MEPIS ondersteunt opstarten naar Live-modus, van waaruit eventueel de installatie kan worden gestart. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Thuispagina:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Omschrijving:</b> NetbootCD is een kleine opstartbare CD die netwerkinstallaties van andere besturingssystemen kan downloaden en starten.<br/><b>Installatieopmerkingen:</b> NetbootCD start en werkt in Live-modus. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Thuispagina:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Omschrijving:</b> Nimblex is een kleine en veelzijdige distributie die is gebaseerd op Slackware. Hij is gebouwd met de linux-live scripts, and heeft de KDE-werkomgeving. Opstarten kan vanaf cd of flashgeheugen (USB-staafjes of MP3-spelers). Verder kan Nimblex gemakkelijk aangepast en uitgebreid worden.<br/><b>Installatieopmerkingen:</b> NimbleX start op in de live-modus. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Thuispagina:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Omschrijving:</b> De Offline NT Password and Registry Editor kan Windows-wachtwoorden opnieuw instellen en het register wijzigen in Windows 2000-Vista.<br/><b>Installatieopmerkingen:</b> NTPasswd start en werkt in Live-modus, er is geen installatie nodig om hem te gebruiken. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Thuispagina:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Omschrijving:</b> openSUSE is een gebruiksvriendelijke distributie gesponsord door SUSE.<br/><b>Installatieopmerkingen:</b> Met de standaardversie kan over het internet alsook met vooraf opgehaalde ISO-bestanden worden geïnstalleerd. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Thuispagina:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Omschrijving:</b> Ophcrack kan Windows-wachtwoorden kraken.<br/><b>Installatieopmerkingen:</b> Ophcrack wordt naar een live-modus opgestart en hoeft niet te worden geïnstalleerd om hem te gebruiken. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Thuispagina:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Omschrijving:</b> Parted Magic bevat de GParted partitiebeheerder en andere systeembenodigdheden waarmee schijfpartities kunnen worden vergroot/verkleind, gekopieerd en aangepast.<br/><b>Installatieopmerkingen:</b> Parted Magic wordt naar een live-modus opgestart en hoeft niet te worden geïnstalleerd om hem te gebruiken. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Thuispagina:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Omschrijving:</b> Puppy Linux is een lichte distributie ontworpen voor oudere computers.<br/><b>Installatieopmerkingen:</b> De live-versie laadt het gehele systeem in het RAM-geheugen en start daarvan op. Installatie is niet noodzakelijk maar optioneel. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Thuispagina:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Beschrijving:</b> Sabayon Linux is een op Gentoo gebaseerde LiveDVD-distributie waarin de binaire pakketbeheerder Entropy is opgenomen naast het brongebaseerde Portage.<br/><b>Opmerkingen m.b.t. installatie:</b> Met de Live-versie kan in Live-modus worden opgestart van waaruit eventueel de installatie kan worden gestart. De LiteMCE editie is 2 GB, en de volledige editie heeft een 8GB USB drive nodig. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Thuispagina:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Omschrijving:</b> Salix is een GNU/Linux distributie gebaseerd op (en geheel compatibel met) Slackware die simpel, snel en makkelijk te gebruiken is.<br/>Net als een bonsai is Salis klein, lichtgewicht en het resultaat van onbeperkte aandacht.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel kan worden gestart.<br/>Het standaardwachtwoord voor de rootgebruiker is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Thuispagina:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Beschrijving:</b> Slax is een op Slackware gebaseerde distributie met de KDE desktop.<br/><b>Opmerkingen m.b.t. installatie:</b>Met de Live versie kan in Live modus worden opgestart vanaf waar eventueel de installatie kan worden gestart. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Thuispagina:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beschrijving:</b> SliTaz is een lichte, bureaublad-georiënteerde microdistributie.<br/><b>Opmerkingen m.b.t. installatie:</b>Het hele systeem laadt in het RAM-geheugen en start daarvan op. Installatie is niet noodzakelijk maar optioneel. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Thuispagina:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Beschrijving:</b> Smart Boot Manager is een opstartlader die bepaalde opstart-gerelateerde BIOS-beperkingen en -fouten kan omzeilen.<br/><b>Opmerkingen m.b.t. installatie:</b> SBM laadt in het RAM-geheugen en start daarvan op. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Thuispagina:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Beschrijving:</b> Super Grub Disk is een opstartlader die verschillende hersteltaken kan uitvoeren voor MBR en opstartlader.<br/><b>Opmerkingen m.b.t. installatie:</b> SGD start gewoon op en werkt meteen, installatie is niet benodigd. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Thuispagina:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Omschrijving:</b> Super OS is onofficieel afgeleid van Ubuntu en beschikt standaard over extra software. Een USB-schijf van 2GB is een vereiste.<br/><b>Installatieopmerkingen:</b> Met de live-versie kunt u in de live-modus opstarten, en dan kan de installatie eventueel worden opgestart. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Thuispagina:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Omschrijving:</b> Ubuntu is een gebruiksvriendelijke, op Debian gebaseerde distributie. Momenteel is het de meest populaire distributie.<br/><b>Installatieopmerkingen:</b> Met de live-versie kunt u opstarten in de live-modus, en van daaruit kan de installatie eventueel worden opgestart. Met de NetInstall-versie kunt u Kubuntu en andere officiële afgeleide distributies installeren via FTP. Gebruik de HdMedia-optie als u een zogeheten "alternate install"-ISO-installatiebestand (niet te verwarren met de desktopvariant) wil gebruiken dat u al op voorhand hebt gedownload. Plaats het ISO-installatiebestand in de hoofdmap van uw harde schijf of USB-schijf. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Thuispagina:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beschrijving:</b> xPUD is een lichtgewicht-distributie met een simpele kiosk-achtige bedieningsschil inclusief een webbrowser en een mediaspeler.<br/><b>Installatie-opmerkingen:</b> De Live-versie laad het gehele systeem in het RAM-geheugen en start op uit dat geheugen. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Thuispagina:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Omschrijving:</b> Xubuntu is een officiële variant van Ubuntu met de XFCE-werkomgeving aan boord.<br/><b>Installatie-opmerkingen:</b> Met de live-versie kunt u opstarten in de live-modus, en van daaruit kan de installatie eventueel worden opgestart. Met de NetInstall-versie kunt u Kubuntu en andere officiële afgeleide distributies installeren via FTP. Gebruik de HdMedia-optie als u een zogeheten "alternate install"-ISO-installatiebestand (niet te verwarren met de desktopvariant) wil gebruiken dat u al op voorhand hebt gedownload. Plaats het ISO-installatiebestand in de hoofdmap van uw harde schijf of USB-schijf. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Thuispagina:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Beschrijving:</b> Zenwalk is een op Slackware gebaseerde distributie met daarin de werkomgeving XFCE.<br/><b>Opmerkingen m.b.t. installatie:</b> Met de Live-versie kan in Live-modus worden opgestart van waaruit eventueel de installatie kan worden gestart. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Thuispagina:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Beschrijving:</b> EeePCLinuxOS is een gebruiksvriendelijke distributie voor de eeepc gebaseerd op PCLinuxOS<br/><b>Opmerkingen m.b.t. installatie:</b> zorg ervoor dat het installatiemedium leeg en geformatteerd is voor u doorgaat met de installatie. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Thuispagina:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Beschrijving:</b> Ubuntu Eee is niet alleen Ubuntu geoptimaliseerd voor de Asus Eee PC. Het is een besturingssysteem met de Netbook Remix-gebruikersomgeving. De voorkeur wordt gegeven aan de beste programmatuur, in plaats van vast te houden aan openbron-alternatieven.<br/><b>Opmerkingen m.b.t. installatie:</b> zorg ervoor dat het installatiemedium leeg en geformatteerd is voor u doorgaat met de installatie. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Thuispagina:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Omschrijving:</b> Elive is een op Debian gebaseerde distributie en heeft de Enlightenment-vensterbeheerder aan boord.<br/><b>Installatie-opmerkingen:</b> Met de live-versie kan u in de live-modus opstarten, en van daaruit kan de installatie eventueel worden opgestart. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Thuispagina:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Beschrijving:</b> Kiwi Linux is een afgeleide van Ubuntu, vooral voor Roemeens-, Hongaars- of Engelstalige gebruikers.<br/><b>Installatie-opmerkingen:</b> Verzeker uzelf ervan dat het installatiemedium leeg en geformatteerd is voordat u verder gaat met de installatie. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Thuispagina:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beschrijving:</b> gNewSense is een GNU/Linuxdistributie gebaseerd op Ubuntu maar zonder gesloten software.<br/><b>Opmerkingen m.b.t. installatie:</b> zorg ervoor dat het installatiemedium leeg en geformatteerd is voor u doorgaat met de installatie. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Thuispagina:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Omschrijving:</b> NimbleX is een kleine, veelzijdige distributie die gebaseerd is op Slackware. Hij is gebouwd met de linux-live scripts, and heeft de KDE-werkomgeving in petto. Opstarten kan vanaf cd of flashgeheugen (USB-staafjes of MP3-spelers). Verder kan Nimblex gemakkelijk aangepast en uitgebreid worden.<br/><b>Installatie-opmerkingen:</b> NimbleX start op in de live-modus. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Thuispagina:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beschrijving:</b> SliTaz is een lichte, bureaublad-georienteerde microdistributie<br/><b>Opmerkingen m.b.t. installatie:</b> De live-versie laadt het gehele systeem in het RAM-geheugen en start daarvan op. Installatie is daarom niet noodzakelijk, maar optioneel. Dit installatieprogramma is gebaseerd op<a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Thuispagina:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beschrijving:</b> xPUD is een lichtgewicht-distributie met een simpele kiosk-achtige bedieningsschil inclusief een webbrowser en mediaspeler.<br/><b>Installatie-opmerkingen:</b> De Live-versie laadt het gehele systeem in het RAM-geheugen en start daaruit op. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Kies uit een lijst van ondersteunde Linuxdistributies &Distribution &Linuxdistributie Specify a disk image file to load Kies een schijfimagebestand om te laden Disk&image Schijf&image Manually specify a kernel and initrd to load Handmatig een te laden kernel en initrd opgeven &Custom &Aangepast Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Ruimte die gereserveerd wordt voor gebruikersbestanden (documenten e.d.) die bewaard moeten blijven na herstart. Werkt alleen voor Live-USB's voor Ubuntu en daarvan afgeleide versies. Als de waarde de schijfcapaciteit overschrijdt, zal de maximale hoeveelheid beschikbare ruimte worden gebruikt. Space used to preserve files across reboots (Ubuntu only): Ruimte die gereserveerd wordt voor gebruikersbestanden (documenten e.d.) die bewaard moeten blijven na herstart (alleen voor Ubuntu): MB MB OK OK Return Terug Cancel Annuleren Esc Esc Reboot Now Nu herstarten Exit Sluiten 1. Downloading Files 1. Bestanden downloaden 2. Extracting and Copying Files 2. Bestanden uitpakken en kopiëren 3. Installing Bootloader 3. Opstartlader installeren 4. Installation Complete, Reboot 4. Installatie gereed; herstarten Select the target drive to install to Selecteer de doelschijf waarop geïnstalleerd moet worden Dri&ve: Sch&ijf: Select the installation target type Selecteer het type medium waarop geïnstalleerd moet worden &Type: &Type: Select the distribution version Kies de distributieversie Select disk image file Selecteer schijfimagebestand (iso) ... ... Select the disk image type Het type schijfimage selecteren Specify a floppy/hard disk image, or CD image (ISO) file to load Kies een te laden diskette-/harde schijf-imagebestand of CD-imagebestand (ISO) Specify a kernel file to load Geef een te laden kernelbestand op Select kernel file Selecteer kernelbestand Specify an initrd file to load Kies een te laden initrd-bestand Select initrd file Selecteer initrd-bestand Select syslinux.cfg or isolinux.cfg file Selecteer syslinux.cfg-bestand of isolinux.cfg-bestand Specify parameters and options to pass to the kernel Geef parameters en opties op die aan de kernel moeten worden doorgegeven &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Opties: uninstaller Uninstallation Complete Deïnstallatie gereed %1 has been uninstalled. %1 is gedeïnstalleerd. Must run as root Moet als root draaien %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 moet als root draaien. Sluit het af en start het opnieuw met ofwel:<br/><b>sudo %1</b><br/>ofwel:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Verwijderaar %1 is currently installed. Remove the existing version? %1 is momenteel geïnstalleerd. Huidige versie verwijderen? unetbootin_nn.ts000644 000765 000024 00000200622 12325150343 014400 0ustar00gezastaff000000 000000 QObject LeftToRight Venstre-til-høgre unetbootin Hard Disk Harddisk USB Drive USB-disk ISO ISO Floppy Diskett either enten LiveUSB persistence LiveUSB-lagring FAT32-formatted USB drive FAT32-formatert USB-eining EXT2-formatted USB drive EXT2-formatert USB-eining Open Disk Image File Opna diskbiletfil All Files Alle filer All Files (*) Alle filer (*) Open Kernel File Opne kjernefil Open Initrd File Opne initrd-fil Open Bootloader Config File Opne konfigurasjonsfil for oppstartslastar Insert a USB flash drive Set inn ein USB-disk No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Ingen USB-diskar vart funne. Om du allereie har sett inn USB-disken, prøv Ã¥ formatere den som FAT32. %1 not mounted %1 ikkje montert You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Du mÃ¥ først montere USB-disken %1 til eit monteringspunkt. Dei fleste distribusjonar ordnar dette automatisk etter at du har fjerna og sett inn att USB-disken. Select a distro Vel ein distribusjon You must select a distribution to load. Du mÃ¥ velje distribusjonen som skal brukast. Select a disk image file Vel ei diskbiletfil You must select a disk image file to load. Du mÃ¥ velja diskbiletfila som skal brukast. Select a kernel and/or initrd file Vel ei kjerne- og/eller ei initrd-fil You must select a kernel and/or initrd file to load. Du mÃ¥ velje kjerne- og/eller initrd-fila som skal brukast Diskimage file not found Biletfil ikkje funne The specified diskimage file %1 does not exist. Den valde biletfila %1 finst ikkje. Kernel file not found Kjernefil ikkje funne The specified kernel file %1 does not exist. Den valde kernel-fila %1 finst ikkje. Initrd file not found Initrd-fil ikkje funne The specified initrd file %1 does not exist. Den valde initrd-fila %1 finst ikkje. %1 exists, overwrite? %1 finst, overskrive? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fila %1 finst allereie. Trykk "Ja til alt" for Ã¥ overskrive og ikkje bli spurt igjen. "Ja" for Ã¥ overskrive enkeltfiler, og "Nei" for Ã¥ behalde den eksisterande versjonen. Om du er usikker, trykk "Ja til alt". %1 is out of space, abort installation? %1 har ikkje meir ledig plass, avbryte installasjonen? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Mappa %1 har ikkje meir ledig plass. Trykk "Ja" for Ã¥ avbryte installasjonen, "Nei" for Ã¥ ignorere denne feilen og prøve Ã¥ halde fram med installasjonen, og "Nei til alt" for Ã¥ ignorere alle feil som følgje av for lite ledig plass. Locating kernel file in %1 Finn kjernefil i %1 Copying kernel file from %1 Kopierar kjernefil frÃ¥ %1 Locating initrd file in %1 Finn initrd-fil i %1 Copying initrd file from %1 Kopierar initrd-fil frÃ¥ %1 Extracting bootloader configuration Hentar ut konfigurasjon om oppstartslastar <b>Extracting compressed iso:</b> %1 <b>Pakkar ut komprimert ISO-fil:</b> %1 Copying file, please wait... Kopierar fil, vent litt... <b>Source:</b> <a href="%1">%1</a> <b>Kjelde:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>MÃ¥l:</b> %1 <b>Copied:</b> 0 bytes <b>Kopiert:</b> 0 bytes Extracting files, please wait... Pakkar ut filer, vent litt... <b>Archive:</b> %1 <b>Arkiv:</b> %1 <b>Source:</b> <b>Kjelde:</b> <b>Destination:</b> <b>MÃ¥l:</b> <b>Extracted:</b> 0 of %1 files <b>Pakka ut:</b> 0 av %1 filer <b>Source:</b> %1 (%2) <b>Kjelde:</b> %1 (%2) <b>Destination:</b> %1%2 <b>MÃ¥l:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Pakka ut:</b> %1 av %2 filer Downloading files, please wait... Lastar ned filer, vent litt... <b>Downloaded:</b> 0 bytes <b>Lasta ned:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Klarte ikkje laste ned %1 %2 frÃ¥ %3. Prøv Ã¥ lasta ned ISO-fila direkte frÃ¥ nettstaden, og vel den med diskbilete-alternativet. <b>Downloaded:</b> %1 of %2 <b>Lasta ned:</b> %1 av %2 <b>Copied:</b> %1 of %2 <b>Kopiert:</b> %1 av %2 Searching in <a href="%1">%1</a> Søkjer i <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 treff i <a href="%3">%3</a> %1 not found Fann ikkje %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. Fann ikkje %1. Dette er naudsynt for installasjonsmetoden %2. Installer "%3"-pakken tilsvarande din distribusjon. (Current) (Noverande) (Done) (Ferdig) Configuring grub2 on %1 Set opp grub2 pÃ¥ %1 Configuring grldr on %1 Set opp grldr pÃ¥ %1 Configuring grub on %1 Set opp grub pÃ¥ %1 Installing syslinux to %1 Installerar syslinux til %1 Installing extlinux to %1 Installerar extlinux til %1 Syncing filesystems Synkroniserar filsystem Setting up persistence Set opp vedvarande lagring After rebooting, select the Etter omstart, vel After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Etter omstart, vel USB som oppstartsmetode i BIOS-menyen. %1 Starte pÃ¥ nytt no? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 USB-eininga vil ikkje starta opp frÃ¥ ein Mac. Kopla den til ein PC og vel USB-oppstartsvalet i BIOS-menyen.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *VIKTIG* Før omstart mÃ¥ du plassere eit diskbilete (ISO) av den alternative Ubuntu-versjonen (ikkje skrivebordsversjonen) i øvste mappa pÃ¥ harddisken eller USB-disken. Desse filene finn du pÃ¥ cdimage.ubuntu.com. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldingar, og vel tilbake om du blir spurt etter ein CD. GÃ¥ deretter til hovudmenyen, vel "Start installasjon", vel "Nettverk" som kjelde og "HTTP" som protokoll. Skriv inn "mirrors.kernel.org" som server og "/centos/%1/os/%2" nÃ¥r du blir spurt etter mappe. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *VIKITIG* Før omstart mÃ¥ du plassere ei Debian-iso-fil i øverste mappa pÃ¥ harddisken eller USB-disken. Denne fila finn du pÃ¥ cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldingar, og vel tilbake om du blir spurt etter ein CD. GÃ¥ deretter til hovudmenyen, vel "Start installasjon", vel "Nettverk" som kjelde og "HTTP" som protokoll. Skriv inn "download.fedora.redhat.com" som server og "/pub/fedora/linux/development/%1/os" nÃ¥r du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldingar, og vel tilbake om du blir spurt etter ein CD. GÃ¥ deretter til hovudmenyen, vel "Start installasjon", vel "Nettverk" som kjelde og "HTTP" som protokoll. Skriv inn "download.fedora.redhat.com" som server og "/pub/fedora/linux/releases/%1/Fedora/%2/os" nÃ¥r du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldingar, og vel tilbake om du blir spurt etter ein CD. GÃ¥ deretter til hovudmenyen, vel "Start installasjon", vel "Nettverk" som kjelde og "HTTP" som protokoll. Skriv inn "download.opensuse.org" som server og "/factory/repo/oss" nÃ¥r du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldingar, og vel tilbake om du blir spurt etter ein CD. GÃ¥ deretter til hovudmenyen, vel "Start installasjon", vel "Nettverk" som kjelde og "HTTP" som protokoll. Skriv inn "download.opensuse.org" som server og "/distribution/%1/repo/oss" nÃ¥r du blir spurt etter mappe. == Select Distribution == == Vel distribusjon == == Select Version == == Vel versjon == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Velkomen til <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, det universielle verktøyet for netboot-installasjon. Bruk:<ol><li>Vel ein distribusjon og versjon du vil laste ned frÃ¥ lista ovanfor, eller vel filer manuelt nedanfor.</li><li>Vel ein installasjonstype, og trykk OK for Ã¥ starte installasjonen.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Nettstad:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Skildring:</b> Arch Linux er ein lett distribusjon laga for Ã¥ vera rask og fleksibel.<br/><b>Installasjonsnotat:</b> Standardversjonen tillèt installasjon over internett (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Nettstad:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Skildring:</b> BackTrack er ein distribusjon med fokus pÃ¥ nettverksanalyse og gjennomtrengingstesting.<br/><b>Installasjonsnotat:</b> BackTrack vert køyrt direkte frÃ¥ minnepinnen; installasjon er ikkje nødvendig. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Nettstad:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Skildring:</b> CentOS er ein gratis versjon av Red Hat Enterprise Linux.<br/><b>Installasjonsnotat:</b> Standardversjonen tillèt installasjon over internett (FTP) og lokal installasjon ved hjelp av førehandsnedlasta ISO-filer. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Nettstad:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Skildring:</b> Clonezilla er ein distribusjon brukt til tryggleikskopiering og spegling av harddisk.<br/><b>Installasjonsnotat:</b> Clonezilla vert køyrt direkte frÃ¥ minnepinnen; installasjon er ikkje nødvendig. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Nettstad:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Skildring:</b> Damn Small Linux er ein minimal distribusjon laga for eldre datamaskiner.<br/><b>Installasjonsnotat:</b> Live-versjonen lastar heile systemet inn i RAM og startar opp frÃ¥ minnet. Installasjon er valfritt og ikkje nødvendig. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Nettstad:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Skildring:</b>Debian er ein fellesskaputvikla Linux-distribusjon som støttar mange arkitekturarar og som tilbyr eit stort pakkearkiv.<br/><b>Installasjonsnotat:</b>NetInstall-versjonen tillèt installasjon over FTP. Dersom du vil bruka ein førehandsnedlasta iso-fil, kan du bruka HdMedia-alternativet, og plassere iso-fila i øvste mappa pÃ¥ harddisken eller USB-stasjonen. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Nettstad:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Skildring:</b> Dreamlinux er ein brukarvenleg distribusjon basert pÃ¥ Debian.<br/><b>Installasjonsnotat:</b> Live-versjonen kan starta opp direkte frÃ¥ USB-stasjonen, der installasjonsprogrammet kan startast. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Nettstad:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Skildring:</b> Dr.Web AntiVirus er eit anitvirusverktøy for gjenoppretting av system øydelagd av skadeleg programvare.<br/><b>Installasjonsnotat:</b> Live-versjonen kan starta opp direkte frÃ¥ USB-stasjonen, der ein kan søkja etter skadeleg programvare. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Vel frÃ¥ ei liste over støtta distribusjonar &Distribution &Distribusjon Specify a disk image file to load Vel diskbiletfila som skal brukast Disk&image Disk&bilete Manually specify a kernel and initrd to load Vel kjerne og initrd som skal brukast &Custom &Sjølvvald Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MiB OK OK Return Enter Cancel Avbryt Esc Escape Reboot Now Start pÃ¥ nytt no Exit Avslutt 1. Downloading Files 1. Lastar ned filer 2. Extracting and Copying Files 2. Pakkar ut og kopierer filer 3. Installing Bootloader 3. Installerer oppstartslastar 4. Installation Complete, Reboot 4. Installasjon ferdig, omstart Select the target drive to install to Vel eininga som skal installerast til Dri&ve: &Eining: Select the installation target type Vel type installasjonsmÃ¥l &Type: &Type: Select the distribution version Vel distribusjonsversjon Select disk image file Vel diskbiletfil ... … Select the disk image type Vel type diskbilete Specify a floppy/hard disk image, or CD image (ISO) file to load Vel diskett/harddiskbiletet eller CD-biletfila (ISO) som skal brukast Specify a kernel file to load Vel kjernefila som skal brukast Select kernel file Vel kjernefil Specify an initrd file to load Vel initrd-fila som skal brukast Select initrd file Vel initrd-fil Select syslinux.cfg or isolinux.cfg file Vel fila syslinux.cfg eller isolinux.cfg Specify parameters and options to pass to the kernel Vel parameter og val som skal sendast til kjerna &Kernel: &Kjerne: Init&rd: Init&rd: &Options: &Innstillingar uninstaller Uninstallation Complete Avinstallasjon fullført %1 has been uninstalled. %1 er avinstallert. Must run as root MÃ¥ køyrast som root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 mÃ¥ køyrast som root. Lukk den og køyr pÃ¥ nytt, ved Ã¥ bruka anten:<br/><b>sudo %1</b><br/>eller<br/><b>su - -c «%1»</b> %1 Uninstaller Avinstallasjon av %1 %1 is currently installed. Remove the existing version? %1 er installert. Fjerna den noverande versjonen? unetbootin_pl.ts000644 000765 000024 00000254632 12325150343 014412 0ustar00gezastaff000000 000000 QObject LeftToRight od lewej do prawej unetbootin Hard Disk Dysk twardy USB Drive NapÄ™d USB ISO Plik ISO Floppy Dyskietka either którykolwiek LiveUSB persistence TrwaÅ‚ość LiveUSB FAT32-formatted USB drive Dysk USB sformatowany w FAT32 EXT2-formatted USB drive Dysk USB sformatowany w EXT2 Open Disk Image File Otwórz plik obrazu dysku All Files Wszystkie pliki All Files (*) Wszystkie pliki (*) Open Kernel File Otwórz plik jÄ…dra Open Initrd File Otwórz plik initrd Open Bootloader Config File Otwórz plik konfiguracyjny bootloadera Insert a USB flash drive Włóż napÄ™d flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nie znaleziono napÄ™du flash USB. JeÅ›li już wÅ‚ożyÅ‚eÅ› napÄ™d USB spróbuj sformatować go w systemie plików FAT32. %1 not mounted %1 nie zostaÅ‚ zamontowany You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Najpierw musisz zamontować dysk USB %1 w punkcie montowania. WiÄ™kszość dystrybucji robi to automatycznie po odłączeniu i podłączeniu dysku USB. Select a distro Wybierz dystrybucjÄ™ You must select a distribution to load. Wybierz dystrybucjÄ™ do zaÅ‚adowania. Select a disk image file Wybierz plik obrazu dysku You must select a disk image file to load. Wybierz plik obrazu dysku do zaÅ‚adowania. Select a kernel and/or initrd file Wybierz plik jÄ…dra i/lub initrd You must select a kernel and/or initrd file to load. Wybierz jÄ…dro i/lub plik initrd do zaÅ‚adowania. Diskimage file not found Plik obrazu dysku nie zostaÅ‚ znaleziony The specified diskimage file %1 does not exist. Wskazany plik obrazu dysku %1 nie istnieje. Kernel file not found Plik jÄ…dra nie zostaÅ‚ znaleziony The specified kernel file %1 does not exist. Wybrany plik jÄ…dra %1 nie istnieje. Initrd file not found Plik initrd nie zostaÅ‚ znaleziony The specified initrd file %1 does not exist. Wybrany plik initrd %1 nie istnieje. %1 exists, overwrite? %1 istnieje. Nadpisać? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Plik %1 już istnieje. NaciÅ›nij "Tak dla wszystkich", aby go nadpisać i nie być pytanym przy nastÄ™pnych. NaciÅ›nij "Tak", aby być każdorazowo pytanym o nadpisanie pliku. NaciÅ›nij "Nie", aby zachować istniejÄ…cÄ… wersjÄ™ pliku. W razie wÄ…tpliwoÅ›ci naciÅ›nij "Tak dla wszystkich". %1 is out of space, abort installation? Na %1 zabrakÅ‚o miejsca. Przerwać instalacjÄ™? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. W katalogu %1 zabrakÅ‚o miejsca. NaciÅ›nij "Tak", aby przerwać instalacjÄ™; "Nie", aby zignorować ten błąd i spróbować kontynuować instalacjÄ™; "Nie dla wszystkich", aby zignorować wszystkie komunikaty o braku miejsca. Locating kernel file in %1 Lokalizowanie pliku jÄ…dra w %1 Copying kernel file from %1 Kopiowanie pliku jÄ…dra z %1 Locating initrd file in %1 Lokalizowanie pliku initrd w %1 Copying initrd file from %1 Kopiowanie pliku initrd z %1 Extracting bootloader configuration Rozpakowywanie konfiguracji programu rozruchowego <b>Extracting compressed iso:</b> %1 <b>RozpakowujÄ™ spakowane iso:</b> %1 Copying file, please wait... Kopiowanie plików, proszÄ™ czekać... <b>Source:</b> <a href="%1">%1</a> <b>ŹródÅ‚o:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Miejsce docelowe:</b> %1 <b>Copied:</b> 0 bytes <b>Skopiowano:</b> 0 bajtów Extracting files, please wait... RozpakowujÄ™ pliki, proszÄ™ czekać... <b>Archive:</b> %1 <b>Archiwum:</b> %1 <b>Source:</b> <b>ŹródÅ‚o:</b> <b>Destination:</b> <b>Miejsce docelowe:</b> <b>Extracted:</b> 0 of %1 files <b>Rozpakowano:</b> 0 z %1 plików <b>Source:</b> %1 (%2) <b>ŹródÅ‚o:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Miejsce docelowe:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Rozpakowano:</b> %1 z %2 plików Downloading files, please wait... Pobieram pliki, proszÄ™ czekać... <b>Downloaded:</b> 0 bytes <b>Pobrano:</b> 0 bajtów Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Pobieranie %1 %2 z %3 nie powiodÅ‚o siÄ™. Spróbuj pobrać plik ISO bezpoÅ›rednio ze strony i otwórz jako obraz dysku. <b>Downloaded:</b> %1 of %2 <b>Pobrano:</b> %1 z %2 <b>Copied:</b> %1 of %2 <b>Skopiowano:</b> %1 z %2 Searching in <a href="%1">%1</a> Szukam w <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 pasuje w <a href="%3">%3</a> %1 not found Nie znaleziono %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nie znaleziono. Wymagane, gdy tryb instalacji to: %2. Zainstaluj pakiet "%3" lub odpowiednik dla Twojej dystrybucji. (Current) (Bieżący) (Done) (Zrobiony) Configuring grub2 on %1 KonfigurujÄ™ grub2 na %1 Configuring grldr on %1 KonfigurujÄ™ grldr na %1 Configuring grub on %1 KonfigurujÄ™ grub na %1 Installing syslinux to %1 InstalujÄ™ syslinux na %1 Installing extlinux to %1 InstalujÄ™ extlinux na %1 Syncing filesystems Synchronizacja systemów plików Setting up persistence Ustawianie trwaÅ‚oÅ›ci After rebooting, select the Po ponownym uruchomieniu komputera wybierz After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Po ponownym uruchomieniu komputera wybierz opcjÄ™ bootowania z USB w menu bootowania znajdujÄ…cym siÄ™ w BIOSie.%1 Uruchomić ponownie komputer? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 To urzÄ…dzenie USB nie uruchomi siÄ™ na platformie MAC. Podłącz urzÄ…dzenie USB do komputera PC, a nastÄ™pnie w ustawieniach BIOS wybierz opcjÄ™ bootowania z urzÄ…dzenia USB. %1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *WAÅ»NE* Przed ponownym uruchomieniem systemu umieść plik instalacyjny obrazu iso Ubuntu w wersji alternate (nie desktop) w katalogu root Twojego dysku twardego lub napÄ™du usb. Może on zostać pobrany ze strony cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *WAÅ»NE* Po restarcie zignoruj wszystkie komunikaty błędów i wybierz powrót jeÅ›li pojawi siÄ™ pytanie o pÅ‚ytÄ™ CD. Później przejdź do głównego menu, wybierz opcjÄ™ 'Uruchom instalacjÄ™', wybierz 'Sieć' jako źródÅ‚o, wybierz 'HTTP' jako protokół, wpisz 'mirrors.kernel.org' przy pytaniu o serwer oraz wpisz '/centos/%1/os/%2' gdy zostaniesz zapytany o katalog. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *WAÅ»NE* Przed ponownym uruchomieniem systemu umieść plik instalacyjny obrazu iso Debiana w katalogu root Twojego dysku twardego lub napÄ™du usb. Może on zostać pobrany ze strony cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *WAÅ»NE* Po restarcie zignoruj wszystkie komunikaty błędów i wybierz powrót jeÅ›li pojawi siÄ™ pytanie o pÅ‚ytÄ™ CD. Później przejdź do głównego menu, wybierz opcjÄ™ 'Uruchom instalacjÄ™', wybierz 'Sieć' jako źródÅ‚o, wybierz 'HTTP' jako protokół, wpisz 'download.fedora.redhat.com' przy pytaniu o serwer oraz wpisz '/pub/fedora/linux/development/%1/os' gdy zostaniesz zapytany o katalog. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *WAÅ»NE* Po restarcie zignoruj wszystkie komunikaty błędów i wybierz powrót jeÅ›li pojawi siÄ™ pytanie o pÅ‚ytÄ™ CD. Później przejdź do głównego menu, wybierz opcjÄ™ 'Uruchom instalacjÄ™', wybierz 'Sieć' jako źródÅ‚o, wybierz 'HTTP' jako protokół, wpisz 'download.fedora.redhat.com'' przy pytaniu o serwer oraz wpisz '/pub/fedora/linux/releases/%1/Fedora/%2/os' gdy zostaniesz zapytany o katalog. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *WAÅ»NE* Po restarcie zignoruj wszystkie komunikaty błędów i wybierz powrót jeÅ›li pojawi siÄ™ pytanie o pÅ‚ytÄ™ CD. Później przejdź do głównego menu, wybierz opcjÄ™ 'Uruchom instalacjÄ™', wybierz 'Sieć' jako źródÅ‚o, wybierz 'HTTP' jako protokół, wpisz 'download.opensuse.org'' przy pytaniu o serwer oraz wpisz '/factory/repo/oss' gdy zostaniesz zapytany o katalog. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *WAÅ»NE* Po restarcie zignoruj wszystkie komunikaty błędów i wybierz powrót jeÅ›li pojawi siÄ™ pytanie o pÅ‚ytÄ™ CD. Później przejdź do głównego menu, wybierz opcjÄ™ 'Uruchom instalacjÄ™', wybierz 'Sieć' jako źródÅ‚o, wybierz 'HTTP' jako protokół, wpisz 'download.opensuse.org'' przy pytaniu o serwer oraz wpisz '/distribution/%1/repo/oss' gdy zostaniesz zapytany o katalog. == Select Distribution == == Wybierz dystrybucjÄ™ == == Select Version == == Wybierz wersjÄ™ == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Witaj w <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. Użycie:<ol><li>Wybierz dystrybucjÄ™ i wersjÄ™ do pobrania z listy powyżej, albo okreÅ›l poniżej rÄ™cznie pliki do zaÅ‚adowania.</li><li>Wybierz typ instalacji i naciÅ›nij OK aby rozpocząć instalacjÄ™.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Strona domowa:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Opis:</b> Arch Linux jest lekkÄ… dystrybucjÄ… zoptymalizowanÄ… pod kÄ…tem szybkoÅ›ci i elastycznoÅ›ci.<br/><b>Uwagi instalacyjne:</b> DomyÅ›lna wersja umożliwia instalacjÄ™ poprzez Internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Strona domowa:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Opis:</b> BackTrack jest dystrybucjÄ… skupionÄ… na analizie sieci i testach przepÅ‚ywu danych.<br/><b>Uwagi instalacyjne:</b> BackTrack uruchamiany jest w trybie live; aby z niego korzystać nie jest konieczna instalacja. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Strona domowa:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Opis:</b> CentOS jest darmowym klonem Linux Red Hat Enterprise.<br/><b>Uwagi instalacyjne:</b> Wersja domyÅ›lna pozwala zarówno na instalacjÄ™ przez Internet (FTP), jak i z uprzednio pobranych instalacyjnych plików ISO. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Strona domowa:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Opis:</b> CloneZilla jest dystrybucjÄ… używanÄ… do backupów/klonowania dysków.<br/><b>Uwagi instalacyjne:</b> CloneZilla uruchamia siÄ™ i dziaÅ‚a w trybie live, czyli aby jej używać nie jest wymagana instalacja. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Strona domowa:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Opis:</b> Damn Small Linux to minimalistyczna dystrybucja zaprojektowana z myÅ›lÄ… o starszych komputerach.<br/><b>Uwagi instalacyjne:</b> Wersja Live Å‚aduje caÅ‚y system do pamiÄ™ci RAM i z niej siÄ™ uruchamia, dlatego instalacja nie jest wymagana, chociaż jest możliwa. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Strona domowa:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Opis:</b> Debian jest dystrybucjÄ… Linuksa rozwijanÄ… przez spoÅ‚eczność, odznaczajÄ…cÄ… siÄ™ wsparciem dla wielu architektur i oferujÄ…cÄ… duże repozytoria z pakietami oprogramowania.<br/><b>Uwagi instalacyjne:</b> Wersja NetInstall umożliwia instalacjÄ™ poprzez FTP. JeÅ›li chcesz użyć pobrane instalacyjne obrazy iso, użyj opcji HdMedia, a nastÄ™pnie umieść plik instalacyjny iso w katalogu root Twojego dysku twardego lub napÄ™du USB. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Opis:</b> Dreamlinux jest przyjaznÄ… użytkownikowi dystrybucjÄ… Linuksa, opartÄ… na Debianie.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie live, w którym można opcjonalnie uruchomić instalatora. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Strona domowa:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Opis:</b> Dr.Web AntiVirus to antywirusowe narzÄ™dzie przywracajÄ…ce do dziaÅ‚ania systemy dotkniÄ™te zÅ‚oÅ›liwym oprogramowaniem.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie live, w którym można przeprowadzić skanowanie. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Opis:</b> Elive jest dystrybucjÄ… opartÄ… na Debianie zawierajÄ…cÄ… menedżer okien Enlightenment.<br/><b>Uwagi instalacyjne:</b> Wersja live umożliwia uruchomienie systemu w trybie live, z poziomu którego może zostać uruchomiony program instalujÄ…cy. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Strona domowa:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Opis:</b> Fedora to sponsorowana przez Red Hata dystrybucja tworzona przez spoÅ‚eczność, która prezentuje najnowsze i najnowoczeÅ›niejsze darmowe/otwarte oprogramowanie.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie live, w którym, opcjonalnie, można uruchomić instalatora. Wersja NetInstall pozwala zarówno na instalacjÄ™ przez Internet (FTP), jak i z uprzednio pobranych plików instalacyjnych ISO. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Strona domowa:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Opis:</b> FreeBSD jest Unixopodobnym systemem operacyjnym przeznaczonym do ogólnego użytku, zaprojektowanym pod kÄ…tem skalowalnoÅ›ci i wydajnoÅ›ci.<br/><b>Uwagi instalacyjne:</b> DomyÅ›lna wersja pozwala zarówno na instalacjÄ™ poprzez Internet (FTP), jak i na instalacjÄ™ w trybie off-line za poÅ›rednictwem pobranych plików instalacyjnych ISO. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Strona domowa:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Opis:</b> FreeDOS jest darmowym systemem operacyjnym kompatybilnym z MS-DOS.<br/><b>Uwagi instalacyjne:</b> Zobacz <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">podrÄ™cznik</a> zawierajÄ…cy szczegóły dotyczÄ…ce instalacji. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Strona domowa:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Opis:</b> FreeNAS jest osadzonÄ… dystrybucjÄ… opartÄ… na FreeBSD otwartoźródÅ‚owego NAS (Network-Attached Storage).<br/><b>Informacje instalacyjne:</b> Wersja LiveCD tworzy napÄ™d RAM dla FreeNAS i używa dyskietki sformatowanej w trybie FAT lub klucza USB do zapisywania pliku konfiguracyjnego. Osadzona wersja umożliwia instalacjÄ™ na dysku twardym. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Strona domowa:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Opis:</b> Frugalware jest opartÄ… na Slackware dystrybucjÄ… przeznaczonÄ… do ogólnych zadaÅ„ dla zaawansowanych użytkowników.<br/><b>Uwagi instalacyjne:</b> DomyÅ›lne rozwiÄ…zanie przewiduje zarówno instalacjÄ™ poprzez Internet (FTP), jak również instalacjÄ™ za pomocÄ… wczeÅ›niej już pobranej wersji instalacyjnej zawartej w pliku ISO. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Strona domowa:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Opis:</b> GeeXboX jest wbudowanÄ… dystrybucjÄ… Linuksa typu Media Center.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona internetowa:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Opis:</b> gNewSense to, majÄ…ca poparcie FSF, dystrybucja oparta na Ubuntu, zawierajÄ…ca tylko wolne oprogramowanie.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie bezinstalacyjnym, w którym można, opcjonalnie, uruchomić instalatora. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Strona internetowa:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Opis:</b> Gujin to graficzny menedżer uruchamiania, który potrafi zainicjować rozruch z różnych typów partycji i plików.<br/><b>Uwagi instalacyjne:</b> Gujin, po prostu, siÄ™ uruchamia i dziaÅ‚a i instalacja nie jest konieczna by go używać. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Strona internetowa:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Opis:</b> Kaspersky Rescue Disk wykrywa i usuwa zÅ‚oÅ›liwe oprogramowanie z twojej instalacji Windows.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie bezinstalacyjnym, w którym można przeprowadzić skanowanie pod kÄ…tem zÅ‚oÅ›liwego oprogramowania. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Strona domowa:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Opis:</b> Kubuntu jest oficjalnÄ… pochodnÄ… Ubuntu zawierajÄ…cÄ… pulpit KDE.<br/><b>Uwagi instalacyjne:</b> Wersja Live umożliwia uruchomienie systemu w trybie live, z poziomu którego można uruchomić program instalacyjny. Wersja NetInstall umożliwia instalacje poprzez FTP, i może zainstalować zarówno Kubuntu, jak i inne oficjalne pochodne Ubuntu. JeÅ›li chcesz użyć pobrane instalacyjne obrazy iso (w wersji alternate, nie desktop!), użyj opcji HdMedia, a nastÄ™pnie umieść plik instalacyjny iso w wersji alternate w katalogu root Twojego dysku twardego lub napÄ™du USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Strona domowa:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole to dystrybucja do gier, Å‚atwa w instalacji, użyciu i szybko siÄ™ uruchamiajÄ…ca.<br/><b>Instalacja:</b> 1.0.2010 to najnowsze 1.0, teraz dostÄ™pne jako rolling release (uruchom liveupdate żeby zaktuaktualizować moduÅ‚y i kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona internetowa:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Opis:</b> Linux Mint to przyjazna użytkownikowi, oparta na Ubuntu, dystrybucja, która zawiera domyÅ›lnie dodatkowe, wÅ‚asnoÅ›ciowe kodeki i inne oprogramowanie.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie bezinstalacyjnym, w którym można, opcjonalnie, uruchomić instalatora. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Strona domowa:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu to oficjalna pochodna Ubuntu wyposażona w LXDE desktop.<br/><b>Instalacja:</b> Wersja Live umożliwia uruchomienie w Live mode, w którym można uruchomić instalator. Wersja NetInstall umożliwia instalacjÄ™ przez FTP i może zainstalować Kubuntu i inne oficjalne pochodne Ubuntu. JeÅ›li chcesz użyć wczeÅ›niej pobranego alternatywnego obrazu iso (nie desktop), użyj opcji HdMedia i umieść alternatywny instalacyjny plik iso w katalogu root swojego dysku twardego lub noÅ›nika usb <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Strona internetowa:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Opis:</b> Mandriva to przyjazna użytkownikowi dystrybucja, wczeÅ›niej znana jako Mandrake Linux.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie bezinstalacyjnym, w którym można, opcjonalnie, uruchomić instalatora. Wersja NetInstall umożliwia instalacjÄ™ przez Internet (FTP) lub z uprzednio pobranych<a href="http://www.mandriva.com/en/download">obrazów iso wersji "Free"</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Opis:</b> MEPIS jest dystrybucjÄ… opartÄ… na Debianie. SimplyMEPIS to przyjazna użytkownikowi wersja z KDE, natomiast AntiX to lekka dystrybucja dla starszych komputerów.<br/><b>Uwagi instalacyjne:</b> MEPIS-a można uruchomić w trybie live, w którym można, opcjonalnie, uruchomić instalatora. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Strona domowa:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Opis:</b> NetbootCD to maÅ‚y boot CD który Å›ciÄ…ga i uruchamia instalatory innych dystrybucji.<br/><b>Instalacja:</b> NetbootCD uruchamia siÄ™ i dziaÅ‚a w live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Strona domowa:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Opis:</b> NimbleX jest małą, uniwersalnÄ… dystrybucjÄ… opartÄ… na Slackware. Jest tworzona przy użyciu Linuxowych skryptów live i zawiera pulpit KDE. Może być uruchamiana z CD lub pamiÄ™ci flash (klucze USB lub odtwarzacze MP3), w Å‚atwy sposób konfigurowana i rozbudowywana.<br/><b>Uwagi instalacyjne:</b> NimbleX uruchamia siÄ™ w trybie live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Strona domowa:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Opis:</b> Offline NT Password and Registry Editor może resetować hasÅ‚a Windows i edytować rejestr w Windows 2000-Vista.<br/><b>Instalacja:</b> NTPasswd jest uruchamiany i dziaÅ‚a w live mode; instalacja nie jest wymagana do użycia. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Strona domowa:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Opis:</b> OpenSUSE to Å‚atwa w użyciu dystrybucja, sponsorowana przez firmÄ™ Novell.<br/><b>Uwagi instalacyjne:</b> WersjÄ™ domyÅ›lnÄ… można zainstalować bÄ…dź przez internet (FTP), bÄ…dź z uprzednio pobranych plików instalacyjnych ISO. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Strona domowa:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Opis:</b> Ophcrack sÅ‚uży do Å‚amania haseÅ‚ Windowsa.<br/><b>Uwagi instalacyjne:</b> Ophcrack dziaÅ‚a w trybie live; aby móc z niego korzystać nie jest konieczna instalacja. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Strona domowa:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Opis:</b> Parted Magic skÅ‚ada siÄ™ z menedżera partycji GParted i innych narzÄ™dzi systemowych. Można za jego pomocÄ… zmienić rozmiar, skopiować, utworzyć kopiÄ™ zapasowÄ… lub w inny sposób manipulować partycjÄ… dysku.<br/><b>Uwagi instalacyjne:</b> Parted Magic dziaÅ‚a w trybie live; aby móc z niego korzystać nie jest konieczna instalacja.. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Strona domowa:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Opis:</b> Puppy Linux to lekka dystrybucja przeznaczona dla starszych komputerów.<br/><b>Uwagi instalacyjne:</b> Wersja Live Å‚aduje caÅ‚y system do pamiÄ™ci RAM i stamtÄ…d siÄ™ uruchamia, tak wiÄ™c instalacja nie jest wymagana, choć opcjonalna. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Strona domowa:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Opis:</b> Sabayon Linux to oparta na Gentoo dystrybucja Live DVD, która oprócz bazujÄ…cego na plikach źródÅ‚owych systemu Portage, zawiera menedżera pakietów skompilowanych Entropy.<br/><b>Uwagi instalacyjne:</b> Wersja Live umożliwia uruchomienie w trybie bezinstalacyjnym, w którym można uruchomić instalatora. Wersja LiteMCE zajmuje 2 GB, podczas gdy peÅ‚na wersja wymaga pamiÄ™ci USB o pojemnoÅ›ci 8 GB. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Strona domowa:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Opis:</b> Salix to dystrybucja GNU/Linux oparta na Slackware (w peÅ‚ni kompatybilna), prosta, szybka i Å‚atwa w użyciu.<br/>Jak bonsai, Salix jest maÅ‚y, lekki i wymaga ciÄ…gÅ‚ej troski.<br/><b>Instalacja:</b>Wersja Live umożliwia uruchomienie w Live mode, w którym można uruchomić instalator.</br>DomyÅ›lne hasÅ‚o root to <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Opis:</b> Slax to oparta na Slackware dystrybucja ze Å›rodowiskiem graficznym KDE.<br/><b>Uwagi instalacyjne:</b> Wersja Live uruchamia siÄ™ w trybie bezinstalacyjnym, w którym jest możliwość uruchomienia instalatora. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Strona domowa:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Opis:</b> SliTaz to lekka, przeznaczona dla komputerów biurkowych mikrodystrybucja.<br/><b>Uwagi instalacyjne:</b> Wersja Live Å‚aduje caÅ‚y system do pamiÄ™ci RAM skÄ…d siÄ™ uruchamia, tak wiÄ™c instalacja nie jest wymagana, choć opcjonalna. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Strona domowa:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Opis:</b> Smart Boot Manager to program rozruchowy, który pozwala obejść niektóre problemy z uruchomieniem komputera, wynikajÄ…ce z ograniczeÅ„ i błędów BIOS-u.<br/><b>Uwagi instalacyjne:</b> SBM po prostu siÄ™ uruchamia i dziaÅ‚a bez instalowania. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Strona domowa:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Opis:</b> Super Grub Disk jest bootloaderem, który sÅ‚uży do wykonania wielu zadaÅ„ przy odzyskiwaniu MBR oraz bootloadera.<br/><b>Uwagi instalacyjne:</b> SGD siÄ™ po prostu uruchamia; do jego użycia nie jest wymagana instalacja. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Opis:</b> Super OS jest nieoficjalnÄ… pochodnÄ… Ubuntu zawierajÄ…cÄ… domyÅ›lnie dodatkowe oprogramowanie. Wymaga 2GB na napÄ™dzie USB, aby móc zostać zainstalowanÄ….<br/><b>Uwagi instalacyjne:</b> Wersja live umożliwia uruchomienie w trybie live, z którego może zostać uruchomiony program instalacyjny. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Strona domowa:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Opis:</b> Ubuntu jest przyjaznÄ… użytkownikowi dystrybucjÄ… opartÄ… na Debianie. Jest obecnie najbardziej popularnÄ… pulpitowÄ… dystrybucjÄ… Linuksa.<br/><b>Informacje instalacyjne:</b> Wersja Live umożliwia uruchomienie w trybie Live, z poziomu którego opcjonalnie może zostać uruchomiony instalator. Wersja NetInstall umożliwia przeprowadzenie instalacji poprzez FTP, i umożliwia zainstalowanie Kubuntu i pozostaÅ‚ych oficjalnych pochodnych dystrybucji Ubuntu. JeÅ›li potrzebujesz użyć pobraniowego obrazu instalacyjnego alternate (nie desktop), użyj opcji HdMedia, i umieść nastÄ™pnie plik obrazu instalacyjnego alternate do swojego katalogu głównego na dysku twardym lub do napÄ™du USB. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Strona domowa:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Opis:</b> xPUD jest lekkÄ… dystrybucjÄ… z prostym interfejsem typu "kiosk", zawierajÄ…cÄ… przeglÄ…darkÄ™ internetowÄ… i odtwarzacz multimediów.<br/><b>Uwagi instalacyjne:</b> Wersja live Å‚aduje siÄ™ w caÅ‚oÅ›ci do pamiÄ™ci RAM i z niej siÄ™ uruchamia. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Strona domowa:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Opis:</b> Xubuntu jest oficjalnÄ… pochodnÄ… dystrybucji Ubuntu zawierajÄ…cÄ… Å›rodowisko pulpitowe XFCE.<br/><b>Informacje instalacyjne:</b> Wersja Live umożliwia uruchomienie w trybie Live, z poziomu którego opcjonalnie może zostać uruchomiony instalator. Wersja NetInstall umożliwia przeprowadzenie instalacji poprzez FTP, i umożliwia zainstalowanie Kubuntu i pozostaÅ‚ych oficjalnych pochodnych dystrybucji Ubuntu. JeÅ›li potrzebujesz użyć pobraniowego obrazu instalacyjnego alternate (nie desktop), użyj opcji HdMedia, i umieść nastÄ™pnie plik obrazu instalacyjnego alternate do swojego katalogu głównego na dysku twardym lub do napÄ™du USB. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Opis:</b> Zenwalk jest opartÄ… na Slackware dystrybucjÄ… zawierajÄ…cÄ… Å›rodowisko graficzne XFCE.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie bezinstalacyjnym, w którym można, ewentualnie, uruchomić instalatora. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Strona domowa:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Opis:</b> EeePCLinuxOS jest przyjaznÄ… użytkownikowi, opartÄ… na PCLinuxOS dystrybucjÄ… przeznaczonÄ… dla komputerów EeePC.<br/><b>Uwagi instalacyjne:</b> Zanim zaczniesz instalacjÄ™ upewnij siÄ™, że napÄ™d docelowy jest pusty i sformatowany. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Strona domowa:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Opis:</b> Ubuntu Eee to nie tylko Ubuntu zoptymalizowane dla Asus'a Eee PC. Jest to system operacyjny używajÄ…cy interfejsu Netbook Remix, który faworyzuje najlepsze dostÄ™pne oprogramowanie w miejscu alternatyw Open Source (np. Skype zamiast Ekiga).<br/><b>Uwagi instalacyjne:</b> Zanim zaczniesz instalacjÄ™ upewnij siÄ™, że napÄ™d docelowy jest pusty i sformatowany. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Strona domowa:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Opis:</b> Elive jest bazujÄ…cÄ… na Debianie dystrybucjÄ… zawierajÄ…cÄ… menedżer okien Enlightenment.<br/><b>Uwagi instalacyjne:</b> Wersja live umożliwia uruchomienie w trybie live, z którego może zostać uruchomiony program instalacyjny. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Strona domowa:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Opis:</b> Kiwi Linux wywodzi siÄ™ z Ubuntu i tworzony jest przede wszystkim dla rumuÅ„sko-, wÄ™giersko- i anglojÄ™zycznych użytkowników<br/><b>Uwagi instalacyjne:</b> Przed przystÄ…pieniem do instalacji upewnij siÄ™, że partycja docelowa jest pusta i sformatowana. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Strona domowa:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Opis:</b> gNewSense jest wysokiej jakoÅ›ci dystrybucjÄ… GNU/Linux, rozbudowanÄ… i ulepszonÄ… w stosunku do Ubuntu, która jest caÅ‚kowicie wolnym i darmowym systemem operacyjnym, wolnym kompletnie od wÅ‚asnoÅ›ciowego, zamkniÄ™tego kodu obecnego czy to w jÄ…drze, czy też w drzewie pakietów.<br/><b>Uwagi instalacyjne:</b> Przed przystÄ…pieniem do instalacji upewnij siÄ™, że partycja docelowa jest pusta i sformatowana. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Strona domowa:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Opis:</b> NimbleX jest małą, uniwersalnÄ… dystrybucjÄ… opartÄ… na Slackware. Jest zbudowana za pomocÄ… samowykonalnych skryptów linuksowych i zawiera Å›rodowisko pulpitowe KDE. Może zostać uruchomione z pÅ‚yty CD lub pamiÄ™ci przenoÅ›nej (klucze USB lub odtwarzacz MP3) i w prosty sposób dostosowane do potrzeb i rozbudowane.<br/><b>Informacja instalacyjne:</b> NimbleX uruchamia siÄ™ w trybie Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Strona domowa:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Opis:</b> SliTaz jest lekkÄ… mikrodystrybucjÄ… przeznaczonÄ… do komputerów biurkowych.<br/><b>Uwagi instalacyjne:</b> Wersja live Å‚aduje siÄ™ w caÅ‚oÅ›ci do pamiÄ™ci RAM i z niej siÄ™ uruchamia, tak wiÄ™c instalacja nie jest wymagana, chociaż jest możliwa. Ten instalator stworzony zostaÅ‚ na podstawie programu <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Strona domowa:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Opis:</b> xPUD jest lekkÄ… dystrybucjÄ… z prostym interfejsem typu "kiosk", zawierajÄ…cÄ… przeglÄ…darkÄ™ internetowÄ… i odtwarzacz multimediów.<br/><b>Uwagi instalacyjne:</b> Wersja live Å‚aduje siÄ™ w caÅ‚oÅ›ci do pamiÄ™ci RAM i z niej siÄ™ uruchamia. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Wybierz z listy wspieranych dystrybucji &Distribution &Dystrybucja Specify a disk image file to load OkreÅ›l plik obrazu dysku do wczytania Disk&image Obraz dysku Manually specify a kernel and initrd to load RÄ™cznie okreÅ›l jÄ…dro i initrd do wczytania &Custom &WÅ‚asny Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. PrzestrzeÅ„ do zachowania plików w trakcie restartu. DziaÅ‚a tylko z LiveUSB Ubuntu i pochodnymi. JeÅ›li wartość przekracza wielkość dysku, bÄ™dzie użyta maksymalna dostÄ™pna przestrzeÅ„. Space used to preserve files across reboots (Ubuntu only): PrzestrzeÅ„ używana do zachowania plików w trakcie restartu (tylko Ubuntu): MB MB OK OK Return Powróŧ Cancel Anuluj Esc Esc Reboot Now Uruchom ponownie Exit ZakoÅ„cz 1. Downloading Files 1. Pobieranie plików 2. Extracting and Copying Files 2. Rozpakowywanie i kopiowanie plików 3. Installing Bootloader 3. Instalowanie bootloadera 4. Installation Complete, Reboot 4. Instalacja zakoÅ„czona, ponowne uruchamianie Select the target drive to install to Wybierz docelowy napÄ™d, na który nastÄ…pi instalacja Dri&ve: &NapÄ™d: Select the installation target type Wybierz rodzaj miejsca docelowego instalacji &Type: &Typ: Select the distribution version Wybierz wersjÄ™ dystrybucji Select disk image file Wybierz plik obrazu dysku ... … Select the disk image type Wybierz typ pliku obrazu Specify a floppy/hard disk image, or CD image (ISO) file to load OkreÅ›l obraz dyskietki/dysku twardego lub plik obrazu pÅ‚yty (ISO) do wczytania Specify a kernel file to load OkreÅ›l plik jÄ…dra do wczytania Select kernel file Wybierz plik jÄ…dra Specify an initrd file to load Wybierz plik initrd do wczytania Select initrd file Wskaż plik initrd Select syslinux.cfg or isolinux.cfg file Wskaż plik syslinux.cfg lub isolinux.cfg Specify parameters and options to pass to the kernel OkreÅ›l parametry i opcje dla jÄ…dra &Kernel: &JÄ…dro Init&rd: Init&rd: &Options: &Opcje: uninstaller Uninstallation Complete Proces odinstalowania zakoÅ„czony %1 has been uninstalled. %1 zostaÅ‚ odinstalowany. Must run as root Musi zostać uruchomione w trybie administratora %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 musi być uruchomiony w trybie administratora. Zamknij go i uruchom ponownie używajÄ…c dowolnie:<br/><b>sudo %1</b><br/>lub:<br/><b>su - -c '%1'</b> %1 Uninstaller Odinstaluj %1 %1 is currently installed. Remove the existing version? %1 jest obecnie zainstalowane. Usunąć istniejÄ…cÄ… wersjÄ™? unetbootin_pt.ts000644 000765 000024 00000223023 12325150343 014410 0ustar00gezastaff000000 000000 QObject LeftToRight EsquerdaParaDireita unetbootin Hard Disk Disco rígido USB Drive Disco USB ISO ISO Floppy Disquete either cada(um) LiveUSB persistence Persistência FAT32-formatted USB drive Disco USB formatado em FAT32 EXT2-formatted USB drive Disco USB formatado em EXT2 Open Disk Image File Abrir imagem de disco All Files Todos os ficheiros All Files (*) Todos os ficheiros (*) Open Kernel File Abrir ficheiro Kernel Open Initrd File Abrir ficheiro Initrd Open Bootloader Config File Abrir ficheiro de configuração do carregador de arranque Insert a USB flash drive Insira um dispositivo USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nenhum dispositivo USB encontrado. Se já inseriu um dispositivo USB, tente formatá-lo como FAT32. %1 not mounted %1 não está montado You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Deve montar o dispositivo USB. A maioria das distribuições faz isto automaticamente após a remoção e reinserção do dispositivo. Select a distro Selecione uma distribuição You must select a distribution to load. Tem que selecionar a distribuição a carregar. Select a disk image file Selecione uma imagem You must select a disk image file to load. Tem que selecionar a imagem de disco a carregar. Select a kernel and/or initrd file Selecione o kernel e/ou ficheiro initrd You must select a kernel and/or initrd file to load. Tem que selecionar um kernel e/ou o ficheiro initrd a carregar. Diskimage file not found Imagem não encontrada The specified diskimage file %1 does not exist. A imagem especificada %1 não existe. Kernel file not found Ficheiro Kernel não encontrado The specified kernel file %1 does not exist. O kernel %1 não existe. Initrd file not found Ficheiro initrd não encontrado The specified initrd file %1 does not exist. O ficheiro initrd %1 não existe. %1 exists, overwrite? %1 existe, substituir ? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. O ficheiro %1 já existe. Escolha "Sim a tudo" para substituir e não ser perguntado novamente. "Sim" para substituir individualmente e "Não" para manter a versão existente. Em caso de dúvida, escolha "Sim a tudo". %1 is out of space, abort installation? %1 está sem espaço, cancelar instalação? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. O diretório %1 não possui espaço. Escolha "Sim" para abortar a instalação, "Não" para ignorar este erro e tentar a instalação e "Não a tudo" para ignorar os erros de falta de espaço. Locating kernel file in %1 A localizar o ficheiro Kernel em %1 Copying kernel file from %1 A copiar o ficheiro Kernel de %1 Locating initrd file in %1 A localizar o ficheiro initrd em %1 Copying initrd file from %1 A copiar o ficheiro initrd de %1 Extracting bootloader configuration A extrair a configuração do carregador de arranque <b>Extracting compressed iso:</b> %1 <b>A extrair a ISO:</b> %1 Copying file, please wait... A copiar ficheiro. Por favor, aguarde... <b>Source:</b> <a href="%1">%1</a> <b>Origem:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destino:</b> %1 <b>Copied:</b> 0 bytes <b>Copiado:</b> 0 bytes Extracting files, please wait... A extrair ficheiros. Por favor, aguarde... <b>Archive:</b> %1 <b>Arquivo:</b> %1 <b>Source:</b> <b>Origem:</b> <b>Destination:</b> <b>Destino:</b> <b>Extracted:</b> 0 of %1 files <b>Extraido(s):</b> 0 de %1 ficheiros <b>Source:</b> %1 (%2) <b>Origem:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destino:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extraido:</b> %1 de %2 ficheiros Downloading files, please wait... A transferir ficheiros. Por favor, aguarde... <b>Downloaded:</b> 0 bytes <b>Transferido:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Falha ao transferir %1 %2 de %3. Tente transferir o ficheiro ISO na página web e utilize a opção imagem de disco. <b>Downloaded:</b> %1 of %2 <b>Transferido:</b> %1 de %2 <b>Copied:</b> %1 of %2 <b>Copiado:</b> %1 de %2 Searching in <a href="%1">%1</a> A procurar em <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 ocorrências em <a href="%3">%3</a> %1 not found %1 não encontrado %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 não foi encontrado. Este é necessário para o modo de instalação %2. Instale o pacote "%3" ou o equivalente na sua distribuição. (Current) (Atual) (Done) (Concluído) Configuring grub2 on %1 A configurar grub2 em %1 Configuring grldr on %1 A configurar grldr em %1 Configuring grub on %1 A configurar grub em %1 Installing syslinux to %1 A instalar syslinux em %1 Installing extlinux to %1 A instalar extlinux em %1 Syncing filesystems A sincronizar o sistema de ficheiros Setting up persistence A definir memória persistente After rebooting, select the Depois de reiniciar, selecione After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Depois de reiniciar, seleccione a opção "USB" no menu de arranque da BIOS. %1 Reiniciar agora? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 O dispositivo criado não arranca em Mac. Insira o dispositivo num PC e escolha a opção USB no menu de arranque da BIOS. %1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANTE* Antes de reiniciar, coloque um ficheiro de instalação do Ubuntu alternate (não desktop) no diretório raiz do disco rígido ou do disco USB. Estes ficheiros podem ser obtidos em cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANTE* Depois de reiniciar, ignore quaisquer mensagens de erro e retroceda caso seja solicitado um CD. Vá até o menu principal, selecione a opção "Iniciar instalação", escolha "Rede" como origem, "HTTP" como protocolo, "mirrors.kernel.org" como servidor e "/centos/%1/os/%2" como pasta. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANTE* Antes de reiniciar, coloque um ficheiro de instalação do Debian no diretório raiz do disco rígido ou do disco USB. Estes ficheiros podem ser obtidos em cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANTE* Depois de reiniciar, ignore quaisquer mensagens de erro e retroceda caso seja solicitado um CD. Vá até o menu principal, selecione a opção "Iniciar instalação", escolha "Rede" como origem, "HTTP" como protocolo, "download.fedora.redhat.com" como servidor e "/pub/fedora/linux/development/%1/os" como pasta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANTE* Depois de reiniciar, ignore quaisquer mensagens de erro e retroceda caso seja solicitado um CD. Vá até o menu principal, selecione a opção "Iniciar instalação", escolha "Rede" como origem, "HTTP" como protocolo, "download.fedora.redhat.com" como servidor e "/pub/fedora/linux/releases/%1/Fedora/%2/os" como pasta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANTE* Depois de reiniciar, ignore quaisquer mensagens de erro e retroceda caso seja solicitado um CD. Vá até o menu principal, selecione a opção "Iniciar instalação", escolha "Rede" como origem, "HTTP" como protocolo, "download.opensuse.com" como servidor e "/factory/repo/oss" como pasta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANTE* Depois de reiniciar, ignore quaisquer mensagens de erro e retroceda caso seja solicitado um CD. Vá até o menu principal, selecione a opção "Iniciar nstalação", escolha "Rede" como origem, "HTTP" como protocolo, "download.opensuse.com" como servidor e "/distribution/%1/repo/oss" como pasta. == Select Distribution == == Selecione a distribuição == == Select Version == == Selecione a versão == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Bem vindo ao <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, o instalador universal de imagens. Utilização:<ol><li>Selecione a distribuição e a versão a transferir na lista indicada ou indique manualmente, em baixo, os ficheiros a carregar.</li><li>Selecione o tipo de instalação e prima OK para iniciar a instalação.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Página inicial:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descrição:</b> o Arch Linux é uma distribuição otimizada para velocidade e flexibilidade.<br/><b>Notas de instalação:</b> a versão normal permite a instalação através da internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Página inicial:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descrição:</b> o BackTrack é uma distribuição focada na análise de redes e testes de vulnerabilidades.<br/><b>Notas de instalação:</b> o BackTrack arranca e corre em modo "live"; a instalação não é necessária. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página inicial:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descrição:</b> o CentOS é um clone da distribuição Red Hat Enterprise Linux.<br/><b>Notas de instalação:</b> A versão normal permite a instalação através da internet (FTP) bem como a instalação através de ficheiros ISO. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Página inicial:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descrição:</b> o CloneZilla é uma distribuição utilizada para criar imagens e cópias de segurança de discos rígidos.<br/><b>Notas de instalação:</b> o CloneZilla arranca e corre em modo "live"; a instalação não é necessária. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Página inicial:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descrição:</b> o Damn Small Linux é uma distribuição minimalista desenvolvida para computadores antigos.<br/><b>Notas de instalação:</b> a versão "Live" carrega o sistema em RAM e arranca a partir da memória tornando a instalação opcional e não obrigatória. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Página inicial:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descrição:</b> o Debian é uma distribuição desenvolvida pela comunidade Linux com suporte a diversas arquiteturas e que disponibiliza um vasto repositório de pacotes.<br/><b>Notas de instalação:</b> a versão "NetInstall" permite a instalação através de FTP. Se pretende utilizar uma imagem de instalação, use a opção HdMedia e coloque-a no diretório raiz do disco rígido ou da unidade usb. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página inicial:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descrição:</b> o Dreamlinux é uma distribuição baseada em Debian e muito fácil de utilizar.<br/><b>Notas de instalação:</b> a versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Página inicial:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descrição:</b> o Dr.Web AntiVirus é um anti-virus de emergência para restaurar um sistema que ficou danificado devido a malware.<br/><b>Notas de instalação:</b> a versão "Live" permite o arranque em modo "Live", a partir do qual inicia a procura e a remoção do malware. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página inicial:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrição:</b> o Elive é uma distribuição baseada em Debian mas que utiliza o gestor de janelas Enlightenment.<br/><b>Notas de instalação:</b> a versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página inicial:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descrição:</b> o Fedora é uma distribuição desenvolvida pela comunidade e patrocinada pela RedHat e inclui as últimas novidades do mundo do software livre/aberto.<br/><b>Notas de instalação:</b> a versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. A versão "NetInstall" permite a instalação através da internet (FTP), bem como a instalação através de ficheiros ISO. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página inicial:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descrição:</b> o FreeBSD é um sistema operativo do tipo Unix, desenvolvido para a personalização e desempenho.<br/><b>Notas de instalação:</b> a versão padrão permite a instalação através da internet (FTP), bem como através da utilização de ficheiros ISO. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Página inicial:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descrição:</b> o FreeDOS é um sistema operativo compatível com MS-DOS.<br/><b>Notas de instalação:</b> Consulte o <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> para detalhes de instalação. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Página inicial:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descrição:</b> o FreeNAS é uma distribuição NAS (Network-Attached Storage) baseada em FreeBSD.<br/><b>Notas de instalação:</b> a versão "Live" cria uma unidade RAM para o FreeNAS e utiliza uma disquete ou disco USB no formato FAT para gravar as configurações. A versão "embedded" permite a instalação no disco. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página inicial:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descrição:</b> o Frugalware é uma distribuição baseada em Slackware e vocacionada para utilizadores experientes.<br/><b>Notas de instalação:</b> a versão normal permite a instalação através da internet (FTP) bem como a instalação através da utilização de ficheiros ISO. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Página inicial:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Descrição:</b> O GeeXboX é uma distribuição Embedded Linux Media Center.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina inicial:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrição:</b> O gNewSense é uma distribuição apoiada pela FSF, baseada em Ubuntu mas que não inclui os compnentes com direitos de propriedade.<br/><b>Notas de instalação:</b> A versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Página inicial:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descrição:</b> o Gujin é um gestor de arranque gráfico capaz de arrancar e gerir diversos discos e ficheiros.<br/><b>Notas de instalação:</b> o Gujin simplesmente arranca e é utilizado. A instalação não é necessária. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Página inicial:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descrição:</b> o disco de recuperação Kaspersky deteta e remove o malware da sua instalação Windows.<br/><b>Notas de instalação:</b> A versão "Live" permite arrancar no modo "Live", a partir do qual a análise e remoção do malware é efetuada. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pagina inicial:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descrição:</b> o Kubuntu é uma distribuição oficial do Ubuntu, mas com o ambiente de trabalho KDE.<br/><b>Notas de instalação:</b> A versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. A versão "NetInstall" permite a instalação através da internet (FTP) bem como a instalação através da utilização de ficheiros ISO. Se quiser utilizar a versão alternate (não desktop), utilize a opção HdMedia, e coloque o ficheiro ISO no diretório raiz do disco rígido ou dispositivo USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Página inicial:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Descrição:</b> o LinuxConsole é uma distribuição vocacionada para jogos, bastante rápida e fácil de utilizar.<br/><b>Notas de instalação:</b> A versão 1.0.2010 é a versão mais recente, agora disponível como "rolling release" (execute o "liveuptate" para atualizar os módulos e o kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página inicial:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Descrição:</b> o Linux Mint é uma distribuição baseada em Ubuntu que inclui aplicações e codificadores proprietários na sua instalação.<br/><b>Notas de instalação:</b> a versão "Live" permite arrancar em modo "Live", a partir do qual pode efetuar a instalação. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Página inicial:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descrição:</b> o Mandriva é uma distribuição fácil de utilizar, anteriormente conhecida como Mandrake Linux.<br/><b>Notas de instalação:</b> a versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. A versão "NetInstall" permite a instalação através da internet (FTP) ou utilizando os ficheiros de imagem <a href="http://www.mandriva.com/en/download">"Free"</a> <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Página inicial:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descrição:</b> o MEPIS é uma distribuição baseada em Debian. O SimplyMEPIS é a versão KDE, enquanto que o AntiX é uma versão para computadores mais antigos.<br/><b>Notas de instalação:</b> MEPIS a versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Pagina inicial:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Descrição:</b> o NetbootCD é um CD de arranque que disponibiliza a transferência de instaladores através da web para outras distribuições.<br/><b>Notas de instalação:</b> o NetbootCD é executado no modo "Live". <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Página inicial:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrição:</b> o NimbleX é uma distribuição pequena e versátil, baseada em Slackware. É compilada através de scripts linux e tem o ambiente de trabalho KDE. Pode ser iniciado através de CD ou dispositivo amovíveis (USB, leitores MP3...) e pode ser moldado e expandido de acordo com o seu gosto.<br/><b>Notas de instalação:</b> o NimbleX é executado no modo "Live". <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Página inicial:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Descrição:</b> o Offline NT Password and Registry Editor pode repor as suas senhas e editar o registo de sistemas Windows 2000-Vista.<br/><b>Notas de instalação:</b> o NTPasswd é executado no modo "Live" e não requer instalação. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Selecione de uma lista de distribuições suportadas &Distribution &Distribuição Specify a disk image file to load Especifique a imagem de disco a carregar Disk&image Imagem de d&isco Manually specify a kernel and initrd to load Especifique o kernel e initrd a carregar &Custom &Personalizado Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK OK Return Recuar Cancel Cancelar Esc Esc Reboot Now Reiniciar agora Exit Sair 1. Downloading Files 1. Transferir ficheiros 2. Extracting and Copying Files 2. Extrair e copiar ficheiros 3. Installing Bootloader 3. Instalar carregador de arranque 4. Installation Complete, Reboot 4. Instalação terminada. Deve reiniciar Select the target drive to install to Selecione o disco de destino da instalação Dri&ve: Dis&co: Select the installation target type Selecione o tipo de instalação desejado &Type: &Tipo: Select the distribution version Selecione a versão da distribuição Select disk image file Selecione o ficheiro da imagem ... ... Select the disk image type Selecione o tipo da imagem Specify a floppy/hard disk image, or CD image (ISO) file to load Especifique a imagem de disquete/disco rígido ou a imagem (ISO) a carregar Specify a kernel file to load Especifique o ficheiro kernel a carregar Select kernel file Selecione o ficheiro kernel Specify an initrd file to load Especifique o ficheiro initrd a carregar Select initrd file Selecione o ficheiro initrd Select syslinux.cfg or isolinux.cfg file Selecione o ficheiro syslinux.cfg ou isolinux.cfg Specify parameters and options to pass to the kernel Especifique os parâmetros e opções a transmitir ao kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Opções: uninstaller Uninstallation Complete Desinstalação terminada %1 has been uninstalled. %1 foi desinstalado. Must run as root Deve ser executado como root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> Deve executar %s como root. Feche a aplicação e utilize: <br/><b>sudo %1</b><br/>ou:<br/><b>su - -c %1</b> %1 Uninstaller Desinstalador do %1 %1 is currently installed. Remove the existing version? %1 está instalado. Remover a versão existente? ./._unetbootin_pt_BR.ts000644 000765 000024 00000000476 12325150343 015352 0ustar00gezastaff000000 000000 Mac OS X  2 >ATTR>œ¢œ¢com.dropbox.attributesxœÈI‚0@Ñ«˜nY€€MX*cTpCJ XÁ”Y…pw‡Ý¸¡UB_q‡r°YL #eúCœÂÿaÔ¡o!ãÈg¢ñR;>u)Ñ{Nzßr «!ð„RºûE`ÓÖ µCšÚÓ Â¬0‰ïò¢¤‹5·ª{J›ÈîVu¸ÄZ2»?r×(Åf=Â[³áÒP=Eó<Z4Bunetbootin_pt_BR.ts000644 000765 000024 00000255364 12325150343 015010 0ustar00gezastaff000000 000000 QObject LeftToRight Da esquerda para a direita unetbootin Hard Disk Disco Rígido USB Drive Unidade USB ISO ISO Floppy Disquete either qualquer LiveUSB persistence LiveUSB Persistente FAT32-formatted USB drive Drive USB formatado em FAT32 EXT2-formatted USB drive Drive USB formatado em EXT2 Open Disk Image File Abrir Imagem inicializável All Files Todos os Arquivos All Files (*) Todos os arquivos (*) Open Kernel File Abrir Arquivo do Kernel Open Initrd File Abrir Arquivo Initrd Open Bootloader Config File Abrir Arquivo de Configuração do BootLoader Insert a USB flash drive Insira uma unidade removível (pendrive) No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nenhuma unidade USB foi encontrada. Se você já inseriu uma unidade USB, tente reformatá-la como FAT32. %1 not mounted %1 não montado You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Você tem que primeiro montar o dispositivo USB %1. A maioria das distribuições farão isso automaticamente depois de você remover e inserir o dispositivo USB Select a distro Selecione uma distribuição You must select a distribution to load. Você tem que selecionar uma distribuição para ser carregada. Select a disk image file Selecione uma imagem de disco You must select a disk image file to load. É necessário selecionar um arquivo de imagem de disco para carregar. Select a kernel and/or initrd file Selecione um arquivo de kernel e/ou initrd You must select a kernel and/or initrd file to load. É necessário selecionar um arquivo de kernel e/ou arquivo de initrd para carregar. Diskimage file not found Arquivo de Imagem de Disco não encontrado The specified diskimage file %1 does not exist. O arquivo de imagem de disco %1 especificado, não existe. Kernel file not found Arquivo de Kernel não encontrado The specified kernel file %1 does not exist. O arquivo de kernel %1 especificado, não existe. Initrd file not found Arquivo de initrd não encontrado The specified initrd file %1 does not exist. O arquivo de initrd %1 especificado, não existe. %1 exists, overwrite? %1 existe, escrever em cima? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. O arquivo %1 já existe. Pressione 'Yes to All (Sim para Todos)' para escrever em cima e não ser perguntado novamente. 'Yes (Sim)' para escrever em cima individualmente (um a um), e 'No (Não)' para manter a versão existente. No caso de dúvida, pressione 'Yes to All (Sim para Todos). %1 is out of space, abort installation? %1 Contém espaço insuficiente, deseja abortar a instalação? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. O diretório %1 está sem espaço. Pressione 'Sim' para cancelar a instalação, 'Não', para ignorar este erro e tentar continuar a instalação e 'Não para todos' para ignorar todos os erros de 'sem espaço'. Locating kernel file in %1 Localizando kernel em %1 Copying kernel file from %1 Copiando kernel de %1 Locating initrd file in %1 Localizando initrd em %1 Copying initrd file from %1 Copiando initrd de %1 Extracting bootloader configuration Extraindo as configurações do bootlooader <b>Extracting compressed iso:</b> %1 <b>Extraindo iso comprimido:</b> %1 Copying file, please wait... Copiando arquivo, por favor aguarde... <b>Source:</b> <a href="%1">%1</a> <b>Fonte:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destino:</b> %1 <b>Copied:</b> 0 bytes <b>Copiado:</b> 0 bytes Extracting files, please wait... Extraindo arquivos, aguarde por favor... <b>Archive:</b> %1 <b>Arquivo:</b> %1 <b>Source:</b> <b>Fonte:</b> <b>Destination:</b> <b>Destino:</b> <b>Extracted:</b> 0 of %1 files <b>Extraído(s):</b> 0 de um total de %1 arquivos <b>Source:</b> %1 (%2) <b>Origem</b> <b>Destination:</b> %1%2 <b>Destino:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extraído:</b> %1 de um total de %2 arquivos Downloading files, please wait... Baixando arquivos, por favor espere... <b>Downloaded:</b> 0 bytes <b>Baixado:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. O download de %1 %2 de %3 falhou. Por favor, tente baixar novamente o arquivo ISO diretamente da página e forneça-o por meio da opção de disco de imagem. <b>Downloaded:</b> %1 of %2 Baixado: %1 de %2 <b>Copied:</b> %1 of %2 <b>Copiado:</b> %1 de %2 Searching in <a href="%1">%1</a> Procurando em <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 incidências (acertos) em <a href="%3">%3</a> %1 not found %1 não foi encontrado %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 não encontrado. É necessário para a instalação do tipo %2 Por favor instale o pacote "%3" ou sua distribuição equivalente. (Current) (Atual) (Done) (Finalizado) Configuring grub2 on %1 Configurando grub2 no %1 Configuring grldr on %1 Configurando drldr no %1 Configuring grub on %1 Configurando grub no %1 Installing syslinux to %1 Instalando syslinux no %1 Installing extlinux to %1 Instalando extlinux no %1 Syncing filesystems Sincronizando sistema de arquivos Setting up persistence Configurando persistência After rebooting, select the Após reiniciar, selecione o After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Após reiniciar, selecione a opção "Boot USB" no menu da BIOS. %1 Reiniciar Agora? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 O dispositivo USB não vai inicializar no MAC. Conecte o dispositivo em um PC e escolha a opção "USB Boot" no menu da Bios. %1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANTE* Antes de reiniciar, coloque o arquivo iso de instalação do Ubuntu alternate (não o desktop) no diretório raíz de seu disco rígido ou drive USB. Este arquivo pode ser obtido em cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANTE* Após a reinicialização, ignore as mensagens de erros, e, mantenha a seleção caso houver mensagem pedindo um CD. Vá até o menu principal, selecione a opção 'Iniciar Instalação', escolha 'Network (rede)' como sendo a fonte, escolha 'HTTP' como sendo o protocolo, entre com 'mirrors.kernel.org' quando perguntado sobre o servidor, e, entre com '/centos/%1/os/%2' quando perguntado sobre a pasta (folder). *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANTE* Antes de reiniciar, coloque o arquivo iso de instalação do Debian no diretório raíz de seu disco rígido ou drive USB. Este arquivo pode ser obtido em cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANTE* Após a reinicialização, ignore as mensagens de erros, e, mantenha a seleção caso houver mensagem pedindo um CD. Vá até o menu principal, selecione a opção 'Iniciar Instalação', escolha 'Network (rede)' como sendo a fonte, escolha 'HTTP' como sendo o protocolo, entre com 'download.fedora.redhat.com' quando perguntado sobre o servidor, e, entre com '/pub/fedora/linux/development/%1/os' quando perguntado sobre a pasta (folder). *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANTE* Após a reinicialização, ignore as mensagens de erros, e, mantenha a seleção caso houver mensagem pedindo um CD. Vá até o menu principal, selecione a opção 'Iniciar Instalação', escolha 'Network (rede)' como sendo a fonte, escolha 'HTTP' como sendo o protocolo, entre com 'download.fedora.redhat.com' quando perguntado sobre o servidor, e, entre com '/pub/fedora/linux/releases/%1/Fedora/%2/os' quando perguntado sobre a pasta (folder). *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANTE* Após a reinicialização, ignore as mensagens de erros, e, mantenha a seleção caso houver mensagem pedindo um CD. Vá até o menu principal, selecione a opção 'Iniciar Instalação', escolha 'Network (rede)' como sendo a fonte, escolha 'HTTP' como sendo o protocolo, entre com 'download.opensuse.org' quando perguntado sobre o servidor, e, entre com '/factory/repo/oss' quando perguntado sobre a pasta (folder). *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANTE* Após a reinicialização, ignore as mensagens de erros, e, mantenha a seleção caso houver mensagem pedindo um CD. Vá até o menu principal, selecione a opção 'Iniciar Instalação', escolha 'Network (rede)' como sendo a fonte, escolha 'HTTP' como sendo o protocolo, entre com 'download.opensuse.org' quando perguntado sobre o servidor, e, entre com '/distribution/%1/repo/oss' quando perguntado sobre a pasta (folder). == Select Distribution == == Selecione a Distribuição == == Select Version == == Selecione a Versão == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Bem-vindo ao <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, o Instalador Universal Netboot. Forma de uso:<ol><li>Selecione uma distribuição e versão da lista para descarregar, ou manualmente especifique arquivo(s) para ser(em) carregado(s).</li><li>Selecione um tipo de instalacão, e pressione OK para iniciar a instalacão.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Site:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descrição:</b> Arch Linux é uma distribuição leve otimizada para velocidade e flexibilidade.<br/><b>Notas de Instalação:</b> A versão padrão permite instalação pela internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descrição:</b> BackTrack é uma distribuição focada em análise de rede e testes de penetração.<br/><b>Notas de Instalação:</b> BackTrack é iniciada e executada em modo live; não é necessário instalar para usá-la. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descrição:</b> CentOS é um clone gratuito do Linux Red Hat Enterprise.<br/><b>Notas de Instalação:</b> A versão padrão permite ambos, instalação direto da internet usando FTP ou instalação off-line usando arquivos ISO baixados previamente. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descrição:</b> CloneZilla é uma distribuição usada para backups de discos e cópias. <br/><b>Notas de instalação</b> CloneZilla é iniciado e roda em modo "live"; nenhuma instalação é necessária para executa-lo. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descrição:</b> Damn Small Linux é uma distribuição no estilo minimalista, projetado para computadores antigos, com pouca capacidade.<br/><b>Notas de Instalação:</b> A versão Live carrega o sistema inteiro na RAM e inicializa a partir da memória, assim, uma instalacão não é obrigatória e sim optativa. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descrição:</b> Debian é uma distribuição desenvolvida pela comunidade que suporta uma enorme variedade de arquiteturas e oferece um gigantesco repositório de pacotes.<br/><b>Notas de Instalação:</b> A versão NetInstall permite a instalação via FTP. Se você deseja usar uma iso previamente baixada use a opção HdMedia e coloque o arquivo ISO no diretório raíz de seu disco rígido ou drive USB. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descrição:</b> Dreamlinux é uma distribuição amigável, baseada no Debian.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, a partir do qual, o instalador pode, opcionalmente, ser lançado(executado). <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descrição:</b> Dr.Web AntiVirus é um kit de emergência anti-virus, para restaurar um sistema que foi "quebrado" devido a malware. <br/><b>Notas de instalação:</b> A versão Live permite a execução em modo Live da qual scans por malwares podem ser iniciados. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrição:</b> Elive é uma distribuição baseada no Debian usando o gerenciador de janelas Enlightenment.<br/><b>Notas de Instalação:</b> A versão Live permite o boot modo Live, do qual o instalador pode ser executado opcionalmente. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descrição:</b> Fedora é uma distribuição desenvolvida pela comunidade e patrocinada pela RedHat, que tem por objetivo sempre incluir as últimas novidades do mundo do software livre/aberto.<br/><b>Notas de Instalação:</b>A versão Live permite inicializar em modo Live, a partir do qual, o instalador pode, opcionalmente, ser lançado(executado). A versão normal permite ambos, instalação direto da internet usando FTP ou instalação off-line usando arquivos ISO baixados previamente. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descrição:</b> FreeBSD é um sistema operacional estilo-Unix, desenhado para acomodar escalabilidade e alta performance.<br/><b>Notas de Instalação:</b> A versão normal permite ambos, instalação direto da internet usando FTP ou instalação off-line usando arquivos ISO descarregados previamente. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descrição:</b> FreeDOS é um sistema compatível com MS-DOS completamente gratuito.<br/><b>Notas de Instalação:</b> Veja o <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> para detalhes de instalação. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descrição:</b> FreeNAS é uma distribuição baseada no FreeBSD incorporada com um NAS (Armazenamento Ligado à Rede - Network-Attached Storage).<br/><b>Notas de Instalação:</b> O LiceCD cria um drive RAM para o FreeNAS, e usa um disquete formatado em FAR ou um pendrive USB para salvar os arquivos de configuração. A versão incorporada possibilita a instalação para o HD. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descrição:</b> Frugalware é uma distribuição de uso geral, baseada no Linux Slackware, direcionada a usuários avançados.<br/><b>Notas de Instalação:</b> A versão padrão permite ambos, instalação direto da internet usando FTP ou instalação off-line usando arquivos ISO baixados previamente. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Descrição:</b> GeeXboX é uma Distribuição de Centro de Mídia Linux Integrado.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Site:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrição:</b> gNewSense é uma distribuição aprovada pela FSF baseada no Ubuntu com todos os componentes proprietários removidos.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descrição:</b> Gujin é um gerenciador de inicialização (boot) gráfico capaz de inicializar/gerenciar multiplos volumes e arquivos.<br/><b>Notas de Instalação:</b> Gujin simplesmente inicializa e executa, não é necessário instalá-lo para ser usado. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descrição:</b> Kaspersky Rescue Disk detecta e remove malware de uma instalação Windows.<br/><b>Notas de Instalação:</b> A versão Live permite execução em modo Live, do qual scans por malware podem ser iniciados. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Site:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descrição:</b> Kubuntu é uma distribuição oficial derivada do Ubuntu utilizando o KDE como gerenciador gráfico.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. A versão NetInstall permite instalação através do FTP, e pode instalar tanto o Kubuntu quanto outras distribuições oficiais do Ubuntu. Caso prefira utilizar uma ISO de instalação da versão alternate (não desktop), use a opção HdMedia, e coloque a iso da versão alternate no diretório raiz de seu disco rigido ou disco USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Página Inicial:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Descrição:</ b> LinuxConsole é uma distro para desktop para jogos, fácil de instalar, fácil de usar e rápido para inicializar.<br/><b>Notas de Instalação:</b>O 1.0.2010 é o mais recente 1.0, agora disponível em versão "rolling release" (executar "liveuptate" para atualizar os módulos e kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Descrição:</b> Linux Mint é uma distribuição Linux fácil de usar, baseada no Ubuntu, e inclui software e codecs proprietários em sua instalação normal.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, a partir do qual, o instalador pode, opcionalmente, ser lançado(executado). <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Página Inicial:</ b> <a href="http://www.lubuntu.net/"> http://www.lubuntu.net </a><br/><b> Descrição:</b> Lubuntu é um derivado oficial do Ubuntu com o ambiente de trabalho LXDE<br/><b>Notas de Instalação:</b>a versão Live permite inicializar em modo Live, a partir do qual o instalador pode, opcionalmente, ser lançado. A versão NetInstall permite a instalação por FTP, e pode instalar o Kubuntu e outros derivados oficiais do Ubuntu. Se você gostaria de usar uma de iso de instalação pré-baixados alternativo (sem ambiente de trabalho), use a opção HdMedia, e em seguida, coloque o suplente de instalação iso no diretório raiz do seu disco rígido ou drive USB <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descrição:</b> Mandriva é uma distribuição amigável, conhecida anteriormente como Mandrake Linux.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, a partir do qual, o instalador pode, opcionalmente, ser lançado(executado). A versão NetInstall permite instalar via de internet usando FTP ou usando arquivos baixados <a href="http://www.mandriva.com/en/download"> "Gratuitos" ISO imagens</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descrição:</b> MEPIS é uma distribuição baseada em Debian. SimplyMEPIS é uma versão amigavel baseada no KDE, enquanto AntiX é uma versão mais leve para computadores velhos.<br/><b>Notas de instalação:</b> MEPIS suporta a execução em modo live, do qual o instalador pode ser opcionalmente lançado. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Descrição:</b> NetbootCD é um pequeno CD de inicialização que baixa e inicializa instaladores baseados em rede para outras distribuições.<br/><b>Notas de Instalação:</b> NetbootCD inicializa e roda em modo Live. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrição:</b> NimbleX é uma pequena e versátil distribuição baseada no Slackware. É construída com os scripts linux-live, e usa o desktop KDE. Pode ser inicializada do CD ou de uma memória flash (pendrives USB e MP3 players), e facilmente ser customizada e extendida.<br/><b>Notas de Instalação:</b> NimbleX inicializa em modo live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Descrição:</b> O Editor Offline de Senha e Registro NT pode reiniciar senhas do Windows e editar o registro em Windows 2000-Vista.<br/><b>Notas de Instalação:</b> NTPasswd é inicializado e rodado em modo Live; nenhuma instalação é necessária para utilizá-lo. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descrição:</b> openSUSE é uma distribuição Linux de uso amigável, patrocinado pela Novell.<br/><b>Notas de Instalação:</b> A versão normal permite ambos, instalação direto da internet usando FTP ou instalação off-line usando arquivos ISO descarregados previamente. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descrição:</b> Ophcrack pode crackear senhas do Windows. <br/><b>Notas de instalação:</b> Ophcrack é iniciado e executado em modo live; nenhuma instalação é necessária para usa-lo. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descrição:</b> Parted Magic inclui o GParted editor de partição e outros utilitários de sistema que podem redimensionar, copiar, fazer backuo, e manipulas as partições do disco.<br/><b>Notas de instalação:</b> Parted Magic é iniciado e executado em modo live; nenhuma instalação é necessária para usa-lo. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descrição:</b> Puppy Linux é uma distribuição leve projetada para computadores mais velhos.<br/><b>Notas de instalação:</b> A versão Live carrega todo o sistema na RAM e inicia da memória, então a instalação não é necessária e sim opcional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Site:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descrição:</b> Sabayon Linux é uma distribuição em Live-DVD baseadao no Gentoo que apresenta o gerenciador de pacotes binários Entropy em adição ao gerenciador baseado em fontes Portage.<br/><b>Notas de instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. A versão LiteMCE possui 2 GB, enquanto a versão completa necessita de uma unidade USB de 8 GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Página Inicial:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Descrição:</b> Salix é uma distribuição GNU/Linux baseada no Slackware (totalmente compatível), que é simples, rápida e fácil de usar. <br/>Como um bonsai, Salix é leve, pequeno & é um produto de infinito cuidado.<br/><b>Notas de Instalação:</b>a versão "Live" permite inicializar em modo "Live", a partir do qual o instalador pode, opcionalmente, ser executado <br/>senha de root padrão é <b>live</b> <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descrição:</b> Slax é uma distruibuição baseada no Slackware utilizando KDE. <br/><b>Notas de instalação:</b> A versão Live permite iniciar em modo Live, do qual o instalador opcionalmente pode ser executado. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrição:</b> SliTaz é uma distribuição superleve, orientada para desktop.<br/><b>Notas de Instalação:</b> A versão Live carrega o sistema inteiro na RAM e inicializa a partir da memória, assim, uma instalacão não é obrigatória e sim optativa. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descrição:</b> Smart Boot Manager é um carregador de inicialização (boot) que permite superar alguns casos de limitações ou problemas em BIOS.<br/><b>Notas de Instalação:</b> SBM inicializa e auto-executa; não é necessário instalar o programa para se usar. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descrição:</b> Super Grub Disk é um carregador de inicializacão (boot) específico para promover trabalhos de recuperação em bootloader e no MBR.<br/><b>Notas de Instalação:</b> SGD inicializa e auto-executa; não é necessário instalar o programa para se usar. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Site:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descrição:</b> O Super OS é um derivado não oficial do Ubuntu que inclui programas adicionais por padrão. Requer um drive USB de 2GB USB para instalação.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Site:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Descrição:</b> Ubuntu é uma distribuição baseada no Debian de uso amigável. Atualmente, é a distribuição linux desktop mais popular.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. A versão NetInstall permite instalação através do FTP, e pode instalar tanto o Kubuntu quanto outras distribuições oficiais do Ubuntu. Caso prefira utilizar uma ISO de instalação da versão alternate (não desktop), use a opção HdMedia, e coloque a iso da versão alternate no diretório raiz de seu disco rigido ou disco USB <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Site:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrição:</b> xPUD é uma distribuição leve utilizando uma interface simples no estilo quiosque com um navegador de internet e um tocador de mídia.<br/><b>Install Notes:</b> A versão Live carrega todo o sistema e inicializa a partir da memória RAM. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Site:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu é uma distribuição oficial derivada do Ubuntu utilizando o XFCE como gerenciador gráfico.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. A versão NetInstall permite instalação através do FTP, e pode instalar tanto o Kubuntu quanto outras distribuições oficiais do Ubuntu. Caso prefira utilizar uma ISO de instalação da versão alternate (não desktop), use a opção HdMedia, e coloque a iso da versão alternate no diretório raiz de seu disco rigido ou disco USB <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Descrição:</b> Zenwalk é uma distribuição baseada no Slackware e usa o desktop XFCE.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, a partir do qual, o instalador pode, opcionalmente, ser lançado(executado). <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descrição:</b> EeePCLinuxOS é uma distribuição amigável, específica para o EeePC, e é baseada no PCLinuxOS.<br/><b>Notas de Instalação:</b> Certifique-se de que a mídia está formatada e limpa antes de proceder a instalacão. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descrição:</b> Ubuntu Eee não é somente uma versão otimizada do Ubuntu para Asus Eee PC. É um sistema operacional que usa a interface 'Netbook Remix'. O qual oferece os melhores programas disponiveis em vez de alternativas open source (ex. Skype em vez de Ekiga).<br/><b>Notas de instalação:</b> Certifique-se de que a mídia que será instalada está formatada e vazia, antes de proceder a instalação. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrição:</b> Elive é uma distribuição baseada no Debian usando o gerenciador de janelas Enlightenment.<br/><b>Notas de Instalação:</b> A versão Live permite o boot no modo live, de onde o instalador pode ser executado opcionalmente. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descrição:</b> Kiwi Linux é derivado do Ubuntu primeiramente feito para Romenos, Húngaros e usuários que falam inglês.<br/><b>Notas de Instalação:</b> Certifique-se de que a mídia que será instalada está formatada e vazia, antes de proceder a instalação. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrição:</b> gNewSense é uma distribuição GNU/Linux de alta qualidade que extende e melhora Ubuntu para criar um completo sistema operacional livre, sem qualquer arquivo binário ou árvore de pacotes que possuam softwares privados.<br/><b>Notas de instalação:</b> Certifique-se de que a mídia que será instalada está formatada e vazia, antes de proceder a instalação. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrição:</b> NimbleX é uma pequena e versátil distribuição baseada no Slackware. É construída com os scripts linux-live, e usa o desktop KDE. Pode ser inicializada do CD ou de uma memória flash (pendrives USB e MP3 players), e facilmente ser customizada e extendida.<br/><b>Notas de Instalação:</b> NimbleX inicializa em modo live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrição:</b> SliTaz é uma distribuição superleve, orientada para desktop.<br/><b>Notas de Instalação:</b> A versão Live carrega o sistema inteiro na RAM e inicializa a partir da memória, assim, uma instalacão não é obrigatória e sim optativa. Este instalador é baseado no <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Site:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrição:</b> xPUD é uma distribuição leve utilizando uma interface simples no estilo quiosque com um navegador de internet e um tocador de mídia.<br/><b>Notas de Instalação:</b> A versão Live carrega todo o sistema e inicializa a partir da memória RAM. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Selecione a distribuição desejada da lista &Distribution &Distribuição Specify a disk image file to load Especificar uma imagem de disco para carregar Disk&image &Imagem de disco Manually specify a kernel and initrd to load Especificar o kernel e o initrd para carregar &Custom &Personalizar Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Espaço de reserva para os arquivos do usuário que são preservados entre as reinicializações. Funciona somente para LiveUSBs para o Ubuntu e derivados. Se o valor excede a capacidade do disco, o espaço máximo disponível será usado. Space used to preserve files across reboots (Ubuntu only): Espaço usado para preservar os arquivos nas reinicializações (Ubuntu apenas): MB MB OK OK Return Enter Cancel Cancelar Esc Esc Reboot Now Reiniciar Agora Exit Sair 1. Downloading Files 1. Baixando Arquivos 2. Extracting and Copying Files 2. Extraindo e Copiando arquivos 3. Installing Bootloader 3. Instalando o Bootloader 4. Installation Complete, Reboot 4. Instalação Completada, Reiniciar Select the target drive to install to Selecione o disco no qual será instalado Dri&ve: Un&idade Select the installation target type Selecione o tipo de instalação desejado &Type: &Tipo: Select the distribution version Selecione a versão da distribuição Select disk image file Selecione o arquivo de imagem ... ... Select the disk image type Selecione o tipo de imagem Specify a floppy/hard disk image, or CD image (ISO) file to load Especificar uma imagem de disquete/disco rígido, ou CD (ISO) para carregar Specify a kernel file to load Especificar um arquivo kernel para carregar Select kernel file Selecione o arquivo de kernel Specify an initrd file to load Especificar um arquivo initrd para carregar Select initrd file Selecione o arquivo (de) initrd Select syslinux.cfg or isolinux.cfg file Selecione o arquivo syslinux.cfg ou isolinux.cfg Specify parameters and options to pass to the kernel Especificar parâmetros e opções para kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Opções: uninstaller Uninstallation Complete Desinstalação Completada %1 has been uninstalled. %1 foi desinstalado. Must run as root Deve ser executado como root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 deve ser executado como root. Feche-o, e re-execute usando:<br/><b>sudo %1</b><br/>ou:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Desinstalador %1 is currently installed. Remove the existing version? %1 atualmente está instalado. Remover a versão existente? unetbootin_ro.ts000644 000765 000024 00000247326 12325150343 014421 0ustar00gezastaff000000 000000 QObject LeftToRight De la stînga la dreapta unetbootin Hard Disk Disc dur USB Drive Unitate USB ISO ISO Floppy Dischetă either oricare din LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File Deschide fiÈ™ierul imagine de disc All Files Toate fiÈ™ierele All Files (*) Toate fiÈ™ierele (*) Open Kernel File Deschide fiÈ™ierul nucleului Open Initrd File Deschide fiÈ™ierul initrd Open Bootloader Config File Deschide fiÈ™ierul de configurare al încărcătorului de sistem Insert a USB flash drive IntroduceÈ›i o unitate flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nu s-a găsit nici o unitate flash USB. Dacă aÈ›i conectat deja o unitate USB, încercaÈ›i s-o reformataÈ›i ca FAT32. %1 not mounted %1 nu este montat You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Trebuie să montaÈ›i mai întîi unitatea USB %1 într-un un punct de montare. Majoritatea distribuÈ›iilor fac asta în mod automat după ce scoateÈ›i È™i reintroduceÈ›i unitatea USB. Select a distro SelectaÈ›i o distribuÈ›ie You must select a distribution to load. Trebuie să selectaÈ›i o distribuÈ›ie pentru a fi încărcată. Select a disk image file SelectaÈ›i un fiÈ™ier imagine de disc You must select a disk image file to load. Trebuie să selectaÈ›i un fiÈ™ier imagine de disc pentru a fi încărcat. Select a kernel and/or initrd file SelectaÈ›i un fiÈ™ier de nucleu È™i/sau initrd You must select a kernel and/or initrd file to load. Trebuie să selectaÈ›i un fiÈ™ier de nucleu È™i/sau initrd pentru a fi încărcat. Diskimage file not found FiÈ™ierul imagine de disc nu a fost găsit The specified diskimage file %1 does not exist. FiÈ™ierul imagine de disc specificat %1 nu există. Kernel file not found FiÈ™ierul nucleului nu a fost găsit The specified kernel file %1 does not exist. FiÈ™ierul kernel specificat %1 nu există. Initrd file not found FiÈ™ierul initrd nu a fost găsit The specified initrd file %1 does not exist. FiÈ™ierul initrd specificat %1 nu există. %1 exists, overwrite? %1 există deja, suprascrieÈ›i? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. FiÈ™ierul %1 există deja. ApăsaÈ›i „Da pentru toate†pentru a suprascrie È™i a nu fi întrebat din nou, „Da†pentru a suprascrie fiÈ™ierele fiecare pe rînd È™i „Nu†pentru a păstra versiunea existentă a fiÈ™ierelor. Dacă aveÈ›i un dubiu, apăsaÈ›i „Da pentru toateâ€. %1 is out of space, abort installation? %1 nu mai are spaÈ›iu liber, anulaÈ›i instalarea? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Directorul %1 nu mai are spaÈ›iu liber. ApăsaÈ›i „Da†pentru a anula instalarea, „Nu†pentru a ignora această eroare È™i a încerca continuarea instalării È™i „Nu pentru toate†pentru a ignora toate erorile privind lipsa de spaÈ›iului de pe disc. Locating kernel file in %1 Se caută fiÈ™ierul nucleului în %1 Copying kernel file from %1 Se copiază fiÈ™ierul nucleului din %1 Locating initrd file in %1 Se caută fiÈ™ierul initrd în %1 Copying initrd file from %1 Se copiază fiÈ™ierul initrd din %1 Extracting bootloader configuration Se extrage configuraÈ›ia încărcătorului de sistem <b>Extracting compressed iso:</b> %1 <b>Se extrage fiÈ™ierul ISO comprimat:</b> %1 Copying file, please wait... Se copiază fiÈ™ierul, aÈ™teptaÈ›i vă rog... <b>Source:</b> <a href="%1">%1</a> <b>Sursa:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>DestinaÈ›ie:</b> %1 <b>Copied:</b> 0 bytes <b>CopiaÈ›i:</b> 0 octeÈ›i Extracting files, please wait... Se extrag fiÈ™ierele, asteptaÈ›i vă rog ... <b>Archive:</b> %1 <b>Arhiva:</b> %1 <b>Source:</b> <b>Sursa:</b> <b>Destination:</b> <b>DestinaÈ›ie:</b> <b>Extracted:</b> 0 of %1 files <b>Extrase:</b> 0 din %1 fiÈ™iere <b>Source:</b> %1 (%2) <b>Sursa:</b> %1 (%2) <b>Destination:</b> %1%2 <b>DestinaÈ›ie:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extrase:</b> %1 din %2 fiÈ™iere Downloading files, please wait... Se descarcă fiÈ™ierele, aÈ™teptaÈ›i vă rog... <b>Downloaded:</b> 0 bytes <b>Descărcate:</b> 0 octeÈ›i Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Descărcate:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>CopiaÈ›i:</b> %1 din %2 Searching in <a href="%1">%1</a> Se caută în <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 potriviri în <a href="%3">%3</a> %1 not found %1 nu a fost găsit %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nu a fost găsit. Acesta este necesar pentru modul de instalare %2. InstalaÈ›i pachetul „%3†sau pachetul echivalent din distribuÈ›ia voastră. (Current) (Curent) (Done) (Gata) Configuring grub2 on %1 Se configurează grub2 pe %1 Configuring grldr on %1 Se configurează grldr pe %1 Configuring grub on %1 Se configurează grub pe %1 Installing syslinux to %1 Se instalează syslinux pe %1 Installing extlinux to %1 Se instalează extlinux pe %1 Syncing filesystems Se sincronizează sistemele de fiÈ™iere Setting up persistence After rebooting, select the După repornire, selectaÈ›i After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? După repornire, selectaÈ›i opÈ›iunea de pornire de pe USB din meniul de pornire din BIOS.%1 ReporniÈ›i acum? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* ÃŽnainte de a reporni, puneÈ›i un fiÈ™ier ISO Ubuntu alternate (nu „desktopâ€) în dosarul rădăcină al unității de disc sau USB. Acest fiÈ™ier poate fi obÈ›inut de la cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* După repornirea sistemului, ignoraÈ›i orice mesaj de eroare È™i selectaÈ›i înapoi dacă vi se cere introducerea unui CD, apoi mergeÈ›i la meniul principal, selectaÈ›i opÈ›iunea „Pornire instalareâ€, alegeÈ›i „ReÈ›ea†drept sursă, apoi „HTTP†drept protocol, introduceÈ›i „mirrors.kernel.org†cînd vi se va cere serverul, iar apoi „/centos/%1/os/%2†cînd vi se va cere dosarul. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* ÃŽnainte de a reporni, puneÈ›i un fiÈ™ier ISO Debian în dosarul rădăcină al unității de disc sau USB. Acest fiÈ™ier poate fi obÈ›inut de la cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* După repornire, ignoraÈ›i orice mesaj de eroare È™i selectaÈ›i înapoi dacă vi se cere introducerea unui CD, apoi mergeÈ›i la meniul principal, selectaÈ›i opÈ›iunea „Pornire instalareâ€, alegeÈ›i „ReÈ›ea†drept sursă, apoi „HTTP†drept protocol, introduceÈ›i „download.fedora.redhat.com†cînd vi se va cere serverul, iar apoi „/pub/fedora/linux/development/%1/os†cînd vi se va cere dosarul. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* După repornire, ignoraÈ›i orice mesaj de eroare È™i selectaÈ›i înapoi dacă vi se cere introducerea unui CD, apoi mergeÈ›i la meniul principal, selectaÈ›i opÈ›iunea „Pornire instalareâ€, alegeÈ›i „ReÈ›ea†drept sursă, apoi „HTTP†drept protocol, introduceÈ›i „download.fedora.redhat.com†cînd vi se va cere serverul, iar apoi „/pub/fedora/linux/releases/%1/Fedora/%2/os†cînd vi se va cere dosarul. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* După repornire, ignoraÈ›i orice mesaj de eroare È™i selectaÈ›i înapoi dacă vi se cere introducerea unui CD, apoi mergeÈ›i la meniul principal, selectaÈ›i opÈ›iunea „Pornire instalareâ€, alegeÈ›i „ReÈ›ea†drept sursă, apoi „HTTP†drept protocol, introduceÈ›i „download.opensuse.org†cînd vi se va cere serverul, iar apoi „/factory/repo/oss†cînd vi se va cere dosarul. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANT* După repornire, ignoraÈ›i orice mesaj de eroare È™i selectaÈ›i înapoi dacă vi se cere introducerea unui CD, apoi mergeÈ›i la meniul principal, selectaÈ›i opÈ›iunea „Pornire instalareâ€, alegeÈ›i „ReÈ›ea†drept sursă, apoi „HTTP†drept protocol, introduceÈ›i „download.opensuse.org†cînd vi se va cere serverul, iar apoi „/distribution/%1/repo/oss†cînd vi se va cere dosarul. == Select Distribution == == SelectaÈ›i distribuÈ›ia == == Select Version == == SelectaÈ›i versiunea == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Bun venit la <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, programul de instalare universal prin Internet. Utilizare:<ol><li>SelectaÈ›i o distribuÈ›ie È™i versiunea pentru a o descărca din lista de mai mai sus, sau specificaÈ›i manual dedesubt fiÈ™ierele care să fie încărcate.</li><li>SelectaÈ›i un tip de instalare È™i apăsaÈ›i OK pentru a începe instalarea.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Pagina de Internet:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descriere:</b> Arch Linux este o distribuÈ›ie lejeră, optimizată pentru viteză È™i flexibilitate.<br/><b>Note de instalare:</b> Versiunea implicită permite instalarea prin Internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Pagina de Internet:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descriere:</b> BackTrack este o distribuÈ›ie orientată pe analizarea reÈ›elei È™i teste de intruziune.<br/><b>Note de instalare:</b> BackTrack se porneÈ™te È™i rulează direct; nu este necesară instalarea pentru a fi utilizată. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pagina de Internet:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descriere:</b> CentOS este o clonă gratuită de Red Hat Enterprise Linux.<br/><b>Note de instalare:</b> DistribuÈ›ia standard permite instalarea prin Internet (FTP), sau cea locală prin utilizarea fiÈ™ierelor ISO descărcate. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Pagina de Internet:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descriere:</b> CloneZilla este o distribuÈ›ie utilizată pentru realizarea copiilor È™i imaginilor de siguranță.<br/><b>Note de instalare:</b> CloneZilla porneÈ™te È™i rulează direct, nefiind necesară instalarea pentru a fi utilizată. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pagina de Internet:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descriere:</b> Damn Small Linux este o distribuÈ›ie minimalistă, proiectată pentru calculatoarele mai vechi.<br/><b>Note de instalare:</b> Versiunea Live este încărcată integral în RAM È™i porneÈ™te din memorie, instalarea nefiind necesară ci opÈ›ională. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Pagina de Internet:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descriere:</b> Debian este o distribuÈ›ie Linux dezvoltată de comunitate ce suportă o mare varietate de arhitecturi È™i oferă un depozit de pachete imens.<br/><b>Note de instalare:</b> Versiunea NetInstall permite instalarea prin FTP. Dacă doriÈ›i să utilizaÈ›i o imagine ISO descărcată în prealabil, utilizaÈ›i opÈ›iunea HdMedia È™i apoi plasaÈ›i fiÈ™ierul ISO în directorul rădăcină al unității de disc sau USB. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descriere:</b> Dreamlinux este o distribuÈ›ie prietenoasă cu utilizatorul bazată pe Debian. <br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live, de unde se poate lansa instalatorul în mod opÈ›ional. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Pagina de Internet:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descriere:</b> Dr.Web AntiVirus este o trusă de prim ajutor pentru a restaura un sistem infestat de viruÈ™i sau de programe maliÈ›ioase. <br/><b>Note de instalare:</b> Versiunea Live permite pornirea în mod Live, de unde se pot lansa scanări pentru detectarea programelor maliÈ›ioase. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descriere:</b> Elive este o distribuÈ›ie bazată pe Debian cu Enlightenment ca gestionar de ferestre.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în mod Live, de unde se poate lansa instalatorul în mod opÈ›ional. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pagina de Internet:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora este o distribuÈ›ie comunitară sponsorizată de Red Hat, care prezintă cele mai noi È™i mai inovatoare programe gratuite/cu sursă deschisă.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live, de unde se poate lansa instalatorul în mod opÈ›ional. Versiunea NetInstall permite atît instalarea prin Internet (FTP), cît È™i prin intermediul fiÈ™ierelor ISO de instalare descărcate în prealabil. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pagina de Internet:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descriere:</b> FreeBSD este un sistem de operare de tip Unix pentru uz general, proiectat pentru scalabilitate È™i performanță.<br/><b>Note de instalare:</b> Versiunea standard permite atît instalarea prin Internet (FTP), cît È™i prin intermediul fiÈ™ierelor ISO de instalare descărcate în prealabil. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Pagina de Internet:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descriere:</b> FreeDOS este un sistem de operare gratuit, compatibil cu MS-DOS.<br/><b>Note de instalare: </b>ConsultaÈ›i <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manualul </a> pentru detalii referitoare la instalare. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Pagina de Internet:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS este o distribuÈ›ie încorporată cu sursă deschisă de NAS (Network-Attached Storage) bazată pe FreeBSD.<br/><b>Note de instalare:</b> Versiunea LiveCD creează un disc RAM pentru FreeNAS È™i utilizează o dischetă formatată cu FAT sau cheie USB pentru salvarea fiÈ™ierelor de configuraÈ›ie. Versiunea încorporată permite instalarea pe discul dur. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pagina de Internet:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descriere:</b> Frugalware este o distribuÈ›ie cu caracter general bazată pe Slackware È™i destinată utilizatorilor avansaÈ›i.<br/><b>Note de instalare:</b> OpÈ›iunea implicită permite atît instalarea prin Internet (FTP), cît È™i prin intermediul fiÈ™ierelor ISO de instalare descărcate în prealabil. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b> Descriere: </b> gNewSense este o distribuÈ›ie aprobată de FSF, bazată pe Ubuntu, ce conÈ›ine numai componente gratuite.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live de unde se poate lansa instalatorul în mod opÈ›ional. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Pagina da Internet:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descriere:</b> Gujin este un gestionar grafic de pornire È™i care poate lansa diverse volume È™i fiÈ™iere.<br/><b>Note de instalare:</b> Gujin porneÈ™te È™i funcÈ›ionează pur È™i simplu. Nu trebuie instalat pentru a-l folosi. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Pagina de Internet:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descriere:</b> Kaspersky Rescue Disk detectează È™i înlătură programele maliÈ›ioase de pe partiÈ›ia Windows.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live de unde pot fi lansate scanări împotriva programelor maliÈ›ioase. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pagina de Internet:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu este o versiune oficială de Ubuntu cu KDE ca mediu grafic.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live de unde se poate lansa instalatorul în mod opÈ›ional. Versiunea NetInstall permite instalarea prin Internet (FTP) È™i poate instala atît Kubuntu cît È™i celelalte derivate Ubuntu.Dacă doriÈ›i să utilizaÈ›i o versiune ISO alternate (nu „desktopâ€) de instalare descărcată în prealabil, utilizaÈ›i opÈ›iunea HdMedia È™i apoi plasaÈ›i fiÈ™ierul ISO de instalare în directorul rădăcină al unității voastre de disc sau USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Descriere:</b> Linux Mint este o distribuÈ›ie prietenoasă bazată pe Debian È™i include în mod implicit codecuri suplimentare supuse dreptului de autor, precum È™i alte programe.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live din care se poate lansa instalatorul în mod opÈ›ional. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Pagina de Internet:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descriere:</b> Mandriva este o distribuÈ›ie prietenoasă, numită în trecut Mandrake Linux.<br/><b>Note de instalare:</b> Versiunea Live permite utilizarea distribuÈ›iei, fără instalare, direct de pe mediul de pornire. Instalarea poate fi lansată ulterior, în mod opÈ›ional. Versiunea NetInstall permite instalarea prin Internet (FTP), sau prin intermediul <a href="http://www.mandriva.com/en/download">fiÈ™ierelor ISO de instalare</a> descărcate în prealabil. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descriere:</b> MEPIS este o distribuÈ›ie bazată pe Debian. SimplyMEPIS este o versiune prietenoasă pe bază de KDE, în timp ce AntiX este o versiune lejeră destinată calculatoarelor mai vechi.<br/><b>Note de instalare:</b> MEPIS suportă pornirea în modul Live, de unde se poate lansa instalarea, în mod opÈ›ional. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Pagina de Internet:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descriere:</b> NimbleX este o distribuÈ›ie mică È™i versatilă, bazată pe Slackware. Este construită prin utilizarea scripturilor linux-live È™i care propune KDE ca mediu de birou. Poate fi lansată de pe CD sau memorie flash (cheie USB sau lector MP3) È™i poate fi extinsă È™i personalizată uÈ™or.<br/><b>Note de instalare:</b> NimbleX porneÈ™te în modul Live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pagina de Internet:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descriere:</b> openSUSE este o distribuÈ›ie prietenoasă sponsorizată de către Novell.<br/><b>Note de Instalare:</b> Versiunea standard permite atît instalarea prin Internet (FTP), cît È™i prin intermediul fiÈ™ierelor ISO de instalare descărcate în prealabil. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Pagina de Internet:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descriere:</b> Ophcrack poate sparge parolele unei instalări Windows.<br/><b>Note de instalare:</b> Ophcrack porneÈ™te È™i rulează în modul Live; nu necesită instalare pentru a fi utilizat. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Pagina de Internet:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descriere:</b> Parted Magic include gestionarul de partiÈ›ionare GParted È™i alte utilitare sistem care pot redimensiona, copia, crea copii de siguranță È™i manipula partiÈ›iile de pe disc.<br/><b>Note de instalare:</b> Parted Magic porneÈ™te È™i în modul Live; nu necesită instalare pentru a fi utilizat. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pagina de Internet:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descriere:</b> Puppy Linux este o distribuÈ›ie lejeră proiectată pentru calculatoare mai vechi.<br/><b>Note de instalare:</b> Versiunea Live încarcă tot sistemul în memoria RAM È™i porneÈ™te din memorie, astfel încît instalarea nu este necesară ci opÈ›ională. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Pagina de Internet:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descriere:</b> Sabayon Linux este o distribuÈ›ie de tip Live DVD bazată pe Gentoo È™i care conÈ›ine gestionarul de pachete Entropy precum È™i Portage, gestionarul de pachete bazat pe surse .<br/><b>Note de Instalare:</b> Versiunea Live permite pornirea în modul Live, de unde se poate lansa instalarea, în mod opÈ›ional. Versiunea LiteMCE are 2 Go, iar ediÈ›ia completă necesită un disc USB de 8 Go. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descriere:</b> Slax este o distribuÈ›ie bazată pe Slackware È™i propune KDE ca interfață grafică.<br/><b>Note de instalare:</b> Verisunea Live permite pornirea în modul Live, de unde se poate lansa instalarea, în mod opÈ›ional. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pagina de Internet:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descriere:</b> SliTaz este o micro-distribuÈ›ie, lejeră, orientată pentru staÈ›ie de lucru.<br/><b>Note de instalare:</b> Versiunea Live se încarcă în totalitate în memoria RAM È™i porneÈ™te din memorie, astfel încît instalarea nu este necesară ci doar opÈ›ională. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Pagina de Internet:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descriere:</b> Smart Boot Manager este un încărcător de sistem care poate depăși unele limitări sau erori din BIOS legate de pornire.<br/><b>Note de instalare:</b> SBM porneÈ™te È™i rulează pur È™i simplu; nu necesită instalare pentru a fi utilizat. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Pagină de Internet:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descriere:</b> Super Grub Disk este un încărcător de sistem care poate efectua o varietate de operaÈ›ii de recuperare de MBR sau de încărcător de sistem.<br/><b>Note de instalare:</b> SGD porneÈ™te È™i funcÈ›ionează pur È™i simplu; nu necesită instalare pentru a fi utilizat. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descriere:</b> Super OS este o derivată neoficială de Ubuntu care include aplicaÈ›ii suplimentare în mod implicit. Necesită un disc USB de 2 Go pentru instalare.<br/><b>Note de instalare:</b> TVersiunea Live permite utilizarea distribuÈ›iei, fără instalare, direct de pe mediul de pornire. Instalarea poate fi lansată ulterior, în mod opÈ›ional. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pagina de Internet:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Descriere:</b> Ubuntu este o distribuÈ›ie uÈ™or de utilizat bazată pe Debian. ÃŽn momentul de față este cea mai populară distribuÈ›ie Linux.<br/><b>Note de instalare:</b> Versiunea Live permite utilizarea în mod direct, de unde se poate lansa instalatorul dacă se doreÈ™te. Versiunea NetInstall permite instalarea prin FTP, se poate instala Ubuntu cît È™i alte derivate oficiale. Dacă doriÈ›i să utilizaÈ›i o imagine ISO alternate de instalare (nu „desktopâ€) descărcată în prealabil, utilizaÈ›i opÈ›iunea HdMedia È™i plasaÈ›i imaginea ISO alternate de instalare în directorul rădăcină al unității de disc sau USB. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Pagina de Internet:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descriere:</b> xPUD este o distribuÈ›ie lejeră care conÈ›ine o interfață simplă de tip kiosk, cu un navigator de Internet È™i lector multimedia.<br/><b>Note de instalare:</b> Versiunea Live încarcă tot sistemul în memoria RAM È™i porneÈ™te din memorie. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pagina de Internet:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Descriere:</b> Xubuntu este o derivată Ubuntu oficială cu XFCE ca mediu grafic.<br/><b>Note de instalare:</b> Versiunea Live permite utilizarea în mod direct, de unde se poate lansa instalatorul dacă se doreÈ™te. Versiunea NetInstall permite instalarea prin FTP, se poate instala Xubuntu cît È™i alte derivate Ubuntu oficiale. Dacă doriÈ›i să utilizaÈ›i o imagine ISO alternate de instalare (nu „desktopâ€) descărcată în prealabil, utilizaÈ›i opÈ›iunea HdMedia È™i plasaÈ›i imaginea ISO alternate de instalare în directorul rădăcină al unității de disc sau USB. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk este o distribuÈ›ie bazată pe Slackware È™i care conÈ›ine gestionarul de ferestre XFCE.<br/><b>Note de instalare:</b> Versiunea Live permite utilizarea distribuÈ›iei, fără instalare, direct de pe mediul de pornire. Instalarea poate fi lansată ulterior, în mod opÈ›ional. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descriere:</b>EeePCLinuxOS este o distribuÈ›ie uÈ™or de utilizat pentru EeePC bazată pe PCLinuxOS.<br/><b>Note de instalare:</b> AsiguraÈ›i-vă că suportul pentru instalare este gol È™i formatat înainte de a porni procesul de instalare. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Pagina de Internet:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descriere:</b>Ubuntu Eee nu este doar Ubuntu optimizat pentru Asus Eee PC. Este un sistem de operare, ce propune interfaÈ›a Netbook Remix, împreună cu cele mai bune programe disponibile în locul alternativelor cu sursă deschisă (ex: Skype în loc de Ekiga).<br/><b>Not de instalare:</b> AsiguraÈ›i-vă că suportul pentru instalare este gol È™i formatat înainte de a porni procesul de instalare. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive este o distribuÈ›ie bazată pe Debian ce propune Enlightenment ca gestionar de ferestre.<br/><b>Note de instalare:</b> Versiunea Live permite utilizarea distribuÈ›iei, fără instalare, direct de pe mediul de pornire. Instalarea poate fi lansată ulterior, în mod opÈ›ional. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descriere:</b> Kiwi Linux este o distribuÈ›ie Ubuntu derivată destinată în principal utilizatorilor vorbitori de limba română, maghiară È™i engleză.<br/><b>Note de instalare:</b> AsiguraÈ›i-vă că mediul de instalare e gol È™i formatat înainte de a continua cu instalarea. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descriere:</b> gNewSense este o distribuÈ›ie GNU/Linux de înaltă calitate care extinde È™i îmbunătățeÈ™te Ubuntu pentru a crea un sistem de operare complet liber fără binare sau pachete ce conÈ›in aplicaÈ›ii proprietare.<br/><b>Note de instalare:</b> AsiguraÈ›i-vă că suportul pentru instalare este gol È™i formatat înainte de a porni procesul de instalare. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descriere:</b> NimbleX este o distribuÈ›ie mică È™i versatilă bazată pe Slackware. Este construită utilizînd scripturile linux-live È™i propune KDE ca interfață grafică. Poate fi pornită de pe CD sau memorie flash (cheie USB sau lector MP3) È™i poate fi extinsă È™i personalizată uÈ™or.<br/><b>Note de instalare:</b> NimbleX porneÈ™te în modul Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descriere:</b> SliTaz este o micro-distribuÈ›ie, lejeră, destinată staÈ›iilor de lucru.<br/><b>Note de instalare:</b> Versiunea Live încarcă întregul sistem în RAM È™i porneÈ™te din memorie, aÈ™a că instalarea nu este necesară ci opÈ›ională. Acest instalator este bazat pe<a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descriere:</b> xPUD este o distribuÈ›ie minimalistă, include un navigator Internet È™i un lector multimedia, cu o interfață simplă de tip kiosk.<br/><b>Note de instalare:</b> ÃŽn cazul versiunii Live, sistemul este încărcat complet în RAM, porneÈ™te È™i rulează din memorie. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions SelectaÈ›i din lista distribuÈ›iilor suportate &Distribution &DistribuÈ›ie Specify a disk image file to load SpecificaÈ›i un fiÈ™ier imagine de disc pentru a fi încărcat Disk&image &Imagine de disc Manually specify a kernel and initrd to load SpecificaÈ›i manual un kernel È™i initrd pentru a fi încărcat &Custom &Personalizat Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK OK Return ÃŽntoarcere Cancel Anulează Esc Esc Reboot Now ReporneÈ™te acum Exit IeÈ™ire 1. Downloading Files 1. Se descarcă fiÈ™ierele 2. Extracting and Copying Files 2. Se extrag È™i se copiază fiÈ™ierele 3. Installing Bootloader 3. Se instalează încărcătorul de sistem 4. Installation Complete, Reboot 4. Instalare terminată, repornire Select the target drive to install to SelectaÈ›i discul destinaÈ›ie pentru instalare Dri&ve: Unitate: Select the installation target type SelectaÈ›i tipul destinaÈ›iei pentru instalare &Type: &Tip: Select the distribution version SelectaÈ›i versiunea distribuÈ›iei Select disk image file SelectaÈ›i fiÈ™ierul imagine de disc ... ... Select the disk image type SelectaÈ›i tipul imaginii de disc Specify a floppy/hard disk image, or CD image (ISO) file to load SpecificaÈ›i un fiÈ™ier imagine de dischetă/disc dur, sau imagine de CD (ISO) pentru încărcare Specify a kernel file to load SpecificaÈ›i un fiÈ™ier de nucleu pentru a fi încărcat Select kernel file SelectaÈ›i fiÈ™ierul nucleului Specify an initrd file to load SpecificaÈ›i un fiÈ™ier initrd pentru a fi încărcat Select initrd file SelectaÈ›i fiÈ™ierul initrd Select syslinux.cfg or isolinux.cfg file SelectaÈ›i fiÈ™ierul syslinux.cfg sau isolinux.cfg Specify parameters and options to pass to the kernel SpecificaÈ›i parametrii È™i opÈ›iunile pentru a fi transmise nucleului &Kernel: Nucleu: Init&rd: Init&rd: &Options: &OpÈ›iuni: uninstaller Uninstallation Complete Dezinstalare încheiată %1 has been uninstalled. %1 a fost dezinstalat Must run as root Trebuie rulat ca root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 trebuie rulat ca root. ÃŽnchideÈ›i È™i executaÈ›i din nou fie utilizînd:<br/><b>sudo %1</b><br/>sau:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Dezinstalator %1 is currently installed. Remove the existing version? %1 este în prezent instalat. DezinstalaÈ›i versiunea instalată? unetbootin_ru.ts000644 000765 000024 00000310056 12325150343 014416 0ustar00gezastaff000000 000000 QObject LeftToRight Слева направо unetbootin Hard Disk ЖеÑткий диÑк USB Drive УÑтройÑтво USB ISO Стандарт ISO Floppy ДиÑкета either любой LiveUSB persistence Сохранение LiveUSB FAT32-formatted USB drive USB-накопитель c файловой ÑиÑтемой FAT32 EXT2-formatted USB drive USB-накопитель c файловой ÑиÑтемой EXT2 Open Disk Image File Открыть файл образа диÑка All Files Ð’Ñе файлы All Files (*) Ð’Ñе файлы (*) Open Kernel File Открыть файл Ñдра Open Initrd File Открыть Initrd файл Open Bootloader Config File Открыть файл конфигурации загрузчика Insert a USB flash drive Подключите USB-накопитель No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Ðе найдено USB-накопителей. ЕÑли уÑтройÑтво подключено, попробуйте переформатировать его в FAT32. %1 not mounted %1 не Ñмонтирован You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Ðеобходимо Ñначала примонтировать USB-накопитель %1 к точке монтированиÑ. БольшинÑтво диÑтрибутивов делают Ñто автоматичеÑки поÑле Ð¿ÐµÑ€ÐµÐ¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ USB-накопителÑ. Select a distro Выберите диÑтрибутив You must select a distribution to load. Ð’Ñ‹ должны выбрать диÑтрибутив Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ Select a disk image file Выберите файл образа диÑка You must select a disk image file to load. Ð’Ñ‹ должны выбрать файл образа диÑка Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸. Select a kernel and/or initrd file Выберите Ñдро и/или файл initrd You must select a kernel and/or initrd file to load. Ðеобходимо выбрать Ñдро и/или initrd файл Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸. Diskimage file not found Файл образа диÑка не найден The specified diskimage file %1 does not exist. Заданный файл образа диÑка %1 не ÑущеÑтвует. Kernel file not found Файл Ñдра не найден The specified kernel file %1 does not exist. Заданный файл Ñдра %1 не ÑущеÑтвует. Initrd file not found Файл initrd не найден The specified initrd file %1 does not exist. Заданный файл initrd %1 не ÑущеÑтвует. %1 exists, overwrite? %1 ÑущеÑтвует, перепиÑать? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Файл %1 уже ÑущеÑтвует. Ðажмите 'Да Ð´Ð»Ñ Ð²Ñех', чтобы перепиÑать его и не Ñпрашивать больше, 'Да', чтобы выборочно перепиÑать файлы и 'Ðет' оÑтавить ÑущеÑтвующую верÑию. ЕÑли ÑомневаетеÑÑŒ, нажмите 'Да Ð´Ð»Ñ Ð²Ñех'. %1 is out of space, abort installation? % не хватает Ñвободного меÑта, отменить уÑтановку? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Ð’ каталоге %1 нет меÑта. Ðажмите 'Да' Ð´Ð»Ñ Ð¿Ñ€ÐµÐºÑ€Ð°Ñ‰ÐµÐ½Ð¸Ñ ÑƒÑтановки, 'Ðет' Ð´Ð»Ñ Ð¸Ð³Ð½Ð¾Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñтой ошибки и попытатьÑÑ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶Ð¸Ñ‚ÑŒ уÑтановку или 'Ðет Ð´Ð»Ñ Ð²Ñех' Ð´Ð»Ñ Ð¸Ð³Ð½Ð¾Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²Ñех ошибок о нехватке меÑта. Locating kernel file in %1 Размещение файла Ñдра в %1 Copying kernel file from %1 Копирование Ñдра из %1 Locating initrd file in %1 Размещение файла initrd в %1 Copying initrd file from %1 Копирование файла initrd из %1 Extracting bootloader configuration Извлечение конфигурации загрузчика <b>Extracting compressed iso:</b> %1 <b>РаÑпаковываю Ñжатый iso-образ:</b> %1 Copying file, please wait... Копирование файла. ПожалуйÑта, подождите... <b>Source:</b> <a href="%1">%1</a> <b>ИÑточник:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Ðазначение:</b> %1 <b>Copied:</b> 0 bytes <b>Скопировано:</b> 0 байт Extracting files, please wait... РаÑпаковка файлов, пожалуйÑта, подождите... <b>Archive:</b> %1 <b>Ðрхив:</b> %1 <b>Source:</b> <b>ИÑточник:</b> <b>Destination:</b> <b>Ðазначение:</b> <b>Extracted:</b> 0 of %1 files <b>РаÑпаковано:</b> 0 of %1 файлов <b>Source:</b> %1 (%2) <b>ИÑточник:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Ðазначение:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>РаÑпаковано:</b> %1 of %2 файлов Downloading files, please wait... Закачка файлов, пожалуйÑта, подождите... <b>Downloaded:</b> 0 bytes <b>Загружено:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Загрузка %1 %2 от %3 потерпела неудачу. ПожалуйÑта, попытайтеÑÑŒ загрузить ISO файл непоÑредÑтвенно Ñ Ð²ÐµÐ±-Ñайта и выберите его через опцию выбора образа диÑка. <b>Downloaded:</b> %1 of %2 <b>Загружено:</b> %1 из %2 <b>Copied:</b> %1 of %2 <b>Скопировано:</b> %1 из %2 Searching in <a href="%1">%1</a> ПоиÑк в <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 Ñовпадает в <a href="%3">%3</a> %1 not found %1 не найден %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 не найден. Это необходимо Ð´Ð»Ñ Ñ€ÐµÐ¶Ð¸Ð¼Ð° уÑтановки %2. УÑтановите пакет "%3" или его Ñквивалент в иÑпользуемом диÑтрибутиве. (Current) (Текущий) (Done) (Выполнено) Configuring grub2 on %1 Конфигурирование grub2 на %1 Configuring grldr on %1 Конфигурирование grldr на %1 Configuring grub on %1 Конфигурирование grub на %1 Installing syslinux to %1 УÑтановка syslinux в %1 Installing extlinux to %1 УÑтановка extlinux в %1 Syncing filesystems Синхронизую файловую ÑиÑтему Setting up persistence ÐаÑтройка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ After rebooting, select the ПоÑле перезагрузки выберите After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? ПоÑле перезагрузки выберите в BIOS опцию загрузки Ñ USB.%1 Перезагрузить прÑмо ÑÐµÐ¹Ñ‡Ð°Ñ ? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Созданный USB-накопитель не будет загружатьÑÑ Ð² Mac. Ð’Ñтавьте его в ПК, и выберите режим загрузки Ñ USB в меню BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com Внимание: до перезагрузки, помеÑтите уÑтановочный файл Ubuntu Alternate (не Desktop) ISO в оÑновную (главную) папку на жеÑтком диÑке или USB диÑке. Файл можно получить по адреÑу cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *Ð’ÐЖÐО* ПоÑле перезагрузки проигнорируйте любые ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¾Ð± ошибках и вернитеÑÑŒ обратно, еÑли будет затребован CD-диÑк. Ð’ главном меню выберите пункт 'Start Installation', в качеÑтве иÑточника укажите 'Network' Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð»Ð¾Ð¼ 'HTTP'. Ðа Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¸Ð¼ÐµÐ½Ð¸ Ñервера введите 'mirrors.kernel.org', а имени каталога - '/centos/%1/os/%2'. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org Внимание: до перезагрузки, помеÑтите уÑтановочный файл Debian Install ISO в оÑновную (главную) папку на жёÑтком диÑке или USB диÑке. Файл можно получить по адреÑу cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *Ð’ÐЖÐО* ПоÑле перезагрузки проигнорируйте любые ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¾Ð± ошибках и вернитеÑÑŒ обратно, еÑли будет затребован CD-диÑк. Ð’ главном меню выберите пункт 'Start Installation', в качеÑтве иÑточника укажите 'Network' Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð»Ð¾Ð¼ 'HTTP'. Ðа Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¸Ð¼ÐµÐ½Ð¸ Ñервера введите 'download.fedora.redhat.com', а имени каталога - '/pub/fedora/linux/development/%1/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *Ð’ÐЖÐО* ПоÑле перезагрузки проигнорируйте любые ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¾Ð± ошибках и вернитеÑÑŒ обратно, еÑли будет затребован CD-диÑк. Ð’ главном меню выберите пункт 'Start Installation', в качеÑтве иÑточника укажите 'Network' Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð»Ð¾Ð¼ 'HTTP'. Ðа Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¸Ð¼ÐµÐ½Ð¸ Ñервера введите 'download.fedora.redhat.com', а имени каталога - '/pub/fedora/linux/releases/%1/Fedora/%2/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *Ð’ÐЖÐО* ПоÑле перезагрузки проигнорируйте любые ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¾Ð± ошибках и вернитеÑÑŒ обратно, еÑли будет затребован CD-диÑк. Ð’ главном меню выберите пункт 'Start Installation', в качеÑтве иÑточника укажите 'Network' Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð»Ð¾Ð¼ 'HTTP'. Ðа Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¸Ð¼ÐµÐ½Ð¸ Ñервера введите 'download.opensuse.org', а имени каталога - '/factory/repo/oss'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *Ð’ÐЖÐО* ПоÑле перезагрузки проигнорируйте любые ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¾Ð± ошибках и вернитеÑÑŒ обратно, еÑли будет затребован CD-диÑк. Ð’ главном меню выберите пункт 'Start Installation', в качеÑтве иÑточника укажите 'Network' Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð»Ð¾Ð¼ 'HTTP'. Ðа Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¸Ð¼ÐµÐ½Ð¸ Ñервера введите 'download.opensuse.org', а имени каталога - '/distribution/%1/repo/oss'. == Select Distribution == == Выберите диÑтрибутив == == Select Version == == Выберите верÑию == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Добро пожаловать в <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. ИÑпользование: <ol><li>Выберите диÑтрибутив операционной ÑиÑтемы и верÑию Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ из ÑпиÑка либо укажите файлы вручную ниже.</li><li>Выберите тип уÑтановки и нажмите OK Ð´Ð»Ñ Ð½Ð°Ñ‡Ð°Ð»Ð° процеÑÑа.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>ОпиÑание:</b> Arch Linux - легковеÑный диÑтрибутив, оптимизированный Ð´Ð»Ñ ÑкороÑти и гибкоÑти в наÑтройке.<br/><b>Заметки по уÑтановке:</b> ВерÑÐ¸Ñ Ð¿Ð¾-умолчанию позволÑет выполнить уÑтановку через Интернет (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>ОпиÑание:</b> BackTrack ÑвлÑетÑÑ Ð´Ð¸Ñтрибутивом, ориентированным на изучение Ñетей и теÑÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ñ… пропуÑкной ÑпоÑобноÑти.<br/><b>Заметки по уÑтановке:</b> BackTrack загружаетÑÑ Ð¸ работает в live-режиме; Ð´Ð»Ñ ÐµÐ³Ð¾ иÑпользование не требуетÑÑ ÑƒÑтановки. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>ОпиÑание:</b> CentOS ÑвлÑетÑÑ Ð±ÐµÑплатным аналогом Red Hat Enterprise Linux.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> ВерÑÐ¸Ñ Ð¿Ð¾ умолчанию позволÑет производить уÑтановку как через Интернет (FTP), так и из предварительно загруженных образов ISO. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>ОпиÑание:</b> CloneZilla - Ñто диÑтрибутив, который можно иÑпользовать Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð´Ð¸Ñка и работы Ñ Ð´Ð¸Ñковыми образами.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> CloneZilla загружаетÑÑ Ñ ÑƒÑтановленного ноÑÐ¸Ñ‚ÐµÐ»Ñ Ð¸ не требует уÑтановки на жёÑткий диÑк Ð´Ð»Ñ Ð¸ÑпользованиÑ. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>ОпиÑание:</b> Damn Small Linux - минималиÑÑ‚Ñкий диÑтрибутив, разработанный Ð´Ð»Ñ Ð¾Ñ‡ÐµÐ½ÑŒ Ñтарых компьютеров.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b>Ð’ верÑии Live ÑиÑтема загружаетÑÑ Ð² оперативную памÑть и запуÑкаетÑÑ Ð¾Ñ‚Ñ‚ÑƒÐ´Ð°, поÑтому уÑтановка не требуетÑÑ. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>ОпиÑание:</b> Debian ÑвлÑетÑÑ Ñ€Ð°Ð·Ñ€Ð°Ð±Ð°Ñ‚Ñ‹Ð²Ð°ÐµÐ¼Ñ‹Ð¼ ÑообщеÑтвом диÑтрибутивом Linux, который поддерживает широкий круг архитектур и раÑполагает большим количеÑтвом репозиториев пакетов программ.<br/><b>Заметки по уÑтановке:</b> ВерÑÐ¸Ñ NetInstall предлагает уÑтановку через FTP. ЕÑли вы желаете иÑпользовать предварительно загруженный уÑтановочный образ диÑка, то иÑпользуйте опцию HdMedia , и поÑле помеÑтите уÑтановочный образ диÑка в корневую директорию вашего жеÑткого диÑка или USB-накопителÑ. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>ОпиÑание:</b> Dreamlinux - ориентированный на Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð¸Ñтрибутив, оÑнованный на Debian.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> Live-верÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет загрузитьÑÑ Ð² режиме Live Mode, откуда можно запуÑтить уÑтановку ÑиÑтемы. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>ОпиÑание:</b> Dr.Web AntiVirus - Ñто антивируÑный пакет Ð´Ð»Ñ Ð²Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ ÑиÑтемы, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð¿Ð¾Ð²Ñ€ÐµÐ¶Ð´ÐµÐ½Ð° вредоноÑными программами.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> ВерÑÐ¸Ñ Live позволÑет загрузитьÑÑ Ð² режиме Live и начать Ñканирование вредоноÑных программ. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>ОпиÑание:</b> Elive Ñто диÑтрибутив оÑнованный на Debian включающий оконный менеджер Enlightenment.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> Live верÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет загружатьÑÑ Ð² режиме Live, из которого может быть запущен уÑтановщик. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>ОпиÑание:</b> Fedora - поддерживаемый ÑообщеÑтвом Red Hat диÑтрибутив, демонÑтрирующий новейшее Ñвободное программное обеÑпечение.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> Live-верÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет загрузитьÑÑ Ð² режиме Live Mode, откуда можно запуÑтить уÑтановку ÑиÑтемы. ВерÑÐ¸Ñ NetInstall предуÑматривает уÑтановку через Интернет (FTP) или из предварительно загруженных образов ISO. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>ОпиÑание:</b> FreeBSD - универÑÐ°Ð»ÑŒÐ½Ð°Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ ÑиÑтема ÑемейÑтва Unix, Ð¾Ñ€Ð¸ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð½Ð° маÑштабируемоÑть и выÑокую производительноÑть.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> ВерÑÐ¸Ñ Ð¿Ð¾ умолчанию позволÑет производить уÑтановку как через Интернет (FTP), так и автономно, Ñ Ð¿Ñ€ÐµÐ´Ð²Ð°Ñ€Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ загруженных образов ISO. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>ОпиÑание:</b> FreeDOS - ÑвободнаÑ, ÑовмеÑÑ‚Ð¸Ð¼Ð°Ñ Ñ MS-DOS Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ ÑиÑтема.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> ОбратитеÑÑŒ к <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">руководÑтву</a> Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра деталей по уÑтановке. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>ОпиÑание:</b> FreeNAS ÑвлÑетÑÑ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ñ‹Ð¼ NAS (Network-Attached Storage) диÑтрибутивом Ð´Ð»Ñ Ð²Ñтроенных ÑиÑтем, оÑнованный на FreeBSD.<br/><b>Заметки по уÑтановке:</b> ВерÑÐ¸Ñ LiveCD Ñоздает диÑк RAM Ð´Ð»Ñ FreeNAS и иÑпользует Ð´Ð»Ñ ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¾Ð³Ð¾ файла форматированную в FAT диÑкету или USB-накопитель. ВерÑÐ¸Ñ Ð´Ð»Ñ Ð²Ñтроенных ÑиÑтем допуÑкает уÑтановку на жеÑткий диÑк. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>ОпиÑание:</b> Frugalware - оÑнованный на Slackware диÑтрибутив широкого Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð¾Ð¿Ñ‹Ñ‚Ð½Ñ‹Ñ… пользователей.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> ВерÑÐ¸Ñ Ð¿Ð¾ умолчанию позволÑет производить уÑтановку как через Интернет (FTP), так и автономно, Ñ Ð¿Ñ€ÐµÐ´Ð²Ð°Ñ€Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ загруженных образов ISO. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>ОпиÑание:</b> GeeXboX Ñто оÑнованный на Linux Медиа Центр.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>ОпиÑание:</b> gNewSense Ñто одобренный ФСПО (FSF) диÑтрибутив базирующийÑÑ Ð½Ð° Ubuntu Ñ Ð¿Ð¾Ð»Ð½Ð¾Ñтью удаленными не Ñвободными компонентами.<br/><b>Ð—Ð°Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ð¿Ð¾ уÑтановке:</b> ВерÑÐ¸Ñ Live учитывает загрузку в режиме Live, позволÑÑ Ð½Ð°Ñ‡Ð°Ñ‚ÑŒ уÑтановку. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>ОпиÑание:</b> Gujin ÑвлÑетÑÑ Ð³Ñ€Ð°Ñ„Ð¸Ñ‡ÐµÑким диÑпетчером загрузки, Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ которого можно производить начальную загрузку Ñ Ñ€Ð°Ð·Ð»Ð¸Ñ‡Ð½Ñ‹Ñ… диÑков и файлов.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> УÑтановка Gujin не требуетÑÑ, поÑкольку он предназначен только Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка процеÑÑа загрузки. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>ОпиÑание:</b> Kaspersky Rescue Disk обнаруживает и удалÑет вредоноÑные программы из вашей уÑтановленной Windows.<br/><b>Ð—Ð°Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ð¿Ð¾ уÑтановке:</b> ВерÑÐ¸Ñ Live учитывает загрузку в режиме Live, позволÑÑ Ð½Ð°Ñ‡Ð°Ñ‚ÑŒ Ñканирование вредоноÑных программ. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>ОпиÑание:</bKubuntu - Ñто дружеÑÑ‚Ð²ÐµÐ½Ð½Ð°Ñ Ðº пользователю Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ ÑиÑтема на базе Ubuntu и иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑŽÑ‰Ð°Ñ KDE.<br/><b>Заметки по уÑтановке:</b> ВерÑÐ¸Ñ NetInstall предлагает уÑтановку через FTP. ЕÑли вы желаете иÑпользовать предварительно загруженный уÑтановочный образ диÑка, то иÑпользуйте опцию HdMedia , и поÑле помеÑтите уÑтановочный образ диÑка в корневую директорию вашего жеÑткого диÑка или USB-накопителÑ. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>ДомашнÑÑ Ñтраница:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>ОпиÑание:</b> LinuxConsole Ñто диÑтрибутив Ñ Ñ€Ð°Ð±Ð¾Ñ‡Ð¸Ð¼ Ñтолом Ð´Ð»Ñ Ð¸Ð³Ñ€, лёгкий в уÑтановке и иÑпользовании, Ñ Ð±Ñ‹Ñтрой загрузкой .<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ð¿Ð¾ уÑтановке:</b> ВерÑÐ¸Ñ 1.0.2010 ÑвлÑетÑÑ Ð¿Ð¾Ñледним выпуÑком ветки 1.0, ÑÐµÐ¹Ñ‡Ð°Ñ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ обновление релиза (запуÑтите liveupdate Ð´Ð»Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»ÐµÐ¹ и Ñдра). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>ОпиÑание:</b> Linux Mint - удобный в иÑпользовании диÑтрибутив, оÑнованный на Ubuntu. По умолчанию включает в ÑÐµÐ±Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ закрытые кодеки и другое программное обеÑпечение.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> Live верÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет загрузитьÑÑ Ð² режиме Live Mode, откуда можно запуÑтить уÑтановку ÑиÑтемы. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Сайт:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>ОпиÑание:</b> Lubuntu - Ñто ОС оÑÐ½Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð½Ð° оÑнове Ubuntu и рабочего Ð¾ÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ñ LXDE.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ð¿Ð¾ уÑтановке:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>ОпиÑание:</b> Mandriva - ориентированный на Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð¸Ñтрибутив, ранее извеÑтный как Mandrake Linux.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> Live верÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет загрузитьÑÑ Ð² режиме Live Mode, откуда можно запуÑтить уÑтановку ÑиÑтемы. ВерÑÐ¸Ñ NetInstall предуÑматривает уÑтановку через Интернет (FTP) или через предварительно загруженные <a href="http://www.mandriva.com/en/download">"БеÑплатные" образы ISO</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>ОпиÑание:</b> MEPIS Ñто базирующийÑÑ Ð½Ð° Debian диÑтрибутив. SimplyMEPIS Ñто Ð´Ñ€ÑƒÐ¶ÐµÐ»ÑŽÐ±Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Ð±Ð°Ð·Ð¸Ñ€ÑƒÑŽÑ‰Ð°ÑÑÑ Ð½Ð° KDE, тогда как AntiX Ñто легковеÑÐ½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Ð´Ð»Ñ Ñтарых компьютеров.<br/><b>Ð—Ð°Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ð¿Ð¾ уÑтановке:</b> MEPIS поддерживает загрузку в режиме Live, позволÑÑ Ð½Ð°Ñ‡Ð°Ñ‚ÑŒ уÑтановку. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>ОпиÑание:</b> NetbootCD Ñто маленький загрузочный CD который Ñкачивает и загружает Ñетевые уÑтановщики других диÑтрибутивов.<br/><b>Замечание к уÑтановке:</b> NetbootCD загружаетÑÑ Ð¸ запуÑкаетÑÑ ÐºÐ°Ðº LiveCD. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>ОпиÑание:</b> NimbleX Ñто небольшой, многофункциональный диÑтрибутив оÑнованный на Slackware. Он поÑтроен Ñ Ð¸Ñпользованием linux-live Ñкриптов, и включает рабочий Ñтол KDE. Он может быть загружен Ñ CD или Flash памÑти (USB ручек или MP3 плееров), и может быть легко наÑтроен и раÑширен.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> NimbleX загружаетÑÑ Ð² режиме Live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor может ÑбраÑывать пароли Windows и редактировать рееÑтр в ОС Windows 2000-Vista.<br/><b>Замечание к уÑтановке:</b> NTPasswd загружаетÑÑ Ð¸ запуÑкаетÑÑ ÐºÐ°Ðº LiveCD; Ð´Ð»Ñ ÐµÐ³Ð¾ иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð½Ðµ нужно ничего уÑтанавливать. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>ОпиÑание:</b> openSUSE - ориентированный на Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð¸Ñтрибутив, поддерживаемый Novell.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> ВерÑÐ¸Ñ Ð¿Ð¾ умолчанию позволÑет производить уÑтановку как через Интернет (FTP), так и автономно, Ñ Ð¿Ñ€ÐµÐ´Ð²Ð°Ñ€Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ загруженных образов ISO. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>ОпиÑание:</b> Ophcrack иÑпользуетÑÑ Ð´Ð»Ñ Ð²Ð·Ð»Ð¾Ð¼Ð° паролей Windows.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> УÑтановка не требуетÑÑ, поÑкольку Ophcracks загружаетÑÑ Ð¸ работает в режиме Live mode. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>ОпиÑание:</b> Parted Magic включает в ÑÐµÐ±Ñ Ð´Ð¸Ñпетчер разделов GParted и другие утилиты Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñ€Ð°Ð·Ð¼ÐµÑ€Ð¾Ð², ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ (в том чиÑле и резервного) и ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð¸Ñковыми разделами.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> УÑтановка не требуетÑÑ, поÑкольку Parted Magic загружаетÑÑ Ð¸ работает в режиме Live mode. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>ОпиÑание:</b> Puppy Linux - облегченный диÑтрибутив, разработанный Ð´Ð»Ñ Ð±Ð¾Ð»ÐµÐµ ранних компьютеров<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> Ð’ верÑии Live ÑиÑтема целиком загружаетÑÑ Ð² оперативную памÑть и , затем, запуÑкаетÑÑ Ð¾Ñ‚Ñ‚ÑƒÐ´Ð°, поÑтому уÑтановка не обÑзательна. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>ОпиÑание:</b> Sabayon Linux Ñто базирующийÑÑ Ð½Ð° Gentoo Live DVD диÑтрибутив который включает менеджер бинарных пакетов Entropy в добавок к базирующемуÑÑ Ð½Ð° иÑходных текÑтах Portage.<br/><b>Ð—Ð°Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ð¿Ð¾ уÑтановке:</b> ВерÑÐ¸Ñ Live учитывает загрузку в режиме Live, позволÑÑ Ð½Ð°Ñ‡Ð°Ñ‚ÑŒ уÑтановку. LiteMCE Ñ€ÐµÐ´Ð°ÐºÑ†Ð¸Ñ Ð·Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ 2 Гб, тогда как Ð¿Ð¾Ð»Ð½Ð°Ñ Ñ€ÐµÐ´Ð°ÐºÑ†Ð¸Ñ Ð½ÑƒÐ¶Ð´Ð°ÐµÑ‚ÑÑ Ð² 8 Гб USB-накопителе. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>ОпиÑание:</b> Salix Ñто проÑтой, быÑтрый и неÑложный в иÑпользовании диÑтрибутив GNU/Linux, оÑнованный на Slackware и ÑвлÑющийÑÑ Ñ Ð½Ð¸Ð¼ полноÑтью обратно ÑовмеÑтимым.<br/>Подобно дереву бонÑай, Salix небольшой, лёгкий и приÑный диÑтрибутив.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ð¿Ð¾ уÑтановке:</b> Live верÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет загрузитьÑÑ Ð² режиме Live Mode, откуда можно запуÑтить уÑтановку ÑиÑтемы.<br/>По умолчанию пароль Ð´Ð»Ñ root<b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>ОпиÑание:</b> Slax - оÑнованный на Slackware диÑтрибутив c уÑтановленным KDE.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> Live верÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет загрузитьÑÑ Ð² режиме Live Mode, откуда можно запуÑтить уÑтановку ÑиÑтемы. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>ОпиÑание:</b> SliTaz - облегченный, ориентированный на наÑтольные ÑиÑтемы, микродиÑтрибутив.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> Ð’ верÑии Live ÑиÑтема целиком загружаетÑÑ Ð² оперативную памÑть и , затем, запуÑкаетÑÑ Ð¾Ñ‚Ñ‚ÑƒÐ´Ð°, поÑтому уÑтановка не обÑзательна. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>ОпиÑание:</b> Smart Boot Manager - загрузчик, позволÑющий обойти некоторые Ð¾Ð³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð¸Ñ Ð¸ ошибки, ÑвÑзанные Ñ BIOS.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> УÑтановка SBM не требуетÑÑ, поÑкольку он предназначен только Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка процеÑÑа загрузки. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>ОпиÑание:</b> Super Grub Disk - Ñто загрузчик, который может выполнÑть различные дейÑÑ‚Ð²Ð¸Ñ Ð¿Ð¾ воÑÑтановлению MBR и загрузочных запиÑей.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b>Ð”Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ SGD его уÑтановка не требуетÑÑ, поÑкольку он предназначен только Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка процеÑÑа загрузки. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>ОпиÑание:</b> Super OS ÑвлÑетÑÑ Ð½ÐµÐ¾Ñ„Ð¸Ñ†Ð¸Ð°Ð»ÑŒÐ½Ð¾Ð¹ верÑией Ubuntu, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð¿Ð¾ умолчанию включает в ÑÐµÐ±Ñ Ñ€Ð°Ñширенный пакет программ. Ð”Ð»Ñ ÑƒÑтановки требуетÑÑ 2Гб флеш-накопитель.<br/><b>Заметки по уÑтановке:</b> ВерÑÐ¸Ñ Live позволÑет загружатьÑÑ Ð² Live-режиме, из которого при желании возможен запуÑк уÑтановки диÑтрибутива. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>ОпиÑание:</b> Ubuntu - Ñто дружеÑÑ‚Ð²ÐµÐ½Ð½Ð°Ñ Ðº пользователю Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ ÑиÑтема на базе Debian. Ð’ наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ñто Ñамый популÑрный наÑтольный Linux-диÑтрибутив.<br/><b>Заметки по уÑтановке:</b> ВерÑÐ¸Ñ NetInstall предлагает уÑтановку через FTP (также возможна уÑтановка Kubuntu и других официальный Ubuntu деривативов). ЕÑли вы желаете иÑпользовать предварительно загруженный уÑтановочный образ диÑка, то иÑпользуйте опцию HdMedia , и поÑле помеÑтите уÑтановочный образ диÑка в корневую директорию вашего жеÑткого диÑка или USB-накопителÑ. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>ОпиÑание:</b> xPUD Ñто легковеÑный диÑтрибутив, предÑтавлÑющий проÑтой киоÑко-подобный Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ñ Ð²Ñб браузером и медиа проигрывателем.<br/><b>Ð—Ð°Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ð¿Ð¾ уÑтановке:</b> ВерÑÐ¸Ñ Live загружает вÑÑŽ ÑиÑтему в оперативную памÑть и запуÑкаетÑÑ Ð¸Ð· памÑти. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.xubuntu.com/">http://www.xubuntu.com</a><br/><b>ОпиÑание:</b> Xubuntu - Ñто дружеÑÑ‚Ð²ÐµÐ½Ð½Ð°Ñ Ðº пользователю Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ ÑиÑтема на базе Ubuntu и иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑŽÑ‰Ð°Ñ Ñ€Ð°Ð±Ð¾Ñ‡Ð¸Ð¹ Ñтол XFCE.<br/><b>Заметки по уÑтановке:</b> ВерÑÐ¸Ñ NetInstall предлагает уÑтановку через FTP. ЕÑли вы желаете иÑпользовать предварительно загруженный уÑтановочный образ диÑка, то иÑпользуйте опцию HdMedia , и поÑле помеÑтите уÑтановочный образ диÑка в корневую директорию вашего жеÑткого диÑка или USB-накопителÑ. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>ОпиÑание:</b> Zenwalk - оÑнованный на Slackware диÑтрибутив c уÑтановленным XFCE.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> Live верÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет загрузитьÑÑ Ð² режиме Live Mode, откуда можно запуÑтить уÑтановку ÑиÑтемы. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>ОпиÑание:</b> EeePCLinuxOS - дружеÑтвенный к пользователю диÑтрибутив, оÑнованный на PCLinuxOS и предназначенный Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð½Ð° EeePC.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> До начала уÑтановки убедитеÑÑŒ, что уÑтановочный ноÑитель не Ñодержит данных и отформатирован. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>ОпиÑание:</b> Ubuntu Eee - Ñто не проÑто Ubuntu, Ð¾Ð¿Ñ‚Ð¸Ð¼Ð¸Ð·Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð´Ð»Ñ Asus EeePC. Это Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ ÑиÑтема, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑŽÑ‰Ð°Ñ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Netbook Remix, в котором предпочтение отдаетÑÑ Ð½Ð°Ð¸Ð±Ð¾Ð»ÐµÐµ популÑрным программам вмеÑто их Ñвободных аналогов (например, Skype вмеÑто Ekiga).<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:/b> До начала уÑтановки убедитеÑÑŒ, что уÑтановочный ноÑитель не Ñодержит данных и отформатирован. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>ОпиÑание:</b> Elive Ñто диÑтрибутив оÑнованный на Debian, включающий оконный менеджер Enlightenment.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> Live верÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет загружатьÑÑ Ð² режиме Live, из которого может быть запущен уÑтановщик. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>ОпиÑание:</b> Kiwi Linux оÑнован на Ubuntu и предназначен прежде вÑего Ð´Ð»Ñ Ñ€ÑƒÐ¼Ñ‹Ð½Ñких, венгерÑких и англоговорÑщих пользователей.<br/><b>Примечание:</b> До начала уÑтановки убедитеÑÑŒ, что уÑтановочный ноÑитель не Ñодержит данных и отформатирован. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>ОпиÑание:</b> gNewSense - Ñто выÑококачеÑтвенный диÑтрибутив Linux, оÑнованный на Ubuntu, который был Ñоздан как полноÑтью ÑÐ²Ð¾Ð±Ð¾Ð´Ð½Ð°Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ ÑиÑтема, не ÑÐ¾Ð´ÐµÑ€Ð¶Ð°Ñ‰Ð°Ñ Ð¿Ñ€Ð¾Ð¿Ñ€Ð¸ÐµÑ‚Ð°Ñ€Ð½Ð¾Ð³Ð¾ программного обеÑпечениÑ.<br/><b>Примечание:</b> До начала уÑтановки убедитеÑÑŒ, что уÑтановочный ноÑитель не Ñодержит данных и отформатирован. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>ОпиÑание:</b> NimbleX Ñто небольшой, многофункциональный диÑтрибутив оÑнованный на Slackware. Он поÑтроен Ñ Ð¸Ñпользованием linux-live Ñкриптов, и включает рабочий Ñтол KDE. Он может быть загружен Ñ CD или Flash памÑти (USB ручек или MP3 плееров), и может быть легко наÑтроен и раÑширен.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> NimbleX загружаетÑÑ Ð² режиме Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>ОпиÑание:</b> SliTaz - облегченный, ориентированный на наÑтольные ÑиÑтемы микродиÑтрибутив.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> Ð’ верÑии Live ÑиÑтема целиком загружаетÑÑ Ð² оперативную памÑть и запуÑкаетÑÑ Ð¾Ñ‚Ñ‚ÑƒÐ´Ð°, поÑтому уÑтановка не обÑзательна. Этот уÑтановщик оÑнован на <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>ДомашнÑÑ Ñтраница:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>ОпиÑание:</b> xPUD - Ñто облегченный диÑтрибутив, имеющий проÑтой киоÑко-подобный Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ñ Ð²ÐµÐ±-браузером и медиапроигрывателем.<br/><b>ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº уÑтановке:</b> ВерÑÐ¸Ñ Live загружаетÑÑ Ð² оперативную памÑть и запуÑкаетÑÑ Ð¸Ð· нее. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions СпиÑок поддерживаемых диÑтрибутивов &Distribution &ДиÑтрибутив Specify a disk image file to load Файл образа диÑка Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ Disk&image Образ &диÑка Manually specify a kernel and initrd to load Файлы Ñдра и initrd Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ &Custom &Другой Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. МеÑто на диÑке, зарезервированное Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÑŒÑких файлов, которые ÑохранилиÑÑŒ поÑле перезагрузки. Работает только Ð´Ð»Ñ Ubuntu LiveUSBs и Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð´Ð½Ñ‹Ñ… от Ubuntu ÑиÑтем. ЕÑли значение превышает емкоÑть диÑка, будет иÑпользовано вÑÑ‘ доÑтупное меÑто на диÑке. Space used to preserve files across reboots (Ubuntu only): МеÑто на диÑке, иÑпользуемое Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð² поÑле перезагрузки (только Ubuntu): MB MБ OK OK Return Ðазад Cancel Выход Esc Выход Reboot Now Перезагрузить ÑÐµÐ¹Ñ‡Ð°Ñ Exit Выход 1. Downloading Files 1. Загрузка файлов 2. Extracting and Copying Files 2. Извлечение и копирование файлов 3. Installing Bootloader 3. УÑтановка загрузчика 4. Installation Complete, Reboot 4. УÑтановка завершена. Перезагрузка Select the target drive to install to ДиÑк Ð´Ð»Ñ ÑƒÑтановки Dri&ve: ÐоÑ&итель: Select the installation target type Тип диÑка Ð´Ð»Ñ ÑƒÑтановки &Type: &Тип: Select the distribution version ВерÑÐ¸Ñ Ð´Ð¸Ñтрибутива Select disk image file Файл образа диÑка ... ... Select the disk image type Тип образа диÑка Specify a floppy/hard disk image, or CD image (ISO) file to load Файл образа диÑкеты/жеÑткого диÑка, или образ CD-диÑка (ISO) Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ Specify a kernel file to load Файл Ñдра Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ Select kernel file Файл Ñдра Specify an initrd file to load Файл initrd Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ Select initrd file Файл initrd Select syslinux.cfg or isolinux.cfg file Файл syslinux.cfg или isolinux.cfg Specify parameters and options to pass to the kernel Параметры и опции, передаваемые Ñдру &Kernel: &Ядро: Init&rd: Init&rd: &Options: &Опции: uninstaller Uninstallation Complete Удаление программы завершено %1 has been uninstalled. %1 было удалено. Must run as root ЗапуÑк возможен только Ñ Ð¿Ñ€Ð°Ð²Ð°Ð¼Ð¸ ÑÑƒÐ¿ÐµÑ€Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 должно быть запущено под root'ом. Закройте и перезапуÑтите иÑпользуÑ:<br/><b>sudo %1</b><br/>или:<br/><b>su - -c '%1'</b> %1 Uninstaller Удаление %1 %1 is currently installed. Remove the existing version? СиÑтема %1 уже уÑтановлена. Удалить текущую верÑию? unetbootin_si.ts000644 000765 000024 00000347300 12325150343 014405 0ustar00gezastaff000000 000000 QObject LeftToRight දක්ෂිණà·à·€à¶»à·Šà¶­à·€ unetbootin Hard Disk දෘඪ à¶­à·à¶§à·’ය USB Drive USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶º ISO ISO Floppy නම්â€à¶º à¶­à·à¶§à·’ය either à·„à· LiveUSB persistence සජීවීUSB à¶´à·à·€à·à¶­à·Šà¶¸ FAT32-formatted USB drive FAT32 -à·„à·à¶©à¶­à¶½à·’à¶­ USB à¶°à·à·€à¶šà¶º EXT2-formatted USB drive EXT2-à·„à·à¶©à¶­à¶½à·’à¶­ USB à¶°à·à·€à¶šà¶º Open Disk Image File ඩිස්ක රූප කොපිය විවෘත කරන්න All Files සියළුම ගොනු All Files (*) සියලු දà·à¶¸à¶œà¶­ ගොනු Open Kernel File කර්නලය විවෘත කරන්න Open Initrd File Initrd ගොනුව විවෘත කරන්න Open Bootloader Config File Bootloader වින්â€à¶ºà·à·ƒ ගොනුව විවෘත කරන්න Insert a USB flash drive USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶º ඇතුළු කරන්න No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶º සොය෠ගත නොහà·à¶š. ඔබ මීට පෙර USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶º ඇතුල් à¶šà¶» à¶­à·’à¶¶à·š නම් à¶±à·à·€à¶­ FAT32 ආකà·à¶»à¶ºà¶§ à¶´à·Šâ€à¶»à¶­à·’-ආකෘතිකරණය කරන්න. %1 not mounted 1% à¶»à·à¶¸à·” ගත කොට à¶±à·à¶­ You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. ඔබ පළමුව USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶º 1% à¶šà·Š à¶»à·à¶¸à·” ස්ථà·à¶±à¶ºà¶§ à¶»à·à¶¸à·” ගත කිරීම සිදු à¶šà¶½ යුතුය. ඔබ USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶º ඉවත් à¶šà¶» à¶±à·à·€à¶­ ඇතුලත් කිරීමේදී බොහ෠බෙදà·à·„à·à¶»à·“ම වර්ග ඉබේම මෙය සිදු කරයි. Select a distro බෙදà·à·„à·à¶»à·“ම වර්ගය à¶­à·à¶»à¶±à·Šà¶± You must select a distribution to load. à¶´à·Šâ€à¶»à·€à·šà·à¶±à¶º කිරීම සදහ෠ඔබ බෙදà·à·„à·à¶»à·“ම වර්ගය à¶­à·à¶»à· à¶œà·à¶±à·“ම අනිවà·à¶»à·Šà¶º වේ. Select a disk image file ඩිස්ක රූප කොපිය à¶­à·à¶»à¶±à·Šà¶± You must select a disk image file to load. à¶´à·Šâ€à¶»à·€à·šà·à¶±à¶º කිරීම සදහ෠ඔබ ඩිස්ක රූප කොපිය à¶­à·à¶»à· ගත යුතුය Select a kernel and/or initrd file කර්නලය à·„à· Initrd ගොනුව à¶­à·à¶»à¶±à·Šà¶± You must select a kernel and/or initrd file to load. ඔබ කර්නලය à·„à· Initrd ගොනුව à¶­à·à¶»à· ගත යුතුය Diskimage file not found ඩිස්ක රූප කොපි ගොනුව සොය෠ගත නොහà·à¶š The specified diskimage file %1 does not exist. නිරූපිත ඩිස්ක රූප කොපි ගොනුව තුල 1% à¶šà·Š නොපවතී. Kernel file not found කර්නල ගොනුව සොය෠ගත නොහà·à¶š The specified kernel file %1 does not exist. නිරූපිත කර්නල ගොනුව තුල 1% à¶šà·Š නොපවතී Initrd file not found Initrd ගොනුව සොය෠ගත නොහà·à¶š The specified initrd file %1 does not exist. නිරූපිත initrd ගොනුව තුල 1% නොපවතී %1 exists, overwrite? 1% à¶šà·Š පවතී, උඩින් ලිවීම සිදු à¶šà¶½ යුතුද ? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. ගොනුවෙහි 1% à¶šà·Š දà·à¶±à¶§à¶¸à¶­à·Š පවතී. උඩින් ලිවීම සිදු කිරීම à·„à· à¶±à·à·€à¶­ à¶´à·Šâ€à¶»à·šà¶»à¶š නොවීමට 'සියල්ලටම ඔව්' ඔබන්න. තනි තනි à·€à·à¶ºà·™à¶±à·Š උඩින් ලිවීම සිදු කිරීම සදහ෠'ඔව්' ඔබන්න හ෠පවත්න෠අනුවà·à¶¯à¶º රඳව෠ගà·à¶±à·“ම සදහ෠'à¶±à·à¶­' ඔබන්න. à·ƒà·à¶šà¶ºà¶šà·Š à¶­à·’à¶¶à·š නම් සියල්ලටම ඔව්' ඔබන්න %1 is out of space, abort installation? %1 à¶šà·Š ඉඩ නොමà·à¶­, à¶´à·’à·„à·’à¶§à·à·€à·”ම à¶»à·à¶°à¶±à¶º සිදු à¶šà¶½ යුතුද? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. ඩිරෙක්ටරිය තුල %1 à¶šà·Š ඉඩ නොමà·à¶­. à¶´à·’à·„à·’à¶§à·à·€à·”ම à¶»à·à¶°à¶±à¶º සිදු කිරීම සදහ෠'ඔව්' ඔබන්න. මෙම දà·à·‚ය à¶´à·Šâ€à¶»à¶­à·’à¶šà·Šà·‚à·šà¶´ à¶šà¶» à¶´à·’à·„à·’à¶§à·à·€à·”ම නොකඩවà·à¶¸ කරගෙන යෑමට 'à¶±à·à¶­' ඔබන්න. ඉඩ නොමà·à¶­à·’ කමින් ඇති වෙන දà·à·‚ සියල්ල à¶´à·Šâ€à¶»à¶­à·’à¶šà·Šà·‚à·šà¶´ කිරීම සදහ෠'සියල්ල à¶±à·à¶­' ඔබන්න. Locating kernel file in %1 කර්නල ගොනුව 1% à¶šà·Š ස්ථà·à¶± ගත කරමින් පවතී Copying kernel file from %1 කර්නල ගොනුව 1% à¶šà·Š à¶´à·’à¶§à¶´à¶­à·Š කරමින් පවතී Locating initrd file in %1 initrd ගොනුව 1% à¶šà·Š ස්ථà·à¶± ගත කරමින් පවතී Copying initrd file from %1 initrd ගොනුව 1% à¶´à·’à¶§à¶´à¶­à·Š කරමින් පවතී Extracting bootloader configuration Bootloader වින්â€à¶ºà·à·ƒà¶º උද්ධෘත කරමින් පවතී <b>Extracting compressed iso:</b> %1 <b>සංකුචිත ISO ගොනුව උද්ධෘත කරමින් පවතී:</b> %1à¶šà·Š Copying file, please wait... ගොනුව à¶´à·’à¶§à¶´à¶­à·Š කරමින් පවතී, කරුණ෠කර à¶»à·à¶¯à·“ සිටින්න... <b>Source:</b> <a href="%1">%1</a> <b>මූලය:</b> <a href=\"%1\">%1à¶šà·Š </a> <b>Destination:</b> %1 <b>ඉලක්කය:</b> %1à¶šà·Š <b>Copied:</b> 0 bytes <b>à¶´à·’à¶§à¶´à¶­à·Š කොට ඇත:</b> 0 බයිට Extracting files, please wait... ගොනුව උද්ධෘත කරමින් පවතී, කරුණ෠කර à¶»à·à¶¯à·“ සිටින්න... <b>Archive:</b> %1 <b>සංරක්ෂිතය:</b> %1à¶šà·Š <b>Source:</b> <b>මූලය:</b> <b>Destination:</b> <b>ඉලක්කය:</b> <b>Extracted:</b> 0 of %1 files <b>උද්ධෘත à¶šà¶½:</b> 0 න් %1 à¶šà·Š ගොනු <b>Source:</b> %1 (%2) <b>මූලය:</b> %1 (%2) <b>Destination:</b> %1%2 <b>ඉලක්කය:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>උද්ධෘත à¶šà¶½:</b> %1 න් %2 à¶šà·Š ගොනු Downloading files, please wait... බ෠ගත කරමින් පවතී. කරුණ෠කර à¶»à·à¶¯à·“ සිටින්න... <b>Downloaded:</b> 0 bytes <b>බ෠ගත à¶šà¶½:</b> 0 බයිට Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. බ෠ගත කොට ඇති 3% න් %1 %2 à¶šà·Š අසමත් වී ඇත. කරුණà·à¶šà¶» වෙබ් අඩවියට කෙලින්ම ගොස් ISO ගොනුව à¶¶à·à¶œà¶­ à¶šà¶» ගන්න. ඉන් අනතුරුව ඩිස්ක රූප කොපි විකල්පය හරහ෠එය සපයන්න. <b>Downloaded:</b> %1 of %2 <b>බ෠ගත à¶šà¶½:</b> %1 න් %2 à¶šà·Š <b>Copied:</b> %1 of %2 <b>à¶´à·’à¶§à¶´à¶­à·Š කොට ඇත:</b> %1 න් %2 à¶šà·Š Searching in <a href="%1">%1</a> සොයමින් පවතී <a href=\"%1\">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 à¶œà·à¶½à¶´à·™à¶¸à·’න් පවතී <a href=\"%3\">%3</a> %1 not found %1 à¶šà·Š සොය෠ගත නොහà·à¶š %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 à¶šà·Š සොය෠ගත නොහà·à¶š. මේ සදහ෠%2 à¶´à·’à·„à·’à¶§à·à·€à·”ම් මà·à¶»à·Šà¶œà¶ºà¶šà·Š à¶…à·€à·à·Šâ€à¶º වේ.\n à¶´à·à¶šà·šà¶¢à¶ºà·™à¶±à·Š \"%3\" à¶š à¶´à·’à·„à·’à¶§à·à·€à·”මක් හ෠ඔබගේ බෙදà·à·„à·à¶»à·“ම් වර්ගයට සමà·à¶± විය යුතුය (Current) (දà·à¶±à¶§ පවත්නà·) (Done) (සිදු à¶šà¶» අවසන්) Configuring grub2 on %1 grub2 වින්â€à¶ºà·à·ƒ ගත කිරීම %1 à¶šà·Š Configuring grldr on %1 grldr වින්â€à¶ºà·à·ƒ ගත කිරීම %1 à¶šà·Š Configuring grub on %1 grub වින්â€à¶ºà·à·ƒ ගත කිරීම %1 à¶šà·Š Installing syslinux to %1 syslinux ස්ථà·à¶´à¶±à¶º කිරීම %1 à¶šà·Š Installing extlinux to %1 extlinux ස්ථà·à¶´à¶±à¶º කිරීම %1 à¶šà·Š Syncing filesystems ගොනු පද්ධති සමමුහුර්තක කරමින් Setting up persistence ස්ථà·à·€à¶» තත්වයට à¶´à¶­à·Š කරන්න After rebooting, select the යළි ඇරඹීමෙන් අනතුරුව මෙය à¶­à·à¶»à¶±à·Šà¶± After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? යළි ඇරඹීමෙන් අනතුරුව BIOS ඇරඹීම් à¶šà·Šâ€à¶»à¶¸ මෙනුව තුල ඇති USB à¶°à·à·€à¶š ඇරඹීම් à¶šà·Šâ€à¶»à¶¸à¶º à¶­à·à¶»à¶±à·Šà¶±.%1 à¶šà·Š \n à¶±à·à·€à¶­ යළි ඇරඹීම සිදු කරන්නෙහිද? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 à·ƒà·à¶¯à¶± ලද USB à¶°à·à·€à¶šà¶º Mac තුලින් ආරම්භය නොවේ. යළි ඇරඹීමෙන් අනතුරුව BIOS ඇරඹීම් à¶šà·Šâ€à¶»à¶¸ මෙනුව තුල ඇති USB à¶°à·à·€à¶š ඇරඹීම් à¶šà·Šâ€à¶»à¶¸à¶º à¶­à·à¶»à¶±à·Šà¶±.%1 à¶šà·Š *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com \n *à·€à·à¶¯à¶œà¶­à·Š* යලි ඇරඹීමට පෙර, උබුන්ටු අනුකල්පය (à·€à·à¶©à¶­à¶½à¶º නොවේ) iso ගොනුව දෘඪ à¶­à·à¶§à·’යේ à·„à· USB ෆෑල්â€à·‚à·Š à¶°à·à·€à¶šà¶ºà·š මූල ඩිරෙක්ටරිය තුල ස්ථà·à¶´à¶±à¶º කරන්න. මෙය ​cdimage.ubuntu.com මගින් ලබ෠ගත à·„à·à¶š *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. \n *à·€à·à¶¯à¶œà¶­à·Š* යලි ඇරඹීමට පසු , à¶´à·à¶¸à·’ණෙන ඕනෑම à·€à·à¶»à¶¯à·’ පණිවිඩ සහ à¶´à·Šâ€à¶»à·šà¶»à¶š ලෙස සුසංහිත ඩිස්කය විමසන විට ආපසු à¶­à·à¶»à¶±à·Šà¶±, ඉන්පසු à¶´à·Šâ€à¶»à¶°à·à¶± මෙනුව කර෠ගොස් 'ස්ථà·à¶´à¶±à¶º ආරම්භ කිරීම' à¶­à·à¶»à¶±à·Šà¶±, à¶¢à·à¶½à¶º මූලය ලෙස à¶­à·à¶»à¶±à·Šà¶±, à¶´à·Šâ€à¶»à·œà¶§à·à¶šà·à¶½à¶º ලෙස 'HTTP' à¶­à·à¶»à¶±à·Šà¶±, à¶´à·Šâ€à¶»à·šà¶»à¶š සේවà·à¶¯à·à¶ºà¶šà¶º ලෙස 'mirrors.kernel.org' ඇතුල් කරන්න සහ à·†à·à¶½à·Šà¶©à¶»à¶º à¶œà·à¶± විමසන විට '/centos/%1/os/%2' ලෙස ඇතුල් කරන්න *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org \n *à·€à·à¶¯à¶œà¶­à·Š* යලි ඇරඹීමට පෙර, ඩේබියන් ස්ථà·à¶´à¶± iso ගොනුව දෘඪ à¶­à·à¶§à·’යේ à·„à· USB ෆෑල්â€à·‚à·Š à¶°à·à·€à¶šà¶ºà·š මූල ඩිරෙක්ටරිය තුල ස්ථà·à¶´à¶±à¶º කරන්න. මෙය ​cdimage.debian.org මගින් ලබ෠ගත à·„à·à¶š *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. \n *à·€à·à¶¯à¶œà¶­à·Š* යලි ඇරඹීමට පසු , à¶´à·à¶¸à·’ණෙන ඕනෑම à·€à·à¶»à¶¯à·’ පණිවිඩ සහ à¶´à·Šâ€à¶»à·šà¶»à¶š ලෙස සුසංහිත ඩිස්කය විමසන විට ආපසු à¶­à·à¶»à¶±à·Šà¶±, ඉන්පසු à¶´à·Šâ€à¶»à¶°à·à¶± මෙනුව කර෠ගොස් 'ස්ථà·à¶´à¶±à¶º ආරම්භ කිරීම' à¶­à·à¶»à¶±à·Šà¶±, à¶¢à·à¶½à¶º මූලය ලෙස à¶­à·à¶»à¶±à·Šà¶±, à¶´à·Šâ€à¶»à·œà¶§à·à¶šà·à¶½à¶º ලෙස 'HTTP' à¶­à·à¶»à¶±à·Šà¶±, à¶´à·Šâ€à¶»à·šà¶»à¶š සේවà·à¶¯à·à¶ºà¶šà¶º ලෙස 'download.fedora.redhat.com' ඇතුල් කරන්න සහ à·†à·à¶½à·Šà¶©à¶»à¶º à¶œà·à¶± විමසන විට '/pub/fedora/linux/development/%1/os' ලෙස ඇතුල් කරන්න *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. \n *à·€à·à¶¯à¶œà¶­à·Š* යලි ඇරඹීමට පසු , à¶´à·à¶¸à·’ණෙන ඕනෑම à·€à·à¶»à¶¯à·’ පණිවිඩ සහ à¶´à·Šâ€à¶»à·šà¶»à¶š ලෙස සුසංහිත ඩිස්කය විමසන විට ආපසු à¶­à·à¶»à¶±à·Šà¶±, ඉන්පසු à¶´à·Šâ€à¶»à¶°à·à¶± මෙනුව කර෠ගොස් 'ස්ථà·à¶´à¶±à¶º ආරම්භ කිරීම' à¶­à·à¶»à¶±à·Šà¶±, à¶¢à·à¶½à¶º මූලය ලෙස à¶­à·à¶»à¶±à·Šà¶±, à¶´à·Šâ€à¶»à·œà¶§à·à¶šà·à¶½à¶º ලෙස 'HTTP' à¶­à·à¶»à¶±à·Šà¶±, à¶´à·Šâ€à¶»à·šà¶»à¶š සේවà·à¶¯à·à¶ºà¶šà¶º ලෙස 'download.fedora.redhat.com' ඇතුල් කරන්න සහ à·†à·à¶½à·Šà¶©à¶»à¶º à¶œà·à¶± විමසන විට '/pub/fedora/linux/releases/%1/Fedora/%2/os' ලෙස ඇතුල් කරන්න *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. \n *à·€à·à¶¯à¶œà¶­à·Š* යලි ඇරඹීමට පසු , à¶´à·à¶¸à·’ණෙන ඕනෑම à·€à·à¶»à¶¯à·’ පණිවිඩ සහ à¶´à·Šâ€à¶»à·šà¶»à¶š ලෙස සුසංහිත ඩිස්කය විමසන විට ආපසු à¶­à·à¶»à¶±à·Šà¶±, ඉන්පසු à¶´à·Šâ€à¶»à¶°à·à¶± මෙනුව කර෠ගොස් 'ස්ථà·à¶´à¶±à¶º ආරම්භ කිරීම' à¶­à·à¶»à¶±à·Šà¶±, à¶¢à·à¶½à¶º මූලය ලෙස à¶­à·à¶»à¶±à·Šà¶±, à¶´à·Šâ€à¶»à·œà¶§à·à¶šà·à¶½à¶º ලෙස 'HTTP' à¶­à·à¶»à¶±à·Šà¶±, à¶´à·Šâ€à¶»à·šà¶»à¶š සේවà·à¶¯à·à¶ºà¶šà¶º ලෙස 'download.opensuse.org' ඇතුල් කරන්න සහ à·†à·à¶½à·Šà¶©à¶»à¶º à¶œà·à¶± විමසන විට '/factory/repo/oss' ලෙස ඇතුල් කරන්න. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. \n *à·€à·à¶¯à¶œà¶­à·Š* යලි ඇරඹීමට පසු , à¶´à·à¶¸à·’ණෙන ඕනෑම à·€à·à¶»à¶¯à·’ පණිවිඩ සහ à¶´à·Šâ€à¶»à·šà¶»à¶š ලෙස සුසංහිත ඩිස්කය විමසන විට ආපසු à¶­à·à¶»à¶±à·Šà¶±, ඉන්පසු à¶´à·Šâ€à¶»à¶°à·à¶± මෙනුව කර෠ගොස් 'ස්ථà·à¶´à¶±à¶º ආරම්භ කිරීම' à¶­à·à¶»à¶±à·Šà¶±, à¶¢à·à¶½à¶º මූලය ලෙස à¶­à·à¶»à¶±à·Šà¶±, à¶´à·Šâ€à¶»à·œà¶§à·à¶šà·à¶½à¶º ලෙස 'HTTP' à¶­à·à¶»à¶±à·Šà¶±, à¶´à·Šâ€à¶»à·šà¶»à¶š සේවà·à¶¯à·à¶ºà¶šà¶º ලෙස 'download.opensuse.org' ඇතුල් කරන්න සහ à·†à·à¶½à·Šà¶©à¶»à¶º à¶œà·à¶± විමසන විට '/distribution/%1/repo/oss' ලෙස ඇතුල් කරන්න. == Select Distribution == == බෙදà·à·„à·à¶»à·“ම් වර්ගය à¶­à·à¶»à¶±à·Šà¶± == == Select Version == == අනුවà·à¶¯à¶º à¶­à·à¶»à¶±à·Šà¶± == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <a href=\"http://unetbootin.sourceforge.net/\">UNetbootin</a> වෙත à·ƒà·à¶¯à¶»à¶ºà·™à¶±à·Š පිළිගන්නවà·, සර්ව à¶¢à·à¶½ ආරම්භ ස්ථà·à¶´à¶šà¶º. à¶·à·à·€à·’à¶­à·à·€:<ol><li>\tඉහත à¶½à·à¶ºà·’ස්තුව තුලින් බ෠ගත කිරීමට අදà·à¶½ බෙදà·à·„à·à¶»à·“ම් අනුවà·à¶¯à¶º හ෠වර්ගය à¶­à·à¶»à¶±à·Šà¶±, à¶±à·à¶­à·„ොත් තමන් විසින් තනියෙම à¶´à·Šâ€à¶»à·€à·šà·à¶±à¶º කිරීමට අදà·à¶½ ගොනු පහලින් à¶­à·à¶»à¶±à·Šà¶±.</li><li>ස්ථà·à¶´à¶±à¶º කිරීමට අදà·à¶½ à¶šà·Šâ€à¶»à¶¸à¶º à¶­à·à¶»à¶±à·Šà¶±, ඉන්පසුව ස්ථà·à¶´à¶±à¶º ආරම්භ කිරීමට හරි ඔබන්න.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>මුල් පිටුව:</b> <a href=\"http://www.archlinux.org/\">http://www.archlinux.org</a><br/><b>විස්තරය:</b> Arch Linux යනු සරල බෙදà·à·„à·à¶»à·“ම් වර්ගය, වේගවත් සහ නම්â€à¶ºà·à·“ලි à¶·à·à·€à·’තයන් සදහ෠වඩ෠යහපත් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> à·ƒà·à¶¸à·à¶±à·Šâ€à¶º අනුවà·à¶¯à¶º අන්තර්ජà·à¶½à¶º හරහ෠(FTP) ස්ථà·à¶´à¶±à¶º කිරීම සදහ෠අවසර දේ <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://www.backtrack-linux.org/\">http://www.backtrack-linux.org/</a><br/><b>විස්තරය:</b> BackTrack බෙදà·à·„à·à¶»à·“ම් වර්ගය à¶¢à·à¶½ විà·à·Šà¶½à·šà·‚ණය සහ විනිවිද යà·à¶¸ පරීක්ෂ෠කිරීම් සදහ෠වà·à¶©à·’ à·€à·à¶ºà·™à¶±à·Š යොද෠ගà·à¶±à·š.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> BackTrack පෙර ආරම්භ à¶šà¶» ඇති à¶…à¶­à¶» එය ජීව ආකà·à¶»à¶ºà¶§ ද à¶°à·à·€à¶± කෙරේ; à¶·à·à·€à·’ත෠කිරීමට ස්ථà·à¶´à¶±à¶º කිරීම à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­ <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>මුල් පිටුව:</b> <a href=\"http://www.centos.org/\">http://www.centos.org</a><br/><b>විස්තරය:</b> CentOS යනු නොමිලේ ලබ෠ගත à·„à·à¶šà·’ Red Hat Enterprise Linux à·„à·’ à¶šà·Šà¶½à·à¶±à¶ºà¶šà·’.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> à·ƒà·à¶¸à·à¶±à·Šâ€à¶º අනුවà·à¶¯à¶º අන්තර්ජà·à¶½à¶º හරහ෠(FTP) ස්ථà·à¶´à¶±à¶º කිරීම සදහ෠අවසර දේ, මීට අමතරව කලින් බ෠ගත à¶šà¶½ ස්ථà·à¶´à¶±à¶º වූ ISO ගොනු මගින් මà·à¶»à·Šà¶œà¶œà¶­ නොවූ à¶šà·Šâ€à¶»à¶¸à¶ºà¶§ ස්ථà·à¶´à¶± à¶šà¶½ à·„à·à¶š <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://clonezilla.org/\">http://clonezilla.org/</a><br/><b>විස්තරය:</b> CloneZilla බෙදà·à·„à·à¶»à·“ම් වර්ගය ඩිස්ක උපස්ථය සහ රූප කොපි නිර්මà·à¶«à¶º කිරීම සදහ෠යොද෠ගà·à¶±à·š.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> CloneZilla පෙර ආරම්භ à¶šà¶» ඇති à¶…à¶­à¶» එය ජීව ආකà·à¶»à¶ºà¶§ ද à¶°à·à·€à¶± කෙරේ; à¶·à·à·€à·’ත෠කිරීමට ස්ථà·à¶´à¶±à¶º කිරීම à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­ <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>මුල් පිටුව:</b> <a href=\"http://damnsmalllinux.org/\">http://damnsmalllinux.org</a><br/><b>විස්තරය:</b> Damn Small Linux යනු පරණ පරිගණක සදහ෠නිර්මà·à¶«à¶º වූ අවම බෙදà·à·„à·à¶»à·“ම් වර්ගයකි.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> එය ජීව ආකà·à¶»à¶ºà¶§ ද à¶°à·à·€à¶±à¶º වන විට සම්පුර්ණ පද්ධතිය RAM à¶‘à¶š යොද෠ගෙන à¶‘à·„à·’ මතකයෙන් ආරම්භ කෙරේ, එම නිස෠ස්ථà·à¶´à¶± à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­ නමුත් එය විකල්පයක් පමණි <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>මුල් පිටුව:</b> <a href=\"http://www.debian.org/\">http://www.debian.org</a><br/><b>විස්තරය:</b> Debian යනු à¶´à·Šâ€à¶»à¶¢à·à·€ මගින් ගොඩ à¶±à·à¶œà·”à¶«à·” Linux බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වන à¶…à¶­à¶» එය පුළුල් විචලනය සහිත පද්ධති නිර්මිතියයන් සදහ෠අනුබල දීම සහ à¶´à·à¶šà·šà¶¢à¶º සහිත විà·à·à¶½ ගබඩà·à·€à¶±à·Š ලබ෠දීමද සිදු කරයි.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> NetInstall අනුවà·à¶¯à¶º FTP හරහ෠ස්ථà·à¶´à¶±à¶º කිරීම සදහ෠අවසර දේ, මීට අමතරව කලින් බ෠ගත à¶šà¶½ ස්ථà·à¶´à¶±à¶º වූ ISO ගොනු මගින් මà·à¶»à·Šà¶œà¶œà¶­ නොවූ à¶šà·Šâ€à¶»à¶¸à¶ºà¶§ ස්ථà·à¶´à¶± à¶šà¶½ à·„à·à¶š, මේ සදහ෠HdMedia විකල්පය යොද෠ගන්න, ඉන් පසුව ස්ථà·à¶´à¶± iso ගොනුව ඔබගේ දෘඪ à¶­à·à¶§à·’යේ à·„à· USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶ºà·š ඇති මූල ඩිරෙක්ටරිය තුල පිහිටුවන්න <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.dreamlinux.com.br/\">http://www.dreamlinux.com.br</a><br/><b>විස්තරය:</b> Dreamlinux යනු Debian-මූලික වූ පරිà·à·’ලක මිත්â€à¶» බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.freedrweb.com/livecd\">http://www.freedrweb.com/livecd</a><br/><b>විස්තරය:</b> Dr.Web AntiVirus යනු අනිෂ්ට මෘදුකà·à¶‚à¶œ නිස෠හà·à¶±à·’යට පත්වූ පද්ධතියක් à¶±à·à·€à¶­ යථ෠තත්වයට à¶´à¶­à·Š කරන à¶´à·Šâ€à¶»à¶­à·’වයිරස හදිසි අවස්ථ෠සදහ෠යොද෠ගන්න෠කට්ටලයකි.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶»,එමගින් අනිෂ්ට මෘදුකà·à¶‚à¶œ පිරික්සීම දියත් à¶šà¶» à·„à·à¶š <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.elivecd.org/\">http://www.elivecd.org</a><br/><b>විස්තරය:</b> Elive යනු Debian-මූලික වූ කවුළු කළමනà·à¶šà¶»à¶« ආලà·à¶šà¶±à¶º සහිත බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>මුල් පිටුව:</b> <a href=\"http://fedoraproject.org/\">http://fedoraproject.org</a><br/><b>විස්තරය:</b> Fedora යනු Red Hat අනුග්â€à¶»à·à·„කත්වය දරන à¶´à·Šâ€à¶»à¶¢à·à·€ මගින් ගොඩ à¶±à·à¶œà·”à¶«à·” බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වන à¶…à¶­à¶» à¶‘à·„à·’ නවතම නිදහස් හ෠විවෘත මූලà·à·à·Šâ€à¶» මෘදුකà·à¶‚à¶œ අන්තර්ගත වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š. NetInstall අනුවà·à¶¯ අන්තර්ජà·à¶½à¶º හරහ෠(FTP) ස්ථà·à¶´à¶±à¶º කිරීම හ෠කලින් බ෠ගත à¶šà¶½ ස්ථà·à¶´à¶±à¶º වූ ISO ගොනු මගින් මà·à¶»à·Šà¶œà¶œà¶­ නොවූ à¶šà·Šâ€à¶»à¶¸à¶º යන à¶šà·Šâ€à¶»à¶¸ දෙකටම à¶§ ස්ථà·à¶´à¶±à¶º à¶šà¶½ à·„à·à¶š. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>මුල් පිටුව:</b> <a href=\"http://www.freebsd.org/\">http://www.freebsd.org</a><br/><b>විස්තරය:</b> FreeBSD යනු à·ƒà·à¶¸à·à¶±à·Šâ€à¶º à¶·à·à·€à·’තයන් සදහ෠නිර්මà·à¶«à¶º වූ Unix වලට සමà·à¶± පරිමà·à¶´à·“ය සහ à¶šà·Šâ€à¶»à·’යà·à¶šà·à¶»à·“ මෙහෙයුම් පද්ධතියකි.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> à·ƒà·à¶¸à·à¶±à·Šâ€à¶º අනුවà·à¶¯à¶º අන්තර්ජà·à¶½à¶º හරහ෠(FTP) ස්ථà·à¶´à¶±à¶º කිරීම සදහ෠අවසර දේ, මීට අමතරව කලින් බ෠ගත à¶šà¶½ ස්ථà·à¶´à¶±à¶º වූ ISO ගොනු මගින් මà·à¶»à·Šà¶œà¶œà¶­ නොවූ à¶šà·Šâ€à¶»à¶¸à¶ºà¶§ ස්ථà·à¶´à¶± à¶šà¶½ à·„à·à¶š <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>මුල් පිටුව:</b> <a href=\"http://www.freedos.org/\">http://www.freedos.org</a><br/><b>විස්තරය:</b> FreeDOS යනු MS-DOS වලට අනුකූල නිදහස් මෙහෙයුම් පද්ධතියකි.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ස්ථà·à¶´à¶± තොරතුරු සදහ෠<a href=\"http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall\">අත්පොත</a> යොද෠ගන්න <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>මුල් පිටුව:</b> <a href=\"http://freenas.org/\">http://www.freenas.org</a><br/><b>විස්තරය:</b> FreeNAS යනු නිහිත විවෘත මූලà·à·à·Šâ€à¶» සහිත NAS ( à¶¢à·à¶½à¶œà¶­ සංචිත) FreeBSD ගණයට අයත් වෙන බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º FreeNAS à·„à·’ à¶šà·Šâ€à¶»à·’යà·à¶šà·à¶»à·’ත්වය සදහ෠RAM à¶°à·à·€à¶šà¶ºà¶šà·Š à·ƒà·à¶¯à¶ºà·’. à¶Šà¶§ අමතරව එය වින්â€à¶ºà·à·ƒ ගොනුව සුරà·à¶šà·“ම සදහ෠FAT ආකෘතික නම්â€à¶º ඩිස්කය à·„à· USB ෆ්ලෑෂ් à¶°à·à·€à¶š යොද෠ගනී. නිහිත අනුවà·à¶¯à¶º දෘඨ à¶­à·à¶§à·’ය තුල ස්ථà·à¶´à¶±à¶º කිරීමට අවස්ථà·à·€ ලබ෠දේ <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>මුල් පිටුව:</b> <a href=\"http://frugalware.org/\">http://frugalware.org</a><br/><b>විස්තරය:</b> Frugalware යනු විà·à·šà·‚ පරිà·à·“ලකයන්ගේ පොදු à¶…à·€à·à·Šâ€à¶ºà¶­à·à·€à¶ºà¶±à·Š සදහ෠ගොඩ à¶±à·à¶œà·”නු Slackware-මූලික වූ බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> à·ƒà·à¶¸à·à¶±à·Šâ€à¶º අනුවà·à¶¯à¶º අන්තර්ජà·à¶½à¶º හරහ෠(FTP) ස්ථà·à¶´à¶±à¶º කිරීම සදහ෠අවසර දේ, මීට අමතරව කලින් බ෠ගත à¶šà¶½ ස්ථà·à¶´à¶±à¶º වූ ISO ගොනු මගින් මà·à¶»à·Šà¶œà¶œà¶­ නොවූ à¶šà·Šâ€à¶»à¶¸à¶ºà¶§ ස්ථà·à¶´à¶± à¶šà¶½ à·„à·à¶š <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>මුල් පිටුව:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>විස්තරය:</b> GeeXboX යනු නිහිත පද්ධති සහිත Linux Media Center බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.gnewsense.org/\">http://www.gnewsense.org</a><br/><b>විස්තරය:</b> gNewSense යනු Ubuntu à·„à·’ නොමිලේ ලබ෠නොදෙන සියලුම සංරචක ඉවත් කරන ලද FSF-අනුමත කරන ලද බෙදà·à·„à·à¶»à·“මක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://gujin.sourceforge.net/\">http://gujin.sourceforge.net</a><br/><b>විස්තරය:</b> Gujin à·„à¶§ විවිද පරිම෠සහ ගොනු වල ස්වà·à¶»à·à¶¸à·Šà¶· à¶ à·’à¶­à·Šâ€à¶»à¶š මුල ආරම්භ කළමනà·à¶šà¶»à·” à·€à·à¶ºà·™à¶±à·Š à¶šà·Šâ€à¶»à·’ය෠කල à·„à·à¶š.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> Gujin පහසුවෙන් මුල ආරම්භය සහ à·€à·à¶© කිරීම සිදු වේ; à¶·à·à·€à·’à¶­ කිරීමට ස්ථà·à¶´à¶±à¶ºà¶šà·Š à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­ <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>මුල් පිටුව:</b> <a href=\"http://ftp.kaspersky.com/devbuilds/RescueDisk/\">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>විස්තරය:</b> Kaspersky බේර෠ගà·à¶±à·“මේ CD මගින් වින්ඩà·à·ƒà·Š මෙහෙයුම් පද්ධතියේ අනිෂ්ට මෘදුකà·à¶‚à¶œ හදුන෠ගà·à¶±à·“ම හ෠ඒව෠ඉවත් කිරීම සිදු කරයි.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶»,එමගින් අනිෂ්ට මෘදුකà·à¶‚à¶œ පිරික්සීම දියත් à¶šà¶» à·„à·à¶š <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>මුල් පිටුව:</b> <a href=\"http://www.kubuntu.org/\">http://www.kubuntu.org</a><br/><b>විස්තරය:</b> Kubuntu යනු KDE à·€à·à¶©à¶­à¶½à¶º සහිත නිල Ubuntu ව්â€à¶ºà·”ත්පන්නය ලක්ෂණය ඇතුලත් බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š. NetInstall අනුවà·à¶¯à¶º FTP හරහ෠ස්ථà·à¶´à¶±à¶º කිරීම සදහ෠අවසර දේ, Kubuntu සහ අනිත් නිල Ubuntu ව්â€à¶ºà·”ත්පන්නයන් ස්ථà·à¶´à¶±à¶º කිරීම ද සිදු à¶šà¶½ à·„à·à¶š. මීට අමතරව කලින් බ෠ගත à¶šà¶½ විකල්ප (à·€à·à¶©à¶­à¶½à¶º නොවේ) ස්ථà·à¶´à¶±à¶º වූ iso ගොනු මගින් මà·à¶»à·Šà¶œà¶œà¶­ නොවූ à¶šà·Šâ€à¶»à¶¸à¶ºà¶§ ස්ථà·à¶´à¶± à¶šà¶½ à·„à·à¶š, මේ සදහ෠HdMedia විකල්පය යොද෠ගන්න, ඉන් පසුව ස්ථà·à¶´à¶± iso ගොනුව ඔබගේ දෘඪ à¶­à·à¶§à·’යේ à·„à· USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶ºà·š ඇති මූල ඩිරෙක්ටරිය තුල පිහිටුවන්න <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>මුල් පිටුව:</b> <a href=\"http://linuxconsole.org/\">http://linuxconsole.org</a><br/><b>විස්තරය:</b> LinuxConsole යනු à¶šà·Šâ€à¶»à·“ඩ෠තරග කිරීම් සදහà·, පහසුවෙන් ස්ථà·à¶´à¶±à¶º කිරීම, පහසුවෙන් à·€à·à¶© කිරීම හ෠ඉක්මන් මුල ආරම්භය සිදු වන à·€à·à¶©à¶­à¶½ බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> 1.0.2009 යනු 1.0 à·„à·’ නවතම මුදà·à·„à·à¶»à·’ම වේ <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://linuxmint.com/\">http://linuxmint.com</a><br/><b>විස්තරය:</b> Linux Mint යනු Ubuntu-මූලික වූ පරිà·à·“ලක මිත්â€à¶» බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ. à¶‘à·„à·’ අමතර හිමිකà·à¶»à¶­à·Šà·€à¶º සහිත කොඩෙක්ස් සහ තවත් à·ƒà·à¶¸à·à¶±à·Šâ€à¶º මෘදුකà·à¶‚à¶œ ඇතුලත් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>මුල් පිටුව:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>විස්තරය:</b> Lubuntu යනු LXDE à·€à·à¶©à¶­à¶½à¶º සහිත නිල Ubuntu ව්â€à¶ºà·”ත්පන්නය ලක්ෂණය ඇතුලත් බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š. NetInstall අනුවà·à¶¯à¶º FTP හරහ෠ස්ථà·à¶´à¶±à¶º කිරීම සදහ෠අවසර දේ, Kubuntu සහ අනිත් නිල Ubuntu ව්â€à¶ºà·”ත්පන්නයන් ස්ථà·à¶´à¶±à¶º කිරීම ද සිදු à¶šà¶½ à·„à·à¶š. මීට අමතරව කලින් බ෠ගත à¶šà¶½ විකල්ප (à·€à·à¶©à¶­à¶½à¶º නොවේ) ස්ථà·à¶´à¶±à¶º වූ iso ගොනු මගින් මà·à¶»à·Šà¶œà¶œà¶­ නොවූ à¶šà·Šâ€à¶»à¶¸à¶ºà¶§ ස්ථà·à¶´à¶± à¶šà¶½ à·„à·à¶š, මේ සදහ෠HdMedia විකල්පය යොද෠ගන්න, ඉන් පසුව ස්ථà·à¶´à¶± iso ගොනුව ඔබගේ දෘඪ à¶­à·à¶§à·’යේ à·„à· USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶ºà·š ඇති මූල ඩිරෙක්ටරිය තුල පිහිටුවන්න <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>මුල් පිටුව:</b> <a href=\"http://www.mandriva.com/\">http://www.mandriva.com/</a><br/><b>විස්තරය:</b> Mandriva යනු පරිà·à·“ලක මිත්â€à¶» බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ මීට පෙර එය Mandrake Linux ලෙස හදුන්වනු à¶½à·à¶¶à·”à¶«à·’.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š. NetInstall අනුවà·à¶¯à¶º අන්තර්ජà·à¶½ (FTP) හරහ෠ස්ථà·à¶´à¶±à¶º කිරීම සදහ෠අවසර දේ, මීට අමතරව කලින් බ෠ගත à¶šà¶½ <a href=\"http://www.mandriva.com/en/download\">\"නිදහස්\" iso ගොනු මගින් ද ස්ථà·à¶´à¶±à¶º à¶šà¶½ à·„à·à¶š.</a> <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.mepis.org/\">http://www.mepis.org</a><br/><b>විස්තරය:</b> MEPIS යනු Debian-මූලික වූ බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ. SimplyMEPIS යනු KDE à¶´à·à¶¯à¶š වූ පරිà·à·“ලක මිත්â€à¶» අනුවà·à¶¯à¶ºà¶šà·’, à¶Šà¶§ අමතරව AntiX යනු පරණ පරිගණක සදහ෠නිර්මà·à¶«à¶º වූ à·ƒà·à·„à·à¶½à·Šà¶½à·” අනුවà·à¶¯à¶ºà¶šà·’.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> MEPIS à·„à·’ ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>මුල් පිටුව:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>විස්තරය:</b> NetbootCD යනු කුඩ෠ආරම්භක CD සහිත වේ. එය à¶¶à·à¶œà¶­ කිරීම් à·„à· à¶¢à·à¶½ ගත අනෙක් බෙදà·à·„à·à¶»à·“ම් වර්ග සදහ෠ස්ථà·à¶´à¶š ලෙසද à¶šà·Šâ€à¶»à·’ය෠කරයි.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> NetbootCD à·„à¶§ ජීව ආකà·à¶»à¶ºà¶§ මූල ආරම්භයක් ලබ෠ගà·à¶±à·“ම සිදු à¶šà¶½ à·„à·à¶š. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>මුල් පිටුව:</b> <a href=\"http://www.nimblex.net/\">http://www.nimblex.net</a><br/><b>විස්තරය:</b> NimbleX යනු විà·à·šà·‚ කුඩ෠, බහුනිපුණ Slackware-මූලික වූ බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ. එය à·ƒà·à¶¯à· ඇත්තේ linux-ජිව à¶´à·’à¶§à¶´à¶­à·Š වලින් වන à¶…à¶­à¶» à¶‘à·„à·’ KDE à·€à·à¶©à¶­à¶½à¶º තුල අඩංගු ලක්ෂණ ඇතුලත් වේ. එය CD à·„à· USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶º (USB à¶´à·‘à¶± à·„à· MP3 à¶°à·à·€à¶šà¶º), එය ඉත෠පහසුවෙන් වෙනස් කිරීමට හ෠දිගු කිරීමට පුළුවන.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> NimbleX à·„à¶§ ජීව ආකà·à¶»à¶ºà¶§ මූල ආරම්භයක් ලබ෠ගà·à¶±à·“ම සිදු à¶šà¶½ à·„à·à¶š <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>මුල් පිටුව:</b><a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>විස්තරය:</b> මà·à¶»à·Šà¶œ අපගත NT වින්ඩà·à·ƒà·Š මුරපද à·„à· Registry සංස්කරණය මගින් වින්ඩà·à·ƒà·Š 2000-Vista à·„à·’ වින්ඩà·à·ƒà·Š මුරපද වෙනස් කිරීම සහ වින්ඩà·à·ƒà·Š registry සංස්කරණය à¶šà¶½ à·„à·à¶š. <br/><b>ස්ථà·à¶´à¶± සටහන:</b> NTPasswd පෙර ආරම්භ à¶šà¶» ඇති à¶…à¶­à¶» එය ජීව ආකà·à¶»à¶ºà¶§ ද à¶°à·à·€à¶± කෙරේ; à¶·à·à·€à·’ත෠කිරීමට ස්ථà·à¶´à¶±à¶º කිරීම à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>මුල් පිටුව:</b> <a href=\"http://www.opensuse.org/\">http://www.opensuse.org</a><br/><b>විස්තරය:</b> openSUSE යනු Novell à¶´à·à¶¯à¶š වූ පරිà·à·“ලක මිත්â€à¶» බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> à·ƒà·à¶¸à·à¶±à·Šâ€à¶º අනුවà·à¶¯à¶º අන්තර්ජà·à¶½à¶º හරහ෠(FTP) ස්ථà·à¶´à¶±à¶º කිරීම සදහ෠අවසර දේ, මීට අමතරව කලින් බ෠ගත à¶šà¶½ ස්ථà·à¶´à¶±à¶º වූ ISO ගොනු මගින් මà·à¶»à·Šà¶œà¶œà¶­ නොවූ à¶šà·Šâ€à¶»à¶¸à¶ºà¶§ ස්ථà·à¶´à¶± à¶šà¶½ à·„à·à¶š <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://ophcrack.sourceforge.net/\">http://ophcrack.sourceforge.net</a><br/><b>විස්තරය:</b> Ophcrack à·„à¶§ වින්ඩà·à·ƒà·Š මෙහෙයුම් පද්ධතියේ මුරපද බීද දà·à¶¸à·“ම සිදු à¶šà¶½ à·„à·à¶š.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> Ophcrack පෙර ආරම්භ à¶šà¶» ඇති à¶…à¶­à¶» එය ජීව ආකà·à¶»à¶ºà¶§ ද à¶°à·à·€à¶± කෙරේ; à¶·à·à·€à·’ත෠කිරීමට ස්ථà·à¶´à¶±à¶º කිරීම à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­ <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://partedmagic.com/\">http://partedmagic.com</a><br/><b>විස්තරය:</b> Parted Magic තුල GParted ඩිස්ක බෙදුම් කළමණà·à¶šà¶»à·” සහ à¶´à·Šâ€à¶»à¶¸à·à¶«à¶º වෙනස් කරන, à¶´à·’à¶§à¶´à¶­à·Š කරන, උපස්ථ කිරීම, සහ ඩිස්ක බෙදුම් මෙහෙයවීම සදහ෠අවà·à·Šâ€à¶º තවත් පද්ධති උපයà·à¶œà·“à¶­à· à¶šà¶§à·Šà¶§à¶½ අඩංගු වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> Parted Magic පෙර ආරම්භ à¶šà¶» ඇති à¶…à¶­à¶» එය ජීව ආකà·à¶»à¶ºà¶§ ද à¶°à·à·€à¶± කෙරේ; à¶·à·à·€à·’ත෠කිරීමට ස්ථà·à¶´à¶±à¶º කිරීම à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­ <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>මුල් පිටුව:</b> <a href=\"http://www.puppylinux.com/\">http://www.puppylinux.com</a><br/><b>විස්තරය:</b> Puppy Linux යනු පරණ පරිගණක සදහ෠නිර්මà·à¶«à¶º වූ à·ƒà·à·„à·à¶½à·Šà¶½à·” අනුවà·à¶¯à¶ºà¶šà·’.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> එය ජීව ආකà·à¶»à¶ºà¶§ ද à¶°à·à·€à¶±à¶º වන විට සම්පුර්ණ පද්ධතිය RAM à¶‘à¶š යොද෠ගෙන à¶‘à·„à·’ මතකයෙන් ආරම්භ කෙරේ, එම නිස෠ස්ථà·à¶´à¶± à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­ නමුත් එය විකල්පයක් පමණි <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>මුල් පිටුව:</b> <a href=\"http://www.sabayonlinux.org/\">http://www.sabayonlinux.org</a><br/><b>විස්තරය:</b> Sabayon Linux යනු Gentoo à¶´à·à¶¯à¶š වූ ජීව ආකà·à¶» DVD බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ. à¶Šà¶§ අමතරව මූලà·à·à·Šâ€à¶»-à¶´à·à¶¯à¶š වූ ගෙන යෑම් වලට අමතරව එන්ට්â€à¶»à·à¶´à·’ ද්ව්මය à¶´à·à¶šà·šà¶¢ කළමනà·à¶šà¶»à·” ලෙසද à¶šà·Šâ€à¶»à·’ය෠කරයි.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> à¶‘à·„à·’ ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š. LiteMCE සංස්කරණය ගිග෠බයිට 2 à¶šà·Š ද, මිට අමතරව සම්පුර්ණ සංස්කරණය සදහ෠ගිග෠බයිට 8 à¶šà·Š සහිත USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶ºà¶šà·Š à¶…à·€à·à·Šâ€à¶º වේ <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix යනු සරල, වේගවත් සහ පහසුවෙන් à¶´à·à·€à·’à¶ à·Šà¶ à·’ à¶šà¶½ à·„à·à¶šà·’ Slackware à¶´à·à¶¯à¶š වූ (සම්පුර්ණ à·€à·à¶ºà·™à¶±à·Š අනුරූප) GNU/Linux බෙදà·à·„à·à¶»à·“ම් වර්ගයකි.<br/>bonsai මෙන් Salix යනු කුඩà·, à·ƒà·à·„à·à¶½à·Šà¶½à·” සහ අපරිමිත ආරක්ෂà·à·€à¶šà·’න් යුක්ත වේ.<br/><b>Install Notes:</b> à¶‘à·„à·’ ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š.<br/>à·ƒà·à¶¸à·à¶±à·Šâ€à¶º මූල මුරපදය <b>live</b> වේ. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.slax.org/\">http://www.slax.org</a><br/><b>විස්තරය:</b> Slax යනු KDE à·€à·à¶©à¶­à¶½à¶º සහිත Slackware-à¶´à·à¶¯à¶š වූ බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> à¶‘à·„à·’ ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>මුල් පිටුව:</b> <a href=\"http://www.slitaz.org/en/\">http://www.slitaz.org/en</a><br/><b>විස්තරය:</b> SliTaz යනු à·ƒà·à·„à·à¶½à·Šà¶½à·”, à·€à·à¶©à¶­à¶½à¶º-දිà·à·à¶±à¶­à·’ වූ කුඩ෠බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> එය ජීව ආකà·à¶»à¶ºà¶§ ද à¶°à·à·€à¶±à¶º වන විට සම්පුර්ණ පද්ධතිය RAM à¶‘à¶š යොද෠ගෙන à¶‘à·„à·’ මතකයෙන් ආරම්භ කෙරේ, එම නිස෠ස්ථà·à¶´à¶± à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­ නමුත් එය විකල්පයක් පමණි <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://btmgr.sourceforge.net/about.html\">http://btmgr.sourceforge.net/about.html</a><br/><b>විස්තරය:</b> Smart ආරම්භක කළමනà·à¶šà¶»à·” යනු bootloader à¶šà·’, එමගින් ආරම්භයේදී ඇතිවන BIOS මුලික වූ à¶´à·Šâ€à¶»à·à·Šà¶± හ෠දà·à·‚ නිරà·à¶šà¶»à¶« කිරීම සදහ෠යොද෠ගනී.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> SBM පෙර ආරම්භ à¶šà¶» ඇති à¶…à¶­à¶» à¶°à·à·€à¶±à¶º කිරීම සිදු වෙයි; à¶·à·à·€à·’ත෠කිරීමට ස්ථà·à¶´à¶±à¶º කිරීම à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­ <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://www.supergrubdisk.org\">http://www.supergrubdisk.org</a><br/><b>විස්තරය:</b> Super Grub Disk යනු bootloader ආරම්භක කළමනà·à¶šà¶»à·” යනු bootloader à¶šà·’, එමගින් විවිධ වර්ගයේ MBR සහ bootloader à¶´à·Šâ€à¶»à¶­à·’à·ƒà·à¶°à¶±à¶º කටයුතු ඉටු කිරීම සදහ෠යොද෠ගනී.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> SGD පෙර ආරම්භ à¶šà¶» ඇති à¶…à¶­à¶» à¶°à·à·€à¶±à¶º කිරීම සිදු වෙයි; à¶·à·à·€à·’ත෠කිරීමට ස්ථà·à¶´à¶±à¶º කිරීම à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­ <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://hacktolive.org/wiki/Super_OS\">http://hacktolive.org/wiki/Super_OS</a><br/><b>විස්තරය:</b> Super OS යනු නිල නොලත් Ubuntu ව්â€à¶ºà·”ත්පන්නය ලක්ෂණය වලින් සමන්විත අමතර මෘදුකà·à¶‚à¶œ ඇතුලත් බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ. ස්ථà·à¶´à¶±à¶º සදහ෠ගිග෠බයිට 2 à¶šà·Š සහිත USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶ºà¶šà·Š à¶…à·€à·à·Šâ€à¶º වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> à¶‘à·„à·’ ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>මුල් පිටුව:</b> <a href=\"http://www.ubuntu.com/\">http://www.ubuntu.com</a><br/><b>විස්තරය:</b> Ubuntu යනු පරිà·à·“ලක මිත්â€à¶» Debian-à¶´à·à¶¯à¶š වූ බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ. මේ මොහොත වන විට à¶½à·à¶šà¶ºà·š ජනප්â€à¶»à·’යම Linux à·€à·à¶©à¶­à¶½à¶º සහිත බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š. NetInstall අනුවà·à¶¯à¶º FTP හරහ෠ස්ථà·à¶´à¶±à¶º කිරීම සදහ෠අවසර දේ, මීට අමතරව කලින් බ෠ගත à¶šà¶½ (à·€à·à¶©à¶­à¶½à¶º නොවේ) ස්ථà·à¶´à¶±à¶º වූ ISO ගොනු මගින් මà·à¶»à·Šà¶œà¶œà¶­ නොවූ à¶šà·Šâ€à¶»à¶¸à¶ºà¶§ ස්ථà·à¶´à¶± à¶šà¶½ à·„à·à¶š, මේ සදහ෠HdMedia විකල්පය යොද෠ගන්න, ඉන් පසුව ස්ථà·à¶´à¶± iso ගොනුව ඔබගේ දෘඪ à¶­à·à¶§à·’යේ à·„à· USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶ºà·š ඇති මූල ඩිරෙක්ටරිය තුල පිහිටුවන්න <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>මුල් පිටුව:</b> <a href=\"http://www.xpud.org/\">http://www.xpud.org</a><br/><b>විස්තරය:</b> xPUD යනු සරල kiosk අනුරූපී අතුරුමුහුණතක වෙබ් à¶¶à·Šâ€à¶»à·€à·Šà·ƒà¶»à¶ºà¶šà·Š හ෠මà·à¶°à·Šâ€à¶º à·€à·à¶¯à¶šà¶ºà¶šà·Š සහිත à·ƒà·à·„à·à¶½à·Šà¶½à·” බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> එය ජීව ආකà·à¶»à¶ºà¶§ ද à¶°à·à·€à¶±à¶º වන විට සම්පුර්ණ පද්ධතිය RAM à¶‘à¶š යොද෠ගෙන à¶‘à·„à·’ මතකයෙන් ආරම්භ කෙරේ <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>මුල් පිටුව:</b> <a href=\"http://www.xubuntu.org/\">http://www.xubuntu.org</a><br/><b>විස්තරය:</b> Xubuntu යනු XFCE à·€à·à¶©à¶­à¶½à¶º සහිත නිල Ubuntu ව්â€à¶ºà·”ත්පන්නය ලක්ෂණය ඇතුලත් බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š. NetInstall අනුවà·à¶¯à¶º FTP හරහ෠ස්ථà·à¶´à¶±à¶º කිරීම සදහ෠අවසර දේ, මීට අමතරව කලින් බ෠ගත à¶šà¶½ (à·€à·à¶©à¶­à¶½à¶º නොවේ) ස්ථà·à¶´à¶±à¶º වූ ISO ගොනු මගින් මà·à¶»à·Šà¶œà¶œà¶­ නොවූ à¶šà·Šâ€à¶»à¶¸à¶ºà¶§ ස්ථà·à¶´à¶± à¶šà¶½ à·„à·à¶š, මේ සදහ෠HdMedia විකල්පය යොද෠ගන්න, ඉන් පසුව ස්ථà·à¶´à¶± iso ගොනුව ඔබගේ දෘඪ à¶­à·à¶§à·’යේ à·„à· USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶ºà·š ඇති මූල ඩිරෙක්ටරිය තුල පිහිටුවන්න <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.zenwalk.org/\">http://www.zenwalk.org</a><br/><b>විස්තරය:</b> Zenwalk යනු Slackware à¶´à·à¶¯à¶š වූ XFCE à·€à·à¶©à¶­à¶½à¶º සහිත බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=\":/eeepclos.png\" /><br/><b>මුල් පිටුව:</b> <a \n href=\"http://www.eeepclinuxos.com/\">http://www.eeepclinuxos.com</a><br/><b>විස්තරය:</b> EeePCLinuxOS යනු පරිà·à·“ලක මිත්â€à¶» PCLinuxOS-à¶´à·à¶¯à¶š වූ EeePC සදහ෠නිර්මà·à¶«à¶º කෙරුණු බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> අනිවà·à¶»à·Šà¶ºà¶ºà·™à¶±à·Šà¶¸ ස්ථà·à¶´à¶± මà·à¶°à·Šâ€à¶ºà¶º à·à·–න්â€à¶º කිරීම හ෠ස්ථà·à¶´à¶±à¶º ආරම්භ කිරීමට පෙර à·„à·à¶©à¶­à¶½ à¶œà·à¶±à·Šà·€à·“ම සිදු කරන්න <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=\":/eeeubuntu.png\" style=\"float:left;\" /><br/><b>මුල් පිටුව:</b> <a href=\"http://www.ubuntu-eee.com/\">http://www.ubuntu-eee.com</a><br/><b>විස්තරය:</b> Ubuntu Eee යනු Asus Eee පරිගණකය සදහ෠යොද෠ගන්න෠එකම Ubuntu වලට වඩà·à¶­à·Š යහපත් වූ මෘදුකà·à¶‚ගයක් නොවේ. එය Netbook Remix interface සහිත මෙහෙයුම් පද්ධතියකි, මෙය විවෘත මූලà·à·à·Šâ€à¶» වෙනුවට විකල්පය ලෙස දà·à¶±à¶§ පවතින හොදම මෘදුකà·à¶‚à¶œ සදහ෠අනුග්â€à¶»à·„ය ලබ෠දේ. (උදà·à·„රණයක් ලෙස Ekiga වෙනුවට Skype).<br/><b>ස්ථà·à¶´à¶± සටහන:</b> අනිවà·à¶»à·Šà¶ºà¶ºà·™à¶±à·Šà¶¸ ස්ථà·à¶´à¶± මà·à¶°à·Šâ€à¶ºà¶º à·à·–න්â€à¶º කිරීම හ෠ස්ථà·à¶´à¶±à¶º ආරම්භ කිරීමට පෙර à·„à·à¶©à¶­à¶½ à¶œà·à¶±à·Šà·€à·“ම සිදු කරන්න <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=\":/elive.png\" /><br/><b>මුල් පිටුව:</b> <a href=\"http://www.elivecd.org/\">http://www.elivecd.org</a><br/><b>විස්තරය:</b> Elive යනු Debian-මූලික වූ කවුළු කළමනà·à¶šà¶»à¶« ආලà·à¶šà¶±à¶º සහිත බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> ජීව ආකà·à¶» අනුවà·à¶¯à¶º ජීව ආකà·à¶»à¶ºà¶§ à¶°à·à·€à¶±à¶º කිරීමට අවසර දෙන à¶…à¶­à¶», එමගින් ස්ථà·à¶´à¶šà¶º විකල්පයක් à·€à·à¶ºà·™à¶±à·Š දියත් à¶šà¶» à·„à·à¶š <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=\":/kiwi_logo_ro.png\" /><br/><b>මුල් පිටුව:</b> <a href=\"http://www.kiwilinux.org/\">http://www.kiwilinux.org</a><br/><b>විස්තරය:</b> Kiwi Linux යනු Ubuntu ව්â€à¶ºà·”ත්පන්නය ලක්ෂණය ඇතුලත් විà·à·šà·‚යෙන් රොමේනියà·à¶±à·”, හංගේරියà·à¶±à·” සහ ඉංග්â€à¶»à·“සි පරිà·à·“ලකයන් සදහà·à¶¸ සකසන ලද බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> අනිවà·à¶»à·Šà¶ºà¶ºà·™à¶±à·Šà¶¸ ස්ථà·à¶´à¶± මà·à¶°à·Šâ€à¶ºà¶º à·à·–න්â€à¶º කිරීම හ෠ස්ථà·à¶´à¶±à¶º ආරම්භ කිරීමට පෙර à·„à·à¶©à¶­à¶½ à¶œà·à¶±à·Šà·€à·“ම සිදු කරන්න <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=\":/gnewsense.png\" /><br/><b>මුල් පිටුව:</b> <a href=\"http://www.gnewsense.org/\">http://www.gnewsense.org</a><br/><b>විස්තරය:</b> gNewSense යනු à¶…à¶°à·’ ගුණ වලින් යුක්ත Ubuntu වල පවතින හිමිකà·à¶» මෘදුකà·à¶‚à¶œ වල ද්ව්â€à¶¸à¶º blobs à·„à· à¶´à·à¶šà·šà¶¢ ගස් වලින් තොර සම්පුර්ණයෙන්ම නිදහස් මෙහෙයුම් පද්ධතියක් ලෙස à·€à·à¶©à·’ දියුණු කරන ලද GNU/Linux බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> අනිවà·à¶»à·Šà¶ºà¶ºà·™à¶±à·Šà¶¸ ස්ථà·à¶´à¶± මà·à¶°à·Šâ€à¶ºà¶º à·à·–න්â€à¶º කිරීම හ෠ස්ථà·à¶´à¶±à¶º ආරම්භ කිරීමට පෙර à·„à·à¶©à¶­à¶½ à¶œà·à¶±à·Šà·€à·“ම සිදු කරන්න. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=\":/nimblex.png\" /><b>මුල් පිටුව:</b> <a href=\"http://www.nimblex.net/\">http://www.nimblex.net</a><br/><b>විස්තරය:</b> NimbleX යනු විà·à·šà·‚ කුඩ෠, බහුනිපුණ Slackware-මූලික වූ බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ. එය à·ƒà·à¶¯à· ඇත්තේ linux-ජිව à¶´à·’à¶§à¶´à¶­à·Š වලින් වන à¶…à¶­à¶» à¶‘à·„à·’ KDE à·€à·à¶©à¶­à¶½à¶º තුල අඩංගු ලක්ෂණ ඇතුලත් වේ. එය CD à·„à· USB ෆ්ලෑෂ් à¶°à·à·€à¶šà¶º (USB à¶´à·‘à¶± à·„à· MP3 à¶°à·à·€à¶šà¶º), එය ඉත෠පහසුවෙන් වෙනස් කිරීමට හ෠දිගු කිරීමට පුළුවන.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> NimbleX à·„à¶§ ජීව ආකà·à¶»à¶ºà¶§ මූල ආරම්භයක් ලබ෠ගà·à¶±à·“ම සිදු à¶šà¶½ à·„à·à¶š <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=\":/slitaz.png\" /><br/><b>මුල් පිටුව:</b> <a href=\"http://www.slitaz.org/en/\">http://www.slitaz.org/en</a><br/><b>විස්තරය:</b> SliTaz යනු à·ƒà·à·„à·à¶½à·Šà¶½à·”, à·€à·à¶©à¶­à¶½à¶º-දිà·à·à¶±à¶­à·’ වූ කුඩ෠බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> එය ජීව ආකà·à¶»à¶ºà¶§ ද à¶°à·à·€à¶±à¶º වන විට සම්පුර්ණ පද්ධතිය RAM à¶‘à¶š යොද෠ගෙන à¶‘à·„à·’ මතකයෙන් ආරම්භ කෙරේ, එම නිස෠ස්ථà·à¶´à¶± à¶…à·€à·à·Šâ€à¶º à¶±à·à¶­ නමුත් එය විකල්පයක් පමණි. මෙම ස්ථà·à¶´à¶šà¶º <a href=\"http://unetbootin.sourceforge.net/\">UNetbootin</a>à¶´à·à¶¯à¶š වී ඇත <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=\":/xpud.png\" /><br/><b>Homepage:</b> <a href=\"http://www.xpud.org/\">http://www.xpud.org</a><br/><b>විස්තරය:</b> xPUD යනු සරල kiosk අනුරූපී අතුරුමුහුණතක වෙබ් à¶¶à·Šâ€à¶»à·€à·Šà·ƒà¶»à¶ºà¶šà·Š හ෠මà·à¶°à·Šâ€à¶º à·€à·à¶¯à¶šà¶ºà¶šà·Š සහිත à·ƒà·à·„à·à¶½à·Šà¶½à·” බෙදà·à·„à·à¶»à·“ම් වර්ගයක් වේ.<br/><b>ස්ථà·à¶´à¶± සටහන:</b> එය ජීව ආකà·à¶»à¶ºà¶§ ද à¶°à·à·€à¶±à¶º වන විට සම්පුර්ණ පද්ධතිය RAM à¶‘à¶š යොද෠ගෙන à¶‘à·„à·’ මතකයෙන් ආරම්භ කෙරේ unetbootinui Unetbootin Unetbootin Select from a list of supported distributions à¶½à·à¶ºà·’ස්තුව තුලින් අනුග්â€à¶»à·à·„à¶š බෙදà·à·„à·à¶»à·“ම් වර්ගය à¶­à·à¶»à¶±à·Šà¶± &Distribution &බෙදà·à·„à·à¶»à·“ම් වර්ගය Specify a disk image file to load à¶´à·Šâ€à¶»à·€à·šà·à¶±à¶º කිරීමට à¶…à·€à·à·Šâ€à¶º ඩිස්ක රූප කොපිය නියම à·€à·à¶ºà·™à¶±à·Š සඳහන් කරන්න Disk&image ඩිස්ක&රූප කොපිය Manually specify a kernel and initrd to load à¶´à·Šâ€à¶»à·€à·šà·à¶±à¶º කිරීමට à¶…à·€à·à·Šâ€à¶º කර්නලය à·„à· initrd තම෠විසින්ම නියම à·€à·à¶ºà·™à¶±à·Š සඳහන් කරන්න &Custom &අභිරුචි Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. යළි ඇරඹීම් හරහ෠ආරක්ෂණය කරන ලද පරිà·à·“ලක ගොනු වෙනුවෙන් වෙන් කිරීම්ට à¶…à·€à·à·ƒà·’ ඉඩ. උබුන්ටු සහ à¶‘à·„à·’ ව්â€à¶ºà·”ත්පන්න වෙනුවෙන් වෙත පමණක් à¶šà·Šâ€à¶»à·’ය෠කරයි. අගය à¶°à·à·€à¶šà¶ºà·š à¶°à·à¶»à·’à¶­à·à·€à¶º ඉක්මව෠යයි නම්, තිබෙන උපරිම ඉඩ à¶·à·à·€à·’ත෠කරනු ඇත. Space used to preserve files across reboots (Ubuntu only): යළි ඇරඹීමේ දී මෙම ඉඩ à¶šà¶© ගොනු ආරක්ෂ෠කිරීම සිදු කරයි.(Ubuntu පමණයි) MB මෙග෠බයිට OK හරි Return ආපසු යෑම Cancel අවලංගු කරන්න Esc Esc Reboot Now දà·à¶±à·Š යළි ඇරඹීම සිදු කරන්න Exit පිටවීම 1. Downloading Files 1. ගොනු බ෠ගත කරමින් පවතී 2. Extracting and Copying Files 2. උද්ධෘත කරමින් හ෠ගොනු à¶´à·’à¶§à¶´à¶­à·Š කරමින් පවතී 3. Installing Bootloader 3. Bootloader ස්ථà·à¶´à¶±à¶º කරමින් පවතී 4. Installation Complete, Reboot 4. ස්ථà·à¶´à¶±à¶º සම්පුර්ණයි. යළි ඇරඹීම සිදු කරන්න Select the target drive to install to ස්ථà·à¶´à¶±à¶º සදහ෠ඉලක්ක à¶°à·à·€à¶šà¶º à¶­à·à¶»à¶±à·Šà¶± Dri&ve: à¶°à·à·€&කය: Select the installation target type ඉලක්ක ස්ථà·à¶´à¶± වර්ගය à¶­à·à¶»à¶±à·Šà¶± &Type: &වර්ගය: Select the distribution version බෙදà·à·„à·à¶»à·“ම් වර්ගය à¶­à·à¶»à¶±à·Šà¶± Select disk image file ඩිස්ක රූප කොපිය à¶­à·à¶»à¶±à·Šà¶± ... ... Select the disk image type ඩිස්ක රූප කොපිය වර්ගය à¶­à·à¶»à¶±à·Šà¶± Specify a floppy/hard disk image, or CD image (ISO) file to load à¶´à·Šâ€à¶»à·€à·šà·à¶±à¶º කිරීමට අදà·à¶½ සුනම්â€à¶º à¶­à·à¶§à·’ය/ඩිස්ක රූප කොපිය, à·„à· CD රූප කොපිය (ISO) ගොනුව නියම à·€à·à¶ºà·™à¶±à·Š සඳහන් කරන්න Specify a kernel file to load à¶´à·Šâ€à¶»à·€à·šà·à¶±à¶º කිරීමට අදà·à¶½ කර්නල ගොනුව නියම à·€à·à¶ºà·™à¶±à·Š සඳහන් කරන්න Select kernel file කර්නල ගොනුව à¶­à·à¶»à¶±à·Šà¶± Specify an initrd file to load à¶´à·Šâ€à¶»à·€à·šà·à¶±à¶º කිරීමට අදà·à¶½ initrd ගොනුව නියම à·€à·à¶ºà·™à¶±à·Š සඳහන් කරන්න Select initrd file initrd ගොනුව à¶­à·à¶»à¶±à·Šà¶± Select syslinux.cfg or isolinux.cfg file syslinux.cfg à·„à· isolinux.cfg à¶­à·à¶»à¶±à·Šà¶± Specify parameters and options to pass to the kernel කර්නලයට යවන à¶´à¶»à·à¶¸à·’තියන් සහ විකල්පයන් නියම à·€à·à¶ºà·™à¶±à·Š සඳහන් කරන්න &Kernel: &කර්නලය: Init&rd: Init&rd: &Options: &විකල්ප: uninstaller Uninstallation Complete අස්ථà·à¶´à¶±à¶º කිරීම සම්පූර්ණයි %1 has been uninstalled. %1à¶šà·Š අස්ථà·à¶´à¶±à¶º කොට ඇත Must run as root මුල ආරම්භය අනිවà·à¶»à·Šà¶º වේ %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 à¶š මුල ආරම්භය අනිවà·à¶»à·Šà¶º වේ. එය වස෠දමන්න, අනතුරුව එය à¶±à·à·€à¶­ ආරම්භ කරන්න:<br/><b>sudo %1</b><br/>or:<br/><b>su -c '%1'</b> %1 Uninstaller %1 à¶šà·Š අස්ථà·à¶´à¶±à¶º %1 is currently installed. Remove the existing version? %1à¶šà·Š ස්ථà·à¶´à¶±à¶º à¶šà¶» අවසන්. කලින් à¶­à·’à¶¶à·– අනුවà·à¶¯à¶º ඉවත් කරනෙහිද? unetbootin_sk.ts000644 000765 000024 00000252245 12325150343 014412 0ustar00gezastaff000000 000000 QObject LeftToRight LeftToRight unetbootin Hard Disk Pevný disk USB Drive USB mechanika ISO ISO Floppy Disketa either obidva LiveUSB persistence LiveUSB trvácnosÅ¥ FAT32-formatted USB drive FAT32-formátovaný USB kÄ¾ÃºÄ EXT2-formatted USB drive EXT2-formátovaný USB kÄ¾ÃºÄ Open Disk Image File Výber súboru s obrazom disku All Files VÅ¡etky súbory All Files (*) VÅ¡etky súbory (*) Open Kernel File Výber súboru s jadrom Open Initrd File Výber súboru s initrd Open Bootloader Config File Výber súboru s nastaveniami zavádzaÄa Insert a USB flash drive Vložte USB flash disk No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. NenaÅ¡li sa žiadne USB flash disky. Ak je predsa USB flash disk zapojený, skúste ho naformátovaÅ¥ na FAT32. %1 not mounted %1 nie je pripojený You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Najskôr je potrebné pripojiÅ¥ USB disk %1 k prípojnému bodu. VäÄÅ¡ina distribúcií to urobí automaticky po odpojení a opätovnom zapojení USB disku Select a distro Vyberte distribúciu You must select a distribution to load. Pre spustenie musíte vybraÅ¥ distribúciu. Select a disk image file Vyberte súbor s obrazom disku You must select a disk image file to load. Pre spustenie musíte vybraÅ¥ súbor s obrazom disku. Select a kernel and/or initrd file Vyberte jadro a/alebo súbor initrd You must select a kernel and/or initrd file to load. Pre spustenie musíte vybraÅ¥ jadro a/alebo súbor initrd. Diskimage file not found Súbor obrazu disku sa nenaÅ¡iel. The specified diskimage file %1 does not exist. Zvolený obraz disku %1 neexistuje. Kernel file not found Súbor jadra sa nenaÅ¡iel. The specified kernel file %1 does not exist. Zvolený súbor jadra %1 neexistuje. Initrd file not found Súbor initrd sa nenaÅ¡iel The specified initrd file %1 does not exist. Zvolený súbor initrd %1 neexistuje. %1 exists, overwrite? %1 existuje, prepísaÅ¥? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Súbor %1 už existuje. Zvolte 'Ãno pre vÅ¡etky' pre jeho prepísanie a prepísanie Äalších bez opýtania, 'Ãno' pre prepísanie súboru a 'Nie' pre zachovanie súÄasnej verzie. Ak neviete, zvoľte 'Ãno pre vÅ¡etky'. %1 is out of space, abort installation? Na %1 už nie je dostatok miesta, preruÅ¡iÅ¥ inÅ¡taláciu? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. V adresári %1 nie je dostatok miesta. Pre preruÅ¡enie inÅ¡talácie zvoľte 'Ãno', pre ignorovanie tejto chyby a pre pokraÄovanie inÅ¡talácie zvoľte 'Nie' a pre ignorovanie vÅ¡etkých chýb o nedostatku miesta zvoľte 'Nie pre vÅ¡etky'. Locating kernel file in %1 Hľadám súbor s kernelom v %1 Copying kernel file from %1 Kopírujem súbor s kernelom z %1 Locating initrd file in %1 Hľadám súbor s initrd v%1 Copying initrd file from %1 Kopírujem súbor s initrd z %1 Extracting bootloader configuration Extrahujem nastavenia bootloaderu <b>Extracting compressed iso:</b> %1 <b>Rozbaľovanie ISO obrazu:</b> %1 Copying file, please wait... Kopírujem súbor, prosím poÄkajte... <b>Source:</b> <a href="%1">%1</a> <b>Zdroj:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Cieľ:</b> %1 <b>Copied:</b> 0 bytes <b>Skopírované:</b> 0 bajtov Extracting files, please wait... Rozbaľovanie súborov, prosím Äakajte... <b>Archive:</b> %1 <b>Archív:</b> %1 <b>Source:</b> <b>Zdroj:</b> <b>Destination:</b> <b>Cieľ:</b> <b>Extracted:</b> 0 of %1 files <b>Rozbalené:</b> 0 z %1 súborov <b>Source:</b> %1 (%2) <b>Zdroj:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Cieľ:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Rozbalené:</b> %1 z %2 súborov Downloading files, please wait... SÅ¥ahovanie súborov, prosím Äakajte... <b>Downloaded:</b> 0 bytes <b>Stiahnuté:</b> 0 bajtov Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. SÅ¥ahovanie %1 %2 z %3 zlyhalo. Prosím, skúste stiahnuÅ¥ ISO súbor priamo zo stránky a otvorte ho cez možnosÅ¥ Obraz disku. <b>Downloaded:</b> %1 of %2 <b>Stiahnuté:</b> %1 z %2 <b>Copied:</b> %1 of %2 <b>Skopírované:</b> %1 z %2 Searching in <a href="%1">%1</a> Hľadá sa v <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 zhôd v <a href="%3">%3</a> %1 not found %1 sa nenaÅ¡lo %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 sa nenaÅ¡lo. Toto je požadované pre %2 inÅ¡talaÄný režim. NainÅ¡talujte balík "%3" alebo jeho ekvivalent. (Current) (Aktuálny) (Done) (Hotovo) Configuring grub2 on %1 grub2 sa nastavuje na %1 Configuring grldr on %1 grldr sa nastavuje na %1 Configuring grub on %1 grub sa nastavuje na %1 Installing syslinux to %1 syslinux sa inÅ¡taluje do %1 Installing extlinux to %1 extlinux sa inÅ¡taluje do %1 Syncing filesystems Synchronizácia súborových systémov Setting up persistence Nastavenie trvácnosti After rebooting, select the Po reÅ¡tarte zvoľte After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Po reÅ¡tarte zvoľte v BIOSe zavádzanie systému z USB.%1 ReÅ¡tartovaÅ¥ teraz? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Vytvorené USB zariadenie nebude bootovaÅ¥ na Macu. Vlož ho do PC, a vyber možnosÅ¥ bootovania z USB v bootovacej ponuke BIOSU.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *DÔLEŽITÉ* Pred reÅ¡tartom PC, umiestni alternatívny (nie desktopový) inÅ¡talaÄný iso súbor Ubuntu do koreňového adresára tvojho hardisku alebo USB kľúÄa. Tieto môžu byÅ¥ získané z cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *DÔLEŽITÉ* Po reÅ¡tarte ignorujte vÅ¡etky chybové hlásenia, ak ste vyzvaný k vloženiu CD, zvoľte späť, potom z hlavného menu vyberte 'ZaÄiatok inÅ¡talácie', ako zdroj vyberte 'SieÅ¥', ako protokol vyberte 'HTTP', pri výzve k zadaniu adresy servera zadajte 'mirrors.kernel.org' a pri dotaze na adresár zadajte '/centos/%1/os/%2'. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *DÔLEŽITÉ* Pred reÅ¡tartom PC, umiestni inÅ¡talaÄný iso súbor Debianu do koreňového adresára tvojho hardisku alebo USB kľúÄa. Tieto môžu byÅ¥ získané z cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *DÔLEŽITÉ* Po reÅ¡tarte ignorujte vÅ¡etky chybové hlásenia, ak ste vyzvaný k vloženiu CD, zvoľte späť, potom z hlavného menu vyberte 'ZaÄiatok inÅ¡talácie', ako zdroj vyberte 'SieÅ¥', ako protokol vyberte 'HTTP', pri výzve k zadaniu adresy servera zadajte 'download.fedora.redhat.com' a pri dotaze na adresár zadajte '/pub/fedora/linux/development/%1/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *DÔLEŽITÉ* Po reÅ¡tarte ignorujte vÅ¡etky chybové hlásenia, ak ste vyzvaný k vloženiu CD, zvoľte späť, potom z hlavného menu vyberte 'ZaÄiatok inÅ¡talácie', ako zdroj vyberte 'SieÅ¥', ako protokol vyberte 'HTTP', pri výzve k zadaniu adresy servera zadajte 'download.fedora.redhat.com' a pri dotaze na adresár zadajte '/pub/fedora/linux/releases/%1/Fedora/%2/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *DÔLEŽITÉ* Po reÅ¡tarte ignorujte vÅ¡etky chybové hlásenia, ak ste vyzvaný k vloženiu CD, zvoľte späť, potom z hlavného menu vyberte 'ZaÄiatok inÅ¡talácie', ako zdroj vyberte 'SieÅ¥', ako protokol vyberte 'HTTP', pri výzve k zadaniu adresy servera zadajte 'download.opensuse.org' a pri dotaze na adresár zadajte '/factory/repo/oss'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *DÔLEŽITÉ* Po reÅ¡tarte ignorujte vÅ¡etky chybové hlásenia, ak ste vyzvaný k vloženiu CD, zvoľte späť, potom z hlavného menu vyberte 'ZaÄiatok inÅ¡talácie', ako zdroj vyberte 'SieÅ¥', ako protokol vyberte 'HTTP', pri výzve k zadaniu adresy servera zadajte 'download.opensuse.org' a pri dotaze na adresár zadajte '/distribution/%1/repo/oss' . == Select Distribution == == Vyberte Distribúciu == == Select Version == == Vyberte Verziu == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Vitajte v <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> - Universal Netboot Installer. Použitie:<ol><li>Z horného zoznamu vyberte distribúciu a jej verziu, alebo ruÄne vyberte potrebné súbory nižšie.</li><li>Vyberte typ inÅ¡talácie a pre jej zaÄatie kliknite na OK.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Popis:</b> Arch Linux je "lightweight" distribúcia optimalizovaná pre rýchlosÅ¥ a flexibilitu.<br/><b>Poznámky k inÅ¡talácii:</b> Predvolená verzia povoľuje inÅ¡taláciu cez internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Popis:</b> BackTrack je distribúcia zameraná na analýzu siete and testovanie prieniku.<br/><b>Poznámky k inÅ¡talácii:</b> BackTrack bootuje a funguje v "live" režime; na používanie netreba žiadnu inÅ¡taláciu. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Popis:</b> CentOS je bezplatný klon Red Hat Enterprise Linux.<br/><b>Poznámky:</b> Å tandardná verzia umožňuje inÅ¡taláciu z Internetu (FTP) a offline inÅ¡taláciu zo stiahnutých ISO obrazov. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Popis:</b> CloneZilla je distribúcia urÄená na tvorbu záloh a obrazov diskov.<br/><b>Poznámky:</b> CloneZilla funguje ako živý (Live) systém a nevyžaduje inÅ¡taláciu. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Domovská stránka:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Popis:</b> Damn Small Linux je minimalistická distribúcia urÄená pre starÅ¡ie poÄítaÄe..<br/><b>Poznámky:</b> Live verzia naÄíta celý systém do RAM, z ktorej je následne zavedený. InÅ¡talácia nie je nutná, ale je možná. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Popis:</b> Debian je komunitou vyvíjáná Linuxová distribúcia, ktorá podporuje Å¡irokú Å¡kálu architektúr a ponúka veľký repozitár balíÄkov.<br/><b>Poznámky k InÅ¡talácii:</b> Verzia "NetInstall" povoľuje inÅ¡taláciu cez FTP. Pokiaľ chcete použiÅ¥ už stiahnuté iso, použite verziu "HdMedia", a potom vložte inÅ¡talaÄný iso súbor do koreňového adresára vášho pevného disku alebo USB flash disku. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Popis:</b> Dreamlinux je používateľsky priateľská distribúcia založená na Debiane<br/><b>Poznámky:</b> Živá (Live) verzia umožňuje spustenie systému priamo z CD s možnosÅ¥ou spustenia inÅ¡talácie. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Domovská stránka:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Popis:</b> Dr.Web AntiVirus je antivírový balík urÄený na opravu poÅ¡kodeného systému Å¡kodlivým softvérom.<br/><b>Poznámky:</b> Živá (Live) verzia umožňuje spustenie systému priamo z CD a vykonanie kontroly nainÅ¡talovaného systému. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Popis:</b> Elive je distribúcia založená na Debiane obsahujúca správu okien Enlightenment.<br/><b>InÅ¡talaÄné poznámky:</b> Live verzia dovoľuje bootovanie v Live móde, z ktorého môže byÅ¥ voliteľne spustený inÅ¡talátor. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Popis:</b> Fedora je komunitná distribúcia sponzorovaná firmou Red Hat a je zameraná na najnovší free/open-source softvér.<br/><b>Poznámky:</b> Živá (Live) verzia umožňuje spustenie systému priamo z CD s možnosÅ¥ou spustenia inÅ¡talácie. Verzia NetInstall umožňuje inÅ¡taláciu cez FTP alebo z dopredu stiahnutých ISO obrazov. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Popis:</b> FreeBSD je unixový operaÄný systém navrhnutý pre stabilitu a rýchlosÅ¥.<br/><b>Poznámky:</b> Å tandardná verzia umožňuje inÅ¡taláciu z internetu (FTP) alebo z dopredu stiahnutých ISO obrazov. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Domovská stránka:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Popis:</b> FreeDOS je slobodný MS-DOS kompatibilný operaÄný systém.<br/><b>Poznámky:</b> Pozrite si <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manuál</a> pre detaily inÅ¡talácie. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Domovská stránka:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Popis:</b> FreeNAS je vstavaná open sourcová NAS (datové úložisko na sieti) distribúcia založená na FreeBSD.<br/><b>InÅ¡talaÄné poznámky:</b> LiveCD verzia vytvára RAM disk pre FreeNAS, a používa FAT-formátovanú floppy disketu alebo USB kÄ¾ÃºÄ pre uloženie konfiguraÄného súboru. Vstavaná verzia dovoľuje inÅ¡taláciu na hardisk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Popis:</b> Frugalware je mnohostranne využiteľná distribúcia založená na Slackware pre pokroÄilých používateľov.<br/><b>InÅ¡talaÄné poznámky:</b> Predvolená možnosÅ¥ dovoľuje obidve inÅ¡talácie, prostredníctvom internetu (FTP), alebo offline inÅ¡taláciu s použitím vopred stiahnutých inÅ¡talaÄných ISO súborov. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Domovská stránka:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Popis:</b> GeeXboX je vnorená distribúcia Linux Media Center.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Popis:</b> gNewSense je distribúcia, schválena FSF, založená na Ubuntu, obsahujúca výhradne free komponenty.<br/><b>InÅ¡talaÄné poznámky:</b> Live verzia dovoľuje bootovanie v Live režime, z ktorého môže byÅ¥ voliteľne spustený inÅ¡talátor. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Popis:</b> Gujin je grafickým správcom zavádzania, ktorý vie spravovaÅ¥ rôzne zväzky a súbory .<br/><b>Poznámky k inÅ¡talácií:</b> Gujin sa jednoducho spustí a beží, nie je pre jeho použitie potrebná žiadna inÅ¡talácia. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Domovská stránka:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Popis:</b> Kaspersky Rescue Disk nájde a odstráni malvér z vaÅ¡ej inÅ¡talácie Windowsu.<br/><b>Poznámky k inÅ¡talácií:</b> Živá verzia vám umožní spustenie z režimu Live, z ktorého môžete spustiÅ¥ skenovanie malvéru. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Popis:</b> Kubuntu je oficiálny derivát Ubuntu vybavené prostredím KDE.<br/><b>Poznámky k inÅ¡talácii:</b> Live verzia umožňuje zavádzanie v Live režime, z ktorého môže byÅ¥ voliteľne spustený inÅ¡talátor. Verzia NetInstall umožňuje inÅ¡taláciu cez FTP a môže inÅ¡talovaÅ¥ Kubuntu a iné oficiálne deriváty Ubuntu. Ak chcete použiÅ¥ vopred stiahnuté alternatívne(nie desktop) inÅ¡talaÄné iso, použite možnosÅ¥ HdMedia a potom umiestnite alternatívny(alternate) inÅ¡talaÄný iso súbor do koreňového adresára vášho pevného disku alebo USB jednotky. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Domovská stránka:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Popis:</b> LinuxConsole je desktopová distribúcia urÄená na hranie hier, je jednoduchá na inÅ¡taláciu, používanie a spúšťa sa rýchlo..<br/><b>Poznámky k inÅ¡talácií:</b> NajnovÅ¡ou verziou 1.0 je 1.0.2010, dostupná cez tzv. „rolling release“ (spusÅ¥te liveupdate na aktualizáciu modulov a jadra). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Popis:</b> Linux Mint je použivateľský priateľská distribúcia založená na Ubuntu, ktorá obsahuje v predvolenom stave dodatoÄné proprietárne kodeky a iný softvér.<br/><b>Poznámky k inÅ¡talácií:</b> Živá verzia umožňuje spustenie do režimu Live, z ktorého je možné spustiÅ¥ inÅ¡taláciu. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Popis:</b> Lubuntu je oficiálnou deriváciou Ubuntu obsahujúcu plochu LXDE.<br/><b>Poznámky k inÅ¡talácií:</b> Verzia Live umožňuje spustenie v režime Live, z ktorého môže byÅ¥ spustená inÅ¡talácia. Verzia NetInstall umožňuje inÅ¡taláciu cez FTP a môže nainÅ¡talovaÅ¥ Kubuntu a iné oficiálne derivácie Ubuntu. Ak by ste chceli použiÅ¥ vopred stiahnutú alternatívu inÅ¡talaÄného iso (nie desktopovú), použite možnosÅ¥ HdMedia a umiestnite alternatívny iso súbor do základného adresára vášho pevného disku alebo USB kľúÄa <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Domovská stránka:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Popis:</b> Mandriva je používateľsky priateľská distribúcia pôvodne známa ako Mandrake Linux.<br/><b>Install Notes:</b> Verzia Live umožňuje naÄítanie z režimu Live, z ktorého môže byÅ¥ spustená inÅ¡talácia. Verzia NetInstall umožňuje inÅ¡taláciu cez internet (FTP) alebo inÅ¡taláciu pomocou predom stiahnutých <a href="http://www.mandriva.com/en/download">"Free" iso súborov</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Popis:</b> MEPIS je distribúcia založená na Debiane. SimplyMEPIS je používateľsky priateľská verzia založená na KDE, kým AntiX je ľahká verzia urÄená pre staré poÄítaÄe.<br/><b>Poznámky k inÅ¡talácií:</b> MEPIS podporuje spustenie v režime Live, z ktorého je možné spustiÅ¥ inÅ¡taláciu. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Domovská stránka:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Popis:</b> NetbootCD je malým spúšťacím CD, ktoré stiahne a spustí inÅ¡taláciu iných distribúcií založených na internete.<br/><b>Poznámky k inÅ¡talácií:</b> NetbootCD sa spúšťa v režime Live. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Domovská stránka:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Popis:</b> NimbleX je malou distribúciou založenou na zniverzálnom Slackware. Je stavaný použitím linux-live skriptov a obsahuje plochu KDE. Môže byÅ¥ spustené z CD alebo USB kľúÄov a je jednoducho upraviteľný a rozšíriteľný.<br/><b>Poznámky k inÅ¡talácií:</b> NimbleX sa spúšťa v režime Live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Popis:</b> Offline editor NT hesiel a registrov, ktorý dokáže obnoviÅ¥ heslá vo Windowse a upraviÅ¥ registre vo Windows 2000-Vista.<br/><b>Poznámky k inÅ¡talácií:</b> NTPasswd sa spúšťa z režimu Live, nie je na jeho použitie potrebná žiadna inÅ¡talácia. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Popis:</b> openSuse je používateľský priateľská distribúcia sponzorovaná Novellom.<br/><b>Poznámky k inÅ¡talácií:</b> Predvolená verzia umožňuje inÅ¡taláciu aj cez internet (FTP), aj inÅ¡taláciu bez internetu použitím vopred stiahnutých ISO súborov . <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Popis:</b> Ophcrack dokáže prelomiÅ¥ heslá používané vo Windows.<br/><b>Poznámky k inÅ¡talácií:</b> Ophcrack sa spúšťa v režime Live, nie je na jeho použitie potrebná žiadna inÅ¡talácia. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Popis:</b> Parted Magic obsahuje správcu diskových oddielov GParted a iné systémové nástroje, ktoré dokážu zmeniÅ¥ veľkosÅ¥, kopírovaÅ¥, urobiÅ¥ zálohu a manipulovaÅ¥ s jednotlivými diskovými oddielmi..<br/><b>Poznámky k inÅ¡talácií:</b> Parted Magic sa spúšťa v režime Live, nie je na jeho použitie potrebná žiadna inÅ¡talácia. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Domovská stránka:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Popis:</b> Puppy Linux je ľahkou distribúciou urÄenou pre starÅ¡ie poÄítaÄe.<br/><b>Poznámky k inÅ¡talácií:</b> Živá verzia naÄíta celý systém do RAM a spustí sa z pamäte, inÅ¡talácia je tak nepovinná. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Domovská stránka:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Popis:</b> Sabayon Linux Live DVD distribúcia založená na Gentoo, ktorá obsahuje binárneho správcu balíkov Entropy ako dodatok Portage, ktorý je založený na zdroji.<br/><b>Poznámky k inÅ¡talácií:</b> Live verzia umožňuje spustenie z režimu Live, z ktorého môže byÅ¥ spustená inÅ¡talácia. Edícia LiteMCE má 2 GB, kým pre ceú edíciu budete potrebovaÅ¥ USB kÄ¾ÃºÄ s kapacitou 8 GB. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Domovská stránka:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Popis:</b> Salix je GNU/Linux distribúcia založená na Slackware (plne kompatibilné), ktoré je jednoduché, rýchle a ľahké na použitie.<br/>Ako bonsai, Salix je malý, ľahký a starostlivo vyvíjaný.<br/><b>Poznámky k inÅ¡talácií</b> Live verzia umožňuje spúšťanie z režimu Live, z ktorého je možné spustiÅ¥ inÅ¡taláciu.<br/> Predvoleným heslom root je <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Popis:</b> Slax je distribúcia založená na Slackware obsahujúca plochu KDE.<br/><b>Poznámky k inÅ¡talácií:</b> Verzia Live umožňuje spúšťanie z režimu Live, z ktorého môže byÅ¥ spustená inÅ¡talácia. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Domovská stránka:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Popis:</b> SliTaz je ľahkou, desktopovo-orientovanou mikro distribúciou.<br/><b>Poznámky k inÅ¡talácií:</b> Verzia Live naÄíta celý systém do RAM a spustí z operaÄnej pamäte, inÅ¡talácia je tak nepovinná. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Popis:</b> Smart Boot Manager je zavádzaÄom, ktorý môže prekonaÅ¥ niektoré BIOS limitácie spojené so spúšťaním systému a chyby.<br/><b>Poznámky k inÅ¡talácií:</b> SBM sa jednoducho spustí, nie je potrebná inÅ¡talácia. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Popis:</b> Super Grub Disk slúži na jednoduchú obnovu MBR a rôznych zavádzaÄov systémov.<br/><b>Poznámky:</b> SGD sa jednoducho zavedie a spustí - nie je potrebná inÅ¡talácia. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Popis:</b> Super OS je neoficiálnou deriváciou Ubuntu, ktorá obsahuje v predvolenom stave dodatoÄný softvér. Na inÅ¡taláciu je potrebný USB kÄ¾ÃºÄ s kapacitou 2 GB.<br/><b>Poznámky k inÅ¡talácií:</b> Verzia Live umožňuje spustenie z režimu Live, z ktorého je možné spustiÅ¥ inÅ¡taláciu. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Popis:</b> Ubuntu je používateľsky priateľskou distribúciou založenou na Debiane. Je momentálne najpopulárnejÅ¡ou Linuxovou distribúciou.<br/><b>Poznámky k inÅ¡talácií:</b> Verzia Live umožňuje spustenie z režimu Live, z ktorého je možné spustiÅ¥ inÅ¡taláciu. Verzia NetInstall umožňuje inÅ¡taláciu cez FTP a dokáže nainÅ¡talovaÅ¥ Kubuntu a iné oficiálne derivácie Ubuntu. Ak by ste chceli predom stiahnutí alternatívu (nie desktopovú) inÅ¡talaÄného iso, použite voľbu HdMedia a umiestnite alternatívny inÅ¡talaÄný súbor iso do základného adresára vášho pevného disku alebo USB kľúÄa. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Domovská stránka:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Popis:</b> xPUD je ľahká distribúcia obsahujúca rozhranie pripomínajúce jednoduchý kiosk s webovým prehliadaÄom a prehrávaÄom médií.<br/><b>Poznámky k inÅ¡talácií:</b> Verzia Live naÄíta celý systém do RAM a spustí ho z operaÄnej pamäte. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Popis:</b> Xubuntu je oficiálnou deriváciou Ubuntu obsahujúca plochu XFCE.<br/><b>Poznámky k inÅ¡talácií:</b> Verzia Live umožňuje spúšťanie z režimu Live, z ktorého môže byÅ¥ spustená inÅ¡talácia. Verzia NetInstall umožňuje inÅ¡taláciu cez FTP a môže nainÅ¡talovaÅ¥ Kubuntu a iné oficiálne derivácie Ubuntu. Ak chcete použiÅ¥ predom stiahnuté alternatívne (nie desktopový) inÅ¡talaÄné iso, použite voľbu HdMedia a umiestnite alternatívny inÅ¡talaÄný iso súbor do základného adresára vášho pevného disku alebo USB kľúÄa. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Popis:</b> Zenwalk distribúciou založenou za Slackware obsahujúcou plochu XFCE.<br/><b>Poznámky k inÅ¡talácií:</b> Verzia Live umožňuje spúšťanie v režime Live, z ktorého je možné spustiÅ¥ inÅ¡taláciu. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Domovská stránka:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Popis:</b> EeePCLinuxOS je užívateľsky priateľská distribúcia postavená na PCLinuxOS urÄená pre poÄítaÄe EeePC.<br/><b>Poznámky:</b> Pred odsúhlasením inÅ¡talácie sa uistite, že médium je prázdne a naformátované. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Domovská stránka:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Popis:</b> Ubuntu Eee nie je len Ubuntu upravené pre Asus Eee PC. Je to operaÄný systém používajúci rozhranie Netbook Remix uprednostňujúci najlepší softvér pred slobodnými alternatívami (napr. Skype namiesto Ekiga).<br/><b>Popis:</b> Pred odsúhlasením inÅ¡talácie sa uistite, že médium je prázdne a naformátované. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Domovská stránka:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Popis:</b> Elive je distribúcia založená na Debian-e, obsahujúca odľahÄeného správcu okien.<br/><b>Poznámky k inÅ¡talácii:</b> Live verzia umožňuje zavádzanie v Live režime, z ktorého môže byÅ¥ voliteľne spustený inÅ¡talátor. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Domovská stránka:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Popis:</b> Kiwi Linux je derivát Ubuntu urÄený prevažne pre rumunsky, maÄarsky a anglicky hovoriacich užívateľov.<br/><b>Poznámky:</b> Pred odsúhlasením inÅ¡talácie sa uistite, že médium je prázdne a naformátované. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Domovská stránka:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Popis:</b> gNewSense je vysoko kvalitná linuxová distribúcia, ktorá je postavená na Ubuntu a prináša úplne slobodný systém bez binárnych súÄastí a licenÄne problematických balíkov.<br/><b>Poznámky:</b> Pred odsúhlasením inÅ¡talácie sa uistite, že médium je prázdne a naformátované. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Domovská stránka:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Popis:</b> NimbleX je malá pružná dsitribúcia založená na Slackware. Je zostavená pužitím linux-live scriptov a je vybavená prostredím KDE. Môže byÅ¥ spustená z CD alebo pamäte flash(USB kľúÄe alebo MP3 prehrávaÄe) a môže byÅ¥ jednoducho prispôsobená a rozšírená.<br/><b>Poznámky k inÅ¡talácii:</b> NimbleX sa zavádza v Live režime. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Domovská stránka:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Popis:</b> SliTaz je "odľahÄená" mikrodistribúcia zameraná na desktopy. <br/><b>Poznámky:</b> Live verzia naÄíta celý systém do RAM, z ktorej je následne zavedený. InÅ¡talácia nie je nutná, ale je možná. InÅ¡talátor je založený na <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Domovská stránka:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Popis:</b> xPUD je malá distribúcia, ktorá prináša celoobrazovkové rozhranie s internetovým prehliadaÄom a multimediálnym prehrávaÄom.<br/><b>Poznámky:</b> Live verzia naÄíta celý systém do RAM, z ktorej je následne zavedený. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Vyberte z ponuky podporovaných distribúcií &Distribution &Distribúcia Specify a disk image file to load Výber obrazu disku Disk&image Disk&obraz Manually specify a kernel and initrd to load RuÄný výber jadra a initrd &Custom &Vlastné Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Miesto pre zachovanie súborov pri reÅ¡tartovaní. Funguje iba pre LiveUSB s Ubuntu a derivátmi. Ak hodnota prekroÄí kapacitu jednotky, bude použité maximálne dostupné miesto. Space used to preserve files across reboots (Ubuntu only): Miesto pre zachovanie súborov pri reÅ¡tartovaní (iba Ubuntu): MB MB OK OK Return Návrat Cancel ZruÅ¡iÅ¥ Esc Esc Reboot Now ReÅ¡tartovaÅ¥ teraz Exit Koniec 1. Downloading Files 1. SÅ¥ahovanie súborov 2. Extracting and Copying Files 2. Rozbaľovanie a kopírovanie súborov 3. Installing Bootloader 3. InÅ¡talácia zavádzaÄa 4. Installation Complete, Reboot 4. InÅ¡talácia je úplná, reÅ¡tart Select the target drive to install to Vyberte zariadenie pre inÅ¡taláciu Dri&ve: Za&riadenie Select the installation target type Vyberte typ zariadenia pre inÅ¡taláciu: &Type: &Typ Select the distribution version Vyberte verziu distribúcie Select disk image file Vyberte súbor s obrazom disku ... ... Select the disk image type Vyberte typ obrazu disku Specify a floppy/hard disk image, or CD image (ISO) file to load Vyberte obraz disku, diskety alebo CD (ISO) Specify a kernel file to load Vyberte súbor s jadrom Select kernel file Vyberte súbor s jadrom Specify an initrd file to load Vyberte súbor s initrd Select initrd file Vyberte súbor initrd Select syslinux.cfg or isolinux.cfg file Vyberte súbor syslinux.cfg alebo isolinux.cfg Specify parameters and options to pass to the kernel Vyber parametrov a volieb jadra &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Možnosti: uninstaller Uninstallation Complete OdinÅ¡talácia kompletná %1 has been uninstalled. %1 bolo odinÅ¡talované. Must run as root Je potrebné spustiÅ¥ ako root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 musí byÅ¥ spustené ako root. Zavri ho, a znovu spusti buÄ použitím:<br/><b>sudo %1</b><br/>alebo:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 OdinÅ¡talátor %1 is currently installed. Remove the existing version? %1 je už nainÅ¡talované. OdstrániÅ¥ súÄasnú verziu? unetbootin_sl.ts000644 000765 000024 00000157721 12325150343 014416 0ustar00gezastaff000000 000000 QObject LeftToRight Od leve proti desni unetbootin Hard Disk Trdi disk USB Drive Pogon USB ISO ISO Floppy Disketa either ali LiveUSB persistence Obstojnost živega USB FAT32-formatted USB drive FAT32 formatiran pogon USB EXT2-formatted USB drive EXT2 formatiran pogon USB Open Disk Image File Odpri datoteko z odtisom diska All Files Vse datoteke All Files (*) Vse datoteke (*) Open Kernel File Odpri datoteko z jedrom Open Initrd File Odpri datoteko Initrd Open Bootloader Config File Insert a USB flash drive Vstavite USB pomnilnik No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted %1 ni priklopljen You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro Izberite distribucijo You must select a distribution to load. Izbrati morate želeno distribucijo. Select a disk image file Izberi datoteko slike diska You must select a disk image file to load. Izbrati morate želeni odtis diska. Select a kernel and/or initrd file Izberite jedro in/ali datoteko initrd You must select a kernel and/or initrd file to load. Diskimage file not found Odtis diska ni bil najden The specified diskimage file %1 does not exist. Odtis diska %1 ne obstaja. Kernel file not found Datoteka z jedrom ni bila najdena The specified kernel file %1 does not exist. Datoteka z jedrom %1 ne obstaja. Initrd file not found Datoteka initrd ni bila najdena The specified initrd file %1 does not exist. Datoteka initrd %1 ne obstaja. %1 exists, overwrite? %1 že obstaja, prepiÅ¡em? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? Zmanjkalo je prostora na %1, konÄam namestitev? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Cilj:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Arhiv:</b> %1 <b>Source:</b> <b>Vir:</b> <b>Destination:</b> <b>Cilj:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Vir:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Cilj:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... PrenaÅ¡anje datotek. Prosim, poÄakajte.. <b>Downloaded:</b> 0 bytes <b>PreneÅ¡eno:</b> 0 bajtov Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>PreneÅ¡eno:</b> %1 od %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> Iskanje v <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 ni bil najden %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (trenutno) (Done) (konÄano) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions &Distribution &Distribucija Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Po &meri Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK V redu Return Cancel PrekliÄi Esc Reboot Now Exit 1. Downloading Files 1. PrenaÅ¡anje datotek 2. Extracting and Copying Files 2. RazÅ¡irjanje in kopiranje datotek 3. Installing Bootloader 3. Namestitev zaganjalnika 4. Installation Complete, Reboot 4. Namestitev konÄana, ponovno zaženite Select the target drive to install to Dri&ve: Select the installation target type &Type: &Vrsta: Select the distribution version Izberite verzijo distribucije Select disk image file ... ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: &Jedro: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_sr.ts000644 000765 000024 00000311625 12325150343 014417 0ustar00gezastaff000000 000000 QObject LeftToRight С лева на деÑно unetbootin Hard Disk ЧврÑти диÑк USB Drive УСБ диÑк ISO ИСО Floppy ДиÑкета either или LiveUSB persistence СталноÑÑ‚ живог УСБ-а FAT32-formatted USB drive УСБ диÑк форматиран у ФÐТ-32 EXT2-formatted USB drive УСБ диÑк форматиран у ЕКСТ2 Open Disk Image File Отвори датотеку Ñлике диÑка All Files Све датотеке All Files (*) Све датотеке (*) Open Kernel File Отвори датотеку језгра Open Initrd File Отвори датотеку инитрд-а Open Bootloader Config File Отвори датотеку подешавања подизача ÑиÑтема Insert a USB flash drive Уметните УСБ диÑк No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. ÐиÑам пронашао УСБ диÑкове. Ðко Ñте већ уметнули УСБ диÑк, покушајте да га преформатирате у ФÐТ32. %1 not mounted %1 није прикачен You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Прво морате монтирати %1 УСБ уређај у тачки монтирања. Већина диÑтрибуција ће то учинити аутоматÑки након што уклоните и поновно уметнете УСБ уређај. Select a distro Изаберите диÑтрибуцију You must select a distribution to load. Морате одабрати диÑтрибуцију за учитате. Select a disk image file Одабери датотеку Ñлике диÑка You must select a disk image file to load. Морате одабрати Ñлику диÑка за учитавање. Select a kernel and/or initrd file Одабери језгро и/или initrd датотеку You must select a kernel and/or initrd file to load. Морате да изаберете језгро и / или initrd датотеку да Ñе учита. Diskimage file not found Датотека Ñлике диÑка није пронађена The specified diskimage file %1 does not exist. Ðаведена %1 датотека Ñлике диÑка не поÑтоји. Kernel file not found Датотека језгра није пронађена The specified kernel file %1 does not exist. Ðаведена %1 датотека језгра не поÑтоји. Initrd file not found Initrd датотека није пронађена The specified initrd file %1 does not exist. Ðаведена %1 initrd датотека не поÑтоји. %1 exists, overwrite? %1 поÑтоји, замени? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Датотека %1 већ поÑтоји. Одаберите 'Да за Ñве' за замену и без будућих упита, 'Да' за замену датотека на појединачној оÑнови, и 'Ðе' за задржавање ваше поÑтојеће варијанте. Ðко Ñте у недоумици, одаберите 'Да за Ñве'. %1 is out of space, abort installation? %1 је без Ñлободног проÑтора, прекидате инÑталацију? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. %1 директоријуму је понеÑтало Ñлободног проÑтора. ПритиÑни 'Да' за прекид инÑталације, 'Ðе' за занемаривање ове грешке и покушај наÑтавак инÑталације и 'Ðе за Ñве' за занемаривање Ñвих грешака недоÑтатка Ñлободног проÑтора. Locating kernel file in %1 Проналажење датотеке језгра у %1 Copying kernel file from %1 Копирање датотеке језгра из %1 Locating initrd file in %1 Тражење initrd датотеке у %1 Copying initrd file from %1 Копирање initrd датотеке из %1 Extracting bootloader configuration Подешавање издвајања покретачког програма <b>Extracting compressed iso:</b> %1 <b>Издвајање Ñабијеног ISO-а:</b> %1 Copying file, please wait... Копирање датотеке, Ñачекајте... <b>Source:</b> <a href="%1">%1</a> <b>Извор:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Одредиште:</b> %1 <b>Copied:</b> 0 bytes <b>Умножено је:</b> 0 бајта Extracting files, please wait... РаÑпакујем датотеке, молим Ñачекајте... <b>Archive:</b> %1 <b>Ðрхива:</b> %1 <b>Source:</b> <b>Извор:</b> <b>Destination:</b> <b>Одредиште:</b> <b>Extracted:</b> 0 of %1 files <b>РаÑпаковано је:</b> 0 од %1 датотеке <b>Source:</b> %1 (%2) <b>Извор:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Одредиште:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>РаÑпаковано је:</b> %1 од %2 датотека Downloading files, please wait... Преузимам датотеке, молим Ñачекајте... <b>Downloaded:</b> 0 bytes <b>Преузето је:</b> 0 бајта Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Преузимање %1 %2 Ñа %3 није уÑпело. Покушајте преузети ISO датотеку директно Ñа веб Ñтранице и додајте је путем Ñлике диÑка избора. <b>Downloaded:</b> %1 of %2 <b>Преузето је:</b> %1 од %2 <b>Copied:</b> %1 of %2 <b>Умножено је:</b> %1 од %2 Searching in <a href="%1">%1</a> Тражим у <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 одговарајућих у <a href="%3">%3</a> %1 not found ниÑам пронашао %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 није пронађен. То је потребно за %2 начин инÑталације. ИнÑталирајте "%3" пакет или еквивалент ваше диÑтрибуције. (Current) (Тренутно) (Done) (Урађено) Configuring grub2 on %1 Подешавам груб2 на %1 Configuring grldr on %1 Подешавам грлдр на %1 Configuring grub on %1 Подешавам груб на %1 Installing syslinux to %1 ИнÑталирам „syslinux“ на %1 Installing extlinux to %1 ИнÑталирам „extlinux“ на %1 Syncing filesystems УÑаглашавам ÑиÑтеме датотека Setting up persistence ПоÑтављање додатног Ñлободног проÑтора After rebooting, select the Ðакон препокретања, одаберите After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Ðакон препокретања, одаберите могућноÑÑ‚ подизања Ñа УСБ-а у BIOS изборнику .%1 Препокрени, одмах? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Ðаправљени УСБ Ñе неће подићи Ñа Mac рачунара. Ставите га у ЛР и одаберите могућноÑÑ‚ подизања Ñа УСБ-а у BIOS изборнику подизања.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *УПОЗОРЕЊЕ* Пре поновног покретања, Ñтавите Ubutnu алтернативну (не радну површину) инÑталацијÑку ISO датотеку у почетну фаÑциклу вашег тврдог диÑка или УСБ уређаја. Можете их набавити на 'cdimage.ubuntu.com' *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *УПОЗОРЕЊЕ* Пре поновног покретања, занемарите Ñве поруке грешака и одаберите назад ако Ñе појави упит за ЦД, затим идите у главни изборник, одаберите могућноÑÑ‚ 'Покрени инÑталацију', одаберите 'Мрежа' као извор, одаберите 'HTTP' као протокол, унеÑите 'mirrors.kernel.org' када Ñе појави одзив поÑлужитеља и унеÑите '/centos/%1/os/%2' када пита за фаÑциклу *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *УПОЗОРЕЊЕ* Пре поновног покретања, Ñтавите Debian инÑталацијÑку ISO датотеку у почетну фаÑциклу вашег тврдог диÑка или УСБ уређаја. Можете их набавити на cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *УПОЗОРЕЊЕ* Пре поновног покретања, занемарите Ñве поруке грешака и одаберите назад ако Ñе појави упит за ЦД, затим идите у главни изборник, одаберите могућноÑÑ‚ 'Покрени инÑталацију', одаберите 'Мрежа' као извор, одаберите 'HTTP' као протокол, унеÑите 'download.fedora.redhat.com', када Ñе појави одабир поÑлужитеља и унеÑите '/pub/fedora/linux/development/%1/os' када упита за фаÑциклу. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *УПОЗОРЕЊЕ* Пре поновног покретања, занемарите Ñве поруке грешака и одаберите назад ако Ñе појави упит за ЦД, затим идите у главни изборник, одаберите могућноÑÑ‚ 'Покрени инÑталацију', одаберите 'Мрежа' као извор, одаберите 'HTTP' као протокол, унеÑите 'download.fedora.redhat.com', када Ñе појави одабир поÑлужитеља и унеÑите '/pub/fedora/linux/releases/%1/Fedora/%2/os' када упита за фаÑциклу. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *УПОЗОРЕЊЕ* Пре поновног покретања, занемарите Ñве поруке грешака и одаберите назад ако Ñе појави упит за ЦД, затим идите у главни изборник, одаберите могућноÑÑ‚ 'Покрени инÑталацију', одаберите 'Мрежа' као извор, одаберите 'HTTP' као протокол, унеÑите 'download.opensuse.org', када Ñе појави одабир поÑлужитеља и унеÑите '/factory/repo/oss' када упита за фаÑциклу. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *УПОЗОРЕЊЕ* Пре поновног покретања, занемарите Ñве поруке грешака и одаберите назад ако Ñе појави упит за ЦД, затим идите у главни изборник, одаберите могућноÑÑ‚ 'Покрени инÑталацију', одаберите 'Мрежа' као извор, одаберите 'HTTP' као протокол, унеÑите 'download.opensuse.org', када Ñе појави одабир поÑлужитеља и унеÑите '/distribution/%1/repo/oss' када упита за фаÑциклу. == Select Distribution == == Изабери диÑтрибуцију == == Select Version == == Изабери издање == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Добродошли у <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, универзални мрежни покретачки инÑталер. Употреба:<ol><li>Одаберите диÑтрибуцију и издање за преузимање Ñа ÑпиÑкаа изнад или ручно одаберите датотеке за учитавање иÑпод</li><li>Одаберите врÑту инÑталације и притиÑните У реду за почетак инÑталације.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Почетна Ñтраница:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>ОпиÑ:</b> Arch Linux је једноÑтавна диÑтрибуција прилагођена брзини и флекÑибилноÑти.<br/><b>Ðапомена инÑталације:</b> ОÑновно издање омогућује инÑталацију путем интернета (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Почетна Ñтраница:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>ОпиÑ:</b> BackTrack је диÑтрибуција уÑреÑређена на анализу мреже и проверу пропуÑноÑти иÑте.<br/><b>Ðапомена инÑталације:</b> BackTrack Ñе подиже и покреће уживо, инÑталација није потребна за коришћење. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Почетна Ñтраница:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>ОпиÑ:</b> CentOS је беÑплатан Red Hat Enterprise Linux дупликат.<br/><b>Ðапомена инÑталације:</b> Подразумевано издање омогућује инÑталацију путем интернета (FTP) или инÑталацију Ñа раније преузетих ISO датотека. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Почетна Ñтраница:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>ОпиÑ:</b> CloneZilla диÑтрибуција Ñе кориÑти за прављење причувне диÑка.<br/><b>Ðапомена инÑталације:</b> CloneZilla Ñе подиже и покреће уживо, инÑталација није потребна за коришћење. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Почетна Ñтраница:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>ОпиÑ:</b> Damn Small Linux је мала диÑтрибуција направљена за Ñтарије рачунаре.<br/><b>Ðапомена инÑталације:</b> Уживо издање начина рада учитава цели ÑиÑтем у RAM и покреће Ñе из меморије, дакле инÑталација није потребна већ је препуштена избору. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Почетна Ñтраница:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>ОпиÑ:</b> Debian је Linux диÑтрибуција развијена од Ñтране заједнице која подржава разноврÑне архитектуре и нуди велико Ñкладиште за пакете.<br/><b>Ðапомене инÑталације:</b> NetInstall верзија допушта инÑталацију путем FTP-а. Ðко желите кориÑтити инÑталацију Ñа раније преузетих ISO датотека, кориÑтите HdMedia могућноÑÑ‚ и затим Ñтавите ISO инÑталацијÑку датотеку у оÑновну фаÑциклуј вашег тврдог диÑка или УСБ уређаја. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Почетна Ñтраница:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>ОпиÑ:</b> Dreamlinux је онова Debian диÑтрибуција прилагођена кориÑницима за једноÑтавније кориштење.<br/><b>Ðапомена инÑталације:</b> Уживо издање допушта покретање у Уживо, из којега Ñе инÑталација може покренути према потреби. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Почетна Ñтраница:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>ОпиÑ:</b> Dr.Web AntiVirus је Ð°Ð½Ñ‚Ð¸Ð²Ð¸Ñ€ÑƒÑ Ð·Ð° хитно Ñпашавање ÑиÑтема који Ñе Ñрушио због злонамерног кода.<br/><b>Ðапомена инÑталације:</b> Уживо издање допушта покретање Уживо, из којег Ñе може покренути претраживање злонамерних кодова. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Почетна Ñтраница:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>ОпиÑ:</b> Elive је диÑтрибуција заÑнована на Debianu која промовише Enlightenment радно окружење.<br/><b>Ðапомена инÑталације:</b> Уживо издање допушта покретање Уживо, из којега Ñе инÑталација може покренути према потреби. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Почетна Ñтраница:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>ОпиÑ:</b> Fedora је Red Hat диÑтрибуција ÑпонзориÑана од Ñтране заједнице која приказује најновији врхунÑки Ñофтвер Ñлободног/отвореног кôда.<br/><b>Ðапомена инÑталације:</b> Уживо издање допушта покретање Уживо, из којега Ñе инÑталација може покренути према потреби. NetInstall издање омогућује инÑталацију путем интернета (FTP) или инÑталацију без прикључка на интернет кориÑтећи раније преузете инÑталацијÑке ISO датотеке. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Почетна Ñтраница:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>ОпиÑ:</b> FreeBSD је УникÑолики оперативни ÑиÑтем опште намене дизајниран у Ñврху проширивоÑти и перформанÑи.<br/><b>Ðапомена инÑталације:</b> Подразумевано издање омогућује инÑталацију преко интернета (FTP) или инÑталацију без прикључка на интернет кориÑтећи раније преузете инÑталацијÑке ISO датотеке. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Почетна Ñтраница:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>ОпиÑ:</b> FreeDOS је беÑплатан MS-DOS компатибилини оперативни ÑиÑтем.<br/><b>Ðапомена инÑталације:</b> Погледајте <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">упутÑтво</a> за појединоÑти инÑталације. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Почетна Ñтраница:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>ОпиÑ:</b> FreeNAS има уграђени NAS (Network-Attached Storage) отвореног кода, то је диÑтрибуција заÑнована на FreeBSD-у.<br/><b>Ðапомена инÑталације:</b> Живо издање Ñтвара RAM диÑк за FreeNAS и кориÑти FAT форматирану диÑкету или УСБ уређај за чување датотека подешавања. Уграђена верзија допушта инÑталацију на тврди диÑк. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Почетна Ñтраница:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>ОпиÑ:</b> Frugalware је диÑтрибуција опште намене заÑнована на Slackware за напредне кориÑнике.<br/><b>Ðапомена инÑталације:</b>Подразумевана могућноÑÑ‚ омогућује инÑталацију преко интернета (FTP) или инÑталацију без прикључка на интернет кориÑтећи раније преузете инÑталацијÑке ISO датотеке. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Почетна Ñтраница:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>ОпиÑ:</b> GeeXboX је диÑтрибуција Ñа уграђеним Linux МедијÑким центром.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Почетна Ñтраница:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>ОпиÑ:</b> gNewSense је FSF-подржана диÑтрибуција заÑнована на Ubuntu Ñа уклоњеним Ñвим неÑлободним компонентама.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начину рада из којега Ñе инÑталација може покренути према потреби. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Почетна Ñтраница:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>ОпиÑ:</b> Gujin је графички управљач покретања оперативних ÑиÑтема који може покретати ÑиÑтеме Ñа различитих уређаја и датотека.<br/><b>Ðапомена инÑталације:</b> Gujin Ñе једноÑтавно подигне и покрене, инÑталација није потребна за коришћење. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Почетна Ñтраница:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>ОпиÑ:</b> Kaspersky Rescue ДиÑк открива и уклања штеточине из ваше Windows инÑталације.<br/><b>Ðапомена инÑталације:</b> Уживо издање допушта покретање Уживо из које Ñе може покренути претраживање злонамерног кода. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Почетна Ñтраница:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>ОпиÑ:</b> Kubuntu је Ñлужбени Ubuntu дериват који долази Ñа KDE радним окружењем.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начину рада из којега Ñе инÑталација може каÑније покренути према потреби. NetInstall издање допушта инÑталацију преко FTP-а и може инÑталирати Kubuntu и друге Ñлужбене Ubuntu деривате. Ðко желите кориÑтити раније преузету алтернативну (не Ñтону) инÑталацијÑку ISO датотеку, кориÑтитите HdMedia могућноÑÑ‚ и затим Ñтавите алтернативну ISO датотеку у почетни директоријум вашег тврдог диÑка или УСБ уређаја. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Почетна Ñтраница:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>ОпиÑ:</b> LinuxConsole је диÑтрибуција Ñ Ñ€Ð°Ð´Ð½Ð¸Ð¼ окружењем намењена игрању, лака за инÑталацију и брзо Ñе покреће.<br/><b>Ðапомена инÑталације:</b> 1.0.2010 је поÑледње издање 1.0, Ñада је доÑтупно као 'померајуће' издање (покрените 'уживо ажурирај за ажурирање модула и језгра). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Почетна Ñтраница:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>ОпиÑ:</b> Linux Mint је заÑнован на Ubuntu диÑтрибуцији прилагођена је кориÑницима за једноÑтавније коришћење која Ñадржи додатне влаÑничке кодеке и оÑтали Ñофтвер.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начин рада из којега Ñе инÑталација може каÑније покренути према потреби. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Почетна Ñтраница:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>ОпиÑ:</b> Lubuntu је Ñлужбени Ubuntu дериват који долази Ñа LXDE радним окружјем.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начину рада из којега Ñе инÑталација може каÑније покренути према потреби. NetInstall издање дозвољава инÑталацију преко FTP-а и може инÑталирати Lubuntu и друге Ñлужбене Ubuntu деривате. Ðко желите кориÑтити раније преузету алтернативну (не Ñтоно) инÑталацијÑку ISO датотеку, кориÑтитите HdMedia могућноÑÑ‚ и затим Ñтавите алтернативну ISO датотеку у почетни директориј вашег тврдог диÑка или УСБ уређаја. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Почетна Ñтраница:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>ОпиÑ:</b> Mandriva је диÑтрибуција прилагођена кориÑницима за једноÑтавније коришћење, раније позната као Mandrake Linux.<br/><b>Ðапомена инÑталације:</b> Уживо издање допушта покретање Уживо из којега Ñе инÑталација може каÑније покренути према потреби. NetInstall издање омогућује инÑталацију путем интернета (FTP) или инÑталацију без прикључка на интернет кориÑтећи раније преузете <a href="http://www.mandriva.com/en/download">"БеÑплатне" инÑталацијÑке ISO датотеке</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Почетна Ñтраница:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>ОпиÑ:</b> MEPIS је заÑнован на Debian диÑтрибуцији. SimplyMEPIS је диÑтрибуција прилагођена кориÑницима за једноÑтавније коришћење, заÑнована на KDE радном окружењу, док је AntiX једноÑтавније издање намењено Ñтаријим рачуналима.<br/><b>Ðапомена инÑталације:</b> MEPIS подржава покретање у Живом начину рада из којег Ñе инÑталација може каÑније покренути. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Почетна Ñтраница:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>ОпиÑ:</b> NetbootCD је мали CD за покретање диÑтрибуција, који преузима и покреће мрежно заÑноване инÑталације диÑтрибуција.<br/><b>Ðапомена инÑталације:</b> NetbootCD Ñе подиже и покреће у Живом начину рада. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Почетна Ñтраница:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>ОпиÑ:</b> NimbleX је мала ÑвеÑтрана на Slackware заÑнована диÑтрибуција. Ðаправљена је кориштењем linux-live Ñкрипти и Ñадржи KDE радно окружење. Може Ñе покренути Ñа CD-a или флеш меморије (УСБ уређаја или MP3 пуштача) и може Ñе Ñ Ð»Ð°ÐºÐ¾Ñ›Ð¾Ð¼ прилагођавати и проширивати.<br/><b>Ðапомена инÑталације:</b> NimbleX Ñе покреће у Живом начину рада. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Почетна Ñтраница:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>ОпиÑ:</b> Без мрежни NT уређивач лозинки и региÑтра може поништити Windows лозинке и уређивати региÑтре на Windows 2000-Vista.<br/><b>Ðапомена инÑталације:</b> NTPasswd Ñе подиже и покреће у Живом начину рада, инÑталација није потребна за коришћење <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Почетна Ñтраница:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>ОпиÑ:</b> openSUSE диÑтрибуција је прилагођена кориÑницима за једноÑтавније коришћење ÑпонзориÑана од Ñтране Novella.<br/><b>Ðапомена инÑталације:</b> Подразумевана варијанта омогућује инÑталацију преко интернета (FTP) или инÑталацију без прикључка на интернет кориÑтећи раније преузете инÑталацијÑке ISO датотеке. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Почетна Ñтраница:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>ОпиÑ:</b> Ophcrack може открити Windows лозинке.<br/><b>Ðапомена инÑталације:</b> Ophcrack Ñе подиже и покреће у Живом начину рада, инÑталација није потребна за коришћење. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Почетна Ñтраница:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>ОпиÑ:</b> Parted Magic укључује GParted управљача партицијама и друге алате ÑиÑтема који могу мењати величину, копирати, израђивати причувне и управљати партицијама диÑка.<br/><b>Ðапомена инÑталације:</b> Parted Magic Ñе подиже и покреће у Живом начину рада, инÑталација није потребна за коришћење. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Почетна Ñтраница:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>ОпиÑ:</b> Puppy Linux је диÑтрибуција прилагођена кориÑницима за једноÑтавније коришћење намењена Ñтаријим рачунарима.<br/><b>Ðапомена инÑталације:</b> Живо издање начина рада учитава цели ÑиÑтем у RAM и покреће Ñе из меморије, дакле инÑталација није потребна већ је препуштена избору. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Почетна Ñтраница:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>ОпиÑ:</b> Sabayon Linux је заÑнован на Gentoo Live DVD диÑтрибуцији која Ñе иÑтиче Entropy бинарним управљачем пакетима заÑнована на Portageu.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начину рада, из којега Ñе инÑталација може покренути према потреби. LiteMCE је издање од 2 GB док је за цело издање потребан 8 GB УСБ уређај. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Почетна Ñтраница:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>ОпиÑ:</b> Salix је GNU/Linux диÑтрибуција заÑнована на Slackware-у (потпуно компатибилна) због тога је једноÑтавна, брза и лагана за коришћење.<br/>Попут бонÑаиа, Salix је мала, једноÑтавна диÑтрибуција и пружа неограничену подршку производима.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начину рада, из којега Ñе инÑталација може покренути према потреби.<br/>Подразумевана почетна лозинка је <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Почетна Ñтраница:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>ОпиÑ:</b> Slax је диÑтрибуција заÑнована на Slackware, која долази Ñа KDE радним окружењем.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начину рада, из којега Ñе инÑталација може покренути према потреби. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Почетна Ñтраница:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>ОпиÑ:</b> SliTaz је једноÑтавна микро диÑтрибуција уÑмерена на радно окружење.<br/><b>Ðапомена инÑталације:</b> Живо издање начина рада учитава цели ÑиÑтем у RAM и покреће Ñе из меморије, дакле инÑталација није потребна већ је препуштена избору. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Почетна Ñтраница:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>ОпиÑ:</b> Smart Boot Manager је покретач ÑиÑтема који може решити нека BIOS ограничења и грешке.<br/><b>Ðапомена инÑталације:</b> SBM Ñе једноÑтавно подигне и покрене, инÑталација није потребна за коришћење. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Почетна Ñтраница:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>ОпиÑ:</b> Super Grub Disk је покретач ÑиÑтема који може изводити разне - MBR и покретач ОС - задатке опоравка.<br/><b>Ðапомена инÑталације:</b> SGD Ñе једноÑтавно подигне и покрене, инÑталација није потребна за коришћење. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Почетна Ñтраница:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>ОпиÑ:</b> Super OS је неÑлужбени дериват Ubuntu која укључује додатни Ñофтвер подразумевано. Захтева 2GB УСБ уређаја за инÑталацију.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начину рада, из којега Ñе инÑталација може покренути према потреби. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Почетна Ñтраница:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>ОпиÑ:</b> Ubuntu је једноÑтавна диÑтрибуција заÑнована на Debian. Тренутно је најпопуларнија Linux диÑтрибуција Ñа радним окружењем.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начину рада, из којега Ñе инÑталација може покренути према потреби. NetInstall издање дозвољава инÑталацију преко FTP-a и може инÑталирати Kubuntu и друге Ñлужбене Ubuntu деривате. Ðко желите кориÑтити раније преузету алтернативну (не Ñтону) инÑталацијÑку ISO датотеку, кориÑтитите HdMedia могућноÑÑ‚ и затим Ñтавите алтернативну ISO датотеку у почетни директоријум вашег тврдог диÑка или УСБ уређаја. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Почетна Ñтраница:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>ОпиÑ:</b> xPUD је једноÑтавна диÑтрибуција која Ñе одликује једноÑтавним Ñучељем киоÑк изгледа Ñа веб прегледачем и медијÑким пуштачем.<br/><b>Ðапомена инÑталације:</b> Живо издање учитава цео ÑиÑтем у RAM и покреће Ñе из меморије. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Почетна Ñтраница:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>ОпиÑ:</b> Xubuntu је Ñлужбени Ubuntu дериват који долази Ñа XFCE радним окружењем.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начину рада из којега Ñе инÑталација може каÑније покренути према потреби. NetInstall издање допушта инÑталацију преко FTP-а и може инÑталирати Xubuntu и друге Ñлужбене Ubuntu деривате. Ðко желите кориÑтити раније преузету алтернативну (не Ñтону) инÑталацијÑку ISO датотеку, кориÑтитите HdMedia могућноÑÑ‚ и затим Ñтавите алтернативну ISO датотеку у почетни директоријум вашег тврдог диÑка или УСБ уређаја. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Почетна Ñтраница:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>ОпиÑ:</b> Zenwalk је диÑтрибуција базирана на Slackware Ñа XFCE радним окружењем.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начину рада, из којега Ñе инÑталација може покренути према потреби. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Почетна Ñтраница:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>ОпиÑ:</b> EeePCLinuxOS је кориÑнички једноÑтавна диÑтрибуција базирана на PCLinuxOS за EeePC.<br/><b>Ðапомена инÑталације:</b> ОÑигурајте да је медиј празан и форматиран пре почетка инÑталације. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Почетна Ñтраница:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>ОпиÑ:</b> Ubuntu Eee није Ñамо Ubuntu прилагођен за Asus Eee PC. То је оперативни ÑиÑтем, који кориÑти Netbook Remix Ñучеље, који укључује најбоље што Ñофтвер може понудити на уштрб алтернативи отвореног кода (нпр. Skype умеÑто Ekiga).<br/><b>Ðапомена инÑталације:</b> ОÑигурајте да је медиј празан и форматиран пре почетка инÑталације. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Почетна Ñтраница:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>ОпиÑ:</b> Elive је диÑтрибуција заÑнована на Debian која укључује Enlightenment радно окружење.<br/><b>Ðапомена инÑталације:</b> Живо издање допушта покретање у Живом начину рада, из којега Ñе инÑталација може покренути према потреби. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Web stranica:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Opis:</b> Kiwi Linux je Ubuntu derivat prvobitno namenjen korisnicima koji koriste Rumunski, MaÄ‘arski i Engleski.<br/><b>Instalaciona napomena:</b> Pre instalacije obezbediti prazan i formatizovan medijum. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Почетна Ñтраница:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>ОпиÑ:</b> gNewSense је виÑоко квалитетна GNU/Linux диÑтрибуција која проширује и побољшава Ubuntu Ñтварајући потпуно Ñлободан операцијÑки ÑиÑтем без било каквих бинарних грешака или пакета који Ñадрже влаÑнички Ñофтвер.<br/><b>Ðапомена инÑталације:</b> ОÑигурајте празан и форматирани медиј пре наÑтавка инÑталације. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Почетна Ñтраница:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>ОпиÑ:</b> NimbleX је мала разноврÑна на Slackware заÑнована диÑтрибуција. Створена је коришћењем linux-live Ñкрипти и изгледа као KDE радно окружење. Може бити покренута Ñа ЦД или флеш меморије (УСБ уређаја или МП3 пуштача) и једноÑтавно Ñе може прилагодити и проширити.<br/><b>Ðапомена инÑталације:</b> NimbleX Ñе покреће из Живог начина рада. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Почетна Ñтраница:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>ОпиÑ:</b> SliTaz је једноÑтавна микро диÑтрибуција уÑмерена на радно окружење.<br/><b>Ðапомене инÑталације:</b> Живо издање начина рада учитава цели ÑиÑтем у RAM и покреће Ñе из меморије, дакле инÑталација није потребна већ је препуштена избору. Овај инÑталер је базиран на <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Почетна Ñтраница:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>ОпиÑ:</b> xPUD је једноÑтавна диÑтрибуција која Ñе одликује једноÑтавним Ñучељем киоÑк изгледа Ñа веб прегледачем и медијÑким пуштачем.<br/><b>Ðапомена инÑталације:</b> Живо издање учитава цели ÑиÑтем у RAM и покреће Ñе из меморије. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Изабери Ñа ÑпиÑка подржаних диÑтрибуција &Distribution &ДиÑтрибуција Specify a disk image file to load Ðаведите датотеку Ñлике диÑка за учитавање Disk&image &Слика диÑка Manually specify a kernel and initrd to load Ручно одредите језгро и initrd за учитавање &Custom &Произвољно Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Додатни проÑтор који Ñе кориÑти за чување датотека при поновном покретању. Ради Ñамо на LiveUSB за Ubuntu и дериватима. Ðко вредноÑÑ‚ прелази капацитет диÑка иÑкориÑти ће Ñе макÑимално раÑположиви проÑтор. Space used to preserve files across reboots (Ubuntu only): Додатни проÑтор који Ñе кориÑти за чување датотека при поновном покретању (Ñамо Ubuntu): MB MB OK У реду Return Врати Cancel Откажи Esc Изађи Reboot Now Поново покрени Ñада Exit ÐапуÑти 1. Downloading Files 1. Преузимам датотеке 2. Extracting and Copying Files 2. РаÑпакујем и умножавам датотеке 3. Installing Bootloader 3. ИнÑталирам подизач ÑиÑтема 4. Installation Complete, Reboot 4. ИнÑталација је завршена, поново подижем ÑиÑтем Select the target drive to install to Изабери одредишни диÑк за инÑталацију Dri&ve: &ДиÑк Select the installation target type Изаберите врÑту одредишта инÑталације &Type: &Ð’Ñ€Ñта: Select the distribution version Изаберите издање диÑтрибуције Select disk image file Изабери датотеку Ñлике диÑка ... ... Select the disk image type Изаберите врÑту Ñлике диÑка Specify a floppy/hard disk image, or CD image (ISO) file to load Ðаведите Ñлику диÑкете/тврдог диÑка или датотеку CD Ñлике (ISO) за учитавање Specify a kernel file to load Ðаведите датотеку језгра за учитавање Select kernel file Изаберите датотеку језгра Specify an initrd file to load Ðаведите initrd датотеку за учитавање Select initrd file Изабери initrd датотеку Select syslinux.cfg or isolinux.cfg file Изаберите датотеку „syslinux.cfg“ или „isolinux.cfg“ Specify parameters and options to pass to the kernel Ðаведите параметре и могућноÑти који ће Ñе поÑлати језгру &Kernel: &Језгро: Init&rd: Инит&рд: &Options: &Избори: uninstaller Uninstallation Complete ДеинÑталација је завршена %1 has been uninstalled. %1 је деинÑталиран. Must run as root Морате покренути као админиÑтратор %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 мора бити покренути као Изворни. Затворите га и поновно покрените кориÑтећи га или:<br/><b>sudo %1</b><br/>или:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 деинÑталер %1 is currently installed. Remove the existing version? %1 је тренутно инÑталиран. Да уклоним поÑтојеће издање? unetbootin_sv.ts000644 000765 000024 00000202604 12325150343 014417 0ustar00gezastaff000000 000000 QObject LeftToRight LeftToRight unetbootin Hard Disk HÃ¥rddisk USB Drive USB-enhet ISO ISO Floppy Diskett either antingen LiveUSB persistence FAT32-formatted USB drive FAT32-Formaterat USB Minne EXT2-formatted USB drive EXT2-Formaterat USB Minne Open Disk Image File Öppna avbildningsfil All Files Alla filer All Files (*) Alla filer (*) Open Kernel File Öppna kärnfil Open Initrd File Öppna initrd-fil Open Bootloader Config File Öppna konfigurationsfil för starthanterare Insert a USB flash drive Anslut en USB-lagringsenhet No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Inga USB-lagringsenheter hittades. Om du redan har anslutit en USB-enhet, prova att formatera om den som FAT32. %1 not mounted %1 är inte monterad You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Du mÃ¥ste först montera USB-enheten %1 till en monteringspunkt. De flesta distributioner kommer att göra detta automatiskt efter att du kopplar frÃ¥n och ansluter USB-enheten igen. Select a distro Välj en distribution You must select a distribution to load. Du mÃ¥ste välja en distribution att läsa in. Select a disk image file Välj en avbildningsfil You must select a disk image file to load. Du mÃ¥ste välja en avbildningsfil att läsa in. Select a kernel and/or initrd file Välj en kärn- och/eller initrd-fil You must select a kernel and/or initrd file to load. Du mÃ¥ste välja en kärn- och/eller initrd-fil att läsa in. Diskimage file not found Avbildningsfilen hittades inte The specified diskimage file %1 does not exist. Den angivna avbildningsfilen %1 finns inte. Kernel file not found Kärnfilen hittades inte The specified kernel file %1 does not exist. Den angivna kärnfilen %1 finns inte. Initrd file not found Initrd-fil hittades inte The specified initrd file %1 does not exist. Den angivna initrd-filen %1 finns inte. %1 exists, overwrite? %1 finns redan, vill du skriva över? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Filen %1 finns redan. Tryck pÃ¥ "Ja för alla" för att skriva över dem och inte bli tillfrÃ¥gad igen, "Ja" för att skriva över filer pÃ¥ individuell basis, samt "Nej" för att hÃ¥lla kvar din befintliga version. Om du är osäker, tryck pÃ¥ "Ja för alla". %1 is out of space, abort installation? %1 har slut pÃ¥ utrymme, vill du avbryta installationen? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Katalogen %1 har slut pÃ¥ utrymme. Tryck pÃ¥ "Ja" för att avbryta installationen, "Nej" för att ignorera detta fel och försöka att fortsätta installationen, samt "Nej till alla" för att ignorera alla relaterade fel. Locating kernel file in %1 Lokaliserar kärnfil i %1 Copying kernel file from %1 Kopierar kärnfil frÃ¥n %1 Locating initrd file in %1 Lokaliserar initrd-fil i %1 Copying initrd file from %1 Kopierar initrd-fil frÃ¥n %1 Extracting bootloader configuration Extraherar konfiguration för starthanterare <b>Extracting compressed iso:</b> %1 <b>Extraherar komprimerad iso:</b> %1 Copying file, please wait... Kopierar fil, vänta... <b>Source:</b> <a href="%1">%1</a> <b>Källa:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>MÃ¥l:</b> %1 <b>Copied:</b> 0 bytes <b>Kopierat:</b> 0 byte Extracting files, please wait... Extraherar filer, vänta... <b>Archive:</b> %1 <b>Arkiv:</b> %1 <b>Source:</b> <b>Källa:</b> <b>Destination:</b> <b>MÃ¥l:</b> <b>Extracted:</b> 0 of %1 files <b>Extraherat:</b> 0 av %1 filer <b>Source:</b> %1 (%2) <b>Källa:</b> %1 (%2) <b>Destination:</b> %1%2 <b>MÃ¥l:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extraherat:</b> %1 av %2 filer Downloading files, please wait... Hämtar filer, vänta... <b>Downloaded:</b> 0 bytes <b>Hämtat:</b> 0 byte Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Hämtat:</b> %1 av %2 <b>Copied:</b> %1 of %2 <b>Kopierat:</b> %1 av %2 Searching in <a href="%1">%1</a> Söker i <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 sökträffar i <a href="%3">%3</a> %1 not found %1 hittades inte %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 hittades inte. Den krävs för installationsläget %2. Installera paketet "%3" eller din distributions motsvarighet. (Current) (Aktuell) (Done) (Utförd) Configuring grub2 on %1 Konfigurerar grub2 pÃ¥ %1 Configuring grldr on %1 Konfigurerar grldr pÃ¥ %1 Configuring grub on %1 Konfigurerar grub pÃ¥ %1 Installing syslinux to %1 Installerar syslinux pÃ¥ %1 Installing extlinux to %1 Installerar extlinux pÃ¥ %1 Syncing filesystems Synkroniserar filsystem Setting up persistence After rebooting, select the Efter omstart, välj After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Efter omstart, välj uppstartsalternativet för USB i BIOS-uppstartsmenyn%1 Starta om nu? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *VIKTIGT* Innan omstart, lägg till en ISO-installationsfil av Ubuntu alternate (inte desktop) i rootmappen pÃ¥ din hÃ¥rddisk eller USB-minne. Dessa kan laddas ner frÃ¥n cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *VIKTIGT* Efter omstart, ignorera varenda felmeddelande och välj "back" om du blir tillfrÃ¥gad om en cd. GÃ¥ sedan till huvudmenyn, välj alternativet "Start Installation", välj "Network" som källa, välj "HTTP" som protokoll, ange "mirrors.kernel.org" när du tillfrÃ¥gas om en server och ange "/centos/%1/os/%2" när du tillfrÃ¥gas om mappen. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *VIKTIGT* Innan omstart, lägg till en ISO-installationsfil av Debian i rootmappen pÃ¥ din hÃ¥rddisk eller USB-minne. Dessa kan laddas ner frÃ¥n cdimage.debian.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *VIKTIGT* Efter omstart, ignorera varenda felmeddelande och välj "back" om du blir tillfrÃ¥gad om en cd. GÃ¥ sedan till huvudmenyn, välj alternativet "Start Installation", välj "Network" som källa, välj "HTTP" som protokoll, ange "download.fedora.redhat.com" när du tillfrÃ¥gas om en server och ange "/pub/fedora/linux/development/%1/os" när du tillfrÃ¥gas om mappen. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *VIKTIGT* Efter omstart, ignorera varenda felmeddelande och välj "back" om du blir tillfrÃ¥gad om en cd. GÃ¥ sedan till huvudmenyn, välj alternativet "Start Installation", välj "Network" som källa, välj "HTTP" som protokoll, ange "download.fedora.redhat.com" när du tillfrÃ¥gas om en server och ange "/pub/fedora/linux/releases/%1/Fedora/%2/os" när du tillfrÃ¥gas om mappen. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *VIKTIGT* Efter omstart, ignorera varenda felmeddelande och välj "back" om du blir tillfrÃ¥gad om en cd. GÃ¥ sedan till huvudmenyn, välj alternativet "Start Installation", välj "Network" som källa, välj "HTTP" som protokoll, ange "download.opensuse.org" när du tillfrÃ¥gas om en server och ange "/factory/repo/oss" när du tillfrÃ¥gas om mappen. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *VIKTIGT* Efter omstart, ignorera varenda felmeddelande och välj "back" om du blir tillfrÃ¥gad om en cd. GÃ¥ sedan till huvudmenyn, välj alternativet "Start Installation", välj "Network" som källa, välj "HTTP" som protokoll, ange "download.opensuse.org" när du tillfrÃ¥gas om en server och ange "/distribution/%1/repo/oss" när du tillfrÃ¥gas om mappen. == Select Distribution == == Välj distribution == == Select Version == == Välj version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Välkommen till <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. Användning:<ol><li>Välj en distribution och version att hämta frÃ¥n ovanstÃ¥ende lista, eller ange filer att läsa in manuellt nedan.</li><li>Välj en installationstyp och tryck pÃ¥ OK för att pÃ¥börja installationen.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Webbplats:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b> Beskrivning:</b> Arch Linux är en lättviktig distribution som är optimerad för snabbhet och flexibilitet.<br/><b>Installationsnotering:</b>Standardversionen tillÃ¥ter installation över internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Webbplats:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Beskrivning:</b> BackTrack är en distribution inriktad pÃ¥ nätverksanalys och infiltrationstestning. <br/><b>Installationsnotering:</b> BackTrack startas upp och körs i "live"-läge; ingen installation krävs för att använda det. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webbplats:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Beskrivning:</b> CentOS är en fri klon av Red Hat Enterprise Linux.<br/><b>Installationsnotering:</b> Standardversionen tillÃ¥ter bÃ¥de installation över internet (FTP), samt offlineinstallation med förhämtade ISO-installationsfiler. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Webbplats:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Beskrivning:</b> CloneZilla är en distribution som används för säkerhetskopiering och avbildning.<br/><b>Installationsnotering:</b> CloneZilla startas upp och körs i "live"-läge; ingen installation krävs för att använda det. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Webbplats:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Beskrivning:</b> Damn Small Linux är en minimalistisk distribution utformad för äldre datorer.<br/><b>Installationsnotering:</b> "Live"-versionen läser in hela systemet i RAM-minnet och startar upp frÃ¥n minnet, sÃ¥ installation är inte nödvändigt men frivilligt. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian är en community-baserad Linux distribution som stödjer ett bred sortiment av arkitekturer och tillgodogör ett stort förrÃ¥d med paket.<br/><b>Installations anvisningar:</b> Netinstall versionen möjliggör installation över FTP. Om du vill ladda ner en färdigladdad install iso, använd HdMedia valet, och sedan placerar du installations iso filen i root mappen pÃ¥ din hÃ¥rddisk eller USB minne. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Webbplats:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Beskrivning:</b> Super Grub Disk är en starthanterare som kan utföra ett flertal Ã¥terställningsÃ¥tgärder för MBR och starthanterare.<br/><b>Installationsnotering:</b> SGD bara startar upp och körs; ingen installation krävs för att använda det. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Webbplats:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Beskrivning:</b> EeePCLinuxOS är en användarvänlig PCLinuxOS-baserad distribution för EeePC:n.<br/><b>Installationsnotering:</b> Kontrollera att installationsmediet är tomt och formaterat innan du fortsätter installationen. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Webbplats:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Beskrivning:</b> Ubuntu Eee är inte bara Ubuntu-optimerat för Asus Eee PC, det är ett operativsystem som använder Netbook Remix-gränssnittet, som gynnar den bästa programvaran tillgänglig istället för öppen källkodsalternativ (t.ex. Skype istället för Ekiga).<br/><b>Installationsnotering:</b> Kontrollera att installationsmediet är tomt och formaterat innan du fortsätter installationen. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Välj frÃ¥n en lista över distributioner som stöds &Distribution &Distribution Specify a disk image file to load Ange en avbildningsfil att läsa in Disk&image Diska&vbildning Manually specify a kernel and initrd to load Ange kärn- och initrd-fil att läsa in manuellt &Custom A&npassa Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK OK Return GÃ¥ tillbaka Cancel Avbryt Esc Esc Reboot Now Starta om nu Exit Avsluta 1. Downloading Files 1. Hämtar filer 2. Extracting and Copying Files 2. Extraherar och kopierar filer 3. Installing Bootloader 3. Installerar starthanterare 4. Installation Complete, Reboot 4. Installationen är färdig, Starta om datorn Select the target drive to install to Ange mÃ¥lenhet för installerationen Dri&ve: En&het: Select the installation target type Ange typ för installationsmÃ¥l &Type: &Typ: Select the distribution version Välj distributionsversion Select disk image file Välj avbildningsfil ... ... Select the disk image type Välj typ av avbildningsfil Specify a floppy/hard disk image, or CD image (ISO) file to load Ange en avbildningsfil för diskett/hÃ¥rddisk eller cd-avbildningsfil (ISO) att använda Specify a kernel file to load Ange kärnfil att läsa in Select kernel file Välj kärnfil Specify an initrd file to load Ange en initrd-fil att läsa in Select initrd file Välj initrd-fil Select syslinux.cfg or isolinux.cfg file Välj syslinux.cfg- eller isolinux.cfg-fil Specify parameters and options to pass to the kernel Ange parametrar och alternativ att skicka till kärnan &Kernel: &Kärna: Init&rd: Init&rd: &Options: A&lternativ: uninstaller Uninstallation Complete Avinstallation slutförd %1 has been uninstalled. %1 har avinstallerats. Must run as root MÃ¥ste köras som root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Avinstallerare %1 is currently installed. Remove the existing version? %1 är för tillfället installerad, vill du ta bort befintlig version? unetbootin_sw.ts000644 000765 000024 00000155475 12325150343 014435 0ustar00gezastaff000000 000000 QObject LeftToRight unetbootin Hard Disk USB Drive ISO Floppy either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files Mafaili yote All Files (*) Mafaili you (*) Open Kernel File Fungua faili la Kernel Open Initrd File Fungua faili la Initrd Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted %1 haijasimikwa You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro Chagua distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_tr.ts000644 000765 000024 00000254207 12325150343 014422 0ustar00gezastaff000000 000000 QObject LeftToRight SoldanSaÄŸa unetbootin Hard Disk Sabit Disk USB Drive USB Sürücü ISO ISO Floppy Disket Sürücü either ikisinden biri LiveUSB persistence ÇalışanUSB sürekliliÄŸi FAT32-formatted USB drive FAT32-biçimli USB sürücü EXT2-formatted USB drive EXT2-biçimli USB sürücü Open Disk Image File Disk Kalıp Dosyası Aç All Files Tüm Dosyalar All Files (*) Tüm Dosyalar (*) Open Kernel File Kernel Dosyası Aç Open Initrd File Initrd Dosyası Aç Open Bootloader Config File Bootloader Yapılandırma Dosyası Aç Insert a USB flash drive USB Bellek Sürücü Takın No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB Flash sürücü bulunamadı. EÄŸer USB sürücü taktıysanız FAT32 olarak biçimlendirin. %1 not mounted %1 baÄŸlanmadı You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. İlk olarak USB sürücü %1'i bir baÄŸlama noktasına baÄŸlamalısınız. Birçok dağıtım bu iÅŸlemi USB sürücüsünü çıkarıp tekrar taktığınızda otomatik olarak yapmaktadır. Select a distro Bir dağıtım seçin You must select a distribution to load. Yüklemek üzere bir dağıtım seçmelisiniz. Select a disk image file Bir disk kalıp dosyası seçin You must select a disk image file to load. Bir disk kalıp dosyası seçmelisiniz Select a kernel and/or initrd file Bir kernel ve/veya initrd dosyası seçin You must select a kernel and/or initrd file to load. Yüklemek üzere bir kernel ve/veya initrd dosyası seçmelisiniz. Diskimage file not found Disk kalıp dosyası bulunamadı The specified diskimage file %1 does not exist. Belirtilen disk kalıbı %1 bulunamadı. Kernel file not found Kernel dosyası bulunamadı The specified kernel file %1 does not exist. Belirtilen çekirdek dosyası %1 bulunamadı. Initrd file not found Initrd dosyası bulunamadı The specified initrd file %1 does not exist. Belirtilen initrd dosyası %1 bulunamadı. %1 exists, overwrite? %1 mevcut, üzerine yazılsın mı? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 dosyası zaten var. Tekrar uyarılmadan üstüne yazılması için 'Tümüne Evet'i, sadece sorulan dosyayı üzerine yazmak için 'Evet'i, varolan dosyasının kalması için ise 'Hayır'ı tıklayın. Emin deÄŸilseniz 'Tümüne Evet'i tıklayın. %1 is out of space, abort installation? %1 üzerinde yeterli alan yok, kurulum iptal edilsin mi? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. %1 dizini disk alanı dolu. Kurulumu sonlandırmak için 'Evet'e, bu hatayı yoksayıp kuruluma devam etme giriÅŸimi için 'Hayır'a, tüm disk alanı dolu hatalarını yoksaymak için 'Tümüne Hayır'a basın. Locating kernel file in %1 Çekirdek dosyası %1 içine yerleÅŸtiriliyor Copying kernel file from %1 Çekirdek dosyası %1 içinden kopyalanıyor Locating initrd file in %1 initrd dosyası %1 içine yerleÅŸtiriliyor Copying initrd file from %1 initrd dosyası %1 içinden kopyalanıyor Extracting bootloader configuration Önyükleme yükleyicisi yapılandırıcısı çıkarılıyor <b>Extracting compressed iso:</b> %1 <b>Sıkıştırılmış iso çıkarılıyor:</b> %1 Copying file, please wait... Dosya kopyalanıyor, lütfen bekleyin... <b>Source:</b> <a href="%1">%1</a> <b>Kaynak:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Hedef:</b> %1 <b>Copied:</b> 0 bytes <b>Kopyalanan:</b> 0 bayt Extracting files, please wait... Dosyalar açılıyor, lütfen bekleyiniz... <b>Archive:</b> %1 <b>ArÅŸiv:</b> %1 <b>Source:</b> <b>Kaynak:</b> <b>Destination:</b> <b>Hedef:</b> <b>Extracted:</b> 0 of %1 files <b>Çıkarılan:</b> 0 , toplam %1 dosya <b>Source:</b> %1 (%2) <b>Kaynak:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Hedef:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Çıkarılan:</b> %2 / %1 dosya Downloading files, please wait... Dosyalar indiriliyor, lütfen bekleyin... <b>Downloaded:</b> 0 bytes <b>İndirilen:</b> 0 bayt Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. %3 kaynağından %1 %2 indirme iÅŸlemi baÅŸarısız. Lütfen ISO dosyasını doÄŸrudan web sitesinden indirmeyi ya da bunu disk kalıbı seçeneÄŸiyle saÄŸlamayı deneyin. <b>Downloaded:</b> %1 of %2 <b>İndirilen:</b> %1, toplam %2 <b>Copied:</b> %1 of %2 <b>Kopyalanan:</b> %1 / %2 Searching in <a href="%1">%1</a> <a href="%1">%1</a> içinde aranıyor %1/%2 matches in <a href="%3">%3</a> <a href="%3">%3</a> içinde %1/%2 eÅŸleÅŸme %1 not found %1 bulunamadı %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 bulunamadı. Bu %2 yükleme kipi için gerekli. "%3" paketini ya da dağıtımınızdaki eÅŸdeÄŸerini yükleyin. (Current) (Geçerli) (Done) (Tamam) Configuring grub2 on %1 %1 üzerinde grub2 yapılandırılıyor. Configuring grldr on %1 %1 üzerinde grldr yapılandırılıyor. Configuring grub on %1 %1 üzerinde grub yapılandırılıyor. Installing syslinux to %1 syslinux %1 içine kuruluyor Installing extlinux to %1 extlinux %1 içine kuruluyor Syncing filesystems Dosya sistemleri eÅŸitleniyor Setting up persistence Süreklilik ayarlanıyor After rebooting, select the Yeniden baÅŸlatma sonrasında ÅŸunu seçin After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Yeniden baÅŸlatma sonrasında BIOS önyükleme menüsünden USB önyükleme seçeneÄŸini seçin.%1 Åžimdi yeniden baÅŸlatılsın mı? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 OluÅŸturulan USB aygıtı bir Mac üzerinde önyükleme yapamaz. Aygıtı bir PC'ye yerleÅŸtirin, ardından BIOS önyükleme menüsünde USB önyükleme seçeneÄŸini seçin.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *ÖNEMLİ* Yeniden baÅŸlatmadan önce sabit diskinizin ya da USB sürücünüzün kök dizinine bir Ubuntu deÄŸiÅŸimli (masaüstü deÄŸil) kurulum iso dosyası yerleÅŸtirin. Bu cdimage.ubuntu.com adresinden edinilebilir. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *ÖNEMLİ*Sistemi yeniden baÅŸlattıktan sonra, hiç bir hata mesajını önemsemeyin ve eÄŸer bir CD yerleÅŸtirmeniz istenirse geri seçeneÄŸini tıklayın, ardından da ana menüye gidin, 'Yüklemeyi BaÅŸlat' seçeneÄŸini seçin, ardından kaynak olarak 'AÄŸ' seçeneÄŸini, protokol olarak 'HTTP' seçeneÄŸini seçin, eÄŸer bir sunucu adresi girmeniz istenirse 'mirror.kernel.org' yazın ve bir dizin ismi girmeniz istenildiÄŸinde '/centos/%1/os/%2' yazın. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *ÖNEMLİ* Yeniden baÅŸlatmadan önce sabit diskinizin ya da USB sürücünüzün kök dizinine bir Debian kurulum iso dosyası yerleÅŸtirin. Bu cdimage.debian.org adresinden edinilebilir. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *ÖNEMLİ* Yeniden baÅŸlattıktan sonra, herhangi bir hata mesajını yoksayın ve eÄŸer CD isteniyorsa geri gelin. Ardından ana menüye gelip, 'Yüklemeyi BaÅŸlat' ı seçin, kaynak olarak 'AÄŸ', protokol olarak da 'HTTP' yi seçin. Server için istendiÄŸinde 'download.fedora.redhat.com' girin ve klasör için sorulduÄŸunda '/pub/fedora/linux/development/%1/os' girin. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *ÖNEMLİ* Yeniden baÅŸlattıktan sonra, herhangi bir hata mesajını yoksayın ve eÄŸer CD isteniyorsa geri gelin. Ardından ana menüye gelip, 'Yüklemeyi BaÅŸlat' ı seçin, kaynak olarak 'AÄŸ', protokol olarak da 'HTTP' yi seçin. Server için istendiÄŸinde 'download.fedora.redhat.com' girin ve klasör için sorulduÄŸunda '/pub/fedora/linux/releases/%1/Fedora/%2/os' girin. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *ÖNEMLİ* Yeniden baÅŸlattıktan sonra, herhangi bir hata mesajını yoksayın ve eÄŸer CD isteniyorsa geri gelin. Ardından ana menüye gelip, 'Yüklemeyi BaÅŸlat' ı seçin, kaynak olarak 'AÄŸ', protokol olarak da 'HTTP' yi seçin. Server için istendiÄŸinde 'download.opensuse.org' girin ve klasör için sorulduÄŸunda '/factory/repo/oss' girin. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *ÖNEMLİ* Yeniden baÅŸlattıktan sonra, herhangi bir hata mesajını yoksayın ve eÄŸer CD isteniyorsa geri gelin. Ardından ana menüye gelip, 'Yüklemeyi BaÅŸlat' ı seçin, kaynak olarak 'AÄŸ', protokol olarak da 'HTTP' yi seçin. Server için istendiÄŸinde 'download.opensuse.org' girin ve klasör için sorulduÄŸunda '/distribution/%1/repo/oss' girin. == Select Distribution == == Dağıtımı Seçin == == Select Version == == Sürüm Seçin == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer'a hoÅŸ geldiniz. Kullanım:<ol><li>Yukarıdaki listeden indirmek için bir dağıtım ve sürüm seçin veya yüklemek için elle aÅŸağıdan dosyalar belirleyin.</li><li>Bir kurulum çeÅŸidi seçin ve kuruluma baÅŸlamak için Tamam'a basın.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Anasayfa:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Tanım:</b> Arch Linux hız ve esneklik için iyileÅŸtirilmiÅŸ hafif bir dağıtımdır.<br/><b>Kurulum Notları:</b> Varsayılan sürüm internet üzerinden (FTP) kuruluma izin vermektedir. <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Anasayfa:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Tanım:</b> BackTrack aÄŸ çözümlemesi ve nüfuz testine odaklanmış bir dağıtımdır.<br/><b>Kurulum notları:</b> BackTrack canlı modda önyükleme yapılır ve çalıştırılır; kullanmak için kurulum gerektirmez. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Anasayfa:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Tanım:</b> CentOS ücretsiz bir Red Hat Enterprise Linux klonudur.<br/><b>Kurulum notları:</b> Varsayılan sürüm hem internet üzerinden (FTP) kuruluma hem de önceden indirilmiÅŸ kurulum ISO dosyalarını kullanarak kuruluma izin vermektedir. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Anasayfa:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Tanım:</b> CloneZilla disk yedekleme ve kalıp alma için kullanılan bir dağıtımdır.<br/><b>Kurulum notları:</b> CloneZilla canlı kipte önyükleme yapılır ve çalıştırılır; kullanmak için kurulum gerektirmez. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Anasayfa:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Tanım:</b> Damn Small Linux eski bilgisayarlar için tasarlanmış minimalist bir dağıtımdır.<br/><b>Kurulum Notları:</b>Canlı sürüm tüm sistemi RAM'e yükler ve bellekten önyükleme yapar, bu yüzden kurulum gerekli deÄŸil isteÄŸe baÄŸlıdır. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Anasayfa:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Tanım:</b> Debian topluluk tarafından geliÅŸtirilen, çok çeÅŸitli mimarileri destekleyen ve geniÅŸ paket deposu sunan bir Linux dağıtımıdır.<br/><b>Kurulum Notları:</b> NetInstall sürümü FTP üzerinden kurluma izin verir. Önceden indirilmiÅŸ iso kurlumu kullanmak istiyorsanız HdMedia seçeneÄŸini seçin ve ardından iso dosyasını hard diskinizin ya da USB sürücünüzün kök dizinine yerleÅŸtirin. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Anasayfa:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Tanım:</b> Dreamlinux kullanıcı dostu Debian tabanlı bir dağıtımdır.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı kipte önyükleme yapmaya izin verir. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Anasayfa:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Tanım:</b> Dr.Web AntiVirus zararlı yazılımlardan iflas etmiÅŸ sistemleri yenileyen bir anti-virüs acil durum kitidir.<br/><b>Kurulum Notları:</b> Canlı sürüm zararlı yazılım taramalarının eriÅŸilebildiÄŸi Canlı kipte önyüklemeye izin vermektedir. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Anasayfa:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Tanım:</b> Elive, Enlightenment pencere yöneticisinin eÅŸlik ettiÄŸi Debian tabanlı dağıtımdır.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı kipte önyükleme yapmaya izin verir. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Ana Sayfa:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Açıklama:</b> Fedora bir Red Hat destekli her zaman en son özgür/açık kaynak yazılımı sunan topluluk dağıtımıdır.<br/><b>Kurulum Notları:</b> Canlı sürümü (Live), yükleyicinin isteÄŸe baÄŸlı olarak çalıştırılabileceÄŸi Canlı kipte önyüklemeye izin verir. NetInstall sürümü hem internet (FTP) üzerinden hem de daha önceden indirilmiÅŸ ISO kurulum dosyaları ile çevrimdışı kuruluma izin verir. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Anasayfa:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Tanım:</b> FreeBSD ölçeklenebilirlik ve performans için tasarlanmış bir genel amaçlı Unix-benzeri iÅŸletim sistemidir..<br/><b>Kurulum Notları:</b> Varsayılan sürüm hem internet üzerinden (FTP) kuruluma hem de önceden indirilmiÅŸ kurulum ISO dosyalarını kullanarak kuruluma izin vermektedir. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Anasayfa:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Tanım:</b> FreeDOS MS-DOS uyumlu özgür bir iÅŸletim sistemidir.<br/><b>Kurulum Notları:</b> Detaylar için <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">el kılavuzu</a>'na bakın <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Anasayfa:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Tanım:</b> FreeNAS, FreeBSD tabanlı bir gömülü açık kaynak NAS (AÄŸa İliÅŸik Depo) dağıtımıdır.<br/><b>Kurulum Notları:</b> CanlıCD sürümü FreeNAS için RAM oluÅŸturur ve yapılandırma dosyasını kaydetmek için FAT formatlı floppy disk ya da USB anahtarı kullanır. Gömülü sürüm sabit diske kuruluma izin vermektedir. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Anasayfa:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Tanım:</b> Frugalware ileri düzey kullanıcılar için genel amaçlı Slackware tabanlı bir dağıtımdır.<br/><b>Kurulum Notları:</b> Varsayılan sürüm hem internet üzerinden (FTP) kuruluma hem de önceden indirilmiÅŸ kurulum ISO dosyalarını kullanarak kuruluma izin vermektedir. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Anasayfa:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Tanım:</b> GeeXboX bir Gömülü Linux Medya Merkezi Dağıtımıdır.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Anasayfa:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Tanım:</b> gNewSense özgür olmayan tüm bileÅŸenlerin kaldırıldığı Ubuntu tabanlı, FSF tasdikli bir dağıtımdır.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Anasayfa:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Tanım:</b> Gujin çeÅŸitli hacim ve dosyaları önyükleyebilen bir grafiksel önyükleyici yöneticisidir.<br/><b>Kurulum Notları:</b> Gujin kolayca önyükleyip çalıştırır; kullanmak için kurulum gerektirmez. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Anasayfa:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Tanım:</b> Kaspersky Rescue Disk Windows kurulumunuzda zararlı yazılımları tespit eder ve kaldırır.<br/><b>Kurulum Notları:</b> Canlı sürüm zararlı yazılım taramalarının eriÅŸilebildiÄŸi Canlı modda önyüklemeye izin vermektedir. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Anasayfa:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Tanım:</b> Kubuntu KDE masaüstü eÅŸliÄŸindeki bir resmi Ubuntu türevidir.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir. NetInstall sürümü FTP üzerinden kuruluma izin vermektedir ve Kubuntu ve diÄŸer resmi Ubuntu türevlerini kurabilmektedir. Önceden indirilmiÅŸ deÄŸiÅŸimli (masaüstü deÄŸil) kurulum iso'sunu kullanmak istiyorsanız HdMedia seçeneÄŸini kullanın ve deÄŸiÅŸimli kurulum iso dosyasını sabit diskinizin ya da USB sürücünüzün kök dizinine yerleÅŸtirin. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Anasayfa:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Tanım:</b> LinuxConsole oyun oynamak için, kurulumu kolay, kullanımı kolay ve önyüklemesi hızlı bir masaüstü dağıtımıdır.<br/><b>Kurulum Notları:</b> 1.0.2010, 1.0'ın sonuncusu, ÅŸu an yuvarlama sürüm (modülleri ve çekirdeÄŸi güncellemek için liveupdate'i çalıştırın) olarak mevcuttur. <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Anasayfa:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Tanım:</b> Linux Mint tescilli ek kodeklerin ve diÄŸer yazılımların varsayılan olarak içerildiÄŸi, kullanıcı dostu bir Ubuntu tabanlı dağıtımdır.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Anasayfa:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Tanım:</b> Lubuntu, LXDE masaüstü eÅŸliÄŸindeki bir resmi Ubuntu türevidir.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir. NetInstall sürümü FTP üzerinden kuruluma izin vermektedir ve Kubuntu ve diÄŸer resmi Ubuntu türevlerini kurabilmektedir. Önceden indirilmiÅŸ deÄŸiÅŸimli (masaüstü deÄŸil) kurulum iso'sunu kullanmak istiyorsanız HdMedia seçeneÄŸini kullanın ve deÄŸiÅŸimli kurulum iso dosyasını sabit diskinizin ya da USB sürücünüzün kök dizinine yerleÅŸtirin. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Anasayfa:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Tanım:</b> Mandriva, önceden Mandrake Linux olarak bilinen kullanıcı dostu bir dağıtımdır.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir.NetInstall sürümü FTP üzerinden kuruluma veya önceden indirilmiÅŸ <a href="http://www.mandriva.com/en/download">"Özgür" iso imaj dosyasıyla</a> kuruluma izin vermektedir. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Anasayfa:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Tanım:</b> MEPIS Debian tabanlı bir dağıtımdır. AntiX daha eski bilgisayarlar için hafif sürümü iken SimplyMEPIS KDE tabanlı kullanıcı dostu bir sürümdür.<br/><b>Kurulum Notları:</b> MEPIS yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyüklemeyi desteklemektedir. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Anasayfa:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Tanım:</b> NetbootCD diÄŸer dağıtımlar için aÄŸ tabanlı yükleyicileri indiren ve önyükleme yapan küçük bir önyükleme CD'sidir.<br/><b>Kurulum Notları:</b> NetbootCD canlı modda önyükleme yapılır ve çalıştırılır. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Anasayfa:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Tanım:</b> NimbleX küçük, çok yönlü Slackware tabanlı bir dağıtımdır. Canlı-Linux betiklerini kullanarak oluÅŸturulmuÅŸtur ve KDE masaüstünü içerir. CD ya da flash hafıza (USB sürücüsü ya da MP3 çalar) kullanılarak önyüklenebilir ve kolaylıkla özelleÅŸtirilip geniÅŸletilebilir.<br/><b>Kurulum Notları:</b> NimbleX Canlı modda önyükleme yapmaktadır. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Anasayfa:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Tanım:</b> Çevrimdışı NT Åžifre ve Kayıt Defteri Düzenleyicisi, Windows ÅŸifrelerini sıfırlayıp düzenleyebilir ve Windows 2000-Vista'da kayıt defterinin düzenleyebilir.<br/><b>Kurulum Notları:</b> NTPasswd canlı modda önyükleme yapılır ve çalıştırılır; kullanmak için kurulum gerektirmez. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Anasayfa:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Tanım:</b> openSUSE, Novell sponsorlu kullanıcı dostu bir dağıtımdır.<br/><b>Kurulum Notları:</b> Varsayılan sürüm hem internet üzerinden (FTP) kuruluma hem de önceden indirilmiÅŸ kurulum ISO dosyalarını kullanarak kuruluma izin vermektedir. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Anasayfa:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Tanım:</b> Ophcrack Windows ÅŸifrelerini kırabilir.<br/><b>Kurulum Notları:</b> Ophcrack canlı modda önyükleme yapılır ve çalıştırılır; kullanmak için kurulum gerektirmez. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Anasayfa:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Tanım:</b> Parted Magic GParted bölümlendirme yöneticisini ve disk bölümlerini yeniden boyutlandırabilen, kopyalayabilen, yedekleyebilen ve deÄŸiÅŸtirebilen sistem yardımcı programlarını içerir.<br/><b>Kurulum Notları:</b> Parted Magic canlı modda önyükleme yapılır ve çalıştırılır; kullanmak için kurulum gerektirmez. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Anasayfa:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Tanım:</b> Puppy Linux eski bilgisayarlar için tasarlanmış hafif bir dağıtımdır.<br/><b>Kurulum Notları:</b> Canlı sürüm tüm sistemi RAM'e yükler ve bellekten önyükleme yapar, bu yüzden kurulum gerekli deÄŸil isteÄŸe baÄŸlıdır. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Anasayfa:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Tanım:</b> Sabayon Linux, kaynak tabanlı Portage'a ek olarak Entropy ikili paket yöneticisini içeren Gentoo tabanlı bir Canlı DVD dağıtımıdır.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir. Tam sürüm 8 GB USB sürücüye ihtiyaç duyarken LiteMCE sürümÄŸ 2 GB'tır. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Anasayfa:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Tanım:</b> Salix Slackware tabanlı (tam uyumlu), basit, hızlı ve kullanımı kolay bir GNU/Linux dağıtımıdır<br/>Bonsai gibi, Salix küçük, hafif ve sonsuz özeninürünüdür.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir.<br/>Varsayılan yönetici ÅŸifresi <b>live</b>'dır. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Anasayfa:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Tanım:</b> Slax KDE masaüstü eÅŸliÄŸindeki Slackware tabalı bir dağıtımdır.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Anasayfa:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Tanım:</b> SliTaz masaüstü yönelimli hafif bir mikro dağıtımdır.<br/><b>Kurulum Notları:</b> Canlı sürüm tüm sistemi RAM'e yükler ve bellekten önyükleme yapar, bu yüzden kurulum gerekli deÄŸil isteÄŸe baÄŸlıdır. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Anasayfa:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Tanım:</b> Smart Önyükleme Yöneticisi önyükleme ile ilgili bazı sınırlandırmaların ve hataların üstesinden gelebilen bir önyükleme yükleyicisidir.<br/><b>Kurulum Notları:</b> SBM kolayca önyükleyip çalıştırır; kullanmak için kurulum gerektirmez. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Anasayfa:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Tanım:</b> Super OS is varsayılan olarak ek yazılımlar içeren resmi olmayan bir Ubuntu türevidir. Kurulum için 2 GB USB sürücüsü gereklidir.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Anasayfa:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Tanım:</b> Ubuntu kullanıcı dostu, Debian tabanlı bir dağıtımdır.<br/><b>Kurulum Notları:</b> anlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir. NetInstall sürümü FTP üzerinden kuruluma izin vermektedir ve Kubuntu ve diÄŸer resmi Ubuntu türevlerini kurabilmektedir. Önceden indirilmiÅŸ deÄŸiÅŸimli (masaüstü deÄŸil) kurulum iso'sunu kullanmak istiyorsanız HdMedia seçeneÄŸini kullanın ve deÄŸiÅŸimli kurulum iso dosyasını sabit diskinizin ya da USB sürücünüzün kök dizinine yerleÅŸtirin. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Anasayfa:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Tanım:</b> xPUD web tarayıcısı ve ortam yürütücüsüne sahip basit bir kiosk benzeri arayüz eÅŸliÄŸindeki hafif bir dağıtımdır.<br/><b>Kurulum Notları:</b> Canlı sürüm tüm sistemi RAM'e yükler ve bellekten önyükleme yapar. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Anasayfa:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Tanım:</b> Xubuntu XFCE masaüstü eÅŸliÄŸindeki bir resmi Ubuntu türevidir.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir. NetInstall sürümü FTP üzerinden kuruluma izin vermektedir ve Kubuntu ve diÄŸer resmi Ubuntu türevlerini kurabilmektedir. Önceden indirilmiÅŸ deÄŸiÅŸimli (masaüstü deÄŸil) kurulum iso'sunu kullanmak istiyorsanız HdMedia seçeneÄŸini kullanın ve deÄŸiÅŸimli kurulum iso dosyasını sabit diskinizin ya da USB sürücünüzün kök dizinine yerleÅŸtirin. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Anasayfa:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Tanım:</b> Zenwalk XFCE masaüstü eÅŸliÄŸinde Slackware tabanlı bir dağıtımdır.<br/><b>Kurulum Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Anasayfa:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Tanım:</b> EeePCLinuxOS, EeePC için PCLinuxOS tabanlı kullanıcı dostu bir dağıtımdır.<br/><b>Yükleme Notları:</b> Yükleme ile ilerlemeden önce, yükleme ortamının boÅŸ ve formatlanmış olduÄŸundan emin olun. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Anasayfa:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Tanım:</b> Ubuntu Eee, Asus Eee PC için sadece optimize edilmiÅŸ bir Ubuntu deÄŸildir. O bir iÅŸletim sistemidir, açık kaynak alternatiflerinin yerine en iyi yazılımı uygun gören Netbook Remix arayüzü mevcut. (örneÄŸin Ekiga yerine Skype).<br/><b>Yükeleme Notları:</b> Yükleme ile ilerlemeden önce, yükleme ortamının boÅŸ ve formatlanmış olduÄŸundan emin olun. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Anasayfa:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Tanım:</b> Elive, Enlightenment pencere yöneticisi eÅŸliÄŸinde gelen Debain tabanlı dağıtımdır.<br/><b>Yükleme Notları:</b> Canlı sürüm, yükleyicinin isteÄŸe baÄŸlı olarak eriÅŸilebildiÄŸi Canlı modda önyükleme yapmaya izin verir. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Anasayfa:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Tanım:</b> Kiwi Linux, ağırlıklı olarak Romance, Macarca ve İngilizce konuÅŸan kullanıcılar için yapılmış bir Ubuntu türevidir.<br/><b>Yükleme Notları:</b> Yükleme ile ilerlemeden önce, yükleme ortamının boÅŸ ve formatlanmış olduÄŸundan emin olun. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Anasayfa:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Tanım:</b> gNewSense, tescilli yazılım içeren ikili paket aÄŸaçlar ya da damlalar olmadan tamamen özgür iÅŸletim sistemi yaratmak için Ubuntu' yu geniÅŸleten ve geliÅŸtiren yüksek kalite bir GNU/Linux dağıtımıdır.<br/><b>Yükleme Notları:</b> Yükleme ile ilerlemeden önce, yükleme ortamının boÅŸ ve formatlanmış olduÄŸundan emin olun. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Anasayfa:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Tanım:</b> NimbleX küçük, çok yönlü Slackware tabanlı bir dağıtımdır. Linux-canlı betikleri kullanılarak yapılır, ve KDE masaüstü özelliklerini taşır. CD' den ya da flash hafızadan önyükleme yapılabilir (USB kalemleri ya da MP3 oynatıcılar), ve kolaylıkla ihtiyaca uygun biçimde düzenlenebilir ve geniÅŸletilebilir.<br/><b>Yükleme Notları:</b> NimbleX Canlı modda önyükleme yapar. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Anasayfa:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Tanım:</b> SliTaz hafif, masaüstüne yönelik küçük bir dağıtımdır.<br/><b>Yükleme Notları:</b> Canlı sürüm tüm sistemi RAM' e yükler ve hafızadan önyükleme yapar, dolayısıyla yükleme gerekli deÄŸildir fakat isteÄŸe baÄŸlıdır. Bu yükleyici <a href="http://unetbootin.sourceforge.net/">UNetbootin tabanlıdır</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Anasayfa:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Tanım:</b> xPUD web tarayıcısı ve ortam yürütücüsüne sahip basit bir kiosk benzeri arayüz eÅŸliÄŸindeki hafif bir dağıtımdır.<br/><b>Kurulum Notları:</b> Canlı sürüm tüm sistemi RAM'e yükler ve bellekten önyükleme yapar. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Listeden desteklenen dağıtımlardan birini seçin &Distribution &Dağıtım Specify a disk image file to load Yükleme için bir disk kalıbı belirtin Disk&image Disk&kalıbı Manually specify a kernel and initrd to load Yüklemek için elle bir çekirdek ve initrd belirtin &Custom &Özel Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Kullanıcı dosyaları için ayrılan, yeniden baÅŸlatmalarda korunan alan. Sadece Ubuntu ve türevleri için ÇalışanUSB'lerde çalışır. EÄŸer deÄŸer disk kapasitesini aÅŸarsa azami uygun alan kullanılacak. Space used to preserve files across reboots (Ubuntu only): Yeniden baÅŸlatmalarda dosyaları korumak için kullanılacak alan (Sadece Ubuntu): MB MB OK Tamam Return Geri dön Cancel İptal Esc Esc Reboot Now Åžimdi yeniden baÅŸlat Exit Çıkış 1. Downloading Files 1. Dosyalar İndiriliyor 2. Extracting and Copying Files 2. Dosyalar Açılıyor ve Kopyalanıyor 3. Installing Bootloader 3. Önyükleyici kuruluyor 4. Installation Complete, Reboot 4. Kurulum tamamlandı. Yeniden baÅŸlat Select the target drive to install to Kurulum yapılacak hedef sürücüyü seçin Dri&ve: Sürü&cü: Select the installation target type Kurulum hedef türünü seçin &Type: &Tür: Select the distribution version Dağıtım sürümünü seçin Select disk image file Disk kalıp dosyasını seçin ... ... Select the disk image type Disk kalıp türünü seçin Specify a floppy/hard disk image, or CD image (ISO) file to load Yükleme için bir disket/sabit disk kalıbı ya da CD kalıbı (ISO) belirtin Specify a kernel file to load Yükleme için bir çekirdek belirtin Select kernel file Çekirdek dosyası seçin Specify an initrd file to load Yükleme için bir initrd belirtin Select initrd file initrd dosyası seçin Select syslinux.cfg or isolinux.cfg file Syslinux.cfg veya isolinux.cfg dosyası seçin Specify parameters and options to pass to the kernel ÇekirdeÄŸe geçirilecek parametre ve seçenekleri belirtin &Kernel: &Çekirdek: Init&rd: Init&rd: &Options: &Seçenekler: uninstaller Uninstallation Complete Kaldırma Tamamlandı %1 has been uninstalled. %1 kaldırıldı. Must run as root Yönetici olarak çalıştırılmalıdır %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 yönetici olarak çalıştırılmalıdır. Kapatın ve <br/><b>sudo %1</b><br/>ya da<br/><b>su - -c '%1'</b><br/>kullanarak tekrar çalıştırın. %1 Uninstaller %1 Kaldırıcı %1 is currently installed. Remove the existing version? %1 ÅŸu anda kurulu. Önceki sürümü kaldırmak ister misiniz? unetbootin_uk.ts000644 000765 000024 00000246400 12325150343 014410 0ustar00gezastaff000000 000000 QObject LeftToRight Зліва направо unetbootin Hard Disk ЖорÑткий диÑк USB Drive USB-приÑтрій ISO ISO Floppy ДиÑкета either будь-Ñкий LiveUSB persistence Ð—Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ LiveUSB FAT32-formatted USB drive USB-накопичувач форматований у FAT-32 EXT2-formatted USB drive USB-накопичувач форматований у EXT2 Open Disk Image File Відкрити файл з образом диÑку All Files Ð’ÑÑ– файли All Files (*) Ð’ÑÑ– файли (*) Open Kernel File Відкрити файл Ñдра Open Initrd File Відкрити файл Initrd Open Bootloader Config File Відкрити файл конфігурації завантажувача Insert a USB flash drive Ð’Ñтавте USB-накопичувач No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Ðе знайдено ні одного USB-накопичувача. Якщо ви його вже підключили, Ñпробуйте переформатувати його в FAT32. %1 not mounted %1 не змонтований You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Спочатку потрібно змонтувати USB-накопичувач %1. БільшіÑть диÑтрибутивів зроблÑть це автоматично, Ñкщо вийнÑти та вÑтавити знову USB-накопичувач. Select a distro Оберіть диÑтрибутив You must select a distribution to load. Ви повинні обрати диÑтрибутив Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Select a disk image file Оберіть файл образу диÑку You must select a disk image file to load. Ви повинні обрати файл образу диÑку Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ. Select a kernel and/or initrd file Оберіть Ñдро та/чи файл initrd You must select a kernel and/or initrd file to load. Ви повинні обрати Ñдро та/чи файл initrd Diskimage file not found Файл з образом диÑку не знайдено The specified diskimage file %1 does not exist. Вказаний образ диÑку %1 не Ñ–Ñнує. Kernel file not found Файл з Ñдром не знайдено The specified kernel file %1 does not exist. Вказане Ñдро %1 не Ñ–Ñнує. Initrd file not found Initrd не знайдено. The specified initrd file %1 does not exist. Вказаний файл initrd %1 не Ñ–Ñнує. %1 exists, overwrite? %1 Ñ–Ñнує, перезапиÑати? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Файл %1 вже Ñ–Ñнує. ÐатиÑніть 'Так, Ð´Ð»Ñ Ð²ÑÑ–Ñ…' щоб перезапиÑати його Ñ– не виводити діалог знову Ð´Ð»Ñ Ð½Ð°Ñтупних файлів, 'Так' Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð¿Ð¸Ñу в індивідуальному порÑдку, та 'ÐÑ–' Ð´Ð»Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð½ÑŒÐ¾Ñ— верÑÑ–Ñ— . Якщо ÑумніваєтеÑÑŒ, то натиÑкайте 'Так, Ð´Ð»Ñ Ð²ÑÑ–Ñ…'. %1 is out of space, abort installation? %1 невиÑтачає міÑцÑ, припинити вÑтановленнÑ? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Ðе доÑтатньо вільного міÑÑ†Ñ Ð² теці %1. ÐатиÑніть 'Так' щоб перервати вÑтановленнÑ, 'ÐÑ–' - щоб ігнорувати помилку Ñ– продовжити вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ– 'ÐÑ– Ð´Ð»Ñ Ð²ÑÑ–Ñ…' щоб ігнорувати вÑÑ– помилки недоÑтачі міÑцÑ. Locating kernel file in %1 Ð Ð¾Ð·Ñ‚Ð°ÑˆÑƒÐ²Ð°Ð½Ð½Ñ Ñдра в %1 Copying kernel file from %1 ÐšÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ñдра з %1 Locating initrd file in %1 Ð Ð¾Ð·Ñ‚Ð°ÑˆÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ initrd в %1 Copying initrd file from %1 ÐšÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ initrd з %1 Extracting bootloader configuration Ð Ð¾Ð·Ð¿Ð°ÐºÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ— загрузчика <b>Extracting compressed iso:</b> %1 <b>ВитÑгую ÑтиÑнений iso-образ:</b> %1 Copying file, please wait... Зачекайте будь-лаÑка, іде ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ... <b>Source:</b> <a href="%1">%1</a> <b>Джерело:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>ПризначеннÑ:</b> %1 <b>Copied:</b> 0 bytes <b>Скопійовано:</b> 0 байтів Extracting files, please wait... ВитÑÐ³ÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñ–Ð², будь-лаÑка, зачекайте... <b>Archive:</b> %1 <b>Ðрхів:</b> %1 <b>Source:</b> <b>Джерело:</b> <b>Destination:</b> <b>ПризначеннÑ:</b> <b>Extracted:</b> 0 of %1 files <b>ВитÑгнено:</b> 0 of %1 файлів <b>Source:</b> %1 (%2) <b>Джерело:</b> %1 (%2) <b>Destination:</b> %1%2 <b>ПризначеннÑ:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>ВитÑгнено:</b> %1 of %2 файлів Downloading files, please wait... Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñ–Ð², будь-лаÑка, зачекайте... <b>Downloaded:</b> 0 bytes <b>Завантажено:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ %1 %2 з %3 зазнало невдачі. Будь лаÑка, Ñпробуйте завантажити ISO-файл безпоÑередньо з Ñайту та вкажіть його у параметрах образу диÑку. <b>Downloaded:</b> %1 of %2 <b>Завантажено:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Скопійовано:</b> %1 з %2 Searching in <a href="%1">%1</a> Пошук в <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 Ñпівпадає з <a href="%3">%3</a> %1 not found %1 не знайдено %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 не знайдено. Це необхідно Ð´Ð»Ñ Ñ€ÐµÐ¶Ð¸Ð¼Ñƒ вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ %2. Ð’Ñтановіть пакунок "%3" чи його еквівалент диÑтрибутиві, Ñкий викориÑтовуєтьÑÑ. (Current) (Поточний) (Done) (Виконано) Configuring grub2 on %1 ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ grub2 на %1 Configuring grldr on %1 ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ grldr на %1 Configuring grub on %1 ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ grub на %1 Installing syslinux to %1 Ð’ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ syslinux на %1 Installing extlinux to %1 Ð’ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ extlinux в %1 Syncing filesystems Ð¡Ð¸Ð½Ñ…Ñ€Ð¾Ð½Ñ–Ð·Ð°Ñ†Ñ–Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð²Ð¸Ñ… ÑиÑтем Setting up persistence ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ After rebooting, select the ПіÑÐ»Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¾Ð±ÐµÑ€Ñ–Ñ‚ÑŒ After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? ПіÑÐ»Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¾Ð±ÐµÑ€Ñ–Ñ‚ÑŒ в BIOS опцію Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¶ÐµÐ½Ð½Ñ Ð· USB.%1 Перезавантажити зараз? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Створений USB-приÑтрій не завантажетьÑÑ Ð½Ð° комп'ютерах Mac. Ð’Ñтавте його в ПК Ñ– виберіть у BIOS опцію 'Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð· USB-приÑтрою' *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *Ð’ÐЖЛИВО* Перед перезавантаженнÑм, Ñкопіюйте Ubuntu alternate (не desktop) install iso файл в кореневий каталог вашого жорÑткого або USB диÑку. Цей файл може бути отриманий з cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *Ð’ÐЖЛИВО* ПіÑÐ»Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ñ–Ð³Ð½Ð¾Ñ€ÑƒÐ¹Ñ‚Ðµ будь-Ñкі Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ помилки. Якщо ÑиÑтема запроÑить CD-диÑк - повернітьÑÑ Ð½Ð°Ð·Ð°Ð´. Ð’ головному меню виберіть 'Почати вÑтановленнÑ', в ÑкоÑті джерела вкажіть 'Мережа' з протоколом 'HTTP'. Ðа запит Ñервера введіть 'mirrors.kernel.org' Ñ– '/centos/%1/os/%2' на запит теки. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *Ð’ÐЖЛИВО* Перед перезавантаженнÑм, Ñкопіюйте Debian install iso файл в кореневий каталог вашого жорÑткого або USB диÑку. Цей файл можна завантажити з cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *Ð’ÐЖЛИВО* ПіÑÐ»Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ñ–Ð³Ð½Ð¾Ñ€ÑƒÐ¹Ñ‚Ðµ будь-Ñкі Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ помилки. Якщо ÑиÑтема запроÑить CD-диÑк - повернітьÑÑ Ð½Ð°Ð·Ð°Ð´. Ð’ головному меню виберіть 'Почати вÑтановленнÑ', в ÑкоÑті джерела вкажіть 'Мережа' з протоколом 'HTTP'. Ðа запит Ñервера введіть 'download.fedora.redhat.com' Ñ– '/pub/fedora/linux/development/%1/os' на запит теки. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *Ð’ÐЖЛИВО* ПіÑÐ»Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ñ–Ð³Ð½Ð¾Ñ€ÑƒÐ¹Ñ‚Ðµ будь-Ñкі Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ помилки. Якщо ÑиÑтема запроÑить CD-диÑк - повернітьÑÑ Ð½Ð°Ð·Ð°Ð´. Ð’ головному меню виберіть 'Почати вÑтановленнÑ', в ÑкоÑті джерела вкажіть 'Мережа' з протоколом 'HTTP'. Ðа запит Ñервера введіть 'download.fedora.redhat.com' Ñ– '/pub/fedora/linux/releases/%1/Fedora/%2/os' на запит теки. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *Ð’ÐЖЛИВО* ПіÑÐ»Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ñ–Ð³Ð½Ð¾Ñ€ÑƒÐ¹Ñ‚Ðµ будь-Ñкі Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ помилки. Якщо ÑиÑтема запроÑить CD-диÑк - повернітьÑÑ Ð½Ð°Ð·Ð°Ð´. Ð’ головному меню виберіть 'Почати вÑтановленнÑ', в ÑкоÑті джерела вкажіть 'Мережа' з протоколом 'HTTP'. Ðа запит Ñервера введіть 'download.opensuse.org' Ñ– '/factory/repo/oss' на запит теки. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *Ð’ÐЖЛИВО* ПіÑÐ»Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ñ–Ð³Ð½Ð¾Ñ€ÑƒÐ¹Ñ‚Ðµ будь-Ñкі Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ помилки. Якщо ÑиÑтема запроÑить CD-диÑк - повернітьÑÑ Ð½Ð°Ð·Ð°Ð´. Ð’ головному меню виберіть 'Почати вÑтановленнÑ', в ÑкоÑті джерела вкажіть 'Мережа' з протоколом 'HTTP'. Ðа запит Ñервера введіть'download.opensuse.org' Ñ– '/distribution/%1/repo/oss' на запит теки. == Select Distribution == == Виберіть диÑтрибутив == == Select Version == == Виберіть верÑÑ–ÑŽ == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> ЛаÑкаво проÑимо до <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. ВикориÑтаннÑ: <ol><li>Оберіть диÑтрибутив операційної ÑиÑтеми та верÑÑ–ÑŽ Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð·Ñ– ÑпиÑку або вкажіть файли вручну нижче.</li><li>Оберіть тип вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ‚Ð° натиÑніть OK Ð´Ð»Ñ Ð¿Ð¾Ñ‡Ð°Ñ‚ÐºÑƒ процеÑу.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>ОпиÑ:</b> Arch Linux - легкий диÑтрибутив оптимізований Ð´Ð»Ñ ÑˆÐ²Ð¸Ð´ÐºÐ¾Ñті Ñ– гнучкий в наÑтройках.<br/><b>Примітки по уÑтановці:</b> ВерÑÑ–Ñ Ð¿Ð¾ замовчуванню дозволÑÑ” виконати вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· інтернет (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>ОпиÑ:</b> BackTrack диÑтрибутив Ð´Ð»Ñ Ð°Ð½Ð°Ð»Ñ–Ð·Ñƒ мережі та перевірки проникненнÑ.<br/><b>Примітка щодо вÑтановленнÑ:</b> BackTrack завантажуєтьÑÑ Ñ– працює у live режимі; не потребує вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑтаннÑ. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>ОпиÑ:</b> CentOS Ñ” безкоштовним аналогом Red Hat Enterprise Linux.<br/><b>Примітка щодо вÑтановленнÑ:</b> ВерÑÑ–Ñ Ð¿Ð¾ замовчуванню доволÑÑ” виконувати вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñк через Інтернет (FTP), так Ñ– з попередньо завантажених образів ISO. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>ОпиÑ:</b> CloneZilla - це диÑтрибутив, Ñкий можна викориÑтовувати Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð´Ð¸Ñку та роботи з диÑковими образами.<br/><b>Примітка щодо вÑтановленнÑ:</b> CloneZilla завантажуєтьÑÑ Ð· вÑтановленого ноÑÑ–Ñ Ñ‚Ð° не потребує вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð½Ð° жорÑткий диÑк Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑтаннÑ. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>ОпиÑ:</b> Damn Small Linux - мінімізований диÑтрибутив, розроблений Ð´Ð»Ñ Ð´ÑƒÐ¶Ðµ Ñтарих комп’ютерів.<br/><b>Примітка щодо вÑтановленнÑ:</b>У верÑÑ–Ñ— Live ÑиÑтема завантажуєтьÑÑ Ð² оперативну пам’Ñть та запуÑкаєтьÑÑ Ð·Ð²Ñ–Ð´Ñ‚Ð¸, тому вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð½Ðµ Ñ” необхідним. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>ОпиÑ:</b> Debian is a community-developed диÑтрибутив Linux що підтримує багато архітектур Ñ– надає великий репозиторій програм.<br/><b>Примітка щодо вÑтановленнÑ:</b> ВерÑÑ–Ñ NetInstall дозволÑÑ” вÑтановлювати з FTP. Якщо ви хочете викориÑтовувати вже завантжений образ диÑку, вмкориÑтовуйте HdMedia , and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторніка:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>ОпиÑ:</b> Dreamlinux - орієнтований на кориÑтувача диÑтрибутив, оÑнований на Debian.<br/><b>Примітки по уÑтановці:</b> Live-верÑÑ–Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÑÑ” запуÑк ÑиÑтеми в режимі Live Mode, звідки можна запуÑтити вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÑиÑтеми. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>ОпиÑ:</b> Dr.Web AntiVirus - це аварійний комплект Ð´Ð»Ñ Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÑиÑтеми, що пошкоджена шкідливими програми.<br/><b>Примітки щодо вÑтановленнÑ:</b> Live-верÑÑ–Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÑÑ” запуÑк ÑиÑтеми в режимі Live Mode, звідки можна запуÑтити Ñканер Ð´Ð»Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ шкідливих програм. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>ОпиÑ:</b> Elive - це Debian-диÑтрибутив на базі віконного менеджера Enlightenment.</b><b>Примітки щодо вÑтановленнÑ:</b>Live-верÑÑ–Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÑÑ” Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð² режимі Live Mode, звідки можна запуÑтити інеÑталÑтор. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Домівка:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>ОпиÑ:</b> Fedora підтримуваний Red Hat диÑтрибутив, над Ñким працює Ñпільнота, що показує оÑтанні наробки вільного/відкритого програмного забезпеченнÑ.<br/><b>Примітки зі вÑтановленнÑ:</b> Live-верÑÑ–Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÑÑ” завантажитиÑÑŒ у Live режим, з Ñкого потім можє також бути запущений вÑтановлювач. ВерÑÑ–Ñ NetInstall дозволÑÑ” завантажувати файли з інтернету (FTP), або ÑкориÑтатиÑÑŒ наперед завантаженими файлами ISO. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b> Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка: </b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b> ОпиÑ: </ b> FreeBSD - універÑальна операційна ÑиÑтема ÑімейÑтва Unix, орієнтована на маÑштабованіÑть Ñ– виÑоку продуктивніÑть. <br/> <b>Примітки до вÑтановленнÑ:</b>ВерÑÑ–Ñ Ð·Ð° замовчуваннÑм дозволÑÑ” вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñк через Інтернет (FTP), так Ñ– автономно, з попередньо завантажених образів ISO. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>ОпиÑ:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Примітки по вÑтановленню:</b> ДивитиÑÑŒ <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> деталі вÑтановленнÑ. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b><a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a> <br/><b>ОпиÑ:</b> Kaspersky Rescue Disk виÑвлÑÑ” Ñ– видалÑÑ” шкідливі програми з вашої вÑтановленої Windows. <br/><b> Примітки до вÑтановленнÑ: </b>Live-верÑÑ–Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÑÑ” завантажуватиÑÑŒ в режимі Live, щоб розпочати ÑÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ ÑˆÐºÑ–Ð´Ð»Ð¸Ð²Ð¸Ñ… програм. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>ОпиÑ:</b> Linux Mint - зручний у викориÑтанні диÑтрибутив, заÑнований на Ubuntu. За замовчуваннÑм включає в Ñебе додаткові закриті кодеки та програмне забезпеченнÑ.<br/><b>Примітки до вÑтановленнÑ:</b> Live-верÑÑ–Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÑÑ” завантажитиÑÑŒ в Live Mode, звідки можна запуÑтити вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÑиÑтеми. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>ОпиÑ:</b> Super Grub Disk - завантажувач, Ñкий може виконувати різноманітні дії по відновленню MBR та завантажувальних запиÑів.<br/><b>Примітка щодо вÑтановленнÑ:</b>Ð”Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ SGD його вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð½Ðµ вимагаєтьÑÑ, оÑкільки він призначений лише Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑку процеÑу завантаженнÑ. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка </b> <a href="http://www.xpud.org/">http://www. xpud.org</a> <br/><b>ÐžÐ¿Ð¸Ñ </b> xPUD - це легкий диÑтрибутив, Ñкий ÑвлÑÑ” Ñобою проÑтий кіоÑко-подібний Ñ–Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð· веб-браузером Ñ– медіа програвачем<br/><b>Примітки до вÑтановленнÑ:</b> Live-верÑÑ–Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÑƒÑ”Ñ‚ÑŒÑÑ Ñ– працює в оперативній пам’Ñті. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b> Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка: </ b> <a href="http://www.xubuntu.com/"> http://www.xubuntu.com </> <br/> <b> ОпиÑ: </ B> Xubuntu - це Ð´Ñ€ÑƒÐ¶Ð½Ñ Ð´Ð¾ кориÑтувача операційна ÑиÑтема на базі Ubuntu, що викориÑтовує робочий Ñтіл XFCE<br/> <b> Примітки до вÑтановленнÑ: </ B> ВерÑÑ–Ñ NetInstall пропонує уÑтановку через FTP .. Якщо ви бажаєте викориÑтовувати попередньо завантажений інÑталÑційний образ диÑка, то кориÑтуйтеÑÑŒ опцією HdMedia, а потім поміÑтіть інÑталÑційний образ диÑка в кореневу директорію вашого жорÑткого диÑка або USB-накопичувача. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b> Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка: </ b> <a href="http://www.zenwalk.org/"> http://www.zenwalk.org </ a> <br/> <b> ОпиÑ: </ b> Zenwalk - заÑнований на Slackware диÑтрибутив c вÑтановленим XFCE. <br/> <b> Примітки до вÑтановленнÑ: </ b> Live-верÑÑ–Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÑÑ” завантажитиÑÑ Ð² режимі Live Mode, звідки можна запуÑтити уÑтановку ÑиÑтеми. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>ОпиÑ:</b> EeePCLinuxOS - дружній Ð´Ð»Ñ ÐºÐ¾Ñ€Ð¸Ñтувача диÑтрибутив, оÑнований на PCLinuxOS та призначений Ð´Ð»Ñ ÐºÐ¾Ñ€Ð¸ÑÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð° EeePC.<br/><b>Примітка щодо вÑтановленнÑ:</b> До початку вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐºÐ¾Ð½Ð°Ð¹Ñ‚ÐµÑÑŒ, що вÑтановлювальний ноÑій не міÑтить даних та відформатовний. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>ОпиÑ:</b> Ubuntu Eee - це не проÑто Ubuntu, оптимізована Ð´Ð»Ñ Asus EeePC. Це операційна ÑиÑтема, Ñка викориÑтовує Ñ–Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Netbook Remix, в котрому перевага надаєтьÑÑ Ð½Ð°Ð¹Ð±Ñ–Ð»ÑŒÑˆ популÑрним програмам заміÑть Ñ—Ñ… вільних аналогів (наприклад, Skype заміÑть Ekiga).<br/><b>Примітка щодо вÑтановленнÑ:/b>До початку вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐºÐ¾Ð½Ð°Ð¹Ñ‚ÐµÑÑŒ, що вÑтановлювальний ноÑій не міÑтить даних та відформатовний. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /> <br/> <b> Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка: </ b> <a href="http://www.elivecd.org/"> http://www. elivecd.org </ a> <br/> <b> ОпиÑ: </ b> Elive - це диÑтрибутив заÑнований на Debian, що включає менеджер вікон Enlightenment. <br/> <b> Примітки до вÑтановленнÑ: </ b> Live-верÑÑ–Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÑÑ” завантажуватиÑÑ Ð² режимі Live, з Ñкого може бути запущений інÑталÑтор. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>ОпиÑ:</b> Kiwi Linux оÑнований на Ubuntu та призначений найперш за вÑе Ð´Ð»Ñ Ñ€ÑƒÐ¼ÑƒÐ½Ñьких, венгерÑьких Ñ– англомовних кориÑтувачів.<br/><b>Примітка щодо вÑтановленнÑ:</b> До початку вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐºÐ¾Ð½Ð°Ð¹Ñ‚ÐµÑÑŒ, що вÑтановлювальний ноÑій не міÑтить даних та відформатовний. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>ОпиÑ:</b> gNewSense - це диÑтрибутив виÑокої ÑкоÑті Linux, оÑнований на Ubuntu, Ñкого було Ñтворено Ñк повніÑтю вільна операційна ÑиÑтема, Ñка не міÑтить пропрієтарного програмного забезпеченнÑ.<br/><b>Примітка щодо вÑтановленнÑ:</b> До початку вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐºÐ¾Ð½Ð°Ð¹Ñ‚ÐµÑÑŒ, що вÑтановлювальний ноÑій не міÑтить даних та відформатовний. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /> виробника <br/> <b> Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка: </ b> <a href="http://www.nimblex.net/"> http://www. nimblex.net </> <br/> <b> ОпиÑ: </ B> NimbleX - це невеликий, багатофункціональний диÑтрибутив заÑнований на Slackware. Він побудований з викориÑтаннÑм Linux-Live Ñкриптів, Ñ– включає робочий Ñтіл KDE. Він може бути завантажений з компакт-диÑка або флеш(USB-брелка або MP3-плеєрів), Ñ– може бути легко налаштований Ñ– розширений.<br/> <b> Примітки до вÑтановленнÑ. </ B> NimbleX завантажуєтьÑÑ Ð² режимі Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>ОпиÑ:</b> SliTaz - полегшений, орієнтований на наÑтільні ÑиÑтеми мікродиÑтрибутив.<br/><b>Примітка щодо вÑтановленнÑ:</b> У верÑÑ–Ñ— Live ÑиÑтема цілком завантажуєтьÑÑ Ð² оперативну пам’Ñть та запуÑкаєтьÑÑ Ð·Ð²Ñ–Ð´Ñ‚Ð¸, тому вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð½Ðµ обов’Ñзкове. Цей вÑтановлювач оÑнований на <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>ОпиÑ:</b> xPUD - це полегшений диÑтрибутив, Ñкий має проÑтий кіоÑкоподібний Ñ–Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð· веб-браузером та медіапрогравачем.<br/><b>Прмітка щодо вÑтановленнÑ:</b> ВерÑÑ–Ñ Live завантажуєтьÑÑ Ð² оперативну пам’Ñть та запуÑкаєтьÑÑ Ð· неї. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Оберіть зі ÑпиÑку диÑтрибутивів &Distribution &ДиÑтрибутив Specify a disk image file to load Оберіть файл з образом диÑку Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Disk&image &Образ диÑку Manually specify a kernel and initrd to load Виберіть Ñдро та initrd Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð²Ñ€ÑƒÑ‡Ð½Ñƒ &Custom Ð&етиповий Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): ПроÑтір, що викориÑтовуєтьÑÑ Ð´Ð»Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñ–Ð² піÑÐ»Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ (тільки Ð´Ð»Ñ Ubuntu): MB МБ OK ОК Return Повернути Cancel СкаÑувати Esc Відміна Reboot Now ПерезавантажитиÑÑŒ Exit Вийти 1. Downloading Files 1. Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñ–Ð² 2. Extracting and Copying Files 2. Ð Ð¾Ð·Ð¿Ð°ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ñ– ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñ–Ð² 3. Installing Bootloader 3. Ð’ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÑƒÐ²Ð°Ñ‡Ð° 4. Installation Complete, Reboot 4. Ð’ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¾, ÐŸÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Select the target drive to install to Оберіть диÑк на Ñкий буде вÑтановлено Dri&ve: ÐоÑій: Select the installation target type Виберіть тип уÑтанови &Type: &Тип: Select the distribution version Оберіть верÑÑ–ÑŽ диÑтрибутива Select disk image file Оберіть файл з образом диÑку ... … Select the disk image type Оберіть тип образу диÑку Specify a floppy/hard disk image, or CD image (ISO) file to load Оберіть файл з образом гнучкого/жорÑткого диÑку, або з CD-образом (ISO) Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Specify a kernel file to load Оберіть файл Ñдра Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Select kernel file Оберіть файл Ñдра Specify an initrd file to load Оберіть файл initrd Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Select initrd file Оберіть файл initrd Select syslinux.cfg or isolinux.cfg file Виберіть файл syslinux.cfg або isolinux.cfg Specify parameters and options to pass to the kernel Вкажіть параметри Ñ– опції, щоб перейти до Ñдра &Kernel: &Ядро: Init&rd: Init&rd &Options: &ÐалаштуваннÑ: uninstaller Uninstallation Complete Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¾ %1 has been uninstalled. %1 видалено Must run as root Ðеобхідно запуÑтити від імені адмініÑтратора %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 має бути запущено від імені адмініÑтратора. Закрийте його, а потім перезапуÑтіть, викориÑтовуючи<br/><b>sudo %1</b><br/>або ж<br/><b>su - -c '%1'</b> %1 Uninstaller ДеінÑталÑтор %1 %1 is currently installed. Remove the existing version? %1 вже вÑтановлено. Видалити Ñ–Ñнуючу верÑÑ–ÑŽ? unetbootin_ur.ts000644 000765 000024 00000155331 12325150343 014421 0ustar00gezastaff000000 000000 QObject LeftToRight unetbootin Hard Disk USB Drive ISO Floppy either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files All Files (*) Open Kernel File Open Initrd File Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_vi.ts000644 000765 000024 00000253123 12325150343 014407 0ustar00gezastaff000000 000000 QObject LeftToRight Trái sang Phải unetbootin Hard Disk ÄÄ©a cứng USB Drive á»” USB ISO ISO Floppy ÄÄ©a má»m either khác LiveUSB persistence Lưu các thiết lập trên LiveUSB FAT32-formatted USB drive á»” USB đã được định dạng FAT32 EXT2-formatted USB drive á»” USB đã được định dạng EXT2 Open Disk Image File Mở tập tin ảnh đĩa All Files Tất cả tập tin All Files (*) Tất cả tập tin (*) Open Kernel File Mở tập tin nhân Open Initrd File Mở tập tin Initrrd Open Bootloader Config File Mở tập tin cấu hình Bootloader Insert a USB flash drive Yêu cầu má»™t ổ flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Không tìm thấy ổ flash USB nào. Nếu bạn đã cắm USB vào, hãy định dạng nó sang FAT32. %1 not mounted %1 chưa được gắn vào You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Trước hết, bạn cần gắn kết (mount) ổ flash USB %1 vào. Hầu hết các bản phân phối sẽ tá»± động làm việc này sau khi bạn tháo và gắn lại ổ flash USB. Select a distro Yêu cầu chá»n má»™t bản phân phối You must select a distribution to load. Bạn phải chá»n má»™t bản phân phối để tiến hành cài đặt. Select a disk image file Yêu cầu chá»n tập tin ảnh đĩa You must select a disk image file to load. Bạn phải chá»n má»™t tập tin ảnh đĩa để tiến hành cài đặt. Select a kernel and/or initrd file Chá»n tập tin nhân hoặc tập tin initrd You must select a kernel and/or initrd file to load. Bạn phải chá»n má»™t tập tin nhân hoặc tập tin initrd. Diskimage file not found Không tìm thấy tập tin ảnh đĩa The specified diskimage file %1 does not exist. Tập tin ảnh đĩa bạn đã xác định %1 không tồn tại. Kernel file not found Không tìm thấy tập tin nhân The specified kernel file %1 does not exist. Tập tin nhân mà bạn đã xác định %1 không tồn tại. Initrd file not found Không tìm thấy tập tin initrd The specified initrd file %1 does not exist. Tập tin initrd mà bạn đã xác định %1 không tồn tại. %1 exists, overwrite? %1 đã tồn tại, bạn có muốn ghi đè lên nó không? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Tập tin %1 đã tồn tại. Chá»n 'Yes to All' để ghi đè nó và không nhắc lại nữa, chá»n 'Yes' để ghi đè tập tin, và 'No' để giữ lại tập tin đã tồn tại. Nếu không chắc, chá»n 'Yes to All'. %1 is out of space, abort installation? %1 không đủ dung lượng, há»§y bá» cài đặt? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Thư mục %1 không đủ dung lượng. Chá»n 'Yes' để huá»· bá» cài đặt, 'No' để bá» qua lá»—i này và cố gắng cài đặt tiếp, và 'No to All' để bá» qua má»i lá»—i do thiếu dung lượng. Locating kernel file in %1 Äang xác định tập tin nhân tại %1 Copying kernel file from %1 Äang sao chép tập tin nhân từ %1 Locating initrd file in %1 Äang xác định tập tin initrd tại %1 Copying initrd file from %1 Äang sao chép tập tin initrd từ %1 Extracting bootloader configuration Äang giải nén cấu hình bootloader <b>Extracting compressed iso:</b> %1 <b>Äang giải nén tập tin iso:</b> %1 Copying file, please wait... Äang sao chép tập tin, vui lòng chá»... <b>Source:</b> <a href="%1">%1</a> <b>Nguồn:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Äích đến:</b> %1 <b>Copied:</b> 0 bytes <b>Äã sao chép:</b> 0 byte Extracting files, please wait... Äang giải nén các tập tin, vui lòng chá»... <b>Archive:</b> %1 <b>Tập tin nguồn:</b> %1 <b>Source:</b> <b>Nguồn:</b> <b>Destination:</b> <b>Äích đến:</b> <b>Extracted:</b> 0 of %1 files <b>Äã giải nén:</b> 0 trong số %1 tập tin <b>Source:</b> %1 (%2) <b>Nguồn:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Äích đến:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Äã giải nén:</b> %1 trong số %2 tập tin Downloading files, please wait... Äang tải các tập tin, vui lòng đợi... <b>Downloaded:</b> 0 bytes <b>Äã tải:</b> 0 byte Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Tải %1 %2 từ %3 thất bại. Vui lòng tải tập tin ISO từ trang web và thêm nó qua tùy chá»n ảnh đĩa. <b>Downloaded:</b> %1 of %2 <b>Äã tải:</b> %1 trong số %2 <b>Copied:</b> %1 of %2 <b>Äã sao chép:</b> %1 trong số %2 Searching in <a href="%1">%1</a> Äang tìm ở <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 phù hợp <a href="%3">%3</a> %1 not found Không tìm thấy %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. Không tìm thấy %1. Yêu cầu chế độ cài đặt %2. Äang cài đặt gói "%3" hoặc tương đương. (Current) (Äang thá»±c hiện) (Done) (Äã hoàn tất) Configuring grub2 on %1 Äang cấu hình grub2 trên %1 Configuring grldr on %1 Äang cấu hình grldr trên %1 Configuring grub on %1 Äang cấu hình grub trên %1 Installing syslinux to %1 Äang cài đặt syslinux vào%1 Installing extlinux to %1 Äang cài đặt extlinux vào %1 Syncing filesystems Äang đồng bá»™ các tập tin hệ thống Setting up persistence Cài đặt lưu giữ After rebooting, select the Sau khi khởi động lại, chá»n After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Sau khi khởi động lại, chá»n tuỳ chá»n khởi động từ USB trong menu boot cá»§a BIOS.%1 Bạn có muốn khởi động lại ngay không? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Thiết bị USB đã tạo sẽ không khởi động vào Mac. Hãy cắm nó vào máy tính, và chá»n tùy chá»n khởi động từ USB trong trình đơn khởi động BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *QUAN TRỌNG* Trước khi khởi động lại, đặt tập tin ảnh đĩa Ubuntu alternate (không phải desktop) vào thư mục gốc cá»§a đĩa cứng hoặc USB. Có thể tải tập tin Ubuntu alternate từ cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *QUAN TRỌNG* Sau khi khởi động lại, bá» qua bất kì thông báo lá»—i nào và chá»n quay lại nếu nhắc nhở cho CD, sau đó trở lại menu chính, chá»n 'Start Installation', chá»n 'Network' là nguồn, chá»n 'HTTP' là giao thức, nhập 'mirrors.kernel.org' khi được nhắc, và nhập '/centos/%1/os/%2' khi được há»i thư mục. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *QUAN TRỌNG* Trước khi khởi động lại, đặt tập tin ảnh cá»§a Debian (.iso) vào thư mục gốc cá»§a đĩa cứng hoặc ổ USB. Có thể tải tập tin ảnh cá»§a Debian tại cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *QUAN TRỌNG* Sau khi khởi động lại, bá» qua bất kì thông báo lá»—i nào và chá»n quay lại nếu nhắc nhở cho CD, sau đó trở lại menu chính, chá»n 'Start Installation', chá»n 'Network' là nguồn, chá»n 'HTTP' là giao thức, nhập 'download.fedora.redhat.com' khi được nhắc, và nhập '/pub/fedora/linux/development/%1/os' khi được há»i thư mục. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *QUAN TRỌNG* Sau khi khởi động lại, bá» qua bất kì thông báo lá»—i nào và chá»n quay lại nếu nhắc nhở cho CD, sau đó trở lại menu chính, chá»n 'Start Installation', chá»n 'Network' là nguồn, chá»n 'HTTP' là giao thức, nhập 'download.fedora.redhat.com' khi được nhắc, và nhập '/pub/fedora/linux/releases/%1/Fedora/%2/os' khi được há»i thư mục. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *QUAN TRỌNG* Sau khi khởi động lại, bá» qua bất kì thông báo lá»—i nào và chá»n quay lại nếu nhắc nhở cho CD, sau đó trở lại menu chính, chá»n 'Start Installation', chá»n 'Network' là nguồn, chá»n 'HTTP' là giao thức, nhập 'download.opensuse.org' khi được nhắc, và nhập '/factory/repo/oss' khi được há»i thư mục. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *QUAN TRỌNG* Sau khi khởi động lại, bá» qua bất kì thông báo lá»—i nào và chá»n quay lại nếu nhắc nhở cho CD, sau đó trở lại menu chính, chá»n 'Start Installation', chá»n 'Network' là nguồn, chá»n 'HTTP' là giao thức, nhập 'download.opensuse.org' khi được nhắc, và nhập '/distribution/%1/repo/oss' khi được há»i thư mục. == Select Distribution == == Chá»n bản phân phối == == Select Version == == Chá»n phiên bản == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Chào mừng bạn đã đến vá»›i <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, trình cài đặt bá»™ khởi động Universal Netboot Installer. Hướng dẫn sá»­ dụng:<ol><li>Chá»n má»™t bản phân phối và phiên bản để tải từ danh sách trên, hoặc xác định các tập tin để nạp bên dưới.</li><li>Chá»n kiểu cài đặt, và nhấn OK để bắt đầu cài đặt.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Trang chá»§:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Mô tả:</b> Arch Linux là má»™t bản phân phối gá»n nhẹ được tối ưu hóa cho tốc độ và tính linh hoạt.<br/><b>Ghi chú cài đặt:</b> Phiên bản mặc định cho phép cài đặt qua internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Trang chá»§:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Mô tả:</b> BackTrack là má»™t bản phân phối tập trung cho nghiên cứu và thá»­ nghiệm thâm nhập mạng.<br/><b>Ghi chú cài đặt:</b> BackTrack chạy trá»±c tiếp, không yêu cầu cài đặt. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Trang chá»§:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Mô tả:</b> CentOS là má»™t phiên bản tá»± do cá»§a Red Hat Enterprise Linux.<br/><b>Ghi chú cài đặt:</b> Phiên bản mặc định cho phép cài đặt thông qua internet (FTP), hay cài đặt thông qua tập tin ISO đã tải sẵn. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Trang chá»§:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Mô tả:</b> CloneZilla là má»™t bản phân phối dùng cho việc sao lưu đĩa và chụp ảnh ổ đĩa.<br/><b>Ghi chú cài đặt:</b> CloneZilla được khởi động và chạy trá»±c tiếp, không yêu cầu cài đặt. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Trang chá»§:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Mô tả:</b> Damn Small Linux là má»™t bản phân phối được thiết kế tối giản cho các máy tính cÅ©.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live tải hệ thống vào RAM và khởi động từ bá»™ nhá»›, không bắt buá»™c cài đặt nhưng vẫn có thể chá»n nếu muốn. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Trang chá»§:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Mô tả:</b> Debian là má»™t bản Linux được phát triển bởi cá»™ng đồng, há»— trợ rá»™ng rãi các ná»n tảng phần cứng và cung cấp má»™t kho lá»›n các gói phần má»m.<br/><b>Ghi chú cài đặt:</b> Phiên bản NetInstall cho phép cài đặt thông qua FTP. Nếu bạn muốn sá»­ dụng tập tin ảnh .iso, sá»­ dụng tùy chá»n HdMedia, sau đó đặt nó vào thư mục gốc cá»§a USB hoặc cá»§a đĩa cứng. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chá»§:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Mô tả:</b> Dreamlinux là má»™t bản phân phối thân thiện vá»›i ngưá»i dùng, dá»±a trên Debian.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép vào thẳng hệ Ä‘iá»u hành, thông qua tùy chá»n khởi động. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Trang chá»§:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Mô tả:</b> Dr.Web AntiVirus là má»™t công cụ cứu há»™ diệt virus dùng để khôi phục hệ thống bị lá»—i nghiêm trá»ng do malware.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép quét malware. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chá»§:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Mô tả:</b> Elive là má»™t bản phân phối dá»±a trên Debian hướng đến tính năng quản lí cá»­a sổ Enlightenment.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép vào thẳng hệ Ä‘iá»u hành, thông qua tùy chá»n khởi động. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Trang chá»§:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Mô tả:</b> Fedora là má»™t bản phân phối cá»§a cá»™ng đồng Red Hat, giá»›i thiệu những phần má»m miá»…n phí hay mã nguồn mở vá»›i những công nghệ tiên tiến.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trá»±c tiếp, có thể tùy chỉnh khi khởi động. Phiên bản NetInstall cho phép cài đặt thông qua internet (FTP), hoặc cài đặt offline bằng tập tin ISO. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Trang chá»§:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Mô tả:</b> FreeBSD là má»™t hệ Ä‘iá»u hành dá»±a trên Unix được thiết kế vá»›i mục tiêu khả năng mở rá»™ng và hiệu suất.<br/><b>Ghi chú cài đặt:</b> Phiên bản mặc định cho phép cài đặt qua internet (FTP), hoặc cài đặt sá»­ dụng tập tin ISO. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Trang chá»§:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Mô tả:</b> FreeDOS là má»™t hệ Ä‘iá»u hành tích hợp MS-DOS tá»± do.<br/><b>Ghi chú cài đặt:</b> Xem <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> để biết chi tiết cài đặt. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Trang chá»§:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Mô tả:</b> FreeNAS là má»™t phiên bản nhúng và mã nguồn mở NAS (Network-Attached Storage) dá»±a trên FreeBSD.<br/><b>Ghi chú cài đặt:</b> Phiên bản LiveCD tạo má»™t phân vùng trên RAM cho FreeNAS, và sá»­ dụng định dạng đĩa má»m FAT hoặc khóa USB để lưu các tập tin thiết lập. Phiên bản nhúng cho phép cài đặt lên đĩa cứng. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Trang chá»§:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Mô tả:</b> Frugalware là má»™t phiên bản dá»±a trên Slackware cho ngưá»i dùng chuyên nghiệp.<br/><b>Ghi chú cài đặt:</b> Phiên bản mặc định cho phép cài đặt qua internet (FTP), hay sá»­ dụng tập tin ISO. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Trang chá»§:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Mô tả:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chá»§:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Mô tả:</b> gNewSense là má»™t bản phân phối được thông qua bởi tổ chức FSF và dá»±a trên Ubuntu, đã được gỡ bá» các thành phần không mang tính tá»± do.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trá»±c tiếp, để chạy trình cài đặt. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Trang chá»§:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Mô tả:</b> Gujin là trình quản lí khởi động vá»›i giao diện đồ há»a.<br/><b>Ghi chú cài đặt:</b> Gujin chỉ cần khởi động là có thể chạy được; không yêu cầu phải cài đặt. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Trang chá»§:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Mô tả:</b> Kaspersky Rescue Disk phát hiện và gỡ bá» malware khá»i Windows.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trá»±c tiếp, để khởi động trình quét malware. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Trang chá»§:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Mô tả:</b> Kubuntu là má»™t biến thể cá»§a Ubuntu vá»›i môi trưá»ng desktop KDE.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trá»±c tiếp, qua đó có thể chạy trình cài đặt. Phiên bản NetInstall cho phép cài đặt qua giao thức FTP, và có thể cài đặt Kubuntu và các biến thể khác cá»§a Ubuntu. Nếu muốn cài đặt bằng hình thức alternate (không phải desktop) qua tập tin .iso, sá»­ dụng tùy chá»n HdMedia, và đặt tập tin cài đặt .iso vào thư mục gốc cá»§a ổ USB hoặc đĩa cứng. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chá»§:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Mô tả:</b> Linux Mint là má»™t bản phân phối thân thiện vá»›i ngưá»i dùng được xây dá»±ng dá»±a trên Ubuntu, mặc định được bổ sung nhiá»u codec và phần má»m.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trá»±c tiếp, để có thể chạy trình cài đặt. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Trang chá»§:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Mô tả:</b> Mandriva là má»™t bản phân phối thân thiện vá»›i ngưá»i dùng, còn được biết đến vá»›i cái tên Mandrake Linux.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép khởi động và chạy trá»±c tiếp, để chạy trình cài đặt. Phiên bản NetInstall cho phép cài đặt thông qua internet (FTP) hoặc thông qua <a href="http://www.mandriva.com/en/download">tập tin ảnh đĩa "Miá»…n phí"</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Trang chá»§:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Mô tả:</b> MEPIS là má»™t bản phân phối dá»±a trên Debian. SimplyMEPIS là má»™t phiên bản thân thiện vá»›i ngưá»i dùng vá»›i môi trưá»ng desktop KDE, trong khi AntiX là phiên bản gá»n nhẹ dành cho các máy tính cÅ©.<br/><b>Ghi chú cài đặt:</b> MEPIS há»— trợ khởi động trá»±c tiếp, để chạy trình cài đặt. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Trang chá»§:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Mô tả:</b> NetbootCD có khả năng tải và khởi động các bản phân phối khác từ Internet.<br/><b>Hướng dẫn cài đặt:</b> NetbootCD khởi động và chạy trá»±c tiếp. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Trang chá»§:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Mô tả:</b> NimbleX là má»™t bản phân phối linh hoạt và nhá» gá»n dá»±a trên Slackware. Nó được xây dá»±ng trên các linux-live scripts, và sá»­ dụng môi trưá»ng desktop KDE. Nó có thể khởi động từ đĩa CD hay bá»™ nhá»› flash (bút nhá»› USB hoặc máy MP3), và có thể dá»… dàng tùy biến và mở rá»™ng.<br/><b>Ghi chú cài đặt:</b> NimbleX khởi động trá»±c tiếp. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Trang chá»§:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Mô tả:</b> Offline NT Password và Registry Editor có thể thiết lập lại mật khẩu Windows và chỉnh sá»­a registry cá»§a Windows 2000-Vista.<br/><b>Hướng dẫn cài đặt:</b> NTPasswd yêu cầu chạy trá»±c tiếp, không cài đặt. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Trang chá»§:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Mô tả:</b> openSUSE là má»™t bản phân phối thân thiện vá»›i ngưá»i dùng, có sá»± tài trợ cá»§a Novell.<br/><b>Ghi chú cài đặt:</b> Phiên bản mặc định cho phép cài đặt qua internet (FTP), hoặc sá»­ dụng tập tin ISO. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Trang chá»§:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Mô tả:</b> Ophcrack có thể lấy mật khẩu Windows.<br/><b>Ghi chú cài đặt:</b> Ophcrack khởi động và chạy trá»±c tiếp; không yêu cầu phải cài đặt. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Trang chá»§:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Mô tả:</b> Parted Magic bao gồm chương trình phân vùng ổ đĩa GParted và các công cụ tối ưu hệ thống khác như thay đổi, sao chép, sao lưu, và thao tác vá»›i các phân vùng đĩa.<br/><b>Ghi chú cài đặt:</b> Parted Magic khởi động và chạy trá»±c tiếp; không cần phải cài đặt. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Trang chá»§:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Mô tả:</b> Puppy Linux là má»™t bản phân phối gá»n nhẹ được thiết kế cho các máy tính cÅ©.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép tải hệ thống lên RAM và khởi động từ bá»™ nhá»›, có thể không cần cài đặt nhưng đó là tùy chá»n. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Trang chá»§:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Mô tả:</b> Sabayon Linux là má»™t bản phân phối dá»±a trên Gentoo Live DVD vá»›i trình quản lí gói tin Entropy.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trá»±c tiếp, để có thể chạy trình cài đặt. Phiên bản LiteMCE có dung lượng 2 GB, trong khi bản đầy đủ cần má»™t ổ USB 8GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chá»§:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Mô tả:</b> Slax là má»™t bản phân phối dá»±a trên Slackware vá»›i môi trưá»ng desktop KDE.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trá»±c tiếp, để chạy trình cài đặt. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Trang chá»§:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Mô tả:</b> SliTaz là má»™t bản phân phối gá»n nhẹ.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live tải hệ thống lên RAM và khởi động từ bá»™ nhá»›, không yêu cầu cài đặt nhưng đó là tùy chá»n. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Trang chá»§:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Mô tả:</b> Smart Boot Manager là má»™t trình khởi động tốt hÆ¡n BIOS do BIOS tồn tại khá nhiá»u hạn chế và lá»—i.<br/><b>Ghi chú cài đặt:</b> SBM đơn giản là khởi động và sá»­ dụng; không yêu cầu cài đặt. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Trang chá»§:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Mô tả:</b> Super Grub Disk là má»™t trình khởi động có thể thá»±c thi nhiá»u loại MBR và các tác vụ khôi phục trình khởi động.<br/><b>Ghi chú cài đặt:</b> SGD chỉ cần khởi động và chạy; không yêu cầu phải cài đặt. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chá»§:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Mô tả:</b> Super OS là má»™t bản phân phối dá»±a trên Ubuntu được bổ sung nhiá»u phần má»m mặc định. Yêu cầu má»™t ổ USB 2GB để cài đặt.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trá»±c tiếp, để chạy trình cài đặt. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Trang chá»§:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Mô tả:</b> Ubuntu là má»™t bản phân phối thân thiện vá»›i ngưá»i dùng dá»±a trên Debian.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trá»±c tiếp, để chạy trình cài đặt. Phiên bản NetInstall cho phép cài đặt qua giao thức FTP, và có thể cài đặt Kubuntu và các biến thể khác cá»§a Ubuntu. Nếu sá»­ dụng cách cài đặt alternate (không phải desktop), sá»­ dụng tùy chá»n HdMedia, và đặt tập tin iso cài đặt vào thư mục gốc cá»§a ổ USB hoặc cá»§a đĩa cứng. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Trang chá»§:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Mô tả:</b> xPUD là má»™t bản phân phối nhẹ, vá»›i má»™t trình duyệt web và nghe nhạc.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live tải hệ thống lên RAM và khởi động từ bá»™ nhá»›. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Trang chá»§:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Mô tả:</b> Xubuntu là má»™t biến thể cá»§a Ubuntu sá»­ dụng môi trưá»ng desktop XFCE.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trá»±c tiếp, để chạy trình cài đặt. Phiên bản NetInstall cho phép cài đặt bằng giao thức FTP, và có thể cài đặt Kubuntu và các biến thể khác cá»§a Ubuntu. Nếu cài đặt theo cách alternate (không phải desktop), sá»­ dụng tùy chá»n HdMedia, và đặt tập tin iso cài đặt vào thư mục gốc cá»§a ổ USB hoặc cá»§a đĩa cứng. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chá»§:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Mô tả:</b> Zenwalk là má»™t bản phân phối dá»±a trên Slackware sá»­ dụng môi trưá»ng desktop XFCE.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trá»±c tiếp, để chạy trình cài đặt. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Trang chá»§:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Mô tả:</b> EeePCLinuxOS là má»™t bản phân phối thân thiện vá»›i ngưá»i dùng dá»±a trên PCLinuxOS cho EeePC.<br/><b>Ghi chú cài đặt:</b> Chắc rằng thiết bị cài đặt trống và đã được định dạng trước khi tiến hành cài đặt. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Trang chá»§:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Mô tả:</b> Ubuntu Eee không phải là bản cải tiến cá»§a Ubuntu dành cho Asus Eee PC. Nó là má»™t hệ Ä‘iá»u hành sá»­ dụng giao diện Netbook Remix, các phần má»m tốt nhất chứ không nhất định chá»n các phần má»m nguồn mở (ví dụ Skype thay vì Ekiga).<br/><b>Ghi chú cài đặt:</b> Chắc rằng thiết bị cài đặt trống và định dạng trước khi tiến hành cài đặt. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Trang chá»§:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Mô tả:</b> Elive là má»™t bản phân phối dá»±a trên Debian.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép khởi động trá»±c tiếp, để chạy trình cài đặt. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Trang chá»§:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Mô tả:</b> Kiwi Linux là má»™t biến thể cá»§a Ubuntu cho ngưá»i Rumani, Hungari và ngưá»i dùng nói tiếng Anh.<br/><b>Ghi chú cài đặt:</b> Chắc rằng các thiết bị cài đặt trống và đã được định dạng trước khi cài đặt. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Trang chá»§:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Mô tả:</b> gNewSense là má»™t bản phân phối GNU/Linux chất lượng cao vá»›i sá»± mở rá»™ng và cải thiện Ubuntu, má»™t hệ Ä‘iá»u hành hoàn toàn miá»…n phí mà không có gói nhị phân hoặc có chứa phần má»m độc quyá»n.<br/><b>Ghi chú cài đặt:</b> Chắc rằng các thiết bị cài đặt trống và đã được định dạng trước khi tiến hành cài đặt. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Trang chá»§:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Mô tả:</b> NimbleX là má»™t bản phân phối nhá», linh hoạt dá»±a trên Slackware. ÄÆ°á»£c xây dá»±ng dá»±a trên các linux-live scripts, và môi trưá»ng desktop KDE. Có thể khởi động từ CD hay bá»™ nhá»› flash (bút nhá»› USB hoặc máy MP3), và có thể dá»… dàng tùy biến và mở rá»™ng.<br/><b>Ghi chú cài đặt:</b> NimbleX khởi động trá»±c tiếp. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Trang chá»§:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Mô tả:</b> SliTaz là má»™t bản phân phối gá»n nhẹ.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live tải hệ thống lên RAM và khởi động từ bá»™ nhá»›, không yêu cầu cài đặt nhưng đó là tùy chá»n. Trình cài đặt này được xây dá»±ng trên <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Trang chá»§:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Mô tả:</b> xPUD là má»™t bản phân phối gá»n nhẹ vá»›i giao diện đơn giản, gồm má»™t trình duyệt web và trình nghe nhạc.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live tải hệ thống lên RAM và khởi động từ bá»™ nhá»›. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Chá»n từ danh sách các bản phân phối được há»— trợ &Distribution &Bản phân phối Specify a disk image file to load Hãy chỉ định má»™t tập tin ảnh đĩa Disk&image Ản&h đĩa Manually specify a kernel and initrd to load Chỉ định bằng tay tập tin nhân và initrd &Custom Tù&y chá»n Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Phần dung lượng nhằm lưu giữ dữ liệu ngưá»i dùng sẽ được bảo toàn nguyên vẹn dù có khởi động lại. Chỉ thích hợp cho LiveUSB dành cho Unbutu và các ấn bản tương tá»±. Nếu giá trị nhập vượt quá tổng dung lượng cá»§a ổ đĩa thì khoảng dung lượng tối Ä‘a còn lại sẽ được sá»­ dụng. Space used to preserve files across reboots (Ubuntu only): Phần trống để lưu lại các tập tin sau khi khởi động lại (chỉ dùng cho Ubuntu): MB MB OK OK Return Trở vá» Cancel Há»§y bá» Esc Esc Reboot Now Khởi động lại ngay Exit Thoát 1. Downloading Files 1. Tải các tập tin 2. Extracting and Copying Files 2. Giải nén và sao chép các tập tin 3. Installing Bootloader 3. Cài đặt Trình khởi động 4. Installation Complete, Reboot 4. Hoàn tất cài đặt, Khởi động lại Select the target drive to install to Chá»n ổ đĩa để cài đặt Dri&ve: á»” đĩ&a: Select the installation target type Chá»n loại ổ đĩa để cài đặt &Type: &Loại: Select the distribution version Chá»n phiên bản cá»§a bản phân phối Select disk image file Chá»n tập tin ảnh đĩa ... ... Select the disk image type Chá»n loại tập tin ảnh đĩa Specify a floppy/hard disk image, or CD image (ISO) file to load Xác định má»™t tập tin ảnh đĩa má»m/đĩa cứng, hoặc tập tin ảnh đĩa CD (ISO) Specify a kernel file to load Xác định nhân hệ Ä‘iá»u hành Select kernel file Chá»n tập tin nhân Specify an initrd file to load Xác định tập tin initrrd Select initrd file Chá»n tập tin initrrd Select syslinux.cfg or isolinux.cfg file Chá»n tập tin syslinux.cfg hoặc isolinux.cfg Specify parameters and options to pass to the kernel Xác định các thông số và tùy chá»n để bá» qua thao tác chá»n nhân &Kernel: &Nhân: Init&rd: Init&rd: &Options: Tùy &chỉnh: uninstaller Uninstallation Complete Gỡ bá» hoàn tất %1 has been uninstalled. %1 đã được gỡ bá». Must run as root Phải chạy vá»›i quyá»n quản trị %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 phải được chạy vá»›i quyá»n quản trị. Hãy đóng lại và sá»­ dụng lệnh:<br/><b>sudo %1</b><br/>hay:<br/><b>su - -c '%1'</b> %1 Uninstaller Gỡ bá» %1 %1 is currently installed. Remove the existing version? %1 hiện đã cài đặt. Bạn có muốn gỡ bá» phiên bản đã tồn tại không? ./._unetbootin_zh_CN.ts000644 000765 000024 00000000474 12325150343 015343 0ustar00gezastaff000000 000000 Mac OS X  2 <ATTR<œ œ com.dropbox.attributesxœÈMB@€á¿Òìu ™4ã°qYC4$¹‹•ò‘Zßã¿÷q{ŸwÉ«~’zY”ýj4/ÒÂ,OÂNø¿$bÑ7BÚ²¨;k&h-$>Ù¢‘œ&(=9(nÇKg"ìÛWƒ@i²JÕqM©Gc[¨áˆf¶é„ßh£òš(?;[õÐq•;^ð„ÝáˆËÞ©­^QÀ²,M5àunetbootin_zh_CN.ts000644 000765 000024 00000244320 12325150343 014771 0ustar00gezastaff000000 000000 QObject LeftToRight ä»Žå·¦åˆ°å³ unetbootin Hard Disk 硬盘 USB Drive USB 驱动器 ISO ISO Floppy 软盘 either 两者任选其一 LiveUSB persistence LiveUSB æŒç»­å­˜å‚¨ FAT32-formatted USB drive FAT32 æ ¼å¼ USB 驱动器 EXT2-formatted USB drive EXT2 æ ¼å¼ USB 驱动器 Open Disk Image File 打开ç£ç›˜é•œåƒæ–‡ä»¶ All Files 全部文件 All Files (*) 所有文件(*) Open Kernel File 打开内核文件 Open Initrd File 打开 Initrd 文件 Open Bootloader Config File 载入引导é…置文件 Insert a USB flash drive æ’å…¥USB 闪存盘 No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. 没有å‘现USB é—ªå­˜ç›˜ã€‚å¦‚æžœæ‚¨å·²ç»æ’å…¥USB 闪存盘,请å°è¯•釿–°æ ¼å¼åŒ–为FAT32æ ¼å¼ã€‚ %1 not mounted %1 没有挂载 You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. 你必须首先在 %1 挂载 USB 闪存盘。大部分å‘è¡Œç‰ˆæœ¬ä¼šåœ¨æ‚¨ç§»é™¤å¹¶ä¸”é‡æ–°æ’å…¥USB 闪存盘åŽè‡ªåŠ¨æ‰§è¡Œè¯¥æ“作。 Select a distro 选择一个å‘行版本 You must select a distribution to load. 你必须选择加载一个å‘行版本。 Select a disk image file 选择一个ç£ç›˜é•œåƒæ–‡ä»¶ You must select a disk image file to load. 你必须选择加载一个ç£ç›˜é•œåƒæ–‡ä»¶ã€‚ Select a kernel and/or initrd file 选择一个内核 å’Œ/或 initrd 文件 You must select a kernel and/or initrd file to load. 你必须选择加载一个内核 å’Œ/或 initrd 文件。 Diskimage file not found 没有找到ç£ç›˜é•œåƒæ–‡ä»¶ The specified diskimage file %1 does not exist. 指定的ç£ç›˜é•œåƒæ–‡ä»¶ %1 ä¸å­˜åœ¨ã€‚ Kernel file not found 内核文件没有找到 The specified kernel file %1 does not exist. 指定内核文件 %1 ä¸å­˜åœ¨ã€‚ Initrd file not found 没有找到 Initrd 文件 The specified initrd file %1 does not exist. 指定 initrd 文件 %1 ä¸å­˜åœ¨ã€‚ %1 exists, overwrite? %1 å·²ç»å­˜åœ¨ï¼Œæ˜¯å¦è¦†ç›–? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. 文件 %1 å·²ç»å­˜åœ¨ã€‚å•击 'Yes to All' 进行覆盖并且ä¸å†æç¤ºï¼Œ 'Yes' 覆盖å•个文件, 而 'No' ä¿ç•™ä½ çŽ°åœ¨çš„ç‰ˆæœ¬ã€‚ 如果ä¸èƒ½ç¡®å®šï¼Œå•击 'Yes to All'。 %1 is out of space, abort installation? %1 空间ä¸å¤Ÿã€‚放弃安装? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. 目录 %1 空间ä¸å¤Ÿã€‚按 “是†放弃安装,按 “å¦â€ 忽略这个错误并继续安装,按 “全部选å¦â€ 忽略所有“空间ä¸å¤Ÿâ€ä¹‹ç±»çš„错误。 Locating kernel file in %1 正在 %1 中查找内核文件 Copying kernel file from %1 正从 %1 中å¤åˆ¶å†…核文件 Locating initrd file in %1 正从 %1 中查找 initrd 文件 Copying initrd file from %1 正从 %1 中å¤åˆ¶ initrd 文件 Extracting bootloader configuration 正在æå–引导装载程åºé…ç½® <b>Extracting compressed iso:</b> %1 <b>正在解压 iso é•œåƒæ–‡ä»¶ï¼š</b> %1 Copying file, please wait... 正在å¤åˆ¶æ–‡ä»¶ï¼Œè¯·ç¨å€™... <b>Source:</b> <a href="%1">%1</a> <b>æ¥æºï¼š</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>目标:</b> %1 <b>Copied:</b> 0 bytes <b>å·²å¤åˆ¶ï¼š</b> 0 字节 Extracting files, please wait... æ­£åœ¨æŠ½å–æ–‡ä»¶ï¼Œè¯·ç¨ç­‰â€¦â€¦ <b>Archive:</b> %1 <b>存档:</b> %1 <b>Source:</b> <b>æ¥æºï¼š</b> <b>Destination:</b> <b>目标:</b> <b>Extracted:</b> 0 of %1 files <b>已抽å–:</b>0 / %1 个文件 <b>Source:</b> %1 (%2) <b>æ¥æºï¼š</b> %1 (%2) <b>Destination:</b> %1%2 <b>目标:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>已抽å–:</b> %1 / %2 个文件 Downloading files, please wait... 正在下载文件,请ç¨å€™â€¦â€¦ <b>Downloaded:</b> 0 bytes <b>下载:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. 从 % 下载 %1 %2 失败. 请直接从官方Web站点下载ISO文件,并通过diskimage选项指定. <b>Downloaded:</b> %1 of %2 <b>已下载:</b> %1 / %2 <b>Copied:</b> %1 of %2 <b>å·²å¤åˆ¶ï¼š</b> %1 / %2 Searching in <a href="%1">%1</a> 正在æœç´¢ <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> 在 <a href="%3">%3</a> 中有 %1/%2 åŒ¹é… %1 not found %1 没有找到 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 没有找到。该安装模å¼éœ€è¦ %2。 安装 “ %3 †包或者你的å‘行版本的等效版本。 (Current) (处ç†ä¸­) (Done) (完æˆ) Configuring grub2 on %1 正在é…ç½® %1 上的 grub2 Configuring grldr on %1 正在é…ç½® %1 上的 grldr Configuring grub on %1 正在é…ç½® %1 上的 grub Installing syslinux to %1 正在安装 syslinux 到 %1 Installing extlinux to %1 正在安装 extlinux 到 %1 Syncing filesystems æ­£åœ¨åŒæ­¥æ–‡ä»¶ç³»ç»Ÿ Setting up persistence 设置æŒç»­å­˜å‚¨ After rebooting, select the é‡å¯åŽï¼Œé€‰æ‹© After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? é‡å¯åŽï¼Œåœ¨ BIOS å¯åЍèœå•里选择 USB å¯åЍ 选项。%1 现在é‡å¯å—? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 创建的 USB 设备ä¸èƒ½ä»Ž Mac 上å¯åŠ¨ã€‚è¯·å°†å…¶æ’å…¥ PC,在 BIOS å¯åЍèœå•里选择 USB å¯åŠ¨é€‰é¡¹ã€‚%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *é‡è¦* åœ¨é‡æ–°å¯åЍå‰ï¼Œè¯·å°†ä¸€ä¸ª Ubuntu alternateï¼ˆè€Œéž desktop)安装 iso 文件放置在您的硬盘或 U 盘根目录下。该 iso 文件å¯ä»Ž cdimage.ubuntu.com 获å–。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *é‡è¦* é‡å¯åŽ, 如果æç¤º CD 引导忽略任何错误信æ¯ï¼Œç„¶åŽå®šä½åˆ°ä¸»èœå•,选择 '开始安装' é€‰é¡¹ï¼Œæ¥æºé€‰æ‹© '网络模å¼',å议选择 'HTTP',当æç¤ºç™»é™†æœåŠ¡å™¨æ—¶è¾“å…¥'mirrors.kernel.org',当询问文件夹时输入'/centos/%1/os/%2'。 *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *é‡è¦* åœ¨é‡æ–°å¯åЍå‰ï¼Œè¯·å°†ä¸€ä¸ª Debian 安装 iso 文件放置在您的硬盘或 U 盘根目录下。该 iso 文件å¯ä»Ž cdimage.debian.org 获å–。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *é‡è¦* é‡å¯åŽ, 如果æç¤º CD 引导忽略任何错误信æ¯ï¼Œç„¶åŽå®šä½åˆ°ä¸»èœå•,选择 '开始安装' é€‰é¡¹ï¼Œæ¥æºé€‰æ‹© '网络模å¼',å议选择 'HTTP',当æç¤ºç™»é™†æœåŠ¡å™¨æ—¶è¾“å…¥'download.fedora.redhat.com',当询问文件夹时输入'/pub/fedora/linux/development/%1/os'。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *é‡è¦* é‡å¯åŽ, 如果æç¤º CD 引导忽略任何错误信æ¯ï¼Œç„¶åŽå®šä½åˆ°ä¸»èœå•,选择 '开始安装' é€‰é¡¹ï¼Œæ¥æºé€‰æ‹© '网络模å¼',å议选择 'HTTP',当æç¤ºç™»é™†æœåŠ¡å™¨æ—¶è¾“å…¥'download.fedora.redhat.com',当询问文件夹时输入'/pub/fedora/linux/releases/%1/Fedora/%2/os'。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *é‡è¦æç¤º* é‡å¯åЍåŽï¼Œä¸è¦ç†ä¼šä»»ä½•错误æç¤ºä¿¡æ¯ã€‚如果æç¤ºè¦æ±‚æ’å…¥CD光盘,请选择“返回â€ï¼Œç„¶åŽå›žåˆ°ä¸»èœå•,选择“开始安装â€ï¼Œå®‰è£…æºé€‰â€œç½‘络â€ï¼Œå议选“HTTPâ€ã€‚当æç¤ºæŒ‡å®šæœåŠ¡å™¨æ—¶ï¼Œè¾“å…¥â€œdownload.opensuse.orgâ€ï¼›è¯¢é—®æ–‡ä»¶å¤¹ä½ç½®æ—¶ï¼Œå†è¾“入“/factory/repo/ossâ€å³å¯ã€‚ *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *é‡è¦* é‡å¯åŽ, 如果æç¤º CD 引导忽略任何错误信æ¯ï¼Œç„¶åŽå®šä½åˆ°ä¸»èœå•,选择 '开始安装' é€‰é¡¹ï¼Œæ¥æºé€‰æ‹© '网络模å¼',å议选择 'HTTP',当æç¤ºç™»é™†æœåŠ¡å™¨æ—¶è¾“å…¥'download.opensuse.org',当询问文件夹时输入'/distribution/%1/repo/oss'。 == Select Distribution == == 选择å‘行版 == == Select Version == == 选择版本 == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> 欢迎使用 <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, 通用网络引导安装程åºã€‚用法:<ol><li>在列表里选择一个类型版本下载,或者手动载入指定文件。</li><li>选择一ç§å®‰è£…类型,然åŽå•击 OK 开始安装。</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>主页:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>æè¿°ï¼š</b> Arch Linux æ˜¯ä¸€ä¸ªé’ˆå¯¹é€Ÿåº¦å’Œçµæ´»æ€§è¿›è¡Œäº†ä¼˜åŒ–的轻é‡çº§å‘行版。<br/><b>安装说明:</b>默认版本å…许通过网络安装(FTP)。 <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>主页:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>æè¿°:</b> BackTrack 是一个å‘行版。该å‘行版专注于网络分æžå’Œæ¸—逿µ‹è¯•。<br/><b>安装说明:</b> BackTrack 是å³å¯å³ç”¨ï¼ˆlive)的,无需安装å³å¯ä½¿ç”¨ã€‚ <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>主页:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>说明:</b> CentOS 是一个å…费的红帽å­ä¼ä¸šç‰ˆ Linux 克隆版。<br/><b>安装说明:</b> 默认版本å…许网络安装方å¼ï¼ˆFTP),或者用预先下载安装的ISO文件进行离线安装。 <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>主页:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>说明:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>安装说明:</b>CloneZilla以Live模å¼å¯åŠ¨å’Œè¿è¡Œï¼Œä¸å®‰è£…也å¯ä»¥ä½¿ç”¨ã€‚ <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>主页:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>说明:</b> Damn Small Linux 是一个为è€ç”µè„‘设计的最低é™åº¦åˆ†å‘版本。<br/><b>安装说明:</b> 该实时版本加载系统到 RAM 并且从内存å¯åŠ¨ï¼Œæ‰€ä»¥å®‰è£…å¯é€‰å¹¶ä¸æ˜¯å¿…需的。 <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>主页:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>æè¿°:</b> Debian 是一个社区开å‘çš„ Linux å‘行版。它æä¾›å¤šç§æž¶æž„,并拥有超大的软件包仓库。<br/><b>安装说明:</b> 网络安装版å…许通过 FTP æ¥å®‰è£…。如果您想è¦é€šè¿‡é¢„下载的 iso 文件进行安装,请使用 HdMedia 选项,并将 iso 文件放置在硬盘或 U 盘根目录下 <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>说明:</b> Dreamlinux 是一个基于 Debian 的用户å‹å¥½çš„å‘行版本。<br/><b>安装说明:</b> 该实时版本å…许采用有选择地加载模å¼è¿›è¡Œå®žæ¨¡å¼å¯åŠ¨ã€‚ <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>主页:</b><a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>说明:</b> Dr.Web AntiVirusæ˜¯ä¸€ä¸ªæ€æ¯’软件紧急修å¤å·¥å…·ï¼Œç”¨äºŽä¿®å¤è¢«malwareæŸå的系统。<br/><b>安装说明:</b>Live版å…许以Live模å¼å¯åŠ¨ï¼Œå¯åЍåŽå¯ä»¥è¿è¡Œmalwareæ€æ¯’软件进行扫æã€‚ <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>æè¿°ï¼š</b> Elive 是一个基于 Debian çš„ã€ä»¥ Enlightenment 窗å£ç®¡ç†å™¨ä¸ºç‰¹è‰²çš„å‘行版。<br/><b>安装说明:</b>Live 版本å…许以 Live 模å¼å¯åŠ¨ï¼Œå¯åЍåŽå¯ä»¥é€‰æ‹©å¯åŠ¨å®‰è£…ç¨‹åºã€‚ <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>主页:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>说明:</b> Fedora 是一个 Red Hat 赞助的最新的尖端的å…è´¹/å¼€æºè½¯ä»¶çš„共享å‘行版本。<br/><b>安装说明:</b> 该实时版本å…许采用有选择地加载模å¼è¿›è¡Œå®žæ¨¡å¼å¯åŠ¨ã€‚NetInstall 版本å…许通过 FTP 安装,或者用预先下载安装的ISO文件进行离线安装。 <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>主页:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>说明:</b> FreeBSD æ˜¯ä¸€ä¸ªè¢«è®¾è®¡ä¸ºå…·å¤‡å¯æ‰©å±•性和性能æžä½³çš„通用的 UNIX ç±»æ“作系统。<br/><b>安装说明:</b> 默认版本å…许网络安装方å¼ï¼ˆFTP),或者用预先下载安装的ISO文件进行离线安装。 <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>主页:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>说明:</b> FreeDOS 一个于 MS-DOS 兼容的å…è´¹æ“作系统。<br/><b>安装说明:</b> 安装详细资料å‚考 <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">手册</a> 。 <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>主页:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>简介:</b> FreeNAS 是一个基于 FreeBSD 的嵌入å¼å¼€æº NAS(网络附加存储设备)å‘行版。<br/><b>安装æç¤ºï¼š</b> LiveCD 版本会创建一个虚拟内存盘æ¥è¿è¡Œ FreeNAS, 而é…置文件将ä¿å­˜åœ¨ FAT æ ¼å¼çš„软盘或 U 盘上。 嵌入å¼ç‰ˆæœ¬å¯ä»¥å®‰è£…在硬盘上。 <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>主页:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>说明:</b> Frugalware 是一个多用途的基于 Slackware 供高级用户使用的å‘行版本 。<br/><b>安装说明:</b> 默认版本å…许网络安装方å¼ï¼ˆFTP),或者用预先下载安装的ISO文件进行离线安装。 <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>主页:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>说明:</b> GeeXboX æ˜¯ä¸€ä¸ªåµŒå…¥å¼ Linux 媒体中心å‘行版。<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>说明:</b> gNewSense是一个éµå¾ªFSF标准的Ubuntuè¡ç”Ÿç‰ˆï¼Œå®ƒç§»é™¤äº†æ‰€æœ‰çš„éžè‡ªç”±è½¯ä»¶ã€‚<br/><b>安装说明:</b>Live版以Live模å¼å¯åŠ¨ï¼Œå¯åЍåŽå¯ä»¥è¿›è¡Œå®‰è£…。 <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>主页:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>说明:</b> Gujin 是一个å¯ä»¥å¼•导å„å·å’Œæ–‡ä»¶çš„图形化å¯åŠ¨ç®¡ç†å™¨ã€‚<br/><b>安装说明:</b> Gujin å¯åŠ¨å’Œè¿è¡Œç®€å•ï¼›ä¸ç”¨å®‰è£…å°±å¯ä»¥ä½¿ç”¨å®ƒã€‚ <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>主页:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>说明:</b> Kaspersky Rescue Disk从你的Windows安装程åºä¸­ï¼Œæ£€æµ‹å¹¶åˆ é™¤malwareæ€æ¯’软件。<br/><b>安装说明:</b>Live版å…许以Live模å¼å¯åŠ¨ï¼Œå¯åЍåŽå¯ä»¥è¿è¡Œmalwareæ€æ¯’软件进行扫æã€‚ <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>主页:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>简介:</b> Kubuntu 是以 KDE 为桌é¢çŽ¯å¢ƒçš„ Ubuntu 官方è¡ç”Ÿç‰ˆã€‚<br/><b>安装æç¤ºï¼š</b> Live版本å…许以 Live 模å¼å¯åŠ¨ï¼Œä»Žä¸­å¯ä»¥é€‰æ‹©å®‰è£…程åºã€‚NetInstall 版本支æŒé€šè¿‡FTP安装,并å¯ä»¥å®‰è£… Xubuntu 或其他 Ubuntu 官方è¡ç”Ÿç‰ˆã€‚如果您想使用预先下载的 alternate(䏿˜¯ Desktop)镜åƒï¼Œè¯·ä½¿ç”¨ HdMedia 选项,然åŽå†å°† alternate å®‰è£…é•œåƒæ–‡ä»¶ç§»åŠ¨è‡³æ‚¨ç¡¬ç›˜é©±åŠ¨å™¨æˆ–USB驱动器的根目录。 <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>主页:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>æè¿°:</b> LinuxConsole 是一个用于玩游æˆçš„æ¡Œé¢å‘行版,易于安装,易于使用并且快速引导。<br/><b>安装备注:</b>1.0.2010 是最新的 1.0,现在在滚动å‘行版上å¯ç”¨(è¿è¡Œ liveuptate 更新模å—和内核)。 <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>说明:</b> Linux Mint 是一个在默认情况下包括é¢å¤–的专有编解ç å™¨å’Œå…¶å®ƒè½¯ä»¶çš„用户å‹å¥½çš„基于 Ubuntu 分å‘版本。<br/><b>安装说明:</b> 该实时版本å…许采用有选择地加载模å¼è¿›è¡Œå®žæ¨¡å¼å¯åŠ¨ã€‚ <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>主页:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>æè¿°:</b> Lubuntu 是一个推介 LXDE 桌é¢çš„官方 Ubuntu è¡ç”Ÿç‰ˆã€‚<br/><b>安装说明:</b>Live 版本å…许引导入 Live 模å¼ï¼Œå¯ä»¥ä»Žä¸­é€‰æ‹©å¯åŠ¨å®‰è£…ç¨‹åºã€‚NetInstall 版本å…许通过 FTP 安装,并且å¯ä»¥å®‰è£… Kubuntu 和其他官方 Ubuntu è¡ç”Ÿç‰ˆã€‚如果您希望使用一个预先下载的 alternate (䏿˜¯æ¡Œé¢) install iso,使用 HdMedia é€‰é¡¹ï¼Œç„¶åŽæ”¾ç½® alternate install iso 文件到您的硬盘或 USB 驱动器的根目录上 <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>主页:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>说明:</b> Mandriva 是一个如åŒMandrake Linux的用户å‹å¥½çš„å‘行版本。<br/><b>安装说明:</b> 该实时版本å…许采用有选择地加载模å¼è¿›è¡Œå®žæ¨¡å¼å¯åŠ¨ã€‚ NetInstall 版本å…许通过 FTP 安装或者预先下载 <a href="http://www.mandriva.com/en/download">"å…è´¹" iso é•œåƒæ–‡ä»¶</a>。 <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>说明:</b> MEPIS是一个基于Debiançš„å‘行版。SimplyMEPIS有改良过的KDE界é¢ï¼Œå¦å¤–AntiX是一个轻é‡çº§ç‰ˆæœ¬ï¼Œé€‚åˆç¡¬ä»¶é…置较低的旧电脑。<br/><b>安装说明:</b> MEPIS支æŒä»¥Live模å¼å¯åŠ¨ï¼Œå¯åЍåŽå¯ä»¥è¿›è¡Œå®‰è£…。 <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>主页:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>说明:</b> NetbootCD 是一个通过网络下载和安装其他å‘行版的å°å¯åŠ¨å…‰ç›˜ã€‚<br/><b>安装注æ„:</b> NetbootCD 能以自å¯åŠ¨å…‰ç›˜æ¨¡å¼å¯åŠ¨å’Œè¿è¡Œã€‚ <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>主页:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>æè¿°ï¼š</b> NimbleX 是一个å°åž‹ã€å¤šåŠŸèƒ½çš„åŸºäºŽ Slackware çš„å‘行版。它使用 linux-live 脚本构建,使用 KDE 桌é¢çŽ¯å¢ƒã€‚å®ƒå¯ä»¥é€šè¿‡ CD 或闪存(USB 盘或 MP3 播放器)å¯åŠ¨ï¼Œå®šåˆ¶å’Œæ‰©å±•éƒ½å¾ˆæ–¹ä¾¿ã€‚<br/><b>安装说明:</b> NimbleX 以 Live 模å¼å¯åŠ¨ã€‚ <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>主页:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>æè¿°:</b> Offline NT Password and Registry Editor能在Windows2000到Vista上é‡ç½®Windows密ç å’Œç¼–辑注册表.<br/><b>安装说明:</b> NTPasswd å¯åЍ并è¿è¡Œåœ¨Live模å¼;使用它ä¸éœ€è¦å®‰è£…. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>主页:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>说明:</b> openSUSE 是一个由Novellå…¬å¸èµžåŠ©çš„ç”¨æˆ·å‹å¥½åž‹åˆ†å‘版本。<br/><b>安装说明:</b> 默认版本å…许网络安装方å¼ï¼ˆFTP),或者用预先下载安装的ISO文件进行离线安装。 <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>主页:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>说明:</b> Ophcrack 能够破解 Windows 密ç ã€‚<br/><b>安装说明:</b> Ophcrack å¯åŠ¨é‡‡ç”¨å®žæ¨¡å¼å¯åŠ¨ï¼›ä¸ç”¨å®‰è£…å°±å¯ä»¥ä½¿ç”¨å®ƒã€‚ <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>主页:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>说明:</b> Parted Magic 包括 GParted partition manager åŠå…¶ä»–å¯ä»¥è°ƒæ•´ï¼Œå¤åˆ¶ï¼Œå¤‡ä»½å’Œæ“纵ç£ç›˜åˆ†åŒºçš„系统工具。<br/><b>安装说明:</b> Parted Magic å¯åŠ¨å’Œè¿è¡Œç®€å•ï¼›ä¸ç”¨å®‰è£…å°±å¯ä»¥ä½¿ç”¨å®ƒã€‚ <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>主页:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>说明:</b> Puppy Linux 是一个为è€ç”µè„‘设计的轻é‡çº§çš„分å‘版本。<br/><b>安装说明:</b> 该实时版本加载系统到 RAM 并且从内存å¯åŠ¨ï¼Œæ‰€ä»¥å®‰è£…å¯é€‰å¹¶ä¸æ˜¯å¿…需的。 <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>主页:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>说明:</b> Sabayon Linux是一个基于Gentooçš„Live DVDå‘行版,它有独特的二进制软件包管ç†ç¨‹åºï¼Œæ¥ç®¡ç†åŸºäºŽæºç çš„Portage特色软件包。<br/><b>安装说明:</b>Live版本å…许以Live模å¼å¯åŠ¨ï¼Œå¯åЍåŽå¯ä»¥é€‰æ‹©è¿›è¡Œå®‰è£…。LiteMCE版本需è¦è‡³å°‘2G容é‡çš„USB设备,完整版需è¦è‡³å°‘8G。 <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>主页:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>æè¿°:</b> Salix 是一个简å•ã€å¿«é€Ÿå¹¶æ˜“于使用的基于 Slackware çš„ GNU/Linux å‘行版(完全兼容)。<br/>åƒä¸€ä¸ª bonsai, Salix 是一个å°åž‹ã€è½»é‡çš„æ— é™å…³æ€€çš„产å“。<br/><b>安装说明:</b>Live 版本å…许引导入 Live 模å¼ï¼Œä»Žä¸­å¯ä»¥é€‰æ‹©å¯åŠ¨å®‰è£…ç¨‹åºã€‚<br/>默认 root å¯†ç æ˜¯ <b>live</b>。 <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>说明:</b> Slax 是一个以采用KDE桌é¢ä¸ºç‰¹è‰²çš„基于Slackwareçš„å‘行版本。<br/><b>安装说明:</b> 该实时版本å…许采用有选择地加载模å¼è¿›è¡Œå®žæ¨¡å¼å¯åŠ¨ã€‚ <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>主页:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>说明:</b> SliTaz 是一个轻é‡çº§ï¼Œæ¡Œé¢å¯¼å‘微型å‘行版本。<br/><b>安装说明:</b> 该实时版本加载系统到 RAM 并且从内存å¯åŠ¨ï¼Œæ‰€ä»¥å®‰è£…å¯é€‰å¹¶ä¸æ˜¯å¿…需的。 <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>主页:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>说明:</b> Smart Boot Manager 是一个能够ä¸å—制于 BIOS å¯åЍé™åˆ¶å’Œé”™è¯¯å½±å“çš„å¯åŠ¨åŠ è½½å™¨ã€‚<br/><b>安装说明:</b> SBM å¯åŠ¨å’Œè¿è¡Œç®€å•ï¼›ä¸ç”¨å®‰è£…å°±å¯ä»¥ä½¿ç”¨å®ƒã€‚ <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>主页:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>说明:</b> Super Grub Disk 是一个能够执行MBRç§ç±»å¼•导加载和引导æ¢å¤ä»»åŠ¡å¼•å¯¼åŠ è½½å™¨ã€‚<br/><b>安装说明:</b> SGD å¯åŠ¨å’Œè¿è¡Œç®€å•ï¼›ä¸ç”¨å®‰è£…å°±å¯ä»¥ä½¿ç”¨å®ƒã€‚ <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>简介:</b>Super_OS 是一个éžå®˜æ–¹çš„ Ubuntu è¡ç”Ÿç‰ˆï¼Œé»˜è®¤æƒ…况下包å«äº†ä¸€äº›é¢å¤–的软件。它需è¦ä¸€ä¸ª2GB çš„ U 盘æ¥å®‰è£…。<br/><b>安装æç¤ºï¼š</b>Live 版本å…许以 Live 模å¼å¯åŠ¨ï¼Œå¯åЍåŽå¯ä»¥ä»Žä¸­é€‰æ‹©æ‰§è¡Œå®‰è£…程åºã€‚ <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>主页:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>简介:</b> Ubuntu是一个用户å‹å¥½çš„基于 Debiançš„å‘è¡Œç‰ˆã€‚è¿™æ˜¯ç›®å‰æœ€æµè¡Œçš„ Linux 桌é¢å‘行版。<br/><b>安装æç¤ºï¼š</b> Live 版本å…许以 Live 模å¼å¯åŠ¨ï¼Œå¯åЍåŽå¯ä»¥ä»Žä¸­é€‰æ‹©æ‰§è¡Œå®‰è£…程åºã€‚NetInstall 版本支æŒé€šè¿‡ FTP 安装,并å¯ä»¥å®‰è£… Kubuntu 或其他官方 Ubuntu çš„è¡ç”Ÿç‰ˆæœ¬ã€‚如果您想使用一个预先下载的alternate(䏿˜¯ Desktop)é•œåƒæ–‡ä»¶å®‰è£…,请使用 HdMedia 选项,然åŽå†å°† alternate é•œåƒæ–‡ä»¶ç§»åŠ¨è‡³æ‚¨ç¡¬ç›˜é©±åŠ¨å™¨æˆ–USB驱动器的根目录下。 <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>主页:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>说明:</b> xPUD是一个轻é‡çº§çš„å‘行版,它有简å•的类似kiosk风格的界é¢ï¼Œå¹¶è‡ªå¸¦æµè§ˆå™¨å’Œåª’体播放器。<br/><b>安装说明:</b>Live版本å¯åŠ¨è¿‡ç¨‹ï¼šæŠŠå…¨éƒ¨ç³»ç»Ÿè½½å…¥RAM内存中,然åŽä»Žå†…å­˜å¯åŠ¨ã€‚ <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>主页:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>简介:</b> Xubuntu 是一个 Ubuntu 官方å‘行的以 XFCE 为桌é¢çŽ¯å¢ƒçš„è½»é‡çº§å‘行版。<br/><b>安装æç¤ºï¼š</b> Live 版本å…许以 Live 模å¼å¯åŠ¨ï¼Œå¯åЍåŽå¯ä»¥ä»Žä¸­é€‰æ‹©æ‰§è¡Œå®‰è£…程åºã€‚NetInstall 版本支æŒé€šè¿‡ FTP 安装,并å¯ä»¥å®‰è£… Kubuntu 或其他官方 Ubuntu çš„è¡ç”Ÿç‰ˆæœ¬ã€‚如果您想使用一个预先下载的 alternate(䏿˜¯Desktop) é•œåƒæ–‡ä»¶å®‰è£…,请使用 HdMedia 选项,然åŽå†å°† alternate é•œåƒæ–‡ä»¶ç§»åŠ¨è‡³æ‚¨ç¡¬ç›˜é©±åŠ¨å™¨æˆ–USB驱动器的根目录下。 <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>说明:</b> Zenwalk 是一个以采用XFCE桌é¢ä¸ºç‰¹è‰²çš„基于Slackwareçš„å‘行版本。<br/><b>安装说明:</b> 该实时版本å…许采用有选择地加载模å¼è¿›è¡Œå®žæ¨¡å¼å¯åŠ¨ã€‚ <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>主页:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>说明:</b> EeePCLinuxOS 是一个为EeePC设计的基于PCLinuxOSçš„å‘行版本。<br/><b>安装说明:</b> 在继续安装å‰ç¡®å®šå®‰è£…介质为空并且被格å¼åŒ–。 <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>主页:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>说明:</b> Ubuntu Eee ä¸ä»…是为åŽç¡• EeePC 优化的 Ubuntu。它是一个采用 Netbook Remix 界é¢ï¼Œæ”¯æŒæ›¿ä»£æœ€å¥½çš„å¯è§è½¯ä»¶çš„å¼€æºæ›¿ä»£å“çš„æ“作系统(例如 Skype ç”± Ekiga 替代)。<br/><b>安装说明:</b> 在继续安装å‰ç¡®å®šå®‰è£…介质为空并且被格å¼åŒ–。 <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>æè¿°ï¼š</b> Elive 是一个以 Enlightenment 窗å£ç®¡ç†å™¨ä¸ºç‰¹è‰²çš„基于 Debian çš„å‘行版。<br/><b>安装说明:</b>Live 版本å…许通过 Live 模å¼å¯åŠ¨ï¼Œç„¶åŽé€‰æ‹©å¯åŠ¨å®‰è£…ç¨‹åºã€‚ <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>主页:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>说明:</b> Kiwi Linux是一个Ubuntuè¡ç”Ÿç‰ˆæœ¬ï¼Œä¸»è¦é€‚åˆç½—马尼亚,匈牙利和英语用户。<br/><b>安装说明:</b>请确认使用的是一张内容为空白的ç£ç›˜ï¼Œå¹¶åœ¨å®‰è£…å‰è¿›è¡Œæ ¼å¼åŒ–处ç†ã€‚ <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>主页:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>说明:</b> gNewSense是一个高å“质的GNU/Linuxçš„å‘行版,它对Ubuntu Linuxåšäº†è®¸å¤šå¢žå¼ºå’Œä¼˜åŒ–,是一个完全自由的æ“作系统,ä¸åŒ…å«ä»»ä½•ç§æœ‰è½¯ä»¶çš„二进制文件或软件包。<br/><b>安装说明:</b>安装å‰è¯·å…ˆç¡®è®¤ç£ç›˜å†…å®¹ä¸ºç©ºç™½ï¼Œä¸”å·²ç»æ ¼å¼åŒ–过。 <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>æè¿°ï¼š</b> NimbleX 是一个å°åž‹ã€å¤šåŠŸèƒ½çš„åŸºäºŽ Slackware çš„å‘行版。它使用 linux-live 脚本构建,使用 KDE 桌é¢çŽ¯å¢ƒã€‚å®ƒå¯ä»¥ä»Ž CD 或闪存(USB 盘或 MP3 播放器)å¯åŠ¨ï¼Œå®šåˆ¶å’Œæ‰©å±•å¾ˆå®¹æ˜“ã€‚<br/><b>安装说明:</b> NimbleX 以 Live 模å¼å¯åŠ¨ã€‚ <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>主页:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>说明:</b> SliTaz 是一个轻é‡çº§ï¼Œæ¡Œé¢å¯¼å‘微型å‘行版本。<br/><b>安装说明:</b> 该实时版本加载系统到 RAM 并且从内存å¯åŠ¨ï¼Œæ‰€ä»¥å®‰è£…å¯é€‰å¹¶ä¸æ˜¯å¿…需的。 该安装是基于 <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>。 <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>主页:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>说明:</b> xPUD是一个轻é‡çº§çš„å‘行版本,它有简å•的类似kiosk风格的界é¢ï¼Œå¹¶å¸¦æœ‰æµè§ˆå™¨å’Œåª’体播放器。<br/><b>安装说明:</b>Live版本å¯åŠ¨è¿‡ç¨‹ï¼šå®ƒæŠŠå…¨éƒ¨ç³»ç»Ÿè£…å…¥RAM内存中,然åŽä»Žå†…å­˜å¯åŠ¨ã€‚ unetbootinui Unetbootin Unetbootin Select from a list of supported distributions 在列表中选择一个支æŒçš„å‘行版本 &Distribution å‘行版(&D) Specify a disk image file to load 指定加载ç£ç›˜é•œåƒæ–‡ä»¶ Disk&image 光盘镜åƒ(&I) Manually specify a kernel and initrd to load 手动地指定加载一个内核 å’Œ initrd &Custom 自定义(&C) Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. ä¿ç•™ç»™åœ¨é‡å¯ä¹‹é—´ä¿ç•™çš„用户文件的空间。仅在 Ubuntu å’Œè¡ç”Ÿç‰ˆçš„ LiveUSBs 上有用。如果å–值超出驱动器容é‡ï¼Œå°†ä¼šä½¿ç”¨æœ€å¤§çš„å¯ç”¨ç©ºé—´ã€‚ Space used to preserve files across reboots (Ubuntu only): 用于在é‡å¯ä¹‹é—´ä¿ç•™æ–‡ä»¶çš„空间(仅用于 Ubuntu): MB MB OK 确定 Return 返回 Cancel å–æ¶ˆ Esc Esc Reboot Now 现在é‡å¯ Exit 退出 1. Downloading Files 1. 下载文件 2. Extracting and Copying Files 2. 抽å–å’Œæ‹·è´æ–‡ä»¶ 3. Installing Bootloader 3. 安装 Bootloader 4. Installation Complete, Reboot 4. 安装完æˆï¼Œé‡å¯ Select the target drive to install to 选择进行安装的目标驱动器 Dri&ve: 驱动器(&V): Select the installation target type 选择安装目标类型 &Type: 类型(&T): Select the distribution version 选择å‘行版本 Select disk image file 选择ç£ç›˜é•œåƒæ–‡ä»¶ ... ... Select the disk image type 选择ç£ç›˜é•œåƒç±»åž‹ Specify a floppy/hard disk image, or CD image (ISO) file to load 指定加载 软盘/硬盘 镜åƒï¼Œæˆ–者 CD 镜åƒ(ISO)文件 Specify a kernel file to load 指定加载内核文件 Select kernel file 选择内核文件 Specify an initrd file to load 指定加载 initrd 文件 Select initrd file 选择 initrd 文件 Select syslinux.cfg or isolinux.cfg file 选择 syslinux.cfg or isolinux.cfg 文件 Specify parameters and options to pass to the kernel æŒ‡å®šä¼ é€’ç»™å†…æ ¸çš„å‚æ•°å’Œé€‰é¡¹ &Kernel: 内核(&K): Init&rd: Initrd(&R): &Options: 选项(&O): uninstaller Uninstallation Complete 完全å¸è½½ %1 has been uninstalled. å·²ç»å¸è½½ %1 。 Must run as root 必须以root的身份è¿è¡Œ %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 必须以 root 身份è¿è¡Œã€‚å…³é—­å®ƒï¼Œå¹¶ä½¿ç”¨ä»¥ä¸‹æ–¹æ³•ä¹‹ä¸€é‡æ–°è¿è¡Œï¼š<br/><b>sudo %1</b><br/>或:<br/><b>su - -c '%1'</b> %1 Uninstaller å¸è½½ %1 %1 is currently installed. Remove the existing version? %1 å·²ç»å®‰è£…。是å¦ç§»é™¤çŽ°æœ‰çš„ç‰ˆæœ¬ï¼Ÿ ./._unetbootin_zh_TW.ts000644 000765 000024 00000000474 12325150343 015375 0ustar00gezastaff000000 000000 Mac OS X  2 <ATTR<œ œ com.dropbox.attributesxœÈÉ ‚@€áW‰¹vÁR <ˆ!5¸e–cÌ45|÷–Ûÿý3 Mõ̪!m‰ûÕ x!Ù©(hÚ«ÿGIK¾LÓj]ËŸD)N”„Ñfˆ;Ùüe¯‡·GXQ„ _õ1ØåÖv'M³Të;sƒGÀ{Þ¬±4/Xž29Û–fÒáÄcŽèí¨¯ã²V„a€eY>nÖ6^unetbootin_zh_TW.ts000644 000765 000024 00000241742 12325150343 015030 0ustar00gezastaff000000 000000 QObject LeftToRight ç”±å·¦è‡³å³ unetbootin Hard Disk 硬碟 USB Drive USB ç£ç¢Ÿæ©Ÿ ISO ISO 檔案 Floppy ç£ç‰‡ either 或是 LiveUSB persistence LiveUSB 資料儲存 FAT32-formatted USB drive æ ¼å¼åŒ–為 FAT32 檔案系統的 USB ç£ç¢Ÿæ©Ÿ EXT2-formatted USB drive æ ¼å¼åŒ–為 EXT2 檔案系統的 USB ç£ç¢Ÿæ©Ÿ Open Disk Image File é–‹å•Ÿæ˜ åƒæª” All Files 所有檔案 All Files (*) 所有檔案 (*) Open Kernel File 開啟核心檔案 Open Initrd File 開啟 Initrd 檔案 Open Bootloader Config File 開啟開機管ç†è¨­å®šæª” Insert a USB flash drive æ’å…¥ USB 隨身碟 No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. 找ä¸åˆ° USB 隨身碟。如果已經æ’入,試著格å¼åŒ–æˆ FAT32 檔案系統。 %1 not mounted 尚未掛載 %1 You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. 必須先掛載 USB 隨身碟 %1ã€‚å¤§éƒ¨åˆ†çš„ç³»çµ±æœƒåœ¨ç§»é™¤ä¸¦é‡æ–°æ’å…¥ USB 隨身碟後自動掛載。 Select a distro 鏿“‡ç™¼è¡Œå¥—ä»¶ You must select a distribution to load. å¿…é ˆé¸æ“‡ç™¼è¡Œå¥—ä»¶ Select a disk image file 鏿“‡æ˜ åƒæª” You must select a disk image file to load. å¿…é ˆé¸æ“‡æ˜ åƒæª” Select a kernel and/or initrd file 鏿“‡æ ¸å¿ƒåŠï¼æˆ– initrd 檔 You must select a kernel and/or initrd file to load. å¿…é ˆé¸æ“‡è¦è¼‰å…¥çš„æ ¸å¿ƒåŠï¼æˆ– initrd 檔案 Diskimage file not found 找ä¸åˆ°æ˜ åƒæª” The specified diskimage file %1 does not exist. 沒有指定的 %1 æ˜ åƒæª”。 Kernel file not found 找ä¸åˆ°æ ¸å¿ƒæª”案 The specified kernel file %1 does not exist. 沒有指定的 %1 核心檔案。 Initrd file not found 找ä¸åˆ° initrd 檔 The specified initrd file %1 does not exist. 沒有指定的 %1 initrd 檔案。 %1 exists, overwrite? 已有 %1,è¦è¦†å¯«å—Žï¼Ÿ The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. 已有 %1 檔案。請按下「全部皆是(Yes to All)ã€ä»¥è¦†è“‹è©²æª”案,並在之後ä¸å†æç¤ºï¼›æˆ–按「是(Yes)ã€åªè¦†è“‹é€™å€‹æª”案;或按「å¦(No)ã€ä»¥ä¿ç•™ç›®å‰ç‰ˆæœ¬ã€‚如果ä¸çŸ¥é“è¦æ€Žåšï¼Œè«‹æŒ‰ã€Œå…¨éƒ¨çš†æ˜¯ã€ã€‚ %1 is out of space, abort installation? %1 ç£ç¢Ÿç©ºé–“ä¸è¶³ï¼Œæ˜¯å¦è¦æ”¾æ£„安è£ï¼Ÿ The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. 資料夾 %1 已滿。請按「是(Yes)ã€ä¸­æ­¢å®‰è£ï¼›ã€Œå¦(No)ã€è·³éŽé€™å€‹éŒ¯èª¤ä¸¦å˜—試繼續安è£ï¼›æˆ–按「全部皆å¦(No to All)ã€å¿½ç•¥æ‰€æœ‰ç©ºé–“ä¸è¶³è¨Šæ¯ã€‚ Locating kernel file in %1 正自 %1 尋找核心檔案 Copying kernel file from %1 正從 %1 複製核心檔案 Locating initrd file in %1 正自 %1 尋找 initrd 檔案 Copying initrd file from %1 正從 %1 複製 initrd 文件 Extracting bootloader configuration æ­£æå–開機管ç†ç¨‹å¼è¨­å®š <b>Extracting compressed iso:</b> %1 <b>è‡ªæ˜ åƒæª”æå–:</b> %1 Copying file, please wait... 正複製檔案,請ç¨ç­‰... <b>Source:</b> <a href="%1">%1</a> <b>來æºï¼š</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>目的地:</b> %1 <b>Copied:</b> 0 bytes <b>已複製了</b> 0 個ä½å…ƒçµ„ Extracting files, please wait... æ­£æå–檔案,請ç¨ç­‰... <b>Archive:</b> %1 <b>ä¾†æºæª”:</b> %1 <b>Source:</b> <b>來æºï¼š</b> <b>Destination:</b> <b>目的地:</b> <b>Extracted:</b> 0 of %1 files <b>å·²æå–:</b>%1 中之 0 個檔案 <b>Source:</b> %1 (%2) <b>來æºï¼š</b> %1 (%2) <b>Destination:</b> %1%2 <b>目的地:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>å·²æå–:</b> %2 中之 %1 個檔案 Downloading files, please wait... 正下載檔案,請ç¨ç­‰... <b>Downloaded:</b> 0 bytes <b>已下載:</b> 0 個ä½å…ƒçµ„ Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. 未能自 %3 下載 %1 %2。請直接自網站下載 ISO æª”ä¸¦ä»¥ã€Œæ˜ åƒæª”ã€é¸é …æä¾›ã€‚ <b>Downloaded:</b> %1 of %2 <b>已下載:</b>%2 中之 %1 <b>Copied:</b> %1 of %2 <b>已複製了</b> %2 中之 %1 Searching in <a href="%1">%1</a> 正在æœå°‹ <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> <a href="%3">%3</a> 有 %1/%2 å€‹ç¬¦åˆ %1 not found 找ä¸åˆ° %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. 找ä¸åˆ° %1。%2 å®‰è£æ¨¡å¼å¿…é ˆè¦ä½¿ç”¨å®ƒã€‚ è«‹å®‰è£ "%3" 套件或是您的發行版當中的類似程å¼ã€‚ (Current) (正在進行) (Done) (完æˆ) Configuring grub2 on %1 正在設定 %1 上的 grub2 Configuring grldr on %1 正在設定 %1 上的 grldr Configuring grub on %1 正在設定 %1 上的 grub Installing syslinux to %1 å®‰è£ syslinux 至 %1 Installing extlinux to %1 å°‡ extlinux 安è£è‡³ %1 Syncing filesystems æ­£åœ¨åŒæ­¥æª”案系統 Setting up persistence 正在設定資料儲存 After rebooting, select the 釿–°é–‹æ©Ÿå¾Œï¼Œè«‹é¸æ“‡ After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? 釿–°é–‹æ©Ÿå¾Œï¼Œè«‹åœ¨ BIOS 開機é¸å–®é¸æ“‡ä»¥ USB 開機。%1 è¦ç¾åœ¨é‡æ–°é–‹æ©Ÿå—Ž? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 製作出來的 USB è£ç½®ç„¡æ³•在 Mac 電腦開腦。將之æ’å…¥ PC,並在 BIOS 開機é¸å–®é¸ã€ŒUSB 開機ã€ã€‚%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *é‡è¦* åœ¨é‡æ–°é–‹æ©Ÿä¹‹å‰ï¼Œè«‹æŠŠ Ubuntu çš„ alternativeï¼ˆéž desktopï¼‰ç‰ˆæœ¬å®‰è£æ˜ åƒæª”放到硬碟或 USB 隨身碟的根目錄。這些檔案å¯ä»¥å¾ž cdimage.ubuntu.com å–å¾— *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *é‡è¦* 釿–°é–‹æ©Ÿä¹‹å¾Œï¼Œå¿½ç•¥ä»»ä½•錯誤訊æ¯ï¼Œ 如有æç¤ºéœ€è¦å…‰ç¢Ÿå‰‡é¸æ“‡ã€Žè¿”回ã€ï¼Œä¹‹å¾Œé€²å…¥ä¸»é¸å–®ï¼Œé¸æ“‡ã€Žé–‹å§‹å®‰è£ã€é¸é …ï¼Œé¸æ“‡ã€Žç¶²è·¯ã€ä½œç‚ºä¾†æºï¼Œé¸æ“‡ã€ŽHTTPã€å”定,伺æœå™¨çš„æç¤ºè¼¸å…¥ã€Žmirrors.kernel.orgã€, 資料夾則輸入『/centos/%1/os/%2ã€ã€‚ *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *é‡è¦* åœ¨é‡æ–°é–‹æ©Ÿä¹‹å‰ï¼Œè«‹æŠŠ Debian çš„å®‰è£æ˜ åƒæª”放到硬碟或 USB 隨身碟的根目錄。這些檔案å¯ä»¥å¾ž cdimage.debian.org å–å¾— *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *é‡è¦* 釿–°é–‹æ©Ÿå¾Œï¼Œå¿½ç•¥ä»»ä½•錯誤訊æ¯ï¼Œ 如有æç¤ºéœ€è¦å…‰ç¢Ÿå‰‡é¸æ“‡ã€Žè¿”回ã€ï¼Œä¹‹å¾Œé€²å…¥ä¸»é¸å–®ï¼Œé¸æ“‡ã€Žé–‹å§‹å®‰è£ã€é¸é …ï¼Œé¸æ“‡ã€Žç¶²è·¯ã€ä½œç‚ºä¾†æºï¼Œé¸æ“‡ã€ŽHTTPã€å”定,伺æœå™¨çš„æç¤ºè¼¸å…¥ã€Ždownload.fedora.redhat.comã€, 資料夾則輸入『/pub/fedora/linux/development/%1/osã€ã€‚ *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *é‡è¦* 釿–°é–‹æ©Ÿå¾Œï¼Œå¿½ç•¥ä»»ä½•錯誤訊æ¯ï¼Œ 如有æç¤ºéœ€è¦å…‰ç¢Ÿå‰‡é¸æ“‡ã€Žè¿”回ã€ï¼Œä¹‹å¾Œé€²å…¥ä¸»é¸å–®ï¼Œé¸æ“‡ã€Žé–‹å§‹å®‰è£ã€é¸é …ï¼Œé¸æ“‡ã€Žç¶²è·¯ã€ä½œç‚ºä¾†æºï¼Œé¸æ“‡ã€ŽHTTPã€å”定,伺æœå™¨çš„æç¤ºè¼¸å…¥ã€Ždownload.fedora.redhat.comã€, 資料夾則輸入『/pub/fedora/linux/releases/%1/Fedora/%2/osã€ã€‚ *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *é‡è¦* 釿–°é–‹æ©Ÿå¾Œï¼Œå¿½ç•¥ä»»ä½•錯誤訊æ¯ï¼Œ 如有æç¤ºéœ€è¦å…‰ç¢Ÿå‰‡é¸æ“‡ã€Žè¿”回ã€ï¼Œä¹‹å¾Œé€²å…¥ä¸»é¸å–®ï¼Œé¸æ“‡ã€Žé–‹å§‹å®‰è£ã€é¸é …ï¼Œé¸æ“‡ã€Žç¶²è·¯ã€ä½œç‚ºä¾†æºï¼Œé¸æ“‡ã€ŽHTTPã€å”定,伺æœå™¨çš„æç¤ºè¼¸å…¥ã€Ždownload.opensuse.orgã€, 資料夾則輸入『/factory/repo/ossã€ã€‚ *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *é‡è¦* 釿–°é–‹æ©Ÿå¾Œï¼Œå¿½ç•¥ä»»ä½•錯誤訊æ¯ï¼Œ 如有æç¤ºéœ€è¦å…‰ç¢Ÿå‰‡é¸æ“‡ã€Žè¿”回ã€ï¼Œä¹‹å¾Œé€²å…¥ä¸»é¸å–®ï¼Œé¸æ“‡ã€Žé–‹å§‹å®‰è£ã€é¸é …ï¼Œé¸æ“‡ã€Žç¶²è·¯ã€ä½œç‚ºä¾†æºï¼Œé¸æ“‡ã€ŽHTTPã€å”定,伺æœå™¨çš„æç¤ºè¼¸å…¥ã€Ždownload.opensuse.orgã€, 資料夾則輸入『/distribution/%1/repo/ossã€ã€‚ == Select Distribution == == 鏿“‡ç™¼è¡Œç‰ˆ == == Select Version == == 鏿“‡ç‰ˆæœ¬ == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> 歡迎使用 <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>,通用的網路安è£ç¨‹å¼ Universal Netboot Installer。使用方å¼ï¼š<ol><li>ç”±ä¸Šæ–¹æ¸…å–®é¸æ“‡ç™¼è¡Œç‰ˆåŠç‰ˆæœ¬é€²è¡Œä¸‹è¼‰ï¼Œæˆ–於下方手動指定檔案載入。</li><li>鏿“‡å®‰è£å½¢å¼ï¼ŒæŒ‰ç¢ºå®šé–‹å§‹å®‰è£ã€‚</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>ç¶²å€ï¼š</b> <a href="http://www.archlinux.org/">http://www.archlinux.org/</a><br/><b>簡介:</b>Arch Linux 很輕巧,åˆå¿«åˆå®¹æ˜“設定。<br/><b>安è£èªªæ˜Žï¼š</b>é è¨­ç‰ˆæœ¬å¯ç¶“網際網路 (FTP) 安è£ã€‚ <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>ç¶²å€ï¼š</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>簡介:</b> BackTrack 是擅長於網路分æžèˆ‡æ»²é€æ¸¬è©¦çš„發行版本。<br/><b>安è£èªªæ˜Žï¼š</b> BackTrack 以 live 模å¼å•Ÿå‹•,毋須安è£ã€‚ <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ç¶²å€ï¼š</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>簡介:</b> CentOS 是 Red Hat Enterprise Linux 之å…費複製版 (clone)。<br/><b>安è£èªªæ˜Žï¼š</b>é è¨­ç‰ˆæœ¬å¯ç¶“網際網路 (FTP) 或é å…ˆä¸‹è¼‰ä¹‹ ISO 檔案安è£ã€‚ <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>ç¶²å€ï¼š</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>簡介:</b> CloneZilla å¯ç”¨æ–¼ç£ç¢Ÿå‚™ä»½èˆ‡è¤‡è£½ã€‚<br/><b>安è£èªªæ˜Žï¼š</b>CloneZilla 以 live 模å¼é‹ä½œï¼Œæ¯‹é ˆå®‰è£ã€‚ <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ç¶²å€ï¼š</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>簡介:</b> Damn Small Linux 是為è€èˆŠé›»è…¦è€Œè¨­çš„簡約發行版。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本會將整個系統載入記憶體é‹è¡Œï¼Œæ¯‹é ˆå®‰è£ï¼›ä½†äº¦æä¾›å®‰è£é¸é …。 <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>ç¶²å€ï¼š</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>簡介:</b> Debian 是由社群開發之 Linux 發行版,支æ´å„å¼å„樣的平å°ï¼Œä¸¦æœ‰æä¾›å¤§é‡å¥—件的軟體庫。<br/><b>安è£èªªæ˜Žï¼š</b>NetInstall 版本讓您經網際網路 (FTP0 安è£ã€‚如è¦ç”¨é å…ˆä¸‹è¼‰çš„å®‰è£ ISO 檔,請用 HdMedia é¸é …,並將安è£ç”¨çš„ ISO 檔放在硬碟或 USB 隨身碟的根目錄 <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ç¶²å€ï¼š</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>簡介:</b> Dreamlinux 是建基於 Debian 的好用發行版。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本以 Live 模å¼é‹ä½œï¼Œäº¦å¯é€²è¡Œå®‰è£ã€‚ <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>ç¶²å€ï¼š</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>簡介:</b> Dr.Web AntiVirus 能將因ä¸è‰¯è»Ÿé«”毀壞的系統救回來。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本以 Live 模å¼é–‹æ©ŸåŠé‹ä½œï¼Œä¸¦åŸ·è¡ŒæŽƒçž„ä¸è‰¯è»Ÿé«”。 <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ç¶²å€</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>簡介:</b>Elive 建基於 Debian,æä¾› Enlightenment 視窗管ç†å“¡ã€‚<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本以 Live 模å¼é–‹æ©Ÿï¼Œäº¦å¯é€²è¡Œå®‰è£ã€‚ <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ç¶²å€ï¼š</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>簡介:</b> Fedora 是由 Red Hat 贊助的社群發行版,展示最新最炫的自由/é–‹æºè»Ÿé«”技術。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本åªä»¥ Live 模å¼é–‹æ©Ÿï¼Œäº¦å¯ç”±æ­¤å•Ÿå‹•安è£ã€‚NetInstall 版本å¯ç¶“網際網路 (FTP) 安è£ï¼Œæˆ–以é å…ˆä¸‹è¼‰çš„ ISO 檔進行離線安è£ã€‚ <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ç¶²å€ï¼š</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>簡介:</b> FreeBSD 是多用途的「類 Unixã€ä½œæ¥­ç³»çµ±ï¼Œå°ˆç‚ºé«˜æ“´å±•性和高性能而設計。<br/><b>安è£èªªæ˜Žï¼š</b>é è¨­ç‰ˆæœ¬å…計經網際網路 (FTP) 安è£ï¼Œæˆ–以é å…ˆä¸‹è¼‰çš„ ISO 檔安è£ã€‚ <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>ç¶²å€ï¼š</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>簡介:</b>FreeDOS 是相容於 MS-DOS 的自由作業系統。<br/><b>安è£èªªæ˜Žï¼š</b>安è£è©³æƒ…見<a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">使用手冊</a>。 <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>ç¶²å€ï¼š</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>簡介:</b>FreeNAS 是建基於 FreeBSD 的內嵌å¼é–‹æº NAS (網路儲存系統) 發行版。<br/><b>安è£èªªæ˜Žï¼š</b>LiveCD 版本會為 FreeNAS 製作 RAM 碟機,並以 FAT æ ¼å¼çš„軟碟或 USB 隨身碟儲存設定檔。內嵌版å¯ä»¥å®‰è£è‡³ç¡¬ç¢Ÿã€‚ <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ç¶²å€ï¼š</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>簡介:</b> Frugalware 是為進階用戶而設,建基於 Slackware 的多用途發行版。<br/><b>安è£èªªæ˜Žï¼š</b>é è¨­é¸é …å¯ç¶“網際網路 (FTP) 或以é å…ˆä¸‹è¼‰çš„ ISO 檔離線安è£ã€‚ <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>ç¶²å€ï¼š</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>簡介:</b> GeeXboX æ˜¯å…§åµŒå¼ Linux 媒體中心發行版。<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ç¶²å€ï¼š</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>簡介:</b> gNewSense 是ç²è‡ªç”±è»Ÿé«”基金會(FSF)èªå¯ï¼Œå»ºåŸºæ–¼ Ubuntu 的發行版;其ä¸åŒ…å«ä»»ä½•éžè‡ªç”±è»Ÿé«”(non-free)的部份。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本å¯ä»¥ Live 模å¼é–‹æ©Ÿï¼Œäº¦å¯å®‰è£è‡³ç¡¬ç¢Ÿã€‚ <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>ç¶²å€ï¼š</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>簡介:</b> Gujin 是圖åƒåŒ–的開機管ç†ç¨‹å¼ï¼Œå¯ä»¥å¤šç¨®å·å†Š(volume)åŠæª”案開機。<br/><b>安è£èªªæ˜Žï¼š</b>Gujin å¯ç›´æŽ¥ç›´æŽ¥ç”¨ä¾†é–‹æ©ŸåŠåŸ·è¡Œï¼Œæ¯‹é ˆå®‰è£ã€‚ <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>ç¶²å€ï¼š</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>簡介:</b>å¡å·´æ–¯åŸº Kaspersky 救機碟能為 Windows ç³»çµ±åµæ¸¬ä¸¦ç§»é™¤ä¸è‰¯è»Ÿé«”。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本å¯ä»¥ Live 模å¼é–‹æ©Ÿï¼Œä¸¦å•Ÿå‹•嵿¸¬ã€‚ <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ç¶²å€ï¼š</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>簡介:</b>Kubuntu 是æä¾› KDE 桌é¢çš„官方 Ubuntu 變å¥ç‰ˆã€‚<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本å¯ä»¥ Live 模å¼é–‹æ©Ÿï¼Œä¸¦å•Ÿå‹•安è£ã€‚NetInstall 版本å¯ç¶“ FTP 安è£ï¼Œä¸¦å®‰è£ Kubuntu åŠå…¶ä»–官方 Ubuntu 變å¥ç‰ˆã€‚如è¦ä»¥é å…ˆä¸‹è¼‰çš„ alternate (è€Œéž desktop) ISO 檔安è£ï¼Œè«‹ç”¨ HdMedia é¸é …,並將 alternate 安è£ç”¨çš„ ISO 檔放在硬碟或 USB 隨身碟的根目錄 <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>ç¶²å€ï¼š</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>簡介:</b> LinuxConsole 是å¯ç”¨ä¾†çŽ©éŠæˆ²ã€å®¹æ˜“安è£ã€å®¹æ˜“使用ã€é–‹æ©Ÿåˆå¿«çš„發行版。<br/><b>安è£èªªæ˜Žï¼š</b>1.0.2010 為最新的 1.0 版,å¯ç¶“ç”± rolling release å®‰è£ (執行 liveuptate 更新模組åŠå…§æ ¸)。 <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ç¶²å€ï¼š</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>簡介:</b> Linux Mint 是建基於 Ubuntu 的好用發行版;其é è¨­åŒ…å«é¡å¤–çš„å°é–‰ç‰ˆæ¬Šè§£ç¢¼ç¨‹å¼(codec)åŠå…¶ä»–軟體。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本å¯ä»¥ Live 模å¼å•Ÿå‹•,並å¯é€²è¡Œå®‰è£ã€‚ <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ç¶²å€ï¼š</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>簡介:</b> Lubuntu 是æä¾› LXDE 桌é¢çš„官方 Ubuntu 變å¥ç‰ˆã€‚<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本å¯ä»¥ä»¥ Live 模å¼é–‹æ©Ÿï¼Œä¸¦åœ¨å…¶ä¸­åŸ·è¡Œå®‰è£ã€‚NetInstall 版本å¯ä»¥ç¶“ FTP 安è£ï¼Œä¸¦å¯å®‰è£ Kubuntu åŠå…¶ä»–官方 Ubuntu 變å¥ç‰ˆã€‚如è¦ä½¿ç”¨é å…ˆä¸‹è¼‰çš„ alternate 版 (è€Œéž desktop 版) çš„ ISO 檔,請用 HdMedia é¸é …,並將用來的 alternate ISO 檔放在硬碟或 USB 隨身碟的根目錄 <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>ç¶²å€ï¼š</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>簡介:</b> Mandriva 原å Mandrake Linux,是好用的發行版。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本å¯ä»¥ Live 模å¼å•Ÿå‹•,並進行安è£ã€‚NetInstall 版本å¯ç¶“網際網路 (FTP) 安è£ï¼Œæˆ–以é å…ˆä¸‹è¼‰çš„<a href="http://www.mandriva.com/en/download">「å…è²»ã€ISO æ˜ åƒæª”</a>進行安è£ã€‚ <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>ç¶²å€ï¼š</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>簡介:</b> MEPIS 是建基於 Debian 的發行版。SimplyMEPIS 是建基於 KDE 的好用版本,而 AntiX 是為è€èˆŠé›»è…¦è€Œè¨­çš„輕巧版本。<br/><b>安è£èªªæ˜Žï¼š</b>MEPIS 支æ´ä»¥ Live 模å¼å•Ÿå‹•,並å¯é€²è¡Œå®‰è£ã€‚ <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>ç¶²å€ï¼š</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>簡介:</b>NetbootCD 是å°åž‹é–‹æ©Ÿ CD,會下載並以其他以網路為本的發行版安è£ç¨‹å¼å•Ÿå‹•。<br/><b>安è£èªªæ˜Žï¼š</b>NetbootCD 以 live 模å¼å•Ÿå‹•åŠé‹ä½œã€‚ <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>ç¶²å€ï¼š</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>簡介:</b>NimbleX 是å°åž‹ã€å¤šç”¨é€”ã€å»ºåŸºæ–¼ Slackware 的發行版。以 linux-live script 構建,並æä¾› KDE 桌é¢ã€‚å…¶å¯ç›´æŽ¥ä»¥ CD 或快閃記憶體è£ç½® (USB 隨身碟或 MP3 播放器) å•Ÿå‹•ï¼Œè€Œä¸”æ˜“æ–¼è‡ªè¨‚åŒ–åŠæ“´å……。<br/><b>安è£èªªæ˜Žï¼š</b>NimbleX 以 Live 模å¼å•Ÿå‹•。 <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>ç¶²å€ï¼š</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>簡介:</b>é›¢ç·šå¼ NT å¯†ç¢¼åŠ Registry 編輯程å¼ï¼Œå¯é‡è¨­ Windows 密碼åŠä¿®æ”¹ Windows 2000 至 Vista çš„ registry。<br/><b>安è£èªªæ˜Žï¼š</b> NTPasswd 以 live 模å¼å•Ÿå‹•åŠé‹ä½œï¼Œæ¯‹é ˆå®‰è£ã€‚ <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ç¶²å€ï¼š</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>簡介:</b> openSUSE 是由 Novell 贊助的好用發行版。<br/><b>安è£èªªæ˜Žï¼š</b>é è¨­ç‰ˆæœ¬å¯ç¶“網際網路 (FTP) 或é å…ˆä¸‹è¼‰çš„ ISO 檔離線安è£ã€‚ <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>ç¶²å€ï¼š</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>簡介:</b> Ophcrack 能破解 Windows 密碼。<br/><b>安è£èªªæ˜Žï¼š</b>Ophcrack 以 live 模å¼é–‹æ©ŸåŠé‹è¡Œï¼Œæ¯‹é ˆå®‰è£ã€‚ <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>ç¶²å€ï¼š</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>簡介:</b> Parted Magic 附帶 GParted 分割å€ç®¡ç†ç¨‹å¼åŠå…¶ä»–系統工具,å¯ç‚ºç£ç¢Ÿåˆ†å‰²å€é‡æ–°è¨­å®šå¤§å°ã€è¤‡è£½ã€å‚™ä»½åŠé€²è¡Œå…¶ä»–處ç†ã€‚<br/><b>安è£èªªæ˜Žï¼š</b>Parted Magic 以 live 模å¼é–‹æ©ŸåŠé‹è¡Œï¼Œæ¯‹é ˆå®‰è£ã€‚ <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ç¶²å€ï¼š</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>簡介:</b> Puppy Linux 是為è€èˆŠé›»è…¦è€Œè¨­çš„輕巧發行版。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本將整個系統載入記憶體é‹è¡Œï¼›äº¦å¯å®‰è£è‡³ç¡¬ç¢Ÿã€‚ <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>ç¶²å€ï¼š</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>簡介:</b> Sabayon Linux 是建基於 Gentoo çš„ Live DVD 發行版,在 Portage 之外æä¾›é¡å¤–çš„ Entropy 二元檔套件管ç†ç¨‹å¼ã€‚<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本å¯ä»¥ Live 模å¼å•Ÿå‹•,並進行安è£ã€‚LiteMCE 版本為 2 GB 大å°ï¼Œå®Œæ•´ç‰ˆæœ¬éœ€è¦ 8 GB çš„ USB 隨身碟。 <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>ç¶²å€ï¼š</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>簡介:</b> Salix 是完全相容於 Slackware çš„ GNU/Linux 發行版;簡單ã€å¿«é€Ÿåˆæ˜“用。<br/>和盆栽一樣,Salix å°å°çš„,å—到悉心的栽培。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本å¯ä»¥ Live 模å¼å•Ÿå‹•,並進行安è£ã€‚<br/>é è¨­å¯†ç¢¼ç‚º <b>live</b>。 <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ç¶²å€ï¼š</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>簡介:</b>Slax 是建基於 Slackware 的發行版,æä¾› KDE 桌é¢ã€‚<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本å¯ä»¥ Live 模å¼å•Ÿå‹•,並進行安è£ã€‚ <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ç¶²å€ï¼š</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>簡介:</b>SliTaz å¾ˆè¼•å·§ï¼Œæ˜¯å°ˆç‚ºæ¡Œé¢æ‡‰ç”¨è€Œè¨­çš„微型發行版。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本將整個系統載入記憶體é‹è¡Œï¼Œæ¯‹é ˆå®‰è£ï¼Œä½†è¦å®‰è£äº¦å¯ã€‚ <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>ç¶²å€ï¼š</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>簡介:</b> Smart Boot Manager æ˜¯èƒ½å…‹æœæŸäº›èˆ‡é–‹æ©Ÿæœ‰é—œ BIOS é™åˆ¶èˆ‡å•題的開機載入程å¼ã€‚<br/><b>安è£èªªæ˜Žï¼š</b> SBM 開機就能執行;毋須安è£ã€‚ <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>ç¶²å€ï¼š</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>簡介:</b> Super Grub Disk 是開機載入程å¼ï¼Œå¯ä¿®å¾© MBR åŠè™•ç†å…¶ä»–開機å•題。<br/><b>安è£èªªæ˜Žï¼š</b> SGD åªéœ€é–‹æ©Ÿå°±å¯åŸ·è¡Œï¼Œä¸å¿…安è£ã€‚ <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ç¶²å€ï¼š</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>簡介:</b> Super OS 是建基於 Ubuntu çš„éžå®˜æ–¹è®Šå¥ç‰ˆï¼Œé è¨­åŒ…å«é¡å¤–çš„è»Ÿé«”ã€‚éœ€è¦ 2GB çš„ USB 隨身碟æ‰èƒ½å®‰è£ã€‚<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本å¯ä»¥ Live 啟動,並進行安è£ã€‚ <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ç¶²å€ï¼š</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>簡介:</b>Ubuntu 是建基於 Debian çš„å¥½ç”¨ç™¼è¡Œç‰ˆï¼›æ˜¯ç›®å‰æœ€å¤šäººç”¨çš„ Linux 桌é¢ç™¼è¡Œç‰ˆã€‚<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本å¯ä»¥ Live 模å¼é–‹æ©Ÿï¼Œä¸¦å•Ÿå‹•安è£ã€‚NetInstall 版本å¯ç¶“ FTP 安è£ï¼Œä¸¦å¯å®‰è£ Kubuntu åŠå…¶ä»–官方 Ubuntu 變å¥ç‰ˆã€‚如è¦ä»¥é å…ˆä¸‹è¼‰çš„ alternate (è€Œéž desktop) ISO 檔安è£ï¼Œè«‹ç”¨ HdMedia é¸é …,並將 alternate å®‰è£ ISO 檔放在硬碟或 USB 隨身碟的根目錄。 <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>ç¶²å€ï¼š</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>簡介:</b>xPUD 是æä¾›é¡žä¼¼è³‡è¨Šç«™ (kiosk) 簡單介é¢çš„輕巧發行版,亦有網é ç€è¦½å™¨åŠåª’體播放器。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本將整個系統載入記憶體é‹è¡Œï¼Œä¸¦å¾žè¨˜æ†¶é«”啟動。 <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ç¶²å€ï¼š</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>簡介:</b>Xubuntu 是æä¾› XFCE 桌é¢çš„官方 Ubuntu 變å¥ç‰ˆã€‚<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本以 Live 模å¼å•Ÿå‹•,並å¯é€²è¡Œå®‰è£ã€‚NetInstall 版本å¯ç¶“ FTP 安è£ï¼Œäº¦å¯å®‰è£ Kubuntu åŠå…¶ä»–官方 Ubuntu 變å¥ç‰ˆã€‚如è¦ä»¥é å…ˆä¸‹è¼‰çš„ alternate (è€Œéž desktop) ISO 檔安è£ï¼Œè«‹ç”¨ HdMedia é¸é …,並將 alternate 安è£ç”¨çš„ ISO 檔放在硬碟或 USB 隨身碟的根目錄 <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ç¶²å€ï¼š</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>簡介:</b>Zenwalk 建基於 Slackware,æä¾› XFCE 桌é¢ã€‚<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本以 Live 模å¼å•Ÿå‹•,亦å¯é€²è¡Œå®‰è£ã€‚ <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>ç¶²å€ï¼š</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>簡介:</b> EeePCLinuxOS 是為 EeePC 而設ã€åŸºæ–¼ PCLinuxOS 的好用發行版。<br/><b>安è£èªªæ˜Žï¼š</b>在繼續安è£ä¹‹å‰ï¼Œè«‹ç¢ºå®šæ‰€å®‰è£çš„儲存媒體是空的且已格å¼åŒ–。 <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>首é ï¼š</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>簡介:</b> Ubuntu Eee 並ä¸åªæ˜¯ç‚ºè¯ç¢© Eee PC 而設的 Ubuntu 那麼簡單。這是使用 Netbook Remix 介é¢çš„作業系統;強調使用最佳軟體,而éžåªç”¨é–‹æºç‰ˆæœ¬ï¼ˆä¾‹å¦‚用 Skype è€Œéž Ekiga)。<br/><b>安è£èªªæ˜Žï¼š</b>在繼續安è£ä¹‹å‰ï¼Œè«‹ç¢ºå®šæ‰€å®‰è£çš„儲存媒體是空的且已格å¼åŒ–。 <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>ç¶²å€ï¼š</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>簡介:</b>Elive 建基於 Debian,æä¾› Enlightenment 視窗管ç†å“¡ã€‚<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本以 Live 模å¼å•Ÿå‹•,亦å¯é€²è¡Œå®‰è£ã€‚ <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>ç¶²å€ï¼š</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>簡介:</b> Kiwi Linux 是為羅馬尼亞文ã€åŒˆç‰™åˆ©æ–‡å’Œè‹±æ–‡ä½¿ç”¨è€…而設的 Ubuntu 變å¥ç‰ˆã€‚<br/><b>安è£èªªæ˜Žï¼š</b> 在繼續安è£ä¹‹å‰ï¼Œè«‹ç¢ºå®šæ‰€å®‰è£çš„儲存媒體是空的且已經格å¼åŒ–。 <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>ç¶²å€ï¼š</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>簡介:</b> gNewSense 是高質素的 GNU/Linux 發行版;其為 Ubuntu é€²è¡Œæ“´å……åŠæ”¹è‰¯ï¼Œä½†ä¸¦ç„¡åŒ…å«éžè‡ªç”±è‘—ä½œæ¬Šçš„è»Ÿé«”ï¼Œå…¶ä»æ˜¯å®Œå…¨è‡ªç”±çš„作業系統。<br/><b>安è£èªªæ˜Žï¼š</b> 在繼續安è£ä¹‹å‰ï¼Œè«‹ç¢ºå®šæ‰€å®‰è£çš„儲存媒體是空的且已經格å¼åŒ–。 <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>ç¶²å€ï¼š</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>簡介:</b>NimbleX 是å°åž‹ã€å¤šç”¨é€”ã€å»ºåŸºæ–¼ Slackware 的發行版。其以 linux-live script 構建,並æä¾› KDE 桌é¢ã€‚å¯ä»¥ CD 或快閃記憶體è£ç½® (USB 隨身碟或 MP3 播放器) 啟動,亦å¯è¼•æ˜“è‡ªè¨‚åŒ–åŠæ“´å……。<br/><b>安è£èªªæ˜Žï¼š</b>NimbleX 以 Live 模å¼é‹ä½œã€‚ <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>ç¶²å€ï¼š</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>簡介:</b> SliTaz 是輕巧ã€å°ˆç‚ºæ¡Œé¢æ‡‰ç”¨è€Œè¨­ä¹‹å¾®åž‹ç™¼è¡Œç‰ˆã€‚<br/><b>安è£èªªæ˜Žï¼š</b> Live 版本將整個系統載入記憶體並由記憶體開機,ä¸å¿…安è£ä½†å¯é¸æ“‡å®‰è£ã€‚此安è£ç¨‹å¼åŸºæ–¼ <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>。 <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>ç¶²å€ï¼š</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>簡介:</b> xPUD 是æä¾›é¡žä¼¼è³‡è¨Šç«™(kiosk)簡易介é¢çš„輕巧發行版,亦有網é ç€è¦½å™¨åŠåª’體播放器。<br/><b>安è£èªªæ˜Žï¼š</b>Live 版本將整個系統載入記憶體並由記憶體開機。 unetbootinui Unetbootin Unetbootin Select from a list of supported distributions è‡ªæ¸…å–®é¸æ“‡å·²æ”¯æ´å¥—ä»¶ &Distribution 發行版(&D) Specify a disk image file to load æŒ‡å®šæ˜ åƒæª”以進行è£è¼‰ Disk&image æ˜ åƒæª”(&I) Manually specify a kernel and initrd to load 手動指定 kernel åŠ initrd 以進行è£è¼‰ &Custom 自訂(&C) Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. ä¿ç•™å¤šå°‘空間用來放置使用者檔案;å³ä½¿é‡æ–°é–‹æ©Ÿï¼Œè³‡æ–™ä¹Ÿä¸æœƒå¤±åŽ»ã€‚åªå° Ubuntu åŠå…¶è®Šå¥ç‰ˆçš„ LiveUSB æœ‰æ•ˆã€‚å¦‚é¸æ“‡çš„值超éŽéš¨èº«ç¢Ÿçš„容é‡å‰‡æœƒä½¿ç”¨æ‰€æœ‰å¯ç”¨çš„空間。 Space used to preserve files across reboots (Ubuntu only): ä¿ç•™å¤šå°‘空間用來放置使用者檔案;å³ä½¿é‡æ–°é–‹æ©Ÿï¼Œè³‡æ–™ä¹Ÿä¸æœƒå¤±åŽ» (åªå° Ubuntu 有效): MB MB OK 確定 Return 返回 Cancel å–æ¶ˆ Esc Esc Reboot Now ç¾åœ¨é‡æ–°é–‹æ©Ÿ Exit çµæŸ 1. Downloading Files 1. 下載檔案 2. Extracting and Copying Files 2. æå–並複製檔案 3. Installing Bootloader 3. 安è£é–‹æ©Ÿç®¡ç†ç¨‹å¼ 4. Installation Complete, Reboot 4. 安è£å®Œæˆï¼Œé‡æ–°é–‹æ©Ÿ Select the target drive to install to 鏿“‡å®‰è£ç›®æ¨™ç£ç¢Ÿ Dri&ve: ç£ç¢Ÿæ©Ÿ(&V): Select the installation target type 鏿“‡å®‰è£ç›®æ¨™é¡žåž‹ &Type: 類型(&T): Select the distribution version 鏿“‡ç™¼è¡Œç‰ˆç‰ˆæœ¬ Select disk image file 鏿“‡æ˜ åƒæª” ... … Select the disk image type 鏿“‡æ˜ åƒæª”類型 Specify a floppy/hard disk image, or CD image (ISO) file to load 指定軟碟ã€ç¡¬ç¢Ÿæˆ– CD æ˜ åƒæª” (ISO) 進行è£è¼‰ Specify a kernel file to load 指定 kernel 檔案進行è£è¼‰ Select kernel file 鏿“‡ kernel 檔案 Specify an initrd file to load 指定 initrd 檔案進行è£è¼‰ Select initrd file 鏿“‡ initrd 檔案 Select syslinux.cfg or isolinux.cfg file 鏿“‡ syslinux.cfg 或 isolinux.cfg 檔案 Specify parameters and options to pass to the kernel 指定進入 kernel çš„åƒæ•¸èˆ‡é¸é … &Kernel: 核心(&K): Init&rd: Init&rd: &Options: é¸é …(&O): uninstaller Uninstallation Complete ç§»é™¤å®Œæˆ %1 has been uninstalled. 已經移除 %1。 Must run as root 必須以 root 身份執行 %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 必須以 root èº«ä»½åŸ·è¡Œã€‚å°‡ä¹‹é—œé–‰ï¼Œä¸¦ä»¥ä»¥ä¸‹æ–¹æ³•é‡æ–°åŸ·è¡Œï¼š<br/><b>sudo %1</b><br/>或:<br/><b>su - -c '%1'</b> %1 Uninstaller 移除 %1 %1 is currently installed. Remove the existing version? å·²å®‰è£ %1。è¦ç§»é™¤ç¾æœ‰ç‰ˆæœ¬ï¼Ÿ ./._unetbootin_128.png000644 000765 000024 00000000475 12317721660 015022 0ustar00gezastaff000000 000000 Mac OS X  2 =ATTR=œ¡œ¡com.dropbox.attributesxœÈ»‚0@Ñ_1]Dª`LJA­QˆO¤ )kÑ#X¥„÷±Ýs[Àå=-ßI͘öZp–·ü‡DHž(øœÕì!LýŒ p¿Ò4§#--—\E•·ˆj¨·¦qÝôaf\ªSZÌ¥×Öäê=wØg‘½žA7_ +‘™~HÌXFÃà€½"bM^Žº®ûo4¼unetbootin_128.png000644 000765 000024 00000025637 12317721660 014457 0ustar00gezastaff000000 000000 ‰PNG  IHDR€€Ã>aËsRGB®ÎébKGDÿÿÿ ½§“ pHYsããh»–/tIMEÛ23‘ØØ© IDATxÚíwx×yîß3³½ï‹Å.:H‚I ØIPÝ”(J”DQi•XvÚ;ñsoœk+±$;v|Kâä:²,åJ¢(‰²ÅŽÞ;ÀvŠDïeûÎÌýcwF³‹]4¢áyžy`%p~ïû}ß)s†àn›—–™›÷ !äïN(JAQT™×ë}£¹¶ú½¹ü=È]sžðk/ô:Æj‰¥Y–EGW†GF@ù”㸚k«î `q Às¹k²‘‘Š"p8€ó/¡¡¹„s Ãlm®­î¿+€EÓúžeY ¢§· “É„ŸÕ¨ÕˆŠŠÂõ¯nÆP„<cµìjosÞ­îPøÙ™B΀ËW¯¡¬ª ££vágtZ Ödf !.NøÞŽ®.—W‚㸳,Ën›éšàn˜mø›6bMV¦àz¨©o@qY9tZ-6¬ËŪ+`ŽŽÂðÈÎ]¸—˫Ŏã V©e4â«¶¶2 ‘à®fþ¶Í›°6+3(Ç×Ô7 º®éËÓðÀŽ|Ę͈1›eÂ’ädp‡³Z1j·Ã P©”0 ¸ÙÖCy8Æj{¦DpW³û–±ð«ëêQU[‡•ËÓ°mÓFX,ÄÇÇC§ÓÁ`0@¡P@§Õ@*•àìùVŒÚ°ÅZü"P*a2p«½cFEpW³3r²³¿.´AUmþŠåغi#¬V+ŒF£ë9ŽƒD"V«…R¡€„¦qöB+쬖AFƒmæ™Á]Ìüß8¿u r×dåüÊšZTÖÔbåŠåضi#l6ôz½žeY¡8¤( J¥*¥R‰g/´Âát"6ÆüµôzÒÖ93"¸+€„¿cÛÖˆðW­Xí›7Áf³A§Ó_n·^¯R©zšÆ¹Ö‹p8°˜ý"P(ä0êõ¤½«ËLÙy;"¸+€‚O¾8çWÖÔ¢¢º«ÒW`û?|­V cÀ3 §Ó ¯×+D‰D£A/ˆÀétÁP*0èu¤£«;ævDpW3û6¬ËY”óË«ªQ^UÕé~ç[­V~¨ó=°š¤R)Œƒ_/ÂåvÃ%NG:»§/‚»¸Mø÷n߆¼|Þýü•騾e³àüH®÷ù|c^OÑ4í Î_¼IHz–tu÷Ä`gŒ-nJ"¸+€éÁÀ7ïÍߎ¼Üœ1ðË*«°ze:ò·lœ/†Ê²,<ÜnwP4Wð«„4MÃd4@"‘àÂÅKp¹=ˆ6ý"Ë¡×jIWOï”EpWÓ„ߎ|¬ÏÍ ÊùåUÕ(­¨DÆÊ•رuK|>ïOÆõ‘.Š¢m2ùEpéÜ¢Œ_‹@«ÑžÞ¾;-“Á]L²¥§§›)©ì€]¶X LF#âãlÂj^iE%JÊ+±j%vlÛÖù^¯7(×Oäüp" „"h½t9 8ŽƒB.ƒV«!½}ý¼ÞéjosßÀ4Ûêõë-VkÜ~‹-îg´TöÏ,Ã$£v._½HLˆGYe•ÿžm[aµZ¡ÑhÆ„|Çìx—øgøtcŽŽò‹àò¸=˜ z€\&ƒF£!=}}BHbW{ÛáñþÆ»«!mÍšMI>Ú·‡"d/Çqë MC.•@Bpœœˆüüíhl9ƒ²Ê*d®Z‰{¶oƒÅbF£˲Âår¹À0Œð95´êŸÌ×Ä@˹ó¨mh„5&K’…Ts³½_µµÀÎæÚê/#ý½’»ÈÕk7¤S»‡êi†óe€“T 92)¸@§;Nx<ÄÅÅaÕª•(¯ªB]C²23poþvX,¨ÕjÁ­>ŸO(ô&rþTÒ€øõÕé+ŽCmc8ŽCjR .Ö‚Îîx¼Þ½î ´e¬]ŸC(n!dDZ©€Z©€V­‚F¥!þ‰‰ÄßE½½½p»Ý°Z­ÈÈÈÀ¹ ­hhiAvf&î À;Ÿù“…=•4:”\•¾ü"‡”„x€V£ÆàðÈ7Æë‡ÿL 2׿mÅí¡(êi–嬄è´´Zh5jЩT ¹\©T †aàp8ÐÙÙ‰þþ~ÄÅÅ!33/_AcËde¬Æý;ò+8_ò'ëâé8\p@r¼ 2©,ËFý§@NNŽÔÇÑ÷€âöŠ~ŠeY#MÑœA¯'&ƒ:­!J¥P(Éd „ÀçóÁårÁáp »»ˆ‹‹CVV.^ñÃÏÎÈÀ÷Ýä|>äóðgÓù¡¯»Ýn¬J_@]cR‰ÇI2sóä͵Õîÿظq£ÒÁ0±,ÙÃ<ÎqœZ*‘rQ&#‰6¡×j EQH$‚Óù‰‡ÈOÍvww£¿¿6› ™™™¸tå*šZ™ï»111ÂPa˜ ‰¹p~茡Ûíö×è4¾[Œ:­rrrôŠz„yÂácæ8Èr),ÑÑ0GGÁ ÓBhš†L&òz¸Pêv»áp8ÐÓÓƒ¡¡!Øl6dgg£õÒeÔ75cMf¼ÿ>>/špãû¹p>Ÿ1/ŸÏ‡¦3g¯237ÅprïnŠ£žôÜK8ŽVª”°Y,°Ä˜aÐé„)T‰Dš¦ÃN±Šgè<œN'zzz088«ÕŠÌÌL´^ºŒºÆ&¬ÉÊÄCøü8Ÿ‡;.¾]ç‹?á”±]ÝèíïÃ0ÆEQ¬ÊÉI¤)ÉãÈ^–óm$!:qV+¬±!äñ!^Ü)á:K ßívÃét¢··CCCBµ/ÀÏÎÂC°ÏÃ÷z½p»Ý3ââéþL¸Æ0 $ –.IEWOd(¿#™›»„ÞCò4òYà8˜LF$ÄÛoµA­V óäE1D†Š!4ì÷õõaxxX€áÒeÔ64bmV–à|¾Ú…;.ž®ÆkÇÁd0ðŸšî¨•›»„ÞCQÔ>†a–1f3’¥B4-*;™Î çüþþ~ Áb± ##ç/^Bm}ÖfgãܳÙä|~Œ?Ó!}²ï9Q#„ÀårñŸžXè ²ss72 öHhzÃ06ŠÄÛlHINBRB<ä2™·ÇsÃxÎù<üááaÄÆÆbõêÕ8ñ¢þšlì|à~˜ÍfÁùSà™ 1L$¾æi9EÙY–=¿àŸŸ/éuî Àí¡iz/Ã0&™DÂ%'%‘%©ÉHNH€D" SST¼EMÓP*•¨ojFcËH$’w}>ßoçu&pýúõ:'Ã=Ly‚8ܰàäjµéi˰<- I ñ„ãóùàõz#p3ßãñÀáp```###ˆ‰‰ÁÊ•+qþâ%T×Õ#gí<òЃˆŽŽ†J¥Â>¿ãv]<›ÎW*•hhnACs ¤É{^Ÿï@sm57çÈÉɉöz7!Ô“n÷mÐë±*}V®Xø8[«B;7Äñ†qS…?44„ÑÑQ˜Íf¬Zµ ç.´¢ª¦9k×`×7à³,ôûͧóÇû;%  š[PßÔÌÃßß\[ÍNÄjƹ~}<ñqšÚëcÙÍHŒ9 «VaõÊtXccƒ /q8äL…ýPøééé8w¡•5µÈ]»»v>„¨¨(Áù|DšoçOŸw~}S3¤RÉ{^ïäàß¶²×¯_Æø¸=R©äiŸÏ·†#@‚͆¬Ì d®^st4|>œN'FFFÆ@¿Ü>Uçó9ßn·Ãl6cÅŠ8ËÃÏY‹];¿è|ñšÀBw¾J¥BCs ꛦ ZX•——E1Ü™T¶Ïëó¦QAJrÖfg!;3½>¨ÃÅš*à™€ïv»a·Û122§Ó)À?sî<*«k°.g-v=¼Q&“à|~Zx!8?Òß*‘H V«QßԌچÆiÁŸ¬HF^ÞÂp{¤Ré>¯ÏOK$H_‘†œµk°&+ j•JX>íéé ›3§ r:-RΆÃá@tt4–/_޳ç/ ¢ºërsð¨>˲BšZÎÔ?R©4¾ô=¯×;eø +wýK´„~ÝçóEËär.+#ƒä­ËÁÚ¬,( ØívØívttt×g*O'*„æü‘‘¸\.DEEaùòå8sîÊ«üðw?ò0¢L&(•Ê Í› ÙùR©uM¨©o¸-øã +wýÜiK—â¡îGVf‘I¥p:°Ûíèéé6:NÕáÓÏOu’'~ËÙ±ðyç³,;æFùt~¸~J¥Ðjµ¨khœøã @©Tü©Á Çþæ¯ýathN§sÒsÒ3 ²ÎçS‘þ²eËÐrî<ʪª—›‹Ý»†Éhr¾þBp~$ø:µ ¨ž!øã Àëõ¦ÇÇÅaô÷÷qú\ÁŸNØ·Ûíðx<0™LHKKCó™³(«¬D^n.ÛõˆŸÿ›"íן¯éÞpðõz=jÇËÌ|`œs9Ž{»¾± ƒƒˆŽŽºj.?•U=»ÝŽÑÑQ¸\.F¤¥¥¡åÜy”à?¾kWPµÏï §²ù\Û×2™ ƒµ ¨šaøã Àíů8Ž}åÕ×… š_kŸü=¨öGó[ΞCIy9ÖçæbÏ£"*êë‚w~¸ œ eº÷kø ¨ª­›qøÀ8·†õtÜê‰?æò¸ž«©­“mÞ¸z½v»=âtí\Ö¼ó].ìv»ß`0øÃ>].öì~&“ …"hÛTèºÃBZè‘Éd0¨­o@eÍìÀWÐÕq«#Æ7¡æ>ï|¾×ë…^¯ÇÒ¥KÑ|æ,ŠËʰa].žØ½¦ÀP/tŽ`®7rŒ÷z8ø5õ ¨¨©5ø œ¶l܃Á ˆ`®‹ÁÐ>þVkNç‡ö,ŠÊʰ!/O<¶F£ßù¡;çk#ÇDc~¹\“É„ÚúTT×Ì*üI `<ŒŒŒÌÙÀDð—-[†¦–3(*-dž¼<<€Ïç|Âpo¾6rL4Þçá×Ô7 ¼ºR‰ô¸×ç}b¶àOZ¼Ì1¶ã.ûY±FGGçdq'>û•N§Ã’%KÐÔr…¥¥Ø—‡§,Èùbø…乃~TT”~U5$‰§¯§{åų-³ÜQ@¸ÖR_Uçó0ù½ýý£?þékp»Ý°Ùl“"ÞÎâŽ8çóÃ<–eƒà””`C^öîy\8u3ôøµñàÌçlŸB¡@tt4jêêQVY‰DÛõÎ+—™ÙÞ°3åç„A\\Ü„CÄ™(ø‡R«Õ"555¿óÖãé'ö„…:Ü[H³}<üêºz”VVA£VÁçóýÎ\lÓ›Ö#ôõÙ#E‚™ û|µÏçoN‡ÔÔT4¶œÁéâl\Ÿ‡§ŸÜ½^€°Õl!9ŸŸíS(0›Í¨®­CiE% Z-hB@ûò¥É… V‚¼ìv^^¯Wˆ³ ?99M-gpº¨×çaß“OŒº®?_7oŒçü˜˜TÕÔ¢¤¢:f“£N'X†ùôƒ>`´xx¹¯#×ë ŠÓM ¡ð½^/(Š‚V«EJJ šZZp²°›6¬¢Š>Ó€B¡€Åbù¾Z(½^†aA5gϼíg©®®åEð“W_ƒ×çÁD€'[ðy<B V«‘œœŒ†¦fœ,,à Èåò°÷Ë/4çs¥R‰ØØXTÖÔ¢¸¼:­r¹£N'àq ¿c*‚¿íg‚"Õ“…ïóù@Ótü…ؼažyêIèõú ø¼°ø)Þ٪ܧûžüêÿC4j4jáfŽá‘Q0,÷ÅåË—Ýw”BEð¯ÿ>†SLÅù>ŸEA­V#)) ÍÍ8YPˆÍ7à™½OB§Ó…uþxÛ¸çÓù …V«Õ5(*+‡^«I§MÓP(ðúx¼^PwsØfô±qgª«k9Ö·£·¯ÏþÓŸý^ŸqqqS‚o·ÛÁ0ŒàüÄÄDÔ75áÄ©lÚ¸Ïî} :nLÎç;?ÒÏ|ç|›Í†Šêj•–A¯ÕÀ¨Õg(•J Ûí „øÜrùw¬ ±¦¦Æ/‚~ûOþ‚Æ"F ûIII¨olÂñüçžÞ ­VÖùüx!:ßf³¡¢ª…%e0è´ˆÒë@Ó´pb‰J¥BÿÀ 8Ž;ÙZV6rG @,‚¾¾>Ç«?ÿ|aD v¬>¿Ý9!!u 8~ê46oØ€ýûž¼Éž…’óýίAAI) :­öù#èT*| ‡Ó äÌq›µ'‡úEÀä÷õ÷9^ûÅ?Áç ® ć,ŒŽŽ‚aÈd2(•JÄÇÇ£®¡GOžÂæqàÙ}ÐjµÂƒC!x½Þˆ'sÍgµÏ‡ý‚âu:Dô‚ó% ¤R©ßýƒCÀù(î“E#€P¼þ˯E >8ydd$~BBêqìä)lÙ䇯Ñh‚à‡Nö„»kw>‡~<üòªjœ. À7êƒÀËd2( ¨Õjtõô‚P¤ôBuuߢ/–ñ§ƒŸýÓ?Áëó!&&FXÕã8.Èùµ 8zü$6oÚˆçŸ{V€iƒÅdòþ\Š!~1ŒzÌ&Ãçó¹ßÇ0ËÎmõ?g€¦ÚÚj–õíèëëw¼þ‹_bdtTؘ)—Ë¡T*‡ºú=~[6m ûŸƒJ¥à‡s¸™¾¹ÞÈ)çŸ*,‚Q¯CŒÉ(ÀçÁK¥R!üwõøŸLIéçCsx\<éP¨TëœçŠúÆF¤$%A˜±Z­¨­oÀ‘ã'°eó&¼p`,üÐŽÍû󽫇qyU5NÂdÐÃeEQaáó[½[·Óå®oªªüÇE2sóˆÅ÷/d÷=ùÛaÅ»ï‚Ûí?y»®¡GŽÇÖÍ›ðâýAðÃ]ÓYá›M1ððË*«p² Qb££Æ„|1|>ü÷ö÷ƒåØ÷1OM2ðü €ï¼øü¼( ‚ÿ‡ßzñy<µg<6¬ÏCVf>þô3|vô¶mÝŒöï‡R©„ÔÂuØÁø¢oºG²Îô˜Ÿ/\K+*qât¢ŒXÍÑAðyðóç* ÜloEѭ͵—‚á¿€}O=)}‰Ÿ9‚ß|Ší[·Îç*†ÏC5ß+|<ü’ò ?uÑF#bÍQàPçóð !Ëå`Y]]`˜ù ÿ³&1ü—_zûžz2èõCÆÛ'm[6ãÅû¡P(@Óô¸7g.¤y~•J5¾5&Z(øB/•Jø€h{g'X–K“ËJ¡ðŸÙûTÐbÐÁ>Ä›oÿG|Š¢Æ,é.Ôy~~qY9Ž<³ÉkŒ9~$çóP©T¸qó&(šºÕ\UÙ´Ø"ÀOxøÏ>½7è…÷Þ?„7~÷¶mÙŒ—¾yr¹|ŒóÃ÷#Mõ·ó¾†e‚- |‰D"K/v>ÇqJ¥à8·ÚÚ9ÖÇÄ<7É »?“òÃÇÝ…ýÏì úîû‡ðï¿{ Û·lÁKÏ€L&s„{8 ÃLj}®œ_R^£'NÂeBœ%&hœ/v??ùÃ;Ÿï ¥R‰¶ŽNø†póþg#¼ ËñòK/©þ݃ïãßßü¶oÝ‚?xþ›Bg…æüpîŸ{ø¦ëü’²r|yüb¢¢6ìó‡}ñÁÖJ¥7¾º š¢úª++›RˆZtÿý;ïÄoð¿õÂó‚;Âí” ÷Tíù®öÅaÿÈñˆ‰ŽB|¬%Èùâ+|Þ |1xýæMŽa¸÷p‹J„•J¥¢x bø/¿ø‚Г.ïϵT*Q\Z†#ÇŽ#&: ‰6kXçóQ-4ç‹÷@(•J´wvÁãñŽâ>Æh3*Žã††‡Žãèw¾ß¼ù;äoÝŠ—_òÃt¶¤!ßlÎãOÆù‰‰‰(*-ÃÇŽÃbŽF‚5Vã_ì|q„S*•¸ÖÔ Š¦F JEᢀ¡¡!î@ÎÏß¶ß~éE¡s"Ýn¶o>ÏïE,*-ÃGÁbŽFRœMp>¿•‹Ïù9Ÿÿ‰W¯ß˲ú¥†‡‡iþwþà%H$’ 'Lt‰óþ|Lúðð KJñù—Gk6#1ÎÖù|ÁÇç}1üЇ=+•Jtu÷Àét c´™À!‰ AΟ þ|ÞÉlíšMç'%%} ?ÆŒäø8an_òyçóC½HÎç¿®R©Ð|ö¡ÜCjÅñÅ*‰×ëÅîG ûáÂ|¸¯w2÷l§~Aq >;ò¥?Òz¾xeo<ç&†.]½ €ýôza¡k± @ øð4^±ºÐ3ÞÖ®¹ç߃”Äø ç‡æüÉ:Ÿ/þzûú022 cµ™Þò´µ·‡@$˜|ÞŸ[µU*RRRPXRŠO¿8«%©I  D’_¡î'„€¼óÅ—Z­Æåk×Aa”4ùbÑ  ¹¶ú‚B¡è:]T4¡ûÅΟ¯S:Õj5RSSQX\‚O>ÿ¶X –$%å{™L&Àç~ñÐO¼àà 0õ¥Ë—UUUË9ÀåtýûÅK—qø“OǬꅆþÛqþíŠA¥R!55Å%ø}øáœ/òñù?œëy!(•J ¡¯Ç~ˆÖfT™kóî!4õý(“‰;ôÑa?yjÌR/_ìÍäÉÜSïü‚¢büþ³Ï‹¥ÉIAkùbø“q~ÈŒhpø¿r8)Ç|²h¹6ï"¡¾HMJ’þñ~‡h5¼ñÖÛ8~ò”0÷ÏŸò5SOàšÎ˜_û%%ø˜‡Ÿ’Tì)Š1ð§ê|¾úW*•h½t„"euuu½ M’™†à¹gèW^})IIX’šŠ7ÞzpïŽüqdŸ çk4¤¤¤àtQ1ò⬱Xš’ :da'Ôõ⡞xh+®ôÅÃ>¾©T*ŒŽŽ¢£« „Ã!,À&™ ø©)Éø³?ú#H$4~óæ[A"ž“ã×"9ßÿSÄYc±,5´h†O&“ —Øõ¡ãüp°Åbà_S«Õ8sÎÿÔV†â~¿è †ÿÍýÏ ðÿâOÿR© ÃàÅχ7Þz€{ó·cpppÒgÊù©©©8UX„~ÿ âmÖ1ðyׇ.ëNÇùü÷«T*\¸x 4E76WWÜ\T ?9ßÿîàóÅÒóÏ>Žeñ[>äoGÿœ9É’%AðÓ–¤B"ºWOì|ñÊÞtÏ»ßérá«[·v~wþŽ×è™tþ¾÷çaï߀Õ+W¢³« GOœ„Á`ÀÊ+„ã^gÓùK—.Åé¢b|øñï‘gÃò¥Køü=Rµ®ÂäúÐ× .^¾‚Ö‹—@hò']mm}‹"ÃŽ~åÕך’Œ¿þþ÷ÐÑÙ •JV;v¸AQxvïSà8‘`Ƕ­èéé¹íµÿHÎ_ºt)NâƒÃè×Ájކ4˜¯øÇs~$wO”øáß…ÖVÐ4}©¡ªââB’Û…¿$%…ûáþ’üâWÿ gÎEQ¸ïžxb÷£cŽ„£iûžÜŽã‚DÐÙÙy[CÃHÎ?yºþ2©ÃÃáÌbׇæ|b¸œ?™ Rù{½rí|,w ¸ÑÓÿüýô+¯¾†”ädîoø_Éÿùõ¿¢¡©ùçßEB|>ýü ¸Ün¤/_4íËwÔŠ´4t÷ôâøÉS0X½r%Ç”·€Erþ²eËp² ‡ …Bqptdèߎ|ÃíñZ•R Nä~þŽžPÈ…úpÍh4âòÕk8sî¾( 9ùÛ¶¢­­mJ5A8ç/[¶ 'NÆ¡C©Ptº\ÏoiaÓ33™àŸ¯}u‹è´Zh¿a…‡y;·ÿs.€¦é¶†ªŠÆ…&5H$Ô')I‰ü%))ÜÿöŒŽEU IDAT¿UàfNµZ…ÓEEèíó×9ßûîŸá‘;QP\ù?&{Ý…ôåËñÛ·ÿ…Å%ˆ‹‹n™ªó5 ÒÒÒp² ï‹àó[8ßÜükÆçùÃÁáaîlë%8œN¸Ýî1û÷'šÝ›è5ÿÁ@ë¥ËœaÞÇo `õúõŽe59k×òðÙWþîGDxü·ü==½xáåo£·¯v‡W®^…T2~€¡( =²+ÒÒÄÇÇÝ>çkµZ?üÓ8øÁ‡càóílcãÿeö[½ýý\M}£ðpIñ’îT`‡{M£ÑàÊÕ«ðz½„{x¡ `ÂÀjµ®ÈË­/bé’Tö~üw”B¡‚ Ói‘•‘#ÇŽãË£Çðù‘#¸~ý:^zþ¢£¢&|4ú²%©èíëÇÉ‚˜ŒFdfd`xxxÌAáÞ‡wþ‰Óxoø|ëîlo°Xã®:컇ˆ-Ö"LM'ß‹_#„ &&Å¥åèêééo¬©þ3,€½ÿ·%s\Â6Š'–¦¦²¯ÿý+”ø¹{|qçz‡™«W£ªºv‡ðÂ7±rÅŠ°ßI}ý‚²23144ñ¶0þ¡iii8qê4Þ;ôÁ„ðùÖÕÑÖd±Å]}¬o`€$ÆÅ ãÿé~üÒ¯^¯Ç¡Ãs¯÷í®ö¶Ïïø`íä(ú[ÇÉ·mÝBiÔêq€hpïŽ|Ü·#ÑQQA¯;9v©z.ìmaiK—"0ÈÎÊÄàà`XˆÃþ»S€/ˆ ½­)Öuxdä±Þþ~’œ˜$‚錌F#ÚÚ;PYSCX¿éno»zÇ  ££ÃaŽMøÒíq=S\Z&Û·.¢"9½³« ?ûå¯põúu445aX¤$%}?ß¡iK—àʵë(-¯€ÉdBΚ5AŒ`YF£Ñ_íŸ.À;ï‚R95ø"4[lq׆GFëíë#©ÉÉA“AS‚ÅbAqYÚÛ;ìRÖ÷Gì/èî¸ÕmŽMøÒãq=SRV.[¿.w\„nõþûדɄCïþ?xÜ|yü†ArRâ˜É¢‚’R\¼tZ¦­º¶V'—˱iƒÿ•jµV«V«ÇNžÂ;ß÷ÃwN¾8Xlq׆†Gëéí%ËSÅSM …&“ ?ü.·ûýƺÚp´IO‰EPV^![—›C©EOàŽt547£¶®¿øÙkH_¾[7oF__Žž8 ©D‚8›MÀéâÔÔÕà~åñxwiÔêœúƦe­/A«ÕÀ`0 §§o½ûŽŸ<5å°?±†ëîî!ËÓ–¬þMVF£Ý=½(*-Çátw´]XTAyeU"xÑQQ(*)Å™³çðÀý÷A©P`ëæÍ(¯¬D󙳨°.Ç¡@¿¹¶æ/ºÚÛ˜›7®¿—˜ÔÞ×ßOEUµì؉“(*-COO‹å¸¿òù|ÿu¦ªØÕÞÖd±Æ]ÚÝÕÕMV®X.ÌIL&ÄÆÆ¢´¢7¾ºå–r¾owttøÀugO‰[K]E ÃüÁ¡¡¡¿ýÉ+LgWטÙ1qX§iüíoá«[·ðâËßÁàà ªjjpöÜyÄZ,à8§‹ŠQ-‚/~¿úÊòßø|>€u^ð aâ›k«5ÓOÔl®«~ ^¼vã÷ѧŸ¢(Èd²q÷üñ‡>Éår46·€ã˜#uuuî@ßò?¸`E0Ý_Œd¬ÝAKP ×éô?úá_ÓÑÑQ`fÌŲ,†Áõ7ð¯o¼ ¹L»Ãƒ^ï¼ôN£ª¦–‡ÿ=^GóÙ9ëž'„üvIj yö©'Á²,\.WÄ-îQQQp{<øéÏÆÇ¼p¶±î`ào`ÿr¢¿‰»cS€¸£º;nõD™mG½>ϾªšÙÚ5Ù”Jt0Dè¨@«Ñ`åòå¸ñÕM$%$`ÿ¾½8UX„ÊšZ€ãþgs]Í÷CB&™Ä5ß}¼÷"HwG{“Ùfýjp`èÑöÎN²6+ 4MÃç Coll,*ªªqåê5¦·ýÖ_ŒŽŽòáŸÂoômt"ÕÓÙÖ§7šO0,³·ª¶V¶&+›R©”㬸&+ËÓüC¸òªjpû¿[êjÿj²p¦!’p‚ ó1ÕÝÞÞmýjp`hW{G'Y—³4M O1ã›L&CLL ~ðFF†K¯\lý0ЯbøÜB¤oÃA4I_wç R¥- „Ìf3><ü{ \¸yãêÑøLàò‰àß±)@Ü©|‡)¨¨hì£#¯××$W(·Õ56I2W¯"|:øüè1•”Âåt|Üz¦å×a ‡†aIÈש1Iˆ ôûè0ÿÇxP.å@oÏ ¥ZÓ72:ºé«[7ɺܘÍfÿcl 1<4ôéPßµ@_ñн<"!°wr aR/^j§Ãîñ¸=g”*ÕÆ†¦fIÆêUäta ŠKà°~yéÜٷ€Ï©t„š RQˆ0 Ã¼_¨øÐ/ A&‚|°¿ï+¹RÕ?2jÏ;UXDªjkQ\ZBH×åógÿã8Ÿ¼;pyŸû“hq H¼[d.§Ãåv¹Ï)Ôêu•55ÒËW¯ÇèȉËοR³aÆË“¯ “ø]1ANlá"„ðµ¡þë·«B&“±n·‡øøÆå«¿õzÝ£ØnÎÀå |î]¨€LS|þWЉ.M@ Rƒ):!>9ùE§Ý~öJëùC¢È»Ã¸<Ë' —‘ (6ÌÇ¡.\˜ºe¼A¤h ]áRßX‘ó]øvް Mä6"_jhÿªù(  ñŽ÷E€'$L2"Cè瑾'œ&3<Œä|i˜U<ÍË…À#¶80“ˆtsÞ¦r_¾‘â)QñãußQ¬èûCóc8ø‘¦P'{…ùxµ™ F #Ô-bˆ ?ï8¢^P)`:÷Š/vŸ/¢èZ{EW¸NâÂD &Z"-ÊŒW'Œ7ìD°¢~aB®9œŽ8QÎ#x|xEîuKè˜X|1ãÀ”›ÄÇçgÈ!L&‘qL*v!ÏNw50´°š(TŠ %6Œ3Ø BøTàÎD?I¦ŽH©‘[èÓ¿·+€ÐŽo~aæÃÃUö¸ÍÎâfáï'Óè'nŠ‘éŽ&(¨¦PÂ$ÝÁ-‚¾YÐÐgêœÈ)d18d±72Oïwúiÿ‰Xye½À¨|IEND®B`‚./._unetbootin_14.png000644 000765 000024 00000000476 12317721660 014735 0ustar00gezastaff000000 000000 Mac OS X  2 >ATTR>œ¢œ¢com.dropbox.attributesxœÈMB@€á¿ÒìµC 5ÛŒÃbB±!µMÃìZ&µŠ0ÿ½Ûû¼ OQ¥¢›„ƒõdYQ²b^и•ÿ&Mò €¡ŠÐ%øþ~¨ÁkëBWßÄ£MkSý yT¦W=7mk¯ 2g>Ø7n /gr{ y•y´Ú‘g6ÛN¤ÊÎ s 9 xM2#JýcÍ:Mã8~ßä5 unetbootin_14.png000644 000765 000024 00000006153 12317721660 014361 0ustar00gezastaff000000 000000 ‰PNG  IHDRH-Ñ OiCCPPhotoshop ICC profilexÚSgTSé=÷ÞôBKˆ€”KoR RB‹€‘&*! Jˆ!¡ÙQÁEEÈ ˆŽŽ€ŒQ, Š Øä!¢Žƒ£ˆŠÊûá{£kÖ¼÷æÍþµ×>ç¬ó³ÏÀ –H3Q5€ ©BàƒÇÄÆáä.@ $p³d!sý#ø~<<+"À¾xÓ ÀM›À0‡ÿêB™\€„Àt‘8K€@zŽB¦@F€˜&S `ËcbãP-`'æÓ€ø™{[”! ‘ eˆDh;¬ÏVŠEX0fKÄ9Ø-0IWfH°·ÀÎ ² 0Qˆ…){`È##x„™FòW<ñ+®ç*x™²<¹$9E[-qWW.(ÎI+6aaš@.Ây™24àóÌ ‘àƒóýxήÎÎ6޶_-ê¿ÿ"bbãþåÏ«p@át~Ñþ,/³€;€mþ¢%îh^  u÷‹f²@µ éÚWópø~<ß5°j>{‘-¨]cöK'XtÀâ÷ò»oÁÔ(€hƒáÏwÿï?ýG %€fI’q^D$.Tʳ?ÇD *°AôÁ,ÀÁÜÁ ü`6„B$ÄÂBB d€r`)¬‚B(†Í°*`/Ô@4ÀQh†“p.ÂU¸=púažÁ(¼ AÈa!ÚˆbŠX#Ž™…ø!ÁH‹$ ɈQ"K‘5H1RŠT UHò=r9‡\Fº‘;È2‚ü†¼G1”²Q=Ô µC¹¨7„F¢ Ðdt1š ›Ðr´=Œ6¡çЫhÚ>CÇ0Àè3Äl0.ÆÃB±8, “c˱"¬ «Æ°V¬»‰õcϱwEÀ 6wB aAHXLXNØH¨ $4Ú 7 „QÂ'"“¨K´&ºùÄb21‡XH,#Ö/{ˆCÄ7$‰C2'¹I±¤TÒÒFÒnR#é,©›4H#“ÉÚdk²9”, +È…ääÃä3ää!ò[ b@q¤øSâ(RÊjJåå4åe˜2AU£šRݨ¡T5ZB­¡¶R¯Q‡¨4uš9̓IK¥­¢•Óhh÷i¯ètºÝ•N—ÐWÒËéGè—èôw †ƒÇˆg(›gw¯˜L¦Ó‹ÇT071ë˜ç™™oUX*¶*|‘Ê •J•&•*/T©ª¦ªÞª UóUËT©^S}®FU3Sã© Ô–«UªPëSSg©;¨‡ªg¨oT?¤~Yý‰YÃLÃOC¤Q ±_ã¼Æ c³x,!k «†u5Ä&±ÍÙ|v*»˜ý»‹=ª©¡9C3J3W³Ró”f?ã˜qøœtN ç(§—ó~ŠÞï)â)¦4L¹1e\kª–—–X«H«Q«Gë½6®í§¦½E»YûAÇJ'\'GgÎçSÙSݧ §M=:õ®.ªk¥¡»Dw¿n§î˜ž¾^€žLo§Þy½çú}/ýTýmú§õG X³ $Û Î<Å5qo</ÇÛñQC]Ã@C¥a•a—á„‘¹Ñ<£ÕFFŒiÆ\ã$ãmÆmÆ£&&!&KMêMîšRM¹¦)¦;L;LÇÍÌÍ¢ÍÖ™5›=1×2ç›ç›×›ß·`ZxZ,¶¨¶¸eI²äZ¦Yî¶¼n…Z9Y¥XUZ]³F­­%Ö»­»§§¹N“N«žÖgðñ¶É¶©·°åØÛ®¶m¶}agbg·Å®Ã“}º}ý= ‡Ù«Z~s´r:V:ޚΜî?}Åô–é/gXÏÏØ3ã¶Ë)ÄiS›ÓGgg¹sƒóˆ‹‰K‚Ë.—>.›ÆÝȽäJtõq]ázÒõ›³›Âí¨Û¯î6îiî‡ÜŸÌ4Ÿ)žY3sÐÃÈCàQåÑ? Ÿ•0k߬~OCOgµç#/c/‘W­×°·¥wª÷aï>ö>rŸã>ã<7Þ2ÞY_Ì7À·È·ËOÃož_…ßC#ÿdÿzÿѧ€%g‰A[ûøz|!¿Ž?:Ûeö²ÙíAŒ ¹AA‚­‚åÁ­!hÈì­!÷ç˜Î‘Îi…P~èÖÐaæa‹Ã~ '…‡…W†?ŽpˆXÑ1—5wÑÜCsßDúD–DÞ›g1O9¯-J5*>ª.j<Ú7º4º?Æ.fYÌÕXXIlK9.*®6nl¾ßüíó‡ââ ã{˜/È]py¡ÎÂô…§©.,:–@LˆN8”ðA*¨Œ%òw%Ž yÂÂg"/Ñ6шØC\*NòH*Mz’쑼5y$Å3¥,幄'©¼L LÝ›:žšv m2=:½1ƒ’‘qBª!M“¶gêgæfvˬe…²þÅn‹·/•Ék³¬Y- ¶B¦èTZ(×*²geWf¿Í‰Ê9–«ž+Íí̳ÊÛ7œïŸÿíÂá’¶¥†KW-X潬j9²‰Š®Û—Ø(Üxå‡oÊ¿™Ü”´©«Ä¹dÏfÒféæÞ-ž[–ª—æ—n ÙÚ´ ßV´íõöEÛ/—Í(Û»ƒ¶C¹£¿<¸¼e§ÉÎÍ;?T¤TôTúT6îÒݵa×ønÑî{¼ö4ìÕÛ[¼÷ý>ɾÛUUMÕfÕeûIû³÷?®‰ªéø–ûm]­NmqíÇÒý#¶×¹ÔÕÒ=TRÖ+ëGǾþïw- 6 UœÆâ#pDyäé÷ ß÷ :ÚvŒ{¬áÓvg/jBšòšF›Sšû[b[ºOÌ>ÑÖêÞzüGÛœ499â?rýéü§CÏdÏ&žþ¢þË®/~øÕë×Îјѡ—ò—“¿m|¥ýêÀë¯ÛÆÂƾÉx31^ôVûíÁwÜwï£ßOä| (ÿhù±õSЧû“““ÿ˜óüc3-ÛbKGDÿÿÿ ½§“ pHYs × ×B(›xtIMEÛ êóÕ½IDAT(Ï…’»Š"A†¿RQÈç0ðâ´©>ÏaØ™`&šˆÉ bbbb"T¢ˆŸA1ݪ®Þ® œ–u™ÝùáTpß¹ÕRJþ§J¥B:F)eÒé´PJ‘øPJÙñxŒ1†V«eS©ÔØW@½^§Ñh „°ïïïø¾O·ÛEký3ñ™Ùþ«ªçyA€ïûc8N¤R©ñ·Ëåc çó™ÍfƒëºL§S‚ àv»q¿ßÙï÷ ƒ­õ[¬T*Q.—EµZ}f³Bˆg¥ãñÈp8ü¥µ~“R>–c­¥X,Šf³iæóùK{‡Ã~¿O&“I(¥àjµ"—˰X,0Æ<¡ÝnG¯×# C®×ësöØjµ"›Ír¹\ìr¹Àƒ1†ívK§Óa2™ÁËÒbQ«a>¡ÍfC·Û%Jö·b£ÑÇq¨Õjh­Y¯×¸®K<·÷ûýë¿rÇFDF¡P°ívûéR>ÏópÇzžG2™|¥”äóy¢d‘OJ‰ˆŽ¼R©ðÝÁÿ©ßI¸2RIEND®B`‚./._unetbootin_16.png000755 000765 000024 00000000474 12317721660 014740 0ustar00gezastaff000000 000000 Mac OS X  2 <ATTR<œ œ com.dropbox.attributesxœÈÛ ‚0€áW‰½@äP*ð¦ &x -ñF¦›ZinŠ"¾{‡»ÿûWÀ†®/º9W´çÝ ªVðòºeùÿQE¿, éTaFñ’þ\Än¼(pÚÖJR?†|"™|{QHʰøx¤ÉCÙþ‹K.Í©ð—ôNÒëXÉ‚#‹8@}¯ÉÐpF¥O³/ÜÀO׫MlÛö€X6Úunetbootin_16.png000755 000765 000024 00000006214 12317721660 014364 0ustar00gezastaff000000 000000 ‰PNG  IHDRóÿa OiCCPPhotoshop ICC profilexÚSgTSé=÷ÞôBKˆ€”KoR RB‹€‘&*! Jˆ!¡ÙQÁEEÈ ˆŽŽ€ŒQ, Š Øä!¢Žƒ£ˆŠÊûá{£kÖ¼÷æÍþµ×>ç¬ó³ÏÀ –H3Q5€ ©BàƒÇÄÆáä.@ $p³d!sý#ø~<<+"À¾xÓ ÀM›À0‡ÿêB™\€„Àt‘8K€@zŽB¦@F€˜&S `ËcbãP-`'æÓ€ø™{[”! ‘ eˆDh;¬ÏVŠEX0fKÄ9Ø-0IWfH°·ÀÎ ² 0Qˆ…){`È##x„™FòW<ñ+®ç*x™²<¹$9E[-qWW.(ÎI+6aaš@.Ây™24àóÌ ‘àƒóýxήÎÎ6޶_-ê¿ÿ"bbãþåÏ«p@át~Ñþ,/³€;€mþ¢%îh^  u÷‹f²@µ éÚWópø~<ß5°j>{‘-¨]cöK'XtÀâ÷ò»oÁÔ(€hƒáÏwÿï?ýG %€fI’q^D$.Tʳ?ÇD *°AôÁ,ÀÁÜÁ ü`6„B$ÄÂBB d€r`)¬‚B(†Í°*`/Ô@4ÀQh†“p.ÂU¸=púažÁ(¼ AÈa!ÚˆbŠX#Ž™…ø!ÁH‹$ ɈQ"K‘5H1RŠT UHò=r9‡\Fº‘;È2‚ü†¼G1”²Q=Ô µC¹¨7„F¢ Ðdt1š ›Ðr´=Œ6¡çЫhÚ>CÇ0Àè3Äl0.ÆÃB±8, “c˱"¬ «Æ°V¬»‰õcϱwEÀ 6wB aAHXLXNØH¨ $4Ú 7 „QÂ'"“¨K´&ºùÄb21‡XH,#Ö/{ˆCÄ7$‰C2'¹I±¤TÒÒFÒnR#é,©›4H#“ÉÚdk²9”, +È…ääÃä3ää!ò[ b@q¤øSâ(RÊjJåå4åe˜2AU£šRݨ¡T5ZB­¡¶R¯Q‡¨4uš9̓IK¥­¢•Óhh÷i¯ètºÝ•N—ÐWÒËéGè—èôw †ƒÇˆg(›gw¯˜L¦Ó‹ÇT071ë˜ç™™oUX*¶*|‘Ê •J•&•*/T©ª¦ªÞª UóUËT©^S}®FU3Sã© Ô–«UªPëSSg©;¨‡ªg¨oT?¤~Yý‰YÃLÃOC¤Q ±_ã¼Æ c³x,!k «†u5Ä&±ÍÙ|v*»˜ý»‹=ª©¡9C3J3W³Ró”f?ã˜qøœtN ç(§—ó~ŠÞï)â)¦4L¹1e\kª–—–X«H«Q«Gë½6®í§¦½E»YûAÇJ'\'GgÎçSÙSݧ §M=:õ®.ªk¥¡»Dw¿n§î˜ž¾^€žLo§Þy½çú}/ýTýmú§õG X³ $Û Î<Å5qo</ÇÛñQC]Ã@C¥a•a—á„‘¹Ñ<£ÕFFŒiÆ\ã$ãmÆmÆ£&&!&KMêMîšRM¹¦)¦;L;LÇÍÌÍ¢ÍÖ™5›=1×2ç›ç›×›ß·`ZxZ,¶¨¶¸eI²äZ¦Yî¶¼n…Z9Y¥XUZ]³F­­%Ö»­»§§¹N“N«žÖgðñ¶É¶©·°åØÛ®¶m¶}agbg·Å®Ã“}º}ý= ‡Ù«Z~s´r:V:ޚΜî?}Åô–é/gXÏÏØ3ã¶Ë)ÄiS›ÓGgg¹sƒóˆ‹‰K‚Ë.—>.›ÆÝȽäJtõq]ázÒõ›³›Âí¨Û¯î6îiî‡ÜŸÌ4Ÿ)žY3sÐÃÈCàQåÑ? Ÿ•0k߬~OCOgµç#/c/‘W­×°·¥wª÷aï>ö>rŸã>ã<7Þ2ÞY_Ì7À·È·ËOÃož_…ßC#ÿdÿzÿѧ€%g‰A[ûøz|!¿Ž?:Ûeö²ÙíAŒ ¹AA‚­‚åÁ­!hÈì­!÷ç˜Î‘Îi…P~èÖÐaæa‹Ã~ '…‡…W†?ŽpˆXÑ1—5wÑÜCsßDúD–DÞ›g1O9¯-J5*>ª.j<Ú7º4º?Æ.fYÌÕXXIlK9.*®6nl¾ßüíó‡ââ ã{˜/È]py¡ÎÂô…§©.,:–@LˆN8”ðA*¨Œ%òw%Ž yÂÂg"/Ñ6шØC\*NòH*Mz’쑼5y$Å3¥,幄'©¼L LÝ›:žšv m2=:½1ƒ’‘qBª!M“¶gêgæfvˬe…²þÅn‹·/•Ék³¬Y- ¶B¦èTZ(×*²geWf¿Í‰Ê9–«ž+Íí̳ÊÛ7œïŸÿíÂá’¶¥†KW-X潬j9²‰Š®Û—Ø(Üxå‡oÊ¿™Ü”´©«Ä¹dÏfÒféæÞ-ž[–ª—æ—n ÙÚ´ ßV´íõöEÛ/—Í(Û»ƒ¶C¹£¿<¸¼e§ÉÎÍ;?T¤TôTúT6îÒݵa×ønÑî{¼ö4ìÕÛ[¼÷ý>ɾÛUUMÕfÕeûIû³÷?®‰ªéø–ûm]­NmqíÇÒý#¶×¹ÔÕÒ=TRÖ+ëGǾþïw- 6 UœÆâ#pDyäé÷ ß÷ :ÚvŒ{¬áÓvg/jBšòšF›Sšû[b[ºOÌ>ÑÖêÞzüGÛœ499â?rýéü§CÏdÏ&žþ¢þË®/~øÕë×Îјѡ—ò—“¿m|¥ýêÀë¯ÛÆÂƾÉx31^ôVûíÁwÜwï£ßOä| (ÿhù±õSЧû“““ÿ˜óüc3-ÛbKGDÿÿÿ ½§“ pHYs × ×B(›xtIMEÚ +-)Ú·’¾IDAT8Ë“½ÊâP†ŸÄßE·ò"¬lT0 ^@ÄN¯Àë°´ìÄF±±ˆFED¯A±ùðËÉÉz¶ØMVw?N3ÌóμÃͶmÞ Ã0x¬/ èïÂñxœx<ù¡¿ ;Ž£ÇQ‹hÿ³ðP¨F£RJêõ:±Xì›ÂQJ}=A¹\¦Z­¢i€Ǹ®K»ÝFñ‰Dÿî¤^MaYžçáº.RJN§±XìCñKÀs¹\"¥ä|>³Ùlh6›L§Ó'øx<2 >„ß}ëz.—#ŸÏkÅbñ žÍfhšÀ‡Ã^¯÷ã,(¥Èf³Z­VSóùü©ó~¿§Ûí’H$ÂŽãßÙgŸSÒ-ÝlÕËVP>`-€BŠ¢Šô ‚°À.o5×׎͆ÿ…JŸÎtKþ ¿pw”‡µøXs}m]ªÿ?Lú”¦[ð?`?€(™?å¥%(+ž«Åš¦1:: A2|™“ëïétL÷é6à¿À:“шûï¾ N‡à÷ûáõzý7pèX-nÜ Oýqs}í×Ó=@ºÍ øÍ&žzôجPT0~ ‚€@ Ðj4(ž?î17úàgN®¥§Óµ#-€t›ðƒþ¦… (ðÅ×Iu¤n1#ÿš'‡A¯W„Ÿ¢(‚Q¢<ôö‰"0õtºv¦n)ÿÚ'ƒðK£½’H(RËÉÊ‚Çã•ö)!‚´Ò-nø¥"ðûýh8~ÇOžDÃñf4<WW†‡GA34ô:øXAB"pÂíñ /…DžH7Eøkžz½^„W rûù 8xô(FFF#¾^QA>VܾljÏ%GÃñf´?Oúrs}í7Ò=@º¥ üëV?9nÀKn×56áÀ¡Ãðù|`Y•åe(+žÒâùÐëõðù|p»=¸1ˆ —.#Ãf…N«á€l§¯}ý¤'0ÎTO@þûl%ð¯_ýTÄomC#j…ùyxôá1¿°öÌ X-äfg£²¼ z½]=Wáñxpùƒ+ÈȰ‰–ˆ!Ûé„Çã!“ewΔÒHÄßl†5«a0=¿þºÆ&þ’ùóðà½÷@¥RA­VÃ`0À`0€¢(dX­˜WX€®îŒŽáƒ+.Q¤Y<ún̘ÒHﳘMØ(_Þjq¬¾A„ÿþ»ïMÓp8ÈÍÍ…Éd‚^¯‡Éd‚Åb'ÅŠ p¥³ £cc¸âêD†Õ ½^6Èr:àõz¥"0ôtºv¥nÓ¿9ù ŠéÍcõ øçã{îMÓÈË˃Õj ³5ä9ƒÇÁíÃ<©:;a“Œ Èsv{P7¦_iÜêð¯] £Ñ6Ð 0òçææÂh4†Erù¡V«C"p‡‰ÀÕÙ›Õ*Ú!r8vx¼^RE:m"H à†c͘Bð˳=Gëêq´®PZ<Þ{wü¤)ÁOþ®R©Àq<™ºº`³XÆõŽÌLx}¾iAZ·(üO¯[±¶G¿Ôöb8)ìR1Hïóûý i@@&‚nX-æ°ž™! è§RiÜ‚ð?³¾F‰ç—¬¾GB+ƒ‘ÿ0 ƒÜÜ\èCéÑH¶G*·Û ÇAÀ0 †χ‹ ³»6‹Z­&ìuíðùü€M¥Ò¸Åàvú0ø¥"8ZWÃÇjEøºï^ÑöÈKÁ‰0wØú€pð(*ȇKAÒ×±gØàõùpcŠEÀ܆ÿ^Ûè,–ÈðS…#µuø‹Ãà×KJ"”l9Ün7¼^oÄžaÐ4 AÂEÐÓ‹Ù­&¼'È´Ùàóù¥"Ðõtºv§nñ¿€Þb1ã£Ö‹ÞXð?|þœœœqð+Áí÷ûáñx¢f†AMÓ i‰ «ç*¬f3´šðž Óf…ÏïÇÁ¡)AZ·üÛ°!b¶çð±Z:z PVrþxlÏóðx<ðù|Q{†H"E…7Epõj”žÀ‡CÉAZs~«Å‚ç6n„Ѩœí‘Â_Z\Œ?p† ‹ür° ˜>Ÿ/jÔ%Š¢‚=&‚î«×DH{ž «>ŸƒCÃIAZsþ§7ÀhTÎö©­ÃÁ#GÅÈÿ‘ïMÓÈÎδ¨Ï¡$ ©(™z®]‡Ùh  ‚€ ›~¿_*ídEÀœ†ß¨˜í9|¬ï>"Âÿáî=¿ÔöÈá÷ûýb†'ÞH (ŠMQá"¸~f“µ:Lˆ¶P­Ñàð0Ü5Y¤0»€^tû²ûl¡(Jo5›ñ±g6Âl2)x=ÿG| ÃŒ‹ürP½^¯˜×ìDÄ@ªOå"¸z½7ØhÂ{›ÕŸß¡$ˆ -€Y ÎÒ¥ÚÂì¼ÿIQx4Àó,<Í <‡ßïÇèØNž>ƒ¼ÜX-‚€CGáÀ¡ÃÁ×(-Á#=¿Rr[Éò$ÃöÄz Ë0a"¸ÖÛ£Á­FöX«ÙÁÜãÌÉ­íétµ'Ú…¦[Š·¥K—fú)ö)B <@‡ àjŽMS`xl ååxâ‘€eY­«á/+)Æ£?Š¢ ¬*“Àåñx'µ¢<Ï'ôøXÏs»±cÏ>ô €aT•—Ál2ŽÑ™ÖvRJÝ`as}moº˜åmñªU¹Ž¬œ³rrÿƒ§èW¬¡€2,hT*uZ˜tZ¨X@@SÊJJ°jÅ Ð4Ú†F¼ø(ŠByi }ø!1ò+Á/„,ÏDlO¬žeÙàdY¨'¸ÞדѵJö|“Ñ€«×{Á ‚€¦§Óµ=Ý̶ðöU%4¨¡€+¤ç‡¦ièµjhTj¨9@@¬¶ôù|ðûý¹¹¹¨®®†Á`À™s-¨mlMÓ(/-Ác~4M#++K„_yž‡Û펕'å'ò<žçŲÛã ë *KK`6†W¥ºº{pÙÕ íÍõµ¥iÌ’VuûÊjšj¡ Iïc½•JÜ„–çy°, –e122‚þþ~ð<ììlTUUA«Õâ\[7ƒfT”•âñ|xüJ)Ω¶<‰>ˆœJŠa2ÄÇŒŽâä¹VòÕ5××^ŠçûgÓNö¦úö•+A 5j¡X‹T“A£^/ú(Š‚N§ƒJ¥Ó’½½½"üYYYX¸p!4 ζ¶¢ñx3†‰ù£YždØ—d?O£Vã#Þ/Šàl{Ê‹çÁš·Ðiµ`†T¡Þ -€Ti6l`Z:.ÝKÑB Pk@ ¹Òû5j5,&#ÌÆ`ºDH†a V«¡ÑhÀ0ŒXtæv»Ñ×ׇ¾¾>þE‹A£Ñà\kO#Yi ÿȇÁ0 ²²²Æ¥:IŠS©œa2bHvvˆçyðŒ†àÿ¥â8Œï¹I `ŠZII‰Zo²= Z¨i¹pé)ÐÈ@‰¦S¯ÓÂj6Ãb2Šƒ:bm4 4 X–ÏS›¤öÆãñ ¿¿_„?;;[þòÒ1 $üàñxâ²#Sv´5‘lÓ8œ¿€Òy…0 `1§cK `&± ï3°º‘Ç®„ÇÀ(f™ŒØ,Ø,f¨8N<©,ËŠ‘žeYñ„q°KfbûûûEÛ“““#zþ3-­h<~" ~Žãàt:ÇÙŸÏ'¦8§Ãö$ë=¼^ï8´]¸ˆ’¢B0 MžfM `º _µÊÆxO‚Â:`ôaA 4ÀÍ)~«Ù„L› V‹œnŽã V«¡V«ÅÒ`ù ,9áþô÷÷#ˆ‘_«Õâ̹ ü¥xòÑ`äw:ãl×ëXÈ6¶g²ïIí.Á ×¥{€iš˜Êö^Š®/p¨›ß#MÓÈ´Yaϰ!Ãj— ‚Žã R© R©Ä}õ ¤¿K"?‰ÖòÈ¿páBhµZœmiECþŠ²Òˆ‘Ÿ œIº4•#}¬ÇFÁÈèXZSÕ-_>Ÿæ±UãVÓ6Áò,™pÚ3a ].”œ8ŽãÄC~²•"(Ÿ€OlÏÀÀÀ¸ïÙ–VÔ7Í0¨,+Å>Žãàp8Âà—vg“íQúžä"xè¾{ðÖ¶íÒk¤-P2ÚâåË‚G@Q5p› ™5Q«TÈrØát8ºb"™¼!9z–eÅHídËá—z000ÜF0+ UUU"üuMbäò±GEÛ£ÕjÃ^3ÚäÖl°=‘#éu:ܹbö&Á$’‘¨ïv»qãÆ þ¬¬,,X°Z­§Ïµ ®¡Q„õã-˜ ~"¤éu*Þ#ÞÆó|pMC–“@—@ÔtåB­Õ>HQtMË…K«)PvH ·ZÌÈÏÍE^nLøiy†a¬M<Dz=RÏ?88ˆÁÁAð<§Ó‰ÊÊJøË°úñðÈ/-kˆùSÝö$Dˆ23ı/U½lÝ\_˧jÕÕÕz¨´€jOP€IÂ<™™(ÈÏC~n. z]XA–¸•‡ Þxe{¤“\þ@ €¬¬,TVVB§ÓáÔÙ³að¯yâ1p»Ý.Â/ÎeÛ#odÅ›çæ x0øç¼n»í6‹ÀªŸ„ø h!„ÖÒ²N 0?O\q$ݺƒeYÅÌÍd#–ÜöDŠü ,Áµõ7á_ûäã`YvüÒÈ?`O•m$8 ÆÀé[ÖU­\éd¨áûAÌ?2 ƒüÜÌ+*DA^^X B¬n>ÑídG‹ürÛsêì9««¦:Ë˰æ‰ÇÃ"?ùìÑlÏlC¢eY0 ǃs­mäÏ ·”n»ãŽ¢€Ÿ_K5w M’7Ç¡¨ Åóæ¡0?/lÀ*ÌÊOÚdt¿~¯×‹¡¡! ·w8°`Áh4œ>×ÿÚ'ŸPŒü‰ØžÉ‚*¶‡D~2¿Rßtcn7Üðos^U·ßQIÓ| Ôð~þvéÂFƒâyE(?yy¹`BSd–Uêãýò'c{”à—Úž¡¡!ð<»ÝùÖÖaT„à'‘_#Ù%µMW¦g*ß'Qø5 (ŠBSóI´vt»¾Ý\_Û3'°èö•K)Z¨¨€¯a 0 (-ž²’bäåä„}Ùdú_:4Ùˆ/øRø¥\n·CCCᯨ¨€N§ÃÉ3gÃà¯yêIp‡ÌÌ̈ðO÷@5Ùï“HcšÐö‰MÍ'ÑÔ|’ÜõŸ~•…JqæéêÛW|(¸x„Z …¡¯.”®´ ¼¬¥%ÈÎÊ ƒúdFôD{ %ÏOà2øÏHà/ǺÕOжG#Ù.çù)³=±<Óe{üE¡ñD³þO7×× ³ZK—.åüóh¡Fµ€SZRì°ÛQY^†Êò28ìvpéL*Ù›^é*çSx<¶‡X·ÛááaŒŽŽ†E~­V‹SgÎàȱº`¶§¼ ëV+G~é o*NpM¦Ð-üd²O!ò:ÞÔgÊ `ÕªUÚÑ@àž§j|ž ž¢(äædcAETTÀfµ„Y² \ýT?QÛ#-i–Ÿ™™‰òòòà$×™³8‚¿²¼ ë׬áWKR´ÑÊf£…ŸDþÆÍ“†F°téR³—¦Ÿ ºfÄx€Ž” Ð4¢ÂTUVbaeL&“é P>Ÿ/!OŸìm"¶‡À?22‚ÑÑQÑö”••…"ÿY:V+Úž kWƒeÙ°ÈO^ÛëõNÉ*®éÈôLÆöèt:P…†ã'’ÿ´  ºúN‡ ö­¦ªÆ<@ P?Ï0 ÊJJ°¨jVVŠW$'ìH<è“ x´Ç*ÕöøA@ff&ÊÊÊ‚“\gÎàÐÑcÁ*ÊÅÈŸ‘‘f{ÈâuùœÅlí÷\0 #î\'‹ü˜,üÓ"€ªåËóé`¡Y à¿‹(qÝšJ¥Â‚Š T/Zˆ…P‡„“É“GÈNð±=ò/ŸçydddˆðŸ<} ÚžŠrlX»FŒüjÙÌt¤õ»³U ‰ÀO"ÃñRø?5Yø§L‹W¬(C@¨(j,“šé´Z,ªªÂ’Å‹PY^.NL‘ºur)驹™LaÚdž ~²ß_«Õâäé3"ü BðË#?i^¯7®ËÍ1Ä ?¹z}}Óñ)?©¸mùòÛÄ:z !ÙÞd2aIu5–ܶå¥%âŠ)²ÓØØØ¸”ÞLGôÉLrÛ3::*n.k³ÙPZZ„ÿÌY‚Ûª«Çå¶“¹Z*Y-ÙB‹VÛ#MÝøµZmx䯨À3׃cÙ0øåƒÞé5lÙl#mCã´ÂŸÈ ²³³ƒƒƒa{ɧBtžÊžEÉö%àOHlŠ$‚X=Aª”1Ä*¶S‚ŸDþ@ ‹Å"ÂâÔ)ì}ï=þ=ó4T*¬V+T¡}‡¤€È'ºRq¶7ÖåŠ&b{hšÆ±ú)üžiø@<"ö©2Ïçˆf{ˆß'ð…&¹NbÏþ÷DÏÿܳψюx~)D±²Ï¶ ®X"ˆÿÇgþ Q¤ª ŠÇöŒ‰–Çï÷‡ÁßÔÜ|þ•xîÙ§EøU²+™“÷ˆw9ã\˜í%E~© ÿ„KZ­VÜé,Uòù‰Úž±±1Ñò˜Íf#óÉ0øŸö¨T*X,–qðK3>ñlÁ8f{åð©­#wý%•àŸ”âÒIO•ì’í! tH¦G þÝû÷‹ð¿ðÑgÁ…fx¥¶G¤]³ÝöÈOv²`Gëê¥ð·x(•àŸ´b‰@§Óahh(î%…3m{H]IOø‹ŠŠ‚Ùžæ“ØµoŸ"üÒÈ?‘ºþ¹p •J»Ýš¦åðÀ3ÍõµH±F'ãEš»ÂSÂý:Ün7þã‡/ã\k+4 rss#ΧŠí‘–3“å‡$ÕYXX¨ÿ‹û(8ŽƒÙlV„?R]ÿ\±=JðgffŠð>V+}ì û‘‚IÖ ]íì´çæl¦@­öûýVÒd‡®R®ÔÌd/@à—µøý~?ŒF# ‚ÞÍØµ—À¿@„_j{äðGÛ±y®Ùù‰í!ð³ >øøM'ê^OEÐÉ|±Suuð”p€óÒž@«Õ"///¬€n&¾HÓ‘òTg EQðûý0™L(,,„Á`@ãñصwhšÆÂ ðñç> •J5.òËÇÓ±og*ÌöJmÏ‘Ú::z `Ði¸y…¿!EìLDÓ9­°\'@ùÂà¯Ä'žÿXDÛ£´imªEídÏöªT*80 ¿Q§ƒ!tb£v¦ª˜©xÑhvH«ÕF´CSeƒ¤%RÛCÖî’ûŒF#òóó¡ÓéÐxâvíÙ+FþO<ÿ\ür€¢åú§Ôé²=N§s\ä×k5Èvd¢p^ŸÏo9ÙP÷_·L«'ÐétÈÏÏ÷šjß/ß2]º€]P?IuîÜ}þO¾ðœbä—¿O<XM‡¦z[9üèÔjdÛƒeò#ccЦÿŽnSêG”DÐÒÚ­V+Š`*³?ò½:#Áo2™DøŸÀö]»ƒð/ ‡Ÿã¸ˆPÈw¨ž­[•ÇÚÖD¥R!++ Ãàð±Ú›ðkÔÈ´šAÓ4Æ<ð¼^[oY(Šà¥—ÑÚÖ.Š )ÒX¶‡,6'ð‡fàyF£¹¹¹"ü;vïáÿÔ Ï‡ x•"ï!ÍõO‡™)Û“ š¦ÇÁo3ÁqX–ÅðÈyý½ÍõµC·´”EðZÛÚÃìP2³?±lÃ0"üyyy‗Dþª… ðé_Çq0™La‘_i69VÆg:Ä0Õï£V«Ãàÿðþ ³ 4MC¥R¦i Ž/WJQÔëHñFOת«û îpÁíöà{/¿Œ–¶6ètº e‡±=¤¼A°, ¿ß½^ÜÜ\ † ü;wá¯ZˆO½ø‚¸WM$Û#]Ø’J«±¦â}¤ð:zL„_¯Õ Ób¯©Ì²,Æ<bÞL @ÒN74\ûˆ¾ÿòDDLÆöHgx` Iu’È_ßÔ¿4òG²=Òõ¼dЛª³½“}ŸH‘ŸÀOQ(Š‚J¥Ã0 ]¬Z„CÍõµ½iÄÁ^þqؘ@zÍÞ‰ôRøÉ6…~ŸÏƒÁ zþ†¦ãxwGþEU ñ™¿(FþhÙ2èé%Sý•J…œœ0 ƒCGáÀ¡Ããà§i Ã@¥Rã8ôÍû3#'?øÑÑÖÞ5; zy&Fj{(Š ‹ü"üMضc§ÿ§%ðG³=Ä÷'b}f£ü4Mãà‘£"üv«4M‹ð³, µZ1·‡Ô> 6¥0D³CÑ&Ï”ÛC|ÿ\±=òÇË#ÿþ÷¶93¬a–‡¤=†Z­˲Ò誹¾¶=-€$ˆ ]AJ“\RÛ£ÑhDøEÛÓÔ„-ï†à¯ªÂg?õ ~–eã²3UÛ?‚S«ÕÈËËÃ0xÿð‘0øV1Õ)µ=¤ÐétäÅåš IDATà8W¯‹ÏM˜EN¥sº¡á2`‹n/ýôghï8/ŒÉ˜@ZÞ)ò;Î`äolÂ;[ßáÿ\(ò †0ø£A4§NÛùõ:dÙ3m¹Mì×ëÃÐðpZÉhMM‡/1<{\ôxŸÏ‡»vcó[oƒfTWU…àç ÓéÀ0LB>;ZÏt§=“i{H=•~³Ñ€Ü,'(@ŒüE…e{Hä'?ÉL¼8Û »{ö¦?SRa‘ßéÄKßûw8ìv‚ŽãÂjû7¿ýþöÆ&Ð ƒE âKŸÿlüJ{óD³#©´m26Õ"‘Ÿ¦iìÿ vïÛ/Ÿ— ³>ñÂOî¿òÁ²óÛ0Rxã«Y#%øGØcÈ`ì­-[ñÇ¿ü(šFõÂ…øÒ>'Nˆ‘ÈŸHDõz½)1PMÖs¤¶gß÷%𑟓%F~¹ý‘røÉkÓ4ËWÄrÿw›ëkÝi$þ—¿ÿ"üdÿÃæ·ßÆ«ÿùP…êEUøÒç‚‘_¥RðÆ‘4å9f{U* "~:TOEQ”"ô¤'P‚Ÿ¢(hµZ‚Wg笷?)!€ü;ü?úÁ÷á§( ¯mÚŒ_¿úûàóUá+_ø¼˜’S²=JÖGÚb¥œ‡x‚¥‘ÿõÍoâׯþ°xQ¾ò_ëÑ•lO<…nd`=Ûmܽ¡°° Ã`ï{Âà/ÈÍQ„_>Ù-ò“÷ ( —?íÏîTßø*eP½lÅ%øåàÀ›ßį~ûjðyUAøY–óÑH^â<›mŸ¦éq‘¿ 7´¤žŸd{äéÍH‘Ÿü!xÁoŠÂ¥+Wæ„ý™1T/[Aø-³ÃáÀO~ø8ްMDðúæ7ñKÿ¢*|í‹ÿ F~éɉf}äų´q6Ùiäß¹g¯anNøòˆ/ŸüT‚Ÿ$ 8ŽCgw<Üøêí´&Ö>àNø¿õMde9Ãl i¯oÚŒ_þæ·¢íùêÿa\äW(^ë3ÛmF£#¿~«Ù~é.nÒ¨/}œ~Š¢Dûsñòeò1ßo®¯½žÀÄÚà‘‡Æm‹«Å?J­Ïk›6ãø¿ö¥/†•ãN HWiO¥ßDl<òËáWZÑ ~âõåð ‚­V Š¢péòsÆþ̤æÀ½÷Ü¥èù_Û´¿øõoBð/Â×¾üE°¡”h¶'ÔJ)ÏÙ¸¾W­V£¨¨ Ã`Ïþ÷°c÷þ¢¼Ü0ø•<¿|À+…_ÚÈy!çÚõ^ŒŒŽÁ¯6§01ÿo`§Ã9.có÷76Ý„¿z¾ö¥/‚ ¥Ý!âí%—Fš ¶§¨¨4Mƒ^~^DÏ/þÑà—G~Š¢ Ñh@Ó4.\ºDV×\_{%-€‰5=¹a0èþô0øUáë_þØPI®|WˆD#ª|K“Ù¸Ð%ZäŸ_~y¶G ~ò»4AìÏ…K—ç”ýf¦Z\?744îù%¶çë_ù2¸Ð€W þDŠuÝ®é'Ãö°,‹=ûßÃö]»Cð›Ãà—o]Bì‹ÔûGü6±ü¹`7Ó˜lk®¯EðÒ9„ xmÓfüüW¿áÿǯ~*ÉBŒXEëâÝÍm:Ä0Û3oÞ¼qðÛ,fæ+\#°KÁŸüRûsþ¢hN5××¶ÍÌÔ ¸€spp¯oÚŒŸK"ÿ7¾öÑöHÇѶ*)uHE°µ=,Ëb÷¾ýxwç. üã6­RÚÂd"¶Gn:.\œsÑÆpððì ¥ïW/Â7¾úqÀà±’—8OGÚ3Ù¶gÞ¼yAÏ~¥eŒ‘²$ ?©ýFo__ZIö…–æ-®^„ÿñµ¯‚ uÕò´èDf{ãÙÍm:Ä0Ùl‰üÛ$ð—ÆÜ·'žÈ/M)Ëá'Ÿ¦iœ¿pdiãl¼v‰ü,Ëb×Þ}ضcg~ JçFµ=ÒT'@´È/OyJïÓét ( í7°s¬Í”Ä(Ÿ|áy¨U*ñ$Å»x=Òý3qÉÒdŠA­Vcþüù`»#ÀÉöÄ ¬È/ŒŽ¢»çꜴ?3)1Ŷä¶ÅâíxAŠÖ3ÄZÚ˜Š³½JÙž]{÷akþ «¥óŠÆ¥:¥ŸDáùÉàW–ýép$-€$¦_m¡‹.DóóJ)ÎHų•aªÎöJ#ÿ®½û°uûþ²ùóÂ&¹¤¶‡ÔF) x¥)äxà—ÞGÐÞqž¼Ä¬Üø*UpÜcî°/?ž­Êcmi2‹Üü,Ëbמ½að—Ï{È邟ø·Çƒ\®9kfj&^€¡áa\quÆ•òŒ¶×ë:Ù•Š¶‡4Fƒââbp‡]{öb‹¿åÅóö+‘z}²Z:Ù%µGòêN©·Wú)½-ü }Ö~ûÓHÞlp€KpøèѨž>VÏ«Â3ÕmOqq1X–ÅN ü™6+*Jæ‡Á,…Ÿ@?ðKíO[{¹ûíæúZZÉm€7ßÙ‚ó¡YÆD£ª4òO%¨Se{ü»öîÅ–w·‹ð—Ï—é!ÀËË’ ?èõzøü~éâ—9ifZ›išö¼òË_b4XgD<ÏÃãñĵ“[ªÚž’’p‡{öàmÛ%‘¿8â>J5>ɆŸì°qáâ%Á,Þø*%P½lE€<ϳ4MÃÕÙ…ï|ïWù)‡‹\o6g{JJJÀ²,vìV†_ºNWý¥ö'ÙðS%N~µÞ´?³zã«”@þ½ìV‹_ÿÊ—À0 Ú::D*…‰\±%Ò$×l±=þ{öâmïŠðW––„UkÊ¡ŸøIöGtÜœý³ögÚP½lÅB)ü?ÿÉp¢ù@pÐ¥ ¿ß¯×ÕòÌÛSZZ*Fþ··n Áo²REϯäý üò´g2àW«Õà8/]&ÛEz1Ë7¾J(ÁÿŸú3vï Vƒ.]²$¬' Àp]O*Ûž{öŠðÛ3lXX^ª¸h=VäWZÈN`žü$úS…–vñ:×»›ëkÓHü)ü¤ú©ÇÃg>ñ">÷ÉOŒ¹átWc&Óö”––‚ã8ìØ½omÙ*ÂO"¿ÔóK¯Ê2‘È ôXÂÐét õÿsÚþÓp 9ü¿øéÃà_ýÄãxêñÇ ;r³³ÑÔ܌뽽8}æ,îX±z½nÜÊ®‰Ø‘éƒF£AYYX–Åö]»Ãà_X^s—üÑ"$øc n|e±XðË…†¦ã@pã«ÏötºFÓ˜8ü ì“Âÿû?þI„Í“O`õ‡ÁãpØ‘“ãÍ'q½·gÎE`0èá÷û#îì0P§b¡ ‰üJðWU”+¦:¥QŸlþ­À-øã†Ñh„N§ÃѺzt/|w ¹¾ös½ §~iä'ð+>·j!>ùÂs¢úî÷€ÑÑ1˜L¦°K¦jm¿Z­FYY8Ž“ÁŸ!Â/OuÊm´Ög*à—["½^ôÿ­m·Œý™² ü;CÛx¬}êI¬}êɨå»ÙYYh>u*h‡ÎžÅª+`0ÄK¤¦bm¿Ôö¼»sÞ|g À‘™E•åãRÑlÏTÂ/½eYØl6tvwãHmÜøêó=®Á´&ÿ^N%økV?…šÕOŔމ,§'OŸF/ÁÊ•0oŠ •ÒžÒïxø+ÆíÖ&/j“Þž.ø‰ýÑëõ¨­oÀåàÎÏõÍõµ/Ý =dø+åðÿáÏá_·f5Ö­Y×k-\€çŸ} ལßùþ06æ†ÅbZ­N™´§ÔöHá·šM"ü‘"ÿLÂ/µ?gZZn)û“Ô ÿ>9ü;B{ج_»ë×® Ø÷Þø|~X­–¸À³gf ËéÀ©3gÅžàÎPO Ÿž 1ÛCàßüö;½V»Õ–e¡Óéâšánø†Aff&®]¿Ž÷"ùbO§«7-€$Á¿¡f-Ö¯]ƒŽóçñõoý?¨olƒ‡päX-î»û®°1‘ŽÌŒ 8vœ>{.L&“QQÓi{ÊÊÊ R©°mÇN~¯Ùd„ßçÃ0Ðëõa°+ |§~0 0 ¨olÂ…àòÇÓÍõµÿšî’ÿÆu5ØP³­míøßßù.ü~?l6+þ‡†pèÈQÜï=q‹ÀaÏÄ™s-7Ç+VÀl6Áãñ$}=p<¶§¼¼Ç…Á €3àéQ·£ <ÇqÐëõP©T)?EQ°ÙlAñn߉á‘øuO§kß­"z’ðWÈ=ÿÿü_"üO¯_‡ëj022‚ù·ï `ñ¢Eزé üé÷¿ƒÉhDÿÀþé_þ¿°m´¶ ¢kÖŠc‚ïþà‡sÃápˆ3™Óe{¤ðozëmÕ[Vy=žøÝ/.uv…‘‘Œ³>‘6¯šjøiš†V«EÿÀºzfÿE¯§µÁ¿@–þí»‚8=³a=ž^¿‚ àwüÎ_¸ˆÒ’b¼úë_B¯×Þ™‰U+Wbçîݸ18ˆ#ÇjqÏ]йÿ?é ì™™8ÛÒê ÎaÕŠ°XÌbO0•cyä—Â/†æúZßõ«='­™ç–}ÊïÐÃ##pffŠ—25 aX?.F¦$Áká‹ÑhDãñh .~¿Ð\_ûí[Iôá/ÿ3Ö‹¿q#˜N¶YmÐj4âß++Êñ›_ü\ì ^ùå¯#zqy«,/Ãú5Oë ²²²ÄkÙNÅ@ùßݱo¼ùÖ8øÉsÏ<ñ_>¯÷þ‘Ñ1œjiEÑbO üÒz9ü“)p‹öƒÁš¦qêì¹[2úO¸pæä~ Àf³¿|å'að?»qžÝ¸!lbkþüyرk7®¸\èîîÁ½÷Ü-ž{f&TV`˶w1pã>üàãÆ‘àͰٙ‘–¶¶°žÀf³Âív[8“,ÛôÌ;ðzøI»ÞÓ}*Ãîh¥f×ç£{ûP— çÁqœx™×h‘?Ùö‡Üv:w¡ð­žN×é v+€;V¬Àÿòß"ü}z#>úôÆqe9øÔ‹/€¢(¼µe þ×ÿÿ¯b‰34‹¯Àqì¸ ²¤¯£Ô*ÊJ±æ‰ÇÇõ999ââŽdØFƒŠŠ p‡­áð¿ ~ÒΜhú[ x€ph‡këÄž`¢‘¢Â •Ÿ4Mãô¹säûèÆÜøjªz€/˜/ê{æi|ì™§#4¯¨&“ Ç››ÑÒÚ†+®NÜwÏÝøíïÿS¼ð#?„Òââ¸#³´'ȰÙÐÒÖŽÞ¾¾`O°r%l6ÆÆÆàñx’f{¶íØ×7¿)…}4øI»ÖÝuÆž•}†¢¨µn‡é¹vó òÅ}yÔjuÒ¢{<ϳÙlP«Õرkúúûà/Íõµ[ÒˆOÿ ÀÖ?¼ØËsÏ>ƒçž}&&´ó a1›q¼¹­mmøËÿUÜåþ{ïÁš'ŸH¨þF p†ÍŠÌ ZÛ;ÂD‘A"ëˆå¶§¢¢*• [·oÇk›‡Ÿ´«]gÙ9§(Šªq»ÝLWÏUˆÑŸl ?UYiOãt:áñz±ù-äþ§žN×ù´b€)/ûôüGŸÅsÏ>·•(,(€ÅlÆÉÓgàñx@Ó4~କHLDÒžÀž™&‚;V®@fF†Ø$ší©¬¬ÇqØòîäà—ˆàœ3'÷€š1·›éêîÁü¢"Áž€ˆ`ªà'ûþ˜Íf4Ÿ:“§ÏÁ¯¾ØÓéâÓˆýiß ÎÉÎÆ·¿ùq©ËX€äãñG>‚ÌÌ |êÅPµ 2¡çGï ‚c"‚3D™™íP,Û3þÍ“†Ÿ´žN×9gNîIëÆÜnÆÕÕâ¢Â°½?§ ~b4 vìÙ‹k×®ÀkÍõµ·\hBèét ΜÜ.«‡†‡©Ö¶vÜu窄Eù¹¹Qóþ<Ïã½÷á·ÞÂðÈ ò£¾.i™Ê"°Ûí…ÛíŽi{,X ÿ;“…_QccŒ«« %óæ…]åq*à'ÙžçñÚ¦7I2â_z:]-iÄòŽ;sr?ðTgWÕÚÞŽ»VÝæ‰Dô@ €ï½ô#457cxdç/^DCÓq¬\¶4bÙ„´ÁYܱrv;<FGG#f{¤‘ÿïol’¿.ð+‰`tlŒ¹ÒÙ…’âù`"\Õ%ðkµZX­Vœ:sM'NÁ¯>ßÓéò§ØÉk""èêê¦ÚÚÛñ!…ž`"bø÷¾„k½½Ðh4ذ®—/_ÆàКN4cÅòe €˜ÙœÆ'ÐÕÝ Š¢Ð××&­V Ç#Ž)ŠBVV–¸{Ã;ÛÞRøe"8 ftlŒ¹âr¡¬¤$¬.(™ã«Õ ­V‹]{÷¡«»îûù߸E3É“wSÝÝTk{;>´jU\å ÑÄðç¿þ´wœ‡F£Á+/¿„§7¬Ë&‡†pâD3–/½=ê<ÁνûÐt¢™üº¢¨â¾¾~êø‰fT–—Ãa·Ãn·#;;N§ùùù0›Í (J þõS¿¢FǘËW\(­'žÌ,°Ò}N§‚ àool&õWßéétL "èîî¡ÚÚ;pçª;â’þü׿"àñÏÿômïÌÉ=CQÔº7nÐû¼FƒÜœqñ9ôööáW¯þ»öî“Ãïê.‚Qæò•P^ZUèòQr¨'¿Z­†ÍfCk[;ŽÖÕÁ¯>ÓÓéò¤,ôôPm¸óŽ• ‹€@|äØ1Œ¹¡ÓjñÀ}÷Š'Ña·cÅòeع{‡†ð˜WXö\ø¿úŒgœ9¹;š~ÐX›OžÂ–w·£¡é8›ðζw±éÍ·p¥³“<÷ožø•D02:Ê\úà *ËJÅI²xDM‹z½»÷ïÇ•à…/v6××þ·pc’xòÂDÐÞq«V®˜Ì&Nœ<…¶övtuwã>IíÃáÀÈÈšŽŸÀàðV,]*>/ü’Ïèrdç¼ À Jv``Ý==$€O6××þkO§+0Ý'D.‚‹—?@eyÔj5(Š +!It†8++ 4Mã¯Þ`Åìz:]M(É‘@2{‚‰ˆÀép@¯×á\K+ZZ[áêìÍœ=ׂïýð%x¼^,Y¼ó‹Š vìÙ+…ÿ9ü’Ïèëétmuæä¾à½ðu¡ˆÿ+ߘéká†Dp@ÍÈÈsáÒe,¬¬€&$‚@ p „J¥Bff&Î_¸ˆ‡@Àçõ~þzO÷¨ þ[J Ìœ¿Åóæá“Ï ,ËbÛÎ]h8.ÂÿóüT‚Ç´ƒÀç¢z:]çÙ9§)Šª¡;.\Ä¢… DÕoÑàW©Tp8øÀåÂîP†kèÆ¯ ôõŽ„@Çø.¨´€?tÐW»:Oس²]E=qõÚ5ªãÂy,—ôñÎ 8ív|hÕ¸ïî»P]µMcÛödW‚ð‹“ u_U(è§B,Ô$ß;,*_íêlq„J©‡‡‡éŽóP½¨JÜÏ'’Èm³Ù £ÑˆýÞGûùóáxëé“Äþ0 ßÙ-#fŠ#}µ«ód¦ÃÙIÓôc×®]§ÎŸ¿€eKo:0ŽÖ+ð‚€­ïnG}SyÜ/O6Ôýc¼5¿S“ŒÞ‰>V¸-Fç«]­™Î¬³4M¯¦Û;Îcqõ" 'ém§Ó Žãð××^ÃÈÈ(ü>ߟ®÷t7†Î?-{oy0‡3ÑŸ|™Lè`¯uw¶eÚ»†yäÚõëÔù °ìöÛãÊIÅÀ ¶l{uAøyžÿÍ©ÆúoJN"­bT’õˆW4“±7‘`W‚Ÿ@Ê\ëîj˰;Zh†yjhx˜nëèÀâêE0@®ê?˲ÈÊÊBgW7¶í^ë®ïÚÕï !x¡ôhhNßlP 'ŽÀà®÷tŸ³ØlÝ,Ë=|SKH‘ooÛ†Ú†F@ øý馆oÇ¢¢P‚“èM]úÝ)쵞îv‹-£•eÙ'†††éÖö,©^³Ù p»ÝaVÈd2Á`0àÀ¡ChmkÏóηœûCè¼0 Hü溒-Eø¨¨{¯^m7š-W9•êþë×{©Ž °ô¶ÛbŠ€ç¼½u+jëƒË/ý~ߟÏoüY„”ßVú=qÄB,ØãžŠ>+»M¾K×{µç‚Ébiç8Õ£CCCtk{;n_¼&“ E…‰Àn·C¥Ráµ76cphî±±-}×®ž”¼>-^À‡a®÷L’àG„“ÈP…  é»~í‚Þ`¼®R«ïºÞÛK]¸x ·ß¶8¢xžÇ[[¶âX~Ÿ×ûΞ8þ]Ù d"€DGˆ®t=AñXDg€—Ã/=T}×®]ÖçUjõÃCCô¹Ö6,]r,¡ž€l»ât:ÑÛ×'nÖ{½§ûÕÑáá!üÏK~Ò=ÀÄì?L4ý½×?Ðêt½jö"‚%‹«Ç‰€çyl~g ŽÖÕ<÷æs'O¼þH?9bEôDíN$‹CG‰üò# üÐÁPõ÷^¿¢Õé.ª5Úûƒ"hŲÛo‡ÅlMÓ0 Ðh4xïà!´´¶çù«ÛZÿª`yx/‰$ýɧ¸ý¡d'RQÔ}}WÔM¿F«[ÖÛ×G]¸t Kªoö<ÏcÓÛïàhð‚ pmm=uòç2À'y4àÊÑËz?*ΨOG°nLÛÃE‚j ¯Ï¥Öh®h´º»‡è³çZp[õ"XÌfh4\»v¿ÿó_062²§ïúµS2ËþÐ!-€{FÒH-ôPPßèïw©Ôê~­N·¤·¯ºxéW/`ÓÛïàȱÚ`w>:º³ýìéßEñò‘lˆ€JId0Œ8znvãÝIDAT:Â{Ä ¤Þ@Éq7úû]*•Ú¥ÕéV Ò‡ŽCgWšŽãõ7ß„ÇãÏóÚZ~ðû}2ðý|’#-€dg€d=¹Íàú]œJ5 Õé÷öõQ/_ÆÅK—EøGGFö¶Ÿ;ó'ܬ÷§&øùMy"Ž4èDzh"dbˆ"âíÁ~˲—´:ýb¿ß¯vuv¢³« @<Ï÷_ëîúÙþþ+À÷†Žh"˜“a*‰ƒOlNvh$B ©8:¯pÞ]6»ý9égÞß~îìŸ!~…H勹"ùX^–íˆô÷X¿G"Þ”)Á:ÊE |¥ßiŒV¯7gåäÞ¯RkŠAø¼ž\—/ïòzÜ£¡ÿƒ|—z7€1Ém¯ä;å#d…Òˆ• @+_:Ô’^@œŒÉ+š÷![¦ýyTþ¿„à—F,¿,ZÉ ?i‘ OTB`‚"P²ML¬y…¿) øå=• `{ˆ<²C ¿®†“)JæÿU’A¯Vr(õäR™g±Z«Ít]¾t4¿4j%Ú(A8ÀŽ&$ Ä)‚x­G€RÈòHSœÒ`âU8¢Òˆs,ÍidBPËÒyÒÙHZá¤d ÑË/ƒß¯`¢Eîxþ&Ä¿~ĘG@”y&‚è(QŸŽp^yI- ø"ÿœ°Ix A¡«•Gi­‰ô>VÞÈN¯¢“ž¬hðóQÀô·h·•ž«ô]P1D¡$^Ábd”Ò­Jï!(LrÉ¿Óhsþd ³‰äR2°IòIòÛtQN–ø(¾?¸B?£=O¾R Dèq£Í.ÇšP‹”rUŠþB d¿ósÝöL¥äàR!X¥óI¬TTÈE ô“K<9ûh'N¸ÅΕàÿË?]ˆÖS1þ–h×>™é–’H´ gQ¶>Ýf£¦Â¿¦[º¥[º¥ÛdÚÿåçNøùB³IEND®B`‚./._unetbootin_22.png000755 000765 000024 00000000474 12317721660 014735 0ustar00gezastaff000000 000000 Mac OS X  2 <ATTR<œ œ com.dropbox.attributesxœÈM ‚0€á¿»vÐ!B¦åİ 3¨‹L:S·rjKüï}ÜÞç@öä"á¯X’lÈYMˆ –Ńñ‘ä!» h)’Ølé°–Êsa„ëNìN©®ø>ÄÜ ÞoéA?J©ŸAáŽ7ö̷į¡SiÑc5J®q¹mÊVãš«šžâ+*`¸T¼»›£eyž?„Ã7Zunetbootin_22.png000755 000765 000024 00000006610 12317721660 014361 0ustar00gezastaff000000 000000 ‰PNG  IHDRÄ´l; OiCCPPhotoshop ICC profilexÚSgTSé=÷ÞôBKˆ€”KoR RB‹€‘&*! Jˆ!¡ÙQÁEEÈ ˆŽŽ€ŒQ, Š Øä!¢Žƒ£ˆŠÊûá{£kÖ¼÷æÍþµ×>ç¬ó³ÏÀ –H3Q5€ ©BàƒÇÄÆáä.@ $p³d!sý#ø~<<+"À¾xÓ ÀM›À0‡ÿêB™\€„Àt‘8K€@zŽB¦@F€˜&S `ËcbãP-`'æÓ€ø™{[”! ‘ eˆDh;¬ÏVŠEX0fKÄ9Ø-0IWfH°·ÀÎ ² 0Qˆ…){`È##x„™FòW<ñ+®ç*x™²<¹$9E[-qWW.(ÎI+6aaš@.Ây™24àóÌ ‘àƒóýxήÎÎ6޶_-ê¿ÿ"bbãþåÏ«p@át~Ñþ,/³€;€mþ¢%îh^  u÷‹f²@µ éÚWópø~<ß5°j>{‘-¨]cöK'XtÀâ÷ò»oÁÔ(€hƒáÏwÿï?ýG %€fI’q^D$.Tʳ?ÇD *°AôÁ,ÀÁÜÁ ü`6„B$ÄÂBB d€r`)¬‚B(†Í°*`/Ô@4ÀQh†“p.ÂU¸=púažÁ(¼ AÈa!ÚˆbŠX#Ž™…ø!ÁH‹$ ɈQ"K‘5H1RŠT UHò=r9‡\Fº‘;È2‚ü†¼G1”²Q=Ô µC¹¨7„F¢ Ðdt1š ›Ðr´=Œ6¡çЫhÚ>CÇ0Àè3Äl0.ÆÃB±8, “c˱"¬ «Æ°V¬»‰õcϱwEÀ 6wB aAHXLXNØH¨ $4Ú 7 „QÂ'"“¨K´&ºùÄb21‡XH,#Ö/{ˆCÄ7$‰C2'¹I±¤TÒÒFÒnR#é,©›4H#“ÉÚdk²9”, +È…ääÃä3ää!ò[ b@q¤øSâ(RÊjJåå4åe˜2AU£šRݨ¡T5ZB­¡¶R¯Q‡¨4uš9̓IK¥­¢•Óhh÷i¯ètºÝ•N—ÐWÒËéGè—èôw †ƒÇˆg(›gw¯˜L¦Ó‹ÇT071ë˜ç™™oUX*¶*|‘Ê •J•&•*/T©ª¦ªÞª UóUËT©^S}®FU3Sã© Ô–«UªPëSSg©;¨‡ªg¨oT?¤~Yý‰YÃLÃOC¤Q ±_ã¼Æ c³x,!k «†u5Ä&±ÍÙ|v*»˜ý»‹=ª©¡9C3J3W³Ró”f?ã˜qøœtN ç(§—ó~ŠÞï)â)¦4L¹1e\kª–—–X«H«Q«Gë½6®í§¦½E»YûAÇJ'\'GgÎçSÙSݧ §M=:õ®.ªk¥¡»Dw¿n§î˜ž¾^€žLo§Þy½çú}/ýTýmú§õG X³ $Û Î<Å5qo</ÇÛñQC]Ã@C¥a•a—á„‘¹Ñ<£ÕFFŒiÆ\ã$ãmÆmÆ£&&!&KMêMîšRM¹¦)¦;L;LÇÍÌÍ¢ÍÖ™5›=1×2ç›ç›×›ß·`ZxZ,¶¨¶¸eI²äZ¦Yî¶¼n…Z9Y¥XUZ]³F­­%Ö»­»§§¹N“N«žÖgðñ¶É¶©·°åØÛ®¶m¶}agbg·Å®Ã“}º}ý= ‡Ù«Z~s´r:V:ޚΜî?}Åô–é/gXÏÏØ3ã¶Ë)ÄiS›ÓGgg¹sƒóˆ‹‰K‚Ë.—>.›ÆÝȽäJtõq]ázÒõ›³›Âí¨Û¯î6îiî‡ÜŸÌ4Ÿ)žY3sÐÃÈCàQåÑ? Ÿ•0k߬~OCOgµç#/c/‘W­×°·¥wª÷aï>ö>rŸã>ã<7Þ2ÞY_Ì7À·È·ËOÃož_…ßC#ÿdÿzÿѧ€%g‰A[ûøz|!¿Ž?:Ûeö²ÙíAŒ ¹AA‚­‚åÁ­!hÈì­!÷ç˜Î‘Îi…P~èÖÐaæa‹Ã~ '…‡…W†?ŽpˆXÑ1—5wÑÜCsßDúD–DÞ›g1O9¯-J5*>ª.j<Ú7º4º?Æ.fYÌÕXXIlK9.*®6nl¾ßüíó‡ââ ã{˜/È]py¡ÎÂô…§©.,:–@LˆN8”ðA*¨Œ%òw%Ž yÂÂg"/Ñ6шØC\*NòH*Mz’쑼5y$Å3¥,幄'©¼L LÝ›:žšv m2=:½1ƒ’‘qBª!M“¶gêgæfvˬe…²þÅn‹·/•Ék³¬Y- ¶B¦èTZ(×*²geWf¿Í‰Ê9–«ž+Íí̳ÊÛ7œïŸÿíÂá’¶¥†KW-X潬j9²‰Š®Û—Ø(Üxå‡oÊ¿™Ü”´©«Ä¹dÏfÒféæÞ-ž[–ª—æ—n ÙÚ´ ßV´íõöEÛ/—Í(Û»ƒ¶C¹£¿<¸¼e§ÉÎÍ;?T¤TôTúT6îÒݵa×ønÑî{¼ö4ìÕÛ[¼÷ý>ɾÛUUMÕfÕeûIû³÷?®‰ªéø–ûm]­NmqíÇÒý#¶×¹ÔÕÒ=TRÖ+ëGǾþïw- 6 UœÆâ#pDyäé÷ ß÷ :ÚvŒ{¬áÓvg/jBšòšF›Sšû[b[ºOÌ>ÑÖêÞzüGÛœ499â?rýéü§CÏdÏ&žþ¢þË®/~øÕë×Îјѡ—ò—“¿m|¥ýêÀë¯ÛÆÂƾÉx31^ôVûíÁwÜwï£ßOä| (ÿhù±õSЧû“““ÿ˜óüc3-ÛbKGDÿÿÿ ½§“ pHYs × ×B(›xtIMEÚ ( Ðúa¬ºIDAT8˵ձKëZÀñï±QÒá .¯£ƒcD|r]œº<ˆÐÑ#“DQåR°à”A¹¶ÕD…·ë2ý Ŷ´GOy¿IEND®B`‚./._unetbootin_24.png000755 000765 000024 00000000475 12317721660 014740 0ustar00gezastaff000000 000000 Mac OS X  2 =ATTR=œ¡œ¡com.dropbox.attributesxœÈÛC0€áWYú[°°%.ºÄæ´‘¡7ŠQQÔÔ"Þ}‡»ÿûg€{Ú¦tЇ¤ûÕ ò²Î~ˆ‹Ç£ø8’oa¦o”HPÕF>|U~ Î5âf)=ÙºtB2YÄoîH¾"vîúÈÊk™…%}3–äxg˜zÝXÎ%e#Â’]ȨÑ4Ø=™K½ë`yÅpU˲|>è6ãunetbootin_24.png000755 000765 000024 00000006370 12317721660 014366 0ustar00gezastaff000000 000000 ‰PNG  IHDRàw=ø OiCCPPhotoshop ICC profilexÚSgTSé=÷ÞôBKˆ€”KoR RB‹€‘&*! Jˆ!¡ÙQÁEEÈ ˆŽŽ€ŒQ, Š Øä!¢Žƒ£ˆŠÊûá{£kÖ¼÷æÍþµ×>ç¬ó³ÏÀ –H3Q5€ ©BàƒÇÄÆáä.@ $p³d!sý#ø~<<+"À¾xÓ ÀM›À0‡ÿêB™\€„Àt‘8K€@zŽB¦@F€˜&S `ËcbãP-`'æÓ€ø™{[”! ‘ eˆDh;¬ÏVŠEX0fKÄ9Ø-0IWfH°·ÀÎ ² 0Qˆ…){`È##x„™FòW<ñ+®ç*x™²<¹$9E[-qWW.(ÎI+6aaš@.Ây™24àóÌ ‘àƒóýxήÎÎ6޶_-ê¿ÿ"bbãþåÏ«p@át~Ñþ,/³€;€mþ¢%îh^  u÷‹f²@µ éÚWópø~<ß5°j>{‘-¨]cöK'XtÀâ÷ò»oÁÔ(€hƒáÏwÿï?ýG %€fI’q^D$.Tʳ?ÇD *°AôÁ,ÀÁÜÁ ü`6„B$ÄÂBB d€r`)¬‚B(†Í°*`/Ô@4ÀQh†“p.ÂU¸=púažÁ(¼ AÈa!ÚˆbŠX#Ž™…ø!ÁH‹$ ɈQ"K‘5H1RŠT UHò=r9‡\Fº‘;È2‚ü†¼G1”²Q=Ô µC¹¨7„F¢ Ðdt1š ›Ðr´=Œ6¡çЫhÚ>CÇ0Àè3Äl0.ÆÃB±8, “c˱"¬ «Æ°V¬»‰õcϱwEÀ 6wB aAHXLXNØH¨ $4Ú 7 „QÂ'"“¨K´&ºùÄb21‡XH,#Ö/{ˆCÄ7$‰C2'¹I±¤TÒÒFÒnR#é,©›4H#“ÉÚdk²9”, +È…ääÃä3ää!ò[ b@q¤øSâ(RÊjJåå4åe˜2AU£šRݨ¡T5ZB­¡¶R¯Q‡¨4uš9̓IK¥­¢•Óhh÷i¯ètºÝ•N—ÐWÒËéGè—èôw †ƒÇˆg(›gw¯˜L¦Ó‹ÇT071ë˜ç™™oUX*¶*|‘Ê •J•&•*/T©ª¦ªÞª UóUËT©^S}®FU3Sã© Ô–«UªPëSSg©;¨‡ªg¨oT?¤~Yý‰YÃLÃOC¤Q ±_ã¼Æ c³x,!k «†u5Ä&±ÍÙ|v*»˜ý»‹=ª©¡9C3J3W³Ró”f?ã˜qøœtN ç(§—ó~ŠÞï)â)¦4L¹1e\kª–—–X«H«Q«Gë½6®í§¦½E»YûAÇJ'\'GgÎçSÙSݧ §M=:õ®.ªk¥¡»Dw¿n§î˜ž¾^€žLo§Þy½çú}/ýTýmú§õG X³ $Û Î<Å5qo</ÇÛñQC]Ã@C¥a•a—á„‘¹Ñ<£ÕFFŒiÆ\ã$ãmÆmÆ£&&!&KMêMîšRM¹¦)¦;L;LÇÍÌÍ¢ÍÖ™5›=1×2ç›ç›×›ß·`ZxZ,¶¨¶¸eI²äZ¦Yî¶¼n…Z9Y¥XUZ]³F­­%Ö»­»§§¹N“N«žÖgðñ¶É¶©·°åØÛ®¶m¶}agbg·Å®Ã“}º}ý= ‡Ù«Z~s´r:V:ޚΜî?}Åô–é/gXÏÏØ3ã¶Ë)ÄiS›ÓGgg¹sƒóˆ‹‰K‚Ë.—>.›ÆÝȽäJtõq]ázÒõ›³›Âí¨Û¯î6îiî‡ÜŸÌ4Ÿ)žY3sÐÃÈCàQåÑ? Ÿ•0k߬~OCOgµç#/c/‘W­×°·¥wª÷aï>ö>rŸã>ã<7Þ2ÞY_Ì7À·È·ËOÃož_…ßC#ÿdÿzÿѧ€%g‰A[ûøz|!¿Ž?:Ûeö²ÙíAŒ ¹AA‚­‚åÁ­!hÈì­!÷ç˜Î‘Îi…P~èÖÐaæa‹Ã~ '…‡…W†?ŽpˆXÑ1—5wÑÜCsßDúD–DÞ›g1O9¯-J5*>ª.j<Ú7º4º?Æ.fYÌÕXXIlK9.*®6nl¾ßüíó‡ââ ã{˜/È]py¡ÎÂô…§©.,:–@LˆN8”ðA*¨Œ%òw%Ž yÂÂg"/Ñ6шØC\*NòH*Mz’쑼5y$Å3¥,幄'©¼L LÝ›:žšv m2=:½1ƒ’‘qBª!M“¶gêgæfvˬe…²þÅn‹·/•Ék³¬Y- ¶B¦èTZ(×*²geWf¿Í‰Ê9–«ž+Íí̳ÊÛ7œïŸÿíÂá’¶¥†KW-X潬j9²‰Š®Û—Ø(Üxå‡oÊ¿™Ü”´©«Ä¹dÏfÒféæÞ-ž[–ª—æ—n ÙÚ´ ßV´íõöEÛ/—Í(Û»ƒ¶C¹£¿<¸¼e§ÉÎÍ;?T¤TôTúT6îÒݵa×ønÑî{¼ö4ìÕÛ[¼÷ý>ɾÛUUMÕfÕeûIû³÷?®‰ªéø–ûm]­NmqíÇÒý#¶×¹ÔÕÒ=TRÖ+ëGǾþïw- 6 UœÆâ#pDyäé÷ ß÷ :ÚvŒ{¬áÓvg/jBšòšF›Sšû[b[ºOÌ>ÑÖêÞzüGÛœ499â?rýéü§CÏdÏ&žþ¢þË®/~øÕë×Îјѡ—ò—“¿m|¥ýêÀë¯ÛÆÂƾÉx31^ôVûíÁwÜwï£ßOä| (ÿhù±õSЧû“““ÿ˜óüc3-ÛbKGDÿÿÿ ½§“ pHYs × ×B(›xtIMEÚ )PèW*IDATHÇí•»«A‡±°ØÂâáÞÒÂÖÂ[YÄjËlþn%‚(‚ÚZù@Á"X˜ÂB"ˆ(–– l!ÄeuÖǤqÅGbnHuL±Ãžïfæœ>â?;Ž‹øô/àµZ ‚ l¯IÞ+`õzûý‚ XÀ…äQÁ3Áf³ýÔá”Rl6PJ -~¿ÿLò'‚'_Io¾m6g½^Çn·¥”RhšMÓàõz-§ÉæÐ—ãø®OD"¸\.BÐh4°ÝnÏà”RȲŒl6 Ü=Á+€&“ ¡P<Ïc2™€‚f³i€Oá³Ù ™Læ ~ñ¡\8†ÏçÏóX,˜Íf „ ÕjAÓ4¬V+¨ªŠõz UU1®ÂoW*•Àó<–Ë¥o·Û8X¯×g+ŸN§:Ô'Š¢±-NÇAUÕ3ød2A:Ös‚GA·Û…ÙlÆr¹¼€§R)H’¤ÿÿö¨€õû}X­V(Šb\CžH$ IdYþ+ °ÙlX,X‡ÇãqH’·Û|>s{n ^ R©@Q”³+9A1àóùüîêï ’É$ …‚FˆÅbÜáp`8þVpu{z½«V« E‘E£ÑÓv̪Õ*ËårúœøP7s8«r¹ÌŠÅ";éóìJ1êóO÷`»Ý¾r:+_|¾óȼ~¼µïŽ_éQ\ZÚ®;ºIEND®B`‚./._unetbootin_256.png000755 000765 000024 00000000476 12317721660 015030 0ustar00gezastaff000000 000000 Mac OS X  2 >ATTR>œ¢œ¢com.dropbox.attributesxœÈI‚0@Ñ«˜nY š°(3ŠF@0º!H±¡ŒA”pw‡Ý¸­›[=F]LÀf1{V¤?D$ÃÑsõ8îâo„/wBÁJ™–&£¡©Áq`ážuÞ‡áú’úÒQ_Œ6'­ób©öZcô&µjKQùO$ä±ïÛ.dÊGG-ŒI’ŽD–qy#Mû UÇç Yó<04˜unetbootin_256.png000755 000765 000024 00000057310 12317721660 014455 0ustar00gezastaff000000 000000 ‰PNG  IHDR\r¨fsRGB®ÎébKGDÿÿÿ ½§“ pHYs È È}ò%¨tIMEÛ+m‚ª× IDATxÚìw|Çy÷³»×‡Þ+  )I± eÉ’,«B–\än«X²-Y®‰íÄvÞÄqŠß$¯“¸ÅUêbo*–%E°€è €; XÐË•}ÿ¸›ÁìÞ^pî€ÏÄq¯¸ùþž2ÏVøÕ~`[„‡ºü;€o775Né }$6øÀw_Æ9<õ8€{š›è }$.üÿàóôš ¨]S¼ÜØm6H’„ .âÌà \gÎ`èÜyþ%f<ÚÜÔøoºèC‰ÿx€^ËÍÉÆ—]Š´ÔTö¸ééix½^öÿΞ4>·ÛͿܚ›¿¿’þ>¢>Eô±šà_SY‰®½‹EñXŸÏŸÏÇþŸžšŠÒâ"œ¿pãôò¶ì¼|2àrÒ@úH4ø«*±íÊ÷̺¿dÖöz½ £Á€Òâ"\¸8Œ‘ÑÑ)ºècõÀÅ{‚À§·ÕQAþŠ]ô±*à¿æÊ+4Á§·}>Ÿ"°ZD@}¬hø×VUá½W]|>JV²è  ÿ5W]|þ¶Çã û+QtÐÇÊ„¿º ï½úÊ €CÝ–e9¢¬DÐ@+þšêY·Ÿ•õ ^ó+…ùy¸8<Œ‘ѱ„]ô±òà¿úª ¸µÀŸ™™ÁÀàY8OŸFwo:»{0<2 Qa1›ƒ^ƒY–WŒè•€úHdøÿ€ûükªqíÕWA–e¬êÛ²,£ùø 4¾ýNH«o4“…úÚ¤¦¤h¾à¯xíF8OŸæŸž0ƒº íš5¸öê«"Æúg‡†°cï>œlk×\÷§ÃëóaxdÝ=DŽÌŒ ø©'P—‹‹ÃÃKŸ¯76ÁuæL„º „‡?’Û¯†?#=·Þx òžÕbAUe Ë8{àöxÐït!?7Fƒ!È ð{¹ÁèØxBxºè#aáß5۔¨áÏÌHÇnx¬Ý€¢("%%ÉÉÉHIIÉd‚,Ëðz½ r³³‘—“ƒS½}ðú|p{<ès¹Ÿ›£Ñ¨)ù¹¹¸82‚±]ô‘pð¯«YËà·Ü×ÙÝÝû¨à¿f“ ””„ââb¤¤¤ÀjµÂd2Ájµ"%%III˜šš‚×ë…ÍfEnNzNõÂëóÁãñ ßåB^N8ÈÁðÈ(ÆÆã[tÐGB® Çïöwa×>þ |à†ëa2ú»åää ''‚ (ây ±(ŠHNNLMMÁjµ 7'ݧzá£"pú4òr²CŠ@^N6FFã[tÐGBÁý{¯ ëò@{g0ü7ß8kù³³³‘žž® > ¬V+ŒF#ÆÆÆ`³Z‘§§ë4r5D€.æfgc8ŽE@}$üu55 þp ??üûƒàç-¿~5øü50áEàôäfg1P× äfgadt,.E@}Ä#ü?‚ÿÚk"®ó·wvÁË7(,ZZZ«Ê à¿F ŒkŠ€ëôädgÁ`0=VF16_íÅtÐG<ƒ¿Ö4nÿν³ð;ð›LÆ ø#¯öè?}ÏééiجVäæd+EàÌ@XÈÉÊÂèØX\‰€.úˆkøo¸ö½7ö´utbçÞ}Jøß£~êö‡ƒ<”x<¶" Š"AÀÌÌŒ¦œ>3€œ¬, Rp`dt4nê ¸„¿~]-n¼îZèZÖ?ü„fùµ²ô¡b~ÞêÏÌÌ`ffFñXI’ Šâ¬dg¡»·oVB‹æ ăè ¸„ÿ†kßdíÕ£½³;öì…?3·ÞtcÛ?kOoõµ+Šâ¬ØlA"à¢"Àíà_Ãï ,¿è ¸´ü‘~mxi· þ÷ß“ÉÄ,*wðG$ðy+===ͬ~¸çÓpÀívkˆ€78`$M$'Ëѱñe]ô7ð¯_·ïßuaÁ§n¿þÛnz?LlVVVP¶?/€·ú‘Âz«:ðzqz`YŽÌ{²™p`rYD@}Äüuëpãû® >!­íxi÷žðón4ÐþŽÀÔêÏÅ[ ×A€ ðx<š"pfð,²23ˆ€£ãc˜XÐ@qÿûßw]D·?þLÜþ›𧦦F ®,Ëp»Ý˜™™a¯9ðùk‚ €¯× «ÕŠœì,ôp"00xŽ0"•™‰±±qLL.­è ¸€?’ÛßÚÞwíVÁ¯tûÕ1¿VòþŸføÝnwD7?š:µ'`Ó³Cpd¤‰]"tdf`l|iE@},%üÿ¥†ÿ¦ëßqÿd[{XøÕ~¡–õÔëú>Ÿ/êr`­d¡Öãèr¥×ëÕÁ³CÈ̘õÔuK-ºèc)á¿—^ÛPW‡Üp½&ôüÿµà¿ãæ›`6›–?Ú ÿÔÔ”ÂêÏ5æçUðဠ*è¡!8ÒÓ5Û‹BàÈÈÀØøÄ’ˆ€.úXrø7Ö×ã¦ÞÖå÷»ýíxaç.VþH1¿¤n·ÓÓÓA@çóGºFQ‰@¶B†ÎÁ‘Z23Ò1>>މɩE]ô±ƒ Ùyù‚=)YþH ¿“mmx~‡ þ[> °ü)))a7ðPTóÍÕÍ_è5þäaµx©'AÆÆ'09µx"  €>~¤¤¥ yEÅ øóóópÙæÍ°ÛmaOì9ÙÖ®„ßá‡?TÂ/Ì^¯—Åúóuó*tu€‰@V–JÎ!3„€c‘E@}ÄÜò׮߼%5#íEȸIæîÑcÇÐÚÞô´4¤¦¦Åý-­mx~ÇNü ·Ü$pµjøcóÏU èï&Ë2l6²U"pvè2ÓÓ"À¿†##ãA"01àr¾µÖ‡>8„º[®€ 7ävÅlË2d:ÑÿPëÿÁÛnEUe³þ-­mxî¥!áw8ÌíWgãùÛÓÓÓðxûÝΞÅÞƒ‡àvûÏ0ذ®³IóY–q¢½ç/\¤s€+š›ßÔ@K>6mÚdp µð äÛ #‹O×Úe€É(ADÈ20932òsrñá»î„Åb ,õµá¹—”–ÿÎ[o1Ðɇ‡?”µõx<,Ñ7_H[ ø¯Á¡¡ ¨¯Y «ÅRŽ·¶ãâÈý•;lhnj×@K½Õ#7ÂGd‚›¤(\].n2`’DH¢Yžm¦!0˜Ì¸íæÀn·Ã`0 ­£ÏïØÅ&;…ŸZþÌÌÌ ·_ ­è‹¥Å^L1 ÿ×µk` !3n7;ÁeþßÍM÷ë E6lH• †›}>Ò@n`Q?F–eˆ‚‹Ù³A‚$Šðx<ðz½Ìí¥Â––†¿ú«¿‚Ýn‡ÉdBOovìÞãA–Ã;o»…õðS»ýZ0Q—± ], yµFÔ¯­†Å¬-Cç/ ­«›þù} ››]ºè#&cÝ¥—f‹^ùvÐ@€k´g4`5›`1› Ö¼½^/ƒŸ~Q·>%%[¶lÍfƒÙlFŸÓ‰½_f9ì¬,ÜyÛ-0çóÓ˜šwù—ÂbÇò}ø•-¨[S$ôö‰¶ ŽÒ§¢¹©ñwóù¬õU}ø-ýe—•8rò>“—ÿ"ã_ÜB€rõ1›ŒHMNBfZ*R“ì0 Ë\^¯„X,ˆ¢ˆÉÉIgrr26nܳ٠Qqª¯û½â_6À×·±ž¡Öùé—×ëÅôôô¢,ãieâs¹2»DØ7»:p¤°~¼x¼^ 0p9ŸÏç.éSõŽ—^ZãñøÁ>ï’Pî ÕbF’Í»ÕI™[Oá6 °Z­¬æèè(.^¼ÈîOJJÂÆa2™`0Ðïtá૯@²23ÑpëÍš–_ Ç£Xâ[ Hó}|>A@–#ïÛ¶ {ù=™7޵¶¡¶ª’ #}N²ÝÆ¿õ{õ€>¢sï·nÝ,xåÒ ZsR»ÕŠä$’l6ˆ‚ p»}>ŒF#Ìf3ŒF#kƒ533ƒÑÑQ *,ÿ%—\³Ù “É„~§ ‡^û3+•ÍÎÎBí·Àj±@8$''‡tŸù%¾ÅÈÒ/Õj€ú!„Õ ž „¼†Ñ`@MU%ÌVgôùMGŽÂ;[ÚœÔÜÔ8¦{úP¡nË–+ˆ äøP>{‚ ÙnCJR’ì6?AM&Ìf3+Çõz½˜™™ÇãÛí ¿ÅbÑhD¿K ¿wÞv+,f³Œ ~Þbú|>LMM-™Å^Œp"’àñx I’߸f·'ÚÚ±¶²B!’$Á;[âœ@}µµµFÁb¹–¡2nƒ ‡–¯'Š"R““–’ »ÕA вY ½Åba½öhRZ|·ÛÍàb“:99›6mb^‚Óu‡^UZ~ ¿Úò«!Q»ü‰óGz,õl ƒ¦´´w`ME9I1=»Å! @¯.«tÔ××Û`´Ü"7È2n&@2‚·ÅÃ`0 =%i©)H²Ù‚&¥(Š èy L¿¼^/ßívcll CCCLxø©ÛðÕ×ððöÛ‚,¿$Zð'zÌî:£Ñ¨)';:±¦¼ &“¢¨ÈϦëIÀU6êê®H#¦™[4¸-ƒ;f“ éi©ÈHMÝf ²¤‚ 0XMªduçyøyË?>>ÎàüK}›6mb¯Õï:C!à™™™Aëüô½é{,¤Ë!|hJZ:»°¦¼’RÒtX îý–-9’Ü"7Șنkô6«™ééÈHKƒÍjÑliM!Õ:ÊŠŸ”~ëkÁ¯•ðësºpè•Wþ»î¸f“I3áÇu²o¹!]J1Ð뮹û¾ wà38ÙÙ$›U÷V…{¿uk)ñâ™Èòå2 µ€“l·Ã‘™ŽÌôtV@ÂO0I’`4a2™ …èU þpnÈ„Ÿü¼å׊ùù➥€t1b®Ï'ÙGŒŒëÀJë·l©… 2! ðaƒL ¸ÿ\jJ2²23áÈH‡‰;žš‡žZyIUPjD‚||çÏŸgáAJJ +ò¡–ÿà˳ðçdgᮆ;˜å§ðk½ŸVe_¢Yñ…®:D½_†Çãá÷èÀ dÖ-›½ˆ,7È2ª´2÷‚ #- ÙYdef(ªÄèD2 0 0¬Ü4ôáàWÇüçÏŸWXþ`ø_ ‚Ÿ·üIIIA@hÁ¿\ú¹¼f8p»Ý0 Èv8pÙæMxí ]Àº$ڸ뮻Äöî¾+½ð5àvŸŒB¢‘ºEY™ÈÉÊBVfDQ ½$I…;¡ÜûpàG²üçÎc𧤤`Æ l©¯Ï ÿÝ 0›Mšðóœ/ëM„ø>Ö1¤áñx DQDEY)zNôöõëpI¼ÚZ£`±_G 7´vŸº @¦V9¦Á`@nvr³²àÈÌPô—£î¿(Š$ ’$±eó™\ÑZþ .(Š|(ü&“ ½N' †ßbñ[þŒŒ ?ÿžtïbdÔS bõÞsn·›µû«­[000ˆéÙ¿]‘.ñšÄó¯Ñ¿dàr²ÖãÌ&òrsŸ“ƒŒŒtÉc4øÑN¦¹Z~­l¿Úí_¿~=KøõiÀÿ¡;ïTX~»Ýôž´Šp13ꉜ‹H{½^H’³É„ü¼\tõœ¢wçëO–þòËÓÅï- r@®d3œ»·Ù¬(ÈÍE~n.ÒÓRƒ& ­§ÇQ«3õóZÙ~º•W ?¿±‡ÂÏbþ~'hÀo±ø‹|¨Û¯~? ÿJ[Æ‹EÌ)@Å??W!z°ÜcÓ¦M¹n·ƒ p{·@ÒZ®KMIFa~> òr‘ªQC‹fèɳó~.Ù~~/?uË)ü¼å¯¯¯gU‚½}ýØèeþl|èÎY·ŸZ~õÏ¡†?bþX¿æ|¿<šåàï2é° £nË–2¡²Üà.óùà83=E…(ÌÏCR ~rИžž*-ô±Œù)ø333˜˜˜`ðÓòÞúúúÙ˜¿¯û_VÂÿá6°Zð«»÷$RÌ¿X¯9ç¥"n#Œ9€Q]–*¦ß¼y!b|rƒ,c½ðþ&¢¨ V‹%,ôsz¡à«c~~sÏää$†‡‡ƒÜ~Z9Ø×ïôÃ`øiÂùyøé¤]ŽÍ6ñ":±€ññ þ®Ãº,Þ õ›.ÛJß² *e9¸è^ä墤¨Eù0\¨¡çÅgéy´–ŸwùÝnwåOJJ ²üûš…?'á,?Íö«÷½ÏḬ̀Pb9êë—Kt¢]†vð€FFF¿G€Ž»îºKlëê½Ê_sÛ_,gñ ’„¢Â”¡° @³0g.Ð/dÌ7ÛÏÃ?22¢°üuuu,ÛßÛß}‡f-nNަåׂ5Äüsñ@æ3A`û6Ün7޶´ðw×`£¢¢ÂdOI¿ÎKÐÐÚ}êVdj=Îd2¡´¸å%%ÈÏ˃$‰,9ãóùèá€_Ȳ]¬Ü~>Û?11ÑÑQ…å_·n, Ìf3NõöaßÁ—ÙDÌÍÉÁGîºf³9~þ}yøWSÌ¿î?=#=Ƈgü.óµµÛì’uü&Yù&¤U˜c³ZQ^VŠòÒäçæ* oøÏ|Œk ?Qà|„²ü“““Çãa ? ¿Éd©Þ>ì=x(~jùÓÓÓC®óó‰ªDHÌÅ[ÌOZpºN£åd+÷Wš›‡uˆúË/O<ž[‰L€‰÷É21k%òR’“QY^†Š²2äædGÕ:z¡nz¬-?P–ŸÂÏ7𬫫c1ÿ©>ü¹9øè]Ô´üü—Ûíó¯61ˆü4öïwº°ÿåWà›}Ý=ÍMÍ÷µWlÜøž<¯4s;dÒ·÷j€hþª(GUE9™™š,ß7–É»Xfûù„Z­˜?”Ûï?´£{¨à¿û.¶±‡Z~­FÑÆü‹ i¼ˆÎ|õ² ßuû_y…ozÀ'òú+ZÖmÚT.± ^Ù})d¢Ù9/7Õ¨ª¬@šÆÉ³|±L¸w1²öóyžº›V…ßÄÄÆÆÆ–¿¶¶V«F£Ñïö«à¿çCw³-½°º ñc!1ÿrXñxŽùéù ÐçtaÿË/ÃëUÀMsSã€.ܨÛty!ÞøÛdÕû?åc!(.,ÄšªJTUVhæÐ~tü‰® Ýl³TÙ~5üê"ŸÉÉI?µüµµµœåïÞƒàç-?ÿbÄüKeÅ38ßAW™µü!á?³Ð¹´€Ô_ré¥äÜ!Ã[¡õ QQ^Z‚µÕÕ¨®¬d‡/jµfÖr_ÖXgûµà§@áçÝþšš%üûpðçâcº›mìáÝ~þ=éq`zÌ/ÇþYËïľC‹ À¶mÛ¤ó#WAner;ˆœ¯aèa4PUQš5kPUQ£FÇêSk ¾XÃ롎ùCYþññq…Û_SSÃzýw÷öjÂoµúÏåÝ~õß0ÚæzÌ=üýNעŸPPQQa²¦¥]OdÜq~lâVÈA‚ s, jª«Q[³eeìÉÃM÷ºóW.uQN,ï‹Öퟘ˜PXþµkײuþ®S§°gŸ6ü„…Û¯ncÍ˽­ø\_s!ðÓ¶mýNö.2üq/ÕïyO’yfæ¦ÀÑÔ7A†]ëÏ›œ”„u5k±®¶e%%Akôê对|hñnùÃÁ?==™™LMMa||œ¹è<ü&“ ݧzƒàÿø‡?Ä,¿:æç…Ôív¯*—~.È|à§1¿~ï¢Â—°fëÖ ƒLn%0í~Ÿ bÒÊÝg¤§£n]-êkkQTXôáФ]òŠeùíbÕèÏÇò‡Šùéï>==‰‰‰ ·ŸnìééíÃî}ûüy¹¹øX~µåW¿g¨;V»Ì~«ÕÊ,?=2})àXùåù>·÷4À‡«YóØò¼Ü¬¯«CýºuÈËÍ ž6–ä{ÊÇËÒÜrX~ ?µüv»ÅüÔòïÚ» €@äåQËo ²üZõýñV_¿Üb°øiÂo)á_V¨½äò Að6 Av{·Î„bC}=Ö×ÕÁ‘™¡™€¢ÐSwt±·Ô.·W埚šÂää¤Âí_³f6ü‚€¼Ü<|üÃwÃjµ‚‚´´4͘!}ûÒxñ@æ¿Íf[6Ë¿,P»uëzÁ+7‚;oÖcA@ey96®¯Çúúº Ž94ñ455¥yzL¤iùÕ…;¡Wßá=üv»}v¿ùà_ضm›t~|üjø„ßíð!O z³É„úºuØ´q#ê×Õj6Ï “™B¿˜1öR¯Ì×k ?où©—@ág–_þO|ôÚ–_=Éi7½ÀgþŸ!…ŸZþÞ¾~ì>ppÙà™”lÛfN›ºÄ×p~l․ƒwϰÛlظa=6_r ÖÕ¬UUE¿hì:99É&ûR€¼T#–~t…ƒ·þ¼å¯®®žµüÝ=Ø©?oùyøù÷ަÄw9 —à¼àïw.;ü €º-[ʈL~ˆ±‰[صΣOMMÅÖM›°yÓ%X[] A^£§E*“““Qý—º®~9½‚P{´à§“Én·£ªªŠÁßÕs ;÷ìe9–üÜ<|òž0ËÏïžè<üñ¶ÖžH1¿ÝngÝ|Nõõa÷þå‡Þ°mÛ6éÂèø#²Lþ€E}V–[7oÆÖÍ›PY^®Y˜3>>މ‰ …˺˜pãyÌ%ÛÏ4QðùxÔòS·¿³§;vïñÃ/ÎÂO-jj*[öSOôpõý«iSÏB–ü!HJJRºýqÿ¼àüèø?‡ùk…غy¶nÞŒâ¢Â çx½^Œc||“““-^,­g"zá¶ôòVŸwûm6›ÂòwtwcÇ.þ¼<|êžjZþpõýzÌZÈ¢ŸYþÞ>ìÚ€‡¿À{— þy @íÖ­ëáÃXü_\Œû?û”–=Öãñ(,ýbXãDö æcù)ü4 ÞSRR*++g-w~óà§Ö>TÌO?7þ¼>}‡ßüb~ü}ýqÿ¼@”ñ(êjkñÍG¾ªhUÌï:S[x¨¹'¯`>–ŸýyË_YYÉjû;»{ðÒ®Ý ø?ý±{˜å§n¿ÖDçëûã±¾~¹Å Zø“““a0 ˲þ}ûãþù…2jèÍ;o¿ ¢èïˆ;::Љ‰‰9WãÅK¦=„f>–ŸÂO+üºz´á§–?\Ì®¾µïð›üþlüÂ?/2º¸—Ÿ— ¬·\¤–xȴǃ`Ì%ÛÏ[~jõibŽÂ?ëöwãÅ<üùøôÇ>ªHøY,͉Î×÷/GF}%èIAJJ gùû°soüœ—4 ³ãHÏ1+D/cêx÷ ¢IøQøiã«ÕÊ~‹EþÏ|üØl6MøùAëûã­¾>‘vøñðÓl¿ü×ÄüóÂzû¥]»Ø/Ÿ™™©ÈÄKLï^ŸuóóÍKÔëü]] ø ðkY~­pc®%¾«M ¢?55•ÜÑÓÛ‡{÷iÁ?€8â\Ÿ““?‚O }ýN ¬©ª‚ 0›Í¬˜'Ñ“wKáDŠù)üÔí§–¿¢¢b¶Â¯«;þO|ŒÁŸ’’¢€_=Ñgff4[œÇãqZñ˜ù§ðSËßÓÛ‡ ÿ¼`à´³7;· [àØñ0 ¨®ª‚(аX,˜˜˜XÐAñš¼‹å}ÑÆüôº,Ë ~ÚÆ«£³ /ìÜ5 þ,ü‚ „Løñ+6êú~}‡ßÜb~%ü½Ø¹g/ß·?®áŸ—@%ÊôÙ IDATYIÑA·,_ ކ~Ïx¢Àº”áE¤˜ŸžEÀ[~ gw^رSÿǃ,(ñ¡žE"ÅâKYàiŽðn?!=½½Ø±;±àŸ·ô÷÷{ rsžò BDXh8°Òj"Åü´± ícHá///g ¿Ž®n<ÿÒŽ øm˯??ùµÖú—#£ž¨ @ZEÉbþS‰ ÿ¼NŸ>íŽ$V«5¤'H/•埚šbî>µü6› ååå°X,°X,hïì ‚ÿ³Ÿül!b~5äê¤ßr•è1?…Ÿ‚žS½xi÷ž„„A@E ¬¸èÉpá€Õje½èãÑ…_*¯ œåçkúÕ–¿¬¬Œ³ü¡áç-?ÿ~êv^±há½’cþpŸ+í™@-w‚ÿ` á@´"°\±w¼fûÕküüÞ6› ¥¥¥°X,°Z­hïìij/¾BHþ|îSŸ ²ü¡&4ký«¹«O$€‡Ÿâ‡×?&VŒFTWUBEØl6Å©4ñœØ[ªýüüRõ¨å/--…Õj…ÅbA[G‡üJ·ßl6‡µ®¡–ût1ç?t÷œZðÇLB‹Àñ  ‡R.·å_ ¯ üÔíÀÜ~‹Å‚²²2–íoï –_€ ˆ(È/À½Ÿþdüê÷œÏrßjƒPðgddÀd21ø_\!ðÇT"à“/PJ´r+­2ùéržÚò{½^B‚,?-òiïèÄ3/¾€ßóß÷™O1ø“““ƒjûÕ?Ã|—ûV›„ƒŸùWü1€…ŠÀRX÷¥ð xËO¿Ô–ŸVŠñ ¿’’–ðó[þYø ð[[zÕ1¿Ö¤¦{âÜÅH*Ʋ臖·SËßÕs /îÚÅÃ?àÒD†Q`.")HÄV^jË ~Bˆ¢Â¯¤¤„%üÚÚ;‚áÿì§–_+æW'µ–ûV‹K¿Ð˜?33“³üø½Š¹z[sSãQ$øë…£»ÝŽÑÑјå–Û+ˆÖò ‚ €ŸfûÍf³~"(,ðÃO-?…?’UïoꉮÚ/Øò÷à…JøeYv}û­/` q1_<”˜L&TWÎ/1¯­¼¢±ü¢(Y~ó·utà™^àà/ÀýŸùtؘ_=ÑÕË}Z"¡‹]b(‘Âx­ˆ6æçá·X,(..fnk{Gü÷}æÓšðk½7|šÖ±i«m‡_4¯©?µüÝÔòûµ’$Âç“é“AÈ—\NY€%å‚|!Ù~ŸÏI’ð¹ýÏ?¿Íæ/ïMNNf3Üä§Ë}‰æ~/÷ª!YYYüÝ ø V‹Ó³]’ÿÐüö[/`… q)ßlVpi¸p€x­ Ô‚_}B¯×ë ‚¿¨¨ˆmìikïÀÓÏ©ÜþÏ~6›•µ•¦.i¸IÍ/÷-†«½’c~ ?!ÝÝx~‡þü,Î]™5J„|kÀåìÒ`a"ðT($iAžÀRWøñÇsó[z}> Cü´¼·µ­ÛŸ{”÷òðSË*æç]ÿ¹vò]ŽX<ž<üÙÙÙ³–¿K ¿A’Pí€W–qax„>mÀƒ.§O€E³É„ªžÀRCm̯µ«O þÂÂBfùO¶¶aûsÏuþ¢Â<ð9¥åçOKKG»µw9€ñ²ê ?!]ÝxnÇÎÙ˜_Q˜“I’0:>‰À¡6žlnjÜŽ4Äåzc-hf"PI’ŠÀRdû#ÅüÑÀo6›QXXÈ,Kkk0üŸý l6A`ðG²Øt¹ÿÛ$B·åA–¿CþœÌt˜ŒF‚€Ásøþ~ßp9[uXd°˜Í¨ª¬J ÆÃa#áà—eF£Q?ùÍf³ßò?«„ÿóŸû,kÝ)æç-*-!Öcþè«ýA@VVûwtuã¹—vpn¿Gj2Ì&“?wãõâìù ôéîp9=º,…'`6£ª¢bA«‹aùiÌÏïç?uûŸzöYVÞ«?ïö‡saiÒOßÔ}µŸþÎî`ø3SS IÌf3AÀðØ8Æ'&éK=ßÜÔøG¬°!ÆÃ2'ÀyIII™Ó.ÂÅ´üê¥>5ü………l©¯…ƒŸŠ ðÓ¥¾h&µ×ëIWŸÕ$Ôí§U”]xVmùÓR!‰"$I‚Á`€ 8wîÙÕ•¸œÇtX†ÕªŠ /´N V–ŸÂ/Ë2L&+À±X,ÈÏÏg–¿¥µ O=óŒþïý,ìv;³ütÓI$hÆ?ž—×âMt(ü¼Û¯¿( „Àh4B’$x}>œ¢/3àÞ—sZ€%Ï· å€ï€Åbaáõ¸ÄÌ’fûÃÁo6›üf³'Z[ðàW»ýѸ°±*ó]Mz ‚€œœfùÛ;»ðì‹/)–ú²ÒÓ ‰"„€˜Ífˆ¢ˆ‘±qŒŒÑ—ÛÓÜÔø+¬À!ÆÛÔßßï±TU=iž™¹”‰@ 1XYQÖX¬ ?-øÀd2±dœÉdBAAÛÏßÒÚ†§žVÁßç˜å·Ûíc~þZ¤2ßå\^‹G1 ðS˯ ¿ßí'„€ƒÁÀ<€3ƒC|õß? ¸œ‡uX¢q±§'XŽûs•å~˜kb0Zqˆ~jíù˜???ŸÁâd+ž|úéYø‹üðS˯†?Ò¤¦« ñ¼¼Oï#rss9ËßvFƒŸ·þþpŒ ×åbi—€û?¡ @ˆ€ÅbAeE9 "‰ÀB+üBÁOÝq“É„¼¼<æö·´ÃÿÐý÷±-½þh&? AÔ‡x¬–~óyMBrss9Ë߉§Ÿ‘Í ¿( |Bë^-I.ŽŒâüÅaú’¯675þ'Vèãù‡[ O ”8Dkù­V+Òd2)bþ–ÖV<±ý¶ÎÏÃOVšð‹fò«+ýV[µß\_“‚¼¼¼°ðçd¦³˜Ÿz ‚ °å?I’àÿ‡l0 ¨¨ˆ¶PËO+ü!°Z­ F³ÙÌbL«ÕŠ-jø‹ðÅÏ?À,?Xs‰¥ù#Áã5æ1 1¿%Ð3±­£ÛŸSŸçÈÔŒùA€(Š00Eç.\ä´íXáCL¤–zÆ÷VÌz *ÊËeÑÂH–Ÿ‡Ÿ&üŒF#›l‹Ç[NâñíO«àŸµü6›MQäm,;üâÁ¡n?Íö·µ+á7ð‹‚¦ÕE‘dm lþiiïäßçÁ—ó¼.q&֪ʧÔ"`6›QQVUbp.–ŸZb“ÉÄ,¿ÅbÁñ“'ñøSÛðIeùF£æI=á&?ûW{Ìé±Zð?õÜó øs33!Iʘ_당ÿÃ#pamþ575þp¥{B"þÐ=‡MÚ­·ÉÀzí±'ŸÂî}ûY9gqqqȸ;Ëo³ÙðÓŠ2‹Å‚c--xüI ømJ·®VTk‡ŸÞâ+ø:ùüAðç9 ~AÃý§_Ôý—$ ƒçÎñoù4VÁõ×ôNœ€ÅbF¹Ê á@4ðS‹ †Ÿîç?ÞrRIðG3Ñéz"Ô×/çûPø­V+ µ½O=ûœþü,sûÕ®?ûS÷Ÿîþ;Úr’÷¾p9tH8hÅbAyi©¢l˜Šß¼S ~»ÝÎ@4›ÍÈÊÊâbþ<öäSJøü<ìv Bmì 7©ù¶^ñn¼ŠAÛß¡†ß€ß·Úõç-?ý?]¡¹8<‚Sýýôí:››¿³<!ÑPáÀÞY}7]óSËOá7™LÈÊÊšµü'Zð§'8ø‹ýðó–ŸÆüáŽìÒšèú¿èbþüü|fùO¶µãÉgÔðgB’¤ " DQ ¿Ýngn¿ÑhTZþ-øãO*àXeù©Û?׉λýú¿Ð1?­¸¤ð«-A¶ƒ!d·þTL&ûÿéÁUÿ¯%?µ{d"—— ü©©)&ð1?µüV«ÇŽŸÐ„Ÿnìá៫ëO½}‡_ø˜_mùÕðÓžjðÕëý’$)€ný½82ª=¸¼±Z@\I¿ Í ˜Üî-*hbÐl6¡° ’$áüù󘘘`eÄ¡Üþ£Ç+à/-.Æ—zP¿z?š%?Y–›|âiy-žBêöó–ÿÉgžÕ„ŸÏòS! ×)ø¼8 Øívˆ¢ˆ®žS87ÛûïwÍM/éÀ"`(.Únñù¶È²?1xüD Œ 9ÙÙ˜™™ ˜ššR$ü(ü4+|ôøqüñqþ’b<üÐçY÷^µÛ?—‰N‰§åµxó!(((ààoÃS!à•ìãE@íþÓ=‚ àæ£˜™ão ¸œÝº$ðéï÷Jެg-‚ð)Ù''ùd-'[!Š2ÒÓYÜÏoì¡CZ,¿Û¯‚_mùµbþhRwöÑ€Á1?…Ÿ‚“mmxòégáåà/ÊÍVÄüZ%¾êÛüÿéríÈè(ZÚÚéqÀWÒÁ‘†´©ì¼|1]”~.ËÈ•!C,ý½´k7FÇÆ°níZEyoff&ƒÿèñøÃãO„„ßb±@’¤íº#MtºÉGùCÇü´³œl †¿8/G±ÌÇgüÕ‰?ú]½ Èd2A8OŸáš›=XEcÅ @ýæ­‚,Ë¿ðQÈ2dHÏHÇÙÁAø|2z3ÓÓXWS£ÑˆŒŒ –ío>vxìqü_ùÂCì”^‹Å¢HøÍÇõ×:Ã/ÞNÐY®÷Q»ý-'[ñÄÓÏ0øMFŠòrYO-˯öÔIAÚù‡^ëŸíü³ª²ÿ+n€Âà !÷Ðk¸ázüÃÿ5k×À¿½xõõ¿àÄÉV8–ð ,b~ÞõO”t–ú}!ìø4þæ*ðó <µÖùÕ™~µðÖ|bgÏý·‚¤ @‚ÂàcôÚm¸ Ÿýô§`µXð¥‡BÍÚµ ‚€²’\wí{a³Ù`³ÙpìÄ ü%øê¿ éöGrýCMt>î˜#=v)EG„`ø·Ão‘ðSÇüü²ŸV90õúœ ë¿£¹©qzµ €¸‚àÿ-ÿ·Þ‚û?÷Y`ná%7ÂëõâÃwßä¤$X,>ÒŒßýñO*øŠóG{•Ö’Ÿ¾ÃOÙÌCáö·¶Á_œŸÇà·­—¯òUžÍÐì?!ï¼ÛŒ‰IvòÏß ¸œÇW›H+þ{xø?ß½ðz½0L$IÂ'eÿ_óM?ü‰RVR‚¯¨àEqA“ŸVû%rbn±Ä€wûeYƉ“­xbûÓüF”äÅüZ±¾ÖÿÕµØ|˜˜˜ÄÐy¶ÕÀKX…CJpøÅ€Û? ÿm·âÁûî…,Ël"`@áßð~ýÛßàJ‹K𵇿È*ÎÔnÿ|­¦¾Ã/Ú˜¿M~‰û µb5ü¼8¨á'„°¾}Êäßžæ¦Æ1]þ†ÛnŃ÷ß§Lr&„ÏçcI¢½à¿~ù+ÿäünÿ—¾ Èö‹¢ñ¤žH=T_¿Õ¾Ãù©åü©íAð$‰ª¾_}›ÂO?{ú|ìÌ?AÐ;»óoUfÿZ4á¿ý6|¡_òK¤ã´û}´~jøK ó5áçãùPëüZðÓ÷¦É¿©éi žeçþy¼  @‚Ãÿgùµ¶ã ‚€Ý{÷áŸögá/-Á×¾ôEVqFw‡Í5a¦õØPK~‰Ví똟™.˲¿¹Š þ²¢…ÛÎòó!€z­Ÿ~Ñpƒ !}N'ÿ³½ÜÜÔxN€…ÿÎÛoÃCܯŸW}z{Ͼýøé¿ýŒ]/+-Á׿ü0«8ã-¸vÝÑLôpK~‹™Q÷˜ŸÂ "üꤟ–ÕWùð êþBÐÛ§»ÿ 'šðßq»Âòk{öíÇ?ýë¿ÁO'#µü±°„t‹o¨Ç®¶M=4æ/**bb{¼¥oŸ…ßl2¢´°@áöGZî >uýéÏ ëîDÇãáÊžÕ áÿà·3ËÊúÀî½û‚àô+_f“‘‡¡]«ÁÇ\W VbÌÏ[þc'Nà±§¶Ãë…¿¬¨0d̯ÕÍG¨³ý|ØG½Zý×çtñ}ÿÞhnjtéÿã×áà×?üt2ÒvP‘&ºV^!Ú%¿Õ¼Ã‚ââb…åÿÓ“Û€f“åEE¬{/…6R#O­doùÕÃ`0°mÃ=½}ºûŸHP¿yëÇ|œ‡ÿ Ÿ l‚]{öªà/Å£_ý2,ÉH[AGjÇ z}¾K~+u‡…Ÿ·ü|â)~*Š‹ ŠÁE>¡~ü5ÞÝç-½ú÷ Õ„x½^ô;üCžÑ ¾áOÀÎf»õæ(à÷ïÚ»?ù— ‚ߘŒÔ"ÄjòSˆôØDKÎ÷ù‚ (,ÿ±-šðK’2æUã¯óó±¾Ö| Ðï: ϬHinjìÔ ¾Ç?ȀܜÁ<¨×ù+ÊËð­¯?Š|¨ÅY  ¼^oTqÿJŽùi¶Ÿ¶M;rô~ÿØãJøËK­»ÃÅü¡–ú´~¡b~-1E‘%»zzø‡<×ÜÔèÕ±O0`tt,$üÔòSk¢^÷Ž4Ñ£q—Õ»ü–ÊÕŽ'1P»ýÍÇ´á7p1¨x_mýcókYB:»{t÷?Ñ=€‹ÃÃ*øËñí¯?‹Eiù’ ÷Xõ’ßjÛáGÝþYË¿ûS0üFnÕEk_ë N­*¿ùÄüüwÿ_¸x.^d‘$€}:ò‰#áoØ@¸³ÛüVë¬å×rcÿjÜá'Š¢Âò9z,þ5e0r ? ­Ö>~õZnÿ|b~z¿þ¯²þ/575ÎèÈ«Ä5^°@¬6Â_³X,xäá/Á?Ÿl~4î;ûWë?êöó1ÿïþô˜þµ•å øµb}I’_‘¶÷ò›|Ô~ÔÀ«ï£?!èìêÖÝÿD€Àæÿó¡Þ‰´´T……™O6?šü€ÏçcqÿRÇüñ ‚  ´´”Áß|ì¸&ü"þŒ>þ¬>^Ô­¼yÏÿ xõ}´µûèØ‡Xçß);uÜ+vnSvVn¸îZöa«›yÄ2nãH\ïð[ 1àá—eGŽÃoÿø'MË*æ×Êô‡ÚܳИŸ/K¦ À¥õßÝÜÔ8®ãžxÀÔ+-)ê³Pë 2õ&ŸÕt 'ùy·Ÿ‡ßj1cme…fÌ.Ó¯.ò‰UÌÏßÇ»ÿºû¿"€}â9ÙÙšARí§õ8ÚÚk5îðS[þw›Á_SU©8¥7Ri¯:áLJnó]çuÍþOLNâô™3ì#Å*>ø#Ñ€×l X¤¹&ûæ„Ûíf­½%K¿X1ÿ‘£¡áç=±pK}Zð«íÐZççæ‡º€Îînþ÷;ØÜÔxAG=1“€ 7N¶µ)&À\\úh®¹Ýî°Í=#óO1YYl6àÝæfüï‚á76X…ÚËO7`ñÙþP}ýx÷?\8í*mïNA{g—îþ¯`Þ‰–“A]w£qé£q—ÕnÿjÚá'Š"ÊÊʘå†ß‚Úê*˜}ø=üêe>õíPkþZm½B}ö>jý§gfÐ×Ï:ÿú°ÊþHhhnjìÐ “SSh>v\;Q°€j?Ç£ØÞ»Xñy¼Æü<ü‡ÿ®ºŠ%ü´¶ój-÷i…jØÃíö›ëÚ?0»ü×ÕÝÃoØúKsSãóÄõà%zã¿þ &''ƒ&ô|¢1"œ­·1?…Ÿ€ÿ øëÖTÃ`‚wªW‹€|>ñ§åîÏxþ=×Ñïþwêîÿ €€³CCøÕoµÎj†:ÈcµÄüåååÌò¿óî‘ð«c~µë¯U죵·?Ö1??¨ûïñxÐ}JÑúëñÄ`‚þçåW_ÃC/Ml­ÿ‡‚‚·ü‰óÇâš(Š ~BHHøFCÄ>êÄ_¨ßňùùïôwé>Õ˯ânnjìÖ?âýd €ýJøëÿõË_‚k®¾ŠM*¾f?P´¼W뱫A ¨å§{´à¯_»†¹ý2ÞšóëûZ‡x¨Oç|×þéÁ‚  ­£CwÿWŠÀÁ_G'o^n.›@?ÿÅ/qðåWØÄׄZ}ÚÑ'ÑâûX„#Znÿo~ÿüëkÖ*àÕÄ#œë¯.öYŒ˜Ÿ¿Ïb±@ø|>}óÏJ-øÿî{üûÁh0„~s333Šx.++a‡Ÿ ¨¨¨à²ý¡áWƒ¬Îêó_¡êý;æç¯Ùl6Bpª·Ó³û7Z››Oèx'` þÚšÜÿÐ1ãv+šüü¿\sõU¬šŒO×öç ÏJÚáÇÇü²,ãwßů7 ¿ÍjAýÚµ0™Œ ,>ã*óîÀNÍDÎ<ªû"Ýg4YçßÖvÝýOx@þïÿ ƒ`p}ð9ÙYAž?YçsTw¸UƒD~êö«á__ã‡?Ôaá,¾Úêó–>ÖëüZ÷Ñä´éËóbÜÿv­~³ÙŒ/áAÜxÝuhimÅðˆ¿gÈÛ‡#3#%ÅÅlBjõñ[-;ü¨ÛOË{ß>ü.~ý»ßsð[±¡¶†YPú7×jæ¡ÕØC]Ý®›o,c~þ¾´´4H’„¾~'Þ>ü.½«·¹©ñQí€9ÁÿЃ¨(+ƒ$IØ´aZNj‹íäv»ã&_*Dó¿ý®ükY u>Ù§¿Ú ÐÚÛ¿˜>K‚’$!-- „¼Ùô6\§OÓ§üfÀåÜ¥£ 0ø¿òŇPQVÆ&»Á`ÀÆõëÑÒÚ†‘0"À7÷H1XHÌ_YYÉ,ÓáÃøõoƒá7rµýZ‰>5øt½_+Û¿Ðuþùxv»…/íÚÃ'¿1àržÒÑNЂÿ‡ßÿž&ü_ûÒQQ^Tä#I.Y¿­mm O #=¥%³çÒiè³™ÿåŽùy˯ÿÆu5¬i¦VܯUà£Uç¿1??ÒÓÓa0à:so4²£þ<<àrêGÅ»„‚¿fíš øyXþYO@†õõhmkçÞýß±gòïw\Îë8-øôƒïkÂÿèW¾ŒÊòòà«¿$ ëëêÐÖÑVøp Ñ€¢(¢ªªJaùyøí¶YËîˆ.u‘V©o¨­½‹ ¼ú¾´´4FœÂ+~^ðà€Ë©ý¯ þµkªƒàÿÆW¿‚ÊŠò°}ý´¾3hï`§ ó"`4ú ^bÕõw¹c~µåÿåÿþVÿƺu,æ×rûµ€·­7ÔæžX»ù¡î£î¿ h:ü.zfwÿmonj|RG:N Zø-f3¾ùÈWQY^ÑíuŸ$ŠX_·mš"@=©©©„Mªcþ·Þ~'þKêë`Òˆù#Y-ËOcþ…Ú‹ûl6ìv;!عw/ÆÆY·ï ¸œ-:Òq(sÿ[_ÿ*+*¢vûCÝ'Iê×Õ¢½SKJ‚r‰´ ªªªX¼~£Á€Šâb¤$'YïH5ýüÿC5óXꘟ¿ºÿ/cßÁCôò$€û\N·Žtœ €~Qñã¿ý6ü>ÂàÇ{g‡†PVZ2/!DõëÖ¡#„ÐŒ8ö`¼ïðEÕÕÕœå[¿A’P“ŸÏ¿Âf³iná gýÕ¹‚åŽùyÃáp@¼sä¿ûïÅæ¦Æßë8Ç™hÁÿ£|kª«‚àÿÎ7Ee…ßíÿ—ÿûøŸ_ýÝ==h>v /îÜ…ô´TÌY$IºÚtvu‰@Iq1;Lbrr2îwø©~o½ý6~ñ›ßò=ðIV Œ«‚¤"*Ù§óGjâ¹T1?ïþïÞ·ŸÕ}øñ€ËÙ¬ãG5ü ¾ûÍo ªÒoùÿÏ?ýï¼{DñZ>Ÿï6EFz: òçH¢ˆºÚttuc”Z1H“dÔˆÇj?êöó1¿ ~/A–eŒMLÂfµÂd2²ÎGIIIA"À¯óÓZ‰x‹ùùïiii0™LÇÎÝ{èÃÜîp9§tœãD¢…ßj±à¯¿ù(ƒÿïÿé§8rô³vŸùä'`·ÙÐÛ×x·ù(233Ÿ—7§•À_'°®f-:»»1::R¨'O™AP]]ÍÊ{›ÞÆ/~ó¿<üÇÜ33á6BˆY–eŒŽ#Én‡ÉhdKJJÒ´ú‘šy,gÌÏ `ff&AÀ‘æ£üöß}ÍM¿ÐQŽÐŽùµáÿ›o •€?=ñ$½ò*ƒÿ~ôC|ôCwãÆë¯G¿Ó…ö@»§w›Â‘™‰ü¼¼9­ °p f-:»º1:,f³9(Xîj¿à˜ÿ ø¼÷øá·¥edîEñn*ÃccHMN†ÉäB’““CfûÕ=ü–;æç¿[­V$''ƒ‚=àÂ…‹ô¡?p9ßÖQŽuU0üßûη˜å€Ÿþìgpš}üã„÷]û^6®¹ú*¸NŸF[{;,‡CÑ",Z@EÔ®]ƒ®î…ddd 4 ÔX¬dß\c~jùß|«Iþæ¦Æ³pnpàtZFæ>^. =5V‹^¯‚ °p@ë˜îP›{–#æç¯¥¦¦Âl6cjj ÏïØIÿF¾@ö_?ùw¹`Nð÷Û¨ª¬d“~tl O=í?À¥¸¨ßýæ7‚¬Á¶«®Âé3gÐÚ6+eeÈÈHŸ—'P³¦]=³"ðކLLL,[̯†_Ëíçá§ãÜàÀéôLÇ>Aï"„X|²Œs‡‘‘ž›Õ:['`·mëÕ:¼c9­>?DQÄÑã'p¼å$½üZsSã¿ëÇdçå¿ `¿Ô§ÿþú»¨ª¬P@i0°{ï>LÏÌ`xxé騭©Ñ+100ÀÎ ìëëÇUW¼g^K„¢(¢fÍtŸ:¥)ì¤Ù€,e̯eùÿç׿‰?Cƒ§3²²÷‚àŸCçÎ#+36›m¶ ÕTé§Žù—ÓêÓï‹))) „`ÿ¡C8;tŽ>ü_\Î7tŒ—Yê7o5øwDüýßý-ª«*•ð[-øÛ¿ù.ª«*5AõÉ>=îïãøÚë¯#=-MS®¾òJlö9LLL`tl Û®¼®QèÜ–E¬­®BO€ñÙj³E~BÈœág"0pæLfVön"wS8sv9YØm6x<‚À¼¥hà9ßû¨ûïv»ñôó/ò‹\ÎaãùXõ,€ÿäææhÀoÅßþÍ_£ºªJó¼>¸íæ›qõ•W0 ~ü?ÁOmz\Gg.\¸À<+wlx¤¡%f“ ½û.äåä°ûþû—¿ÂÁ@B2==‡cI€’$)²ýo¾õÖ¼à§ãÄ‘ÃG|^ï5†ÿQh¯76axd’$arr£££!÷òÇK@۵½ƒ?øãíæ¦F½ñGÀæõùÐï:ÜÜ–”e™yË忇ºÏl6³Ö_^~géCÿcÀå|UG8>àJwÀèØ†‡‡ü?þÁ÷–?’{¾iãFœ©Þ>&¢(âÂ…‹xäßd¯‘‘Ž/>p?›(óÙ4¤Dkª*ÑÓÛ‹±±qMccc‹óó–ÿÆØÀOÇài×`VnÞNBÈ]TzûÈÏÍ5”eYÑ 4^B€””XBõÔ³ÏóÝž¿0àréÇ‡Ü àZÌE³Z­l`.0À%6`èܬ465aϾ}˜žžfðÿÛßbÕjó‰ÿµ¾ ‚€5••8Õ×$%ÅE,iFE 1?ïöBðÿ:fðkˆ€ßðzqª¯ù¹¹°Y­Ì Û¥ã%p8$ mhzç0½ÜÒÜÔøßø€ûÔó1Ûÿ $ç ãÆõëqîÜyœ T² ‘™‰ïç[$iAn¨ûÄ€'N! „ ñÔ1ÿ_Þl\øyÈÎËß €‰@Oo òrÙ¡Z–S ŒF#ÒÓÓAÁ¡W_ƒÓÅ:ÿþ÷€Ëy@Ç7~àaðE?ùñ°¦ºjÁVyã†õغi3a4qχ?„{>|wÌÜþP•$ kª*ÑÛ×”().‚Ífƒ ÷?µÛ¿ØðÓ1àrž S½ÈÏÏSÔ Ð••å̤¤¤°$ï“O?Ã67øÊ€ËyZÇ7~ À ,ž6HغySLÜs»Ý†Ë/ÝŠ«¯¼¹9Ù1±ò‘V»Õ"0—¤ vÌ¿øð‡îžS(ÈχÍ6+’$-k••ƒÁ€®î¼þæ›ôa=ÍMßÔÑ/x@€ÐÖÞŽ‹ÃÃØ²iÓœãÿX¸ò]]øýcãÙ_BWwòsó`³Y£~½°"ð®R!¬q´1ÿš5k`·Û™åÿ¯_þjÉà']==(,ȇÍfSL-G`4‘™™éwÿ_{ ½}¬óï¯\ÎÝ:ºq$.§œ—ÿ‚R:0<<ŒÍ›.‰©{é±;wïÅãÛŸÆðÈ|>Î_¸€7›š‘ž†,‡#âëÎUìv;$IÂèèhģǃbþÆå?œtöô 0¿vNÔ»—B RRRØß鉧Ÿa `¸œ½:ºq$!E £###Ø|É%šnv¬…`Çî=Ø{ð æÏwâd+ÒÓR‘•öuC‰ÀÀÙ³¬¶AËHMMÅÄÄDÈŽÃv»]QÞûú›oâ¿~±|ð«D`€»˜t÷ ¨ öÀÏJE`)ó‡ƒ}ýNzõ5öãø²~ðG @8Ÿ˜À%6,ªÛ¿c÷ìÙ?›þü}÷âŸÿñpþü´ö´´¶!- ÑÂû_~…5)á',/ƒ°Z­0 ,›žœœŒÜÜ\ÃÜ~%üG\»Ôð‡Ž®n0XÊ“DQDVV!xíõ¿ «§‡Þõ‡æ¦ÆtlãTB‰@k[&"°ñ¿ÇãÁÏñKÐË=p?îÿÜga6™pµjÑɶv¤¦¦ ‡ó Áþ—_áןàYBÈ8€<À Ùŋè­Y I’ØÆ•¬¬,8¤¥¥)Ê•ÿü—7Ônÿ²ÂNÚ;»P\Xˆ¤$û’žü“””„¤¤$BðäÓÏbbb‚>ü;.g§Žm @hhÇøÄ6®_óøÿ…»ÐÕí··ßz ùòÊ võ•"’ÑЀÿIð'BÈ{ä@wOÞh| •åHKK šÜ02:Š_üæñÌó/ðïð‡N!ÉYbådffÂd2áÌÀvïÛOï¾à¡—Ó§cçÄ2þ÷èQv>ÜÖ-[ðW—]4±Ô"ÐÖÑ˶l†(Ššï©ÿîinjô ¸œÓÙyùO¨Pcãã8øÊ«hzç0àóÉ:‡cÇO°5þîYW6îà×°{¼^´µw ¤¸I„Åß*–b rrr þü—7ÐÞÉ þ“ÍMÛudDBæÚ©ÔÇ,þ/+)ÁþC/š »•¸·¯I553ŠÒÒ × ?÷»M¸œOdçå÷À_m€ááa´wtâÏy¯¾þ:9‚öŽN¾ˆþàCÍMçâqRh‰@k{;JKfE@„°"0ß 99™µþÚþìs¬#ü´"°ëT ¡E X__7o·Ÿ¿-Š"†GFÐ×゚€Á``eÝ3nlÞ¸aÎð«~¿#Ùyù¨P†ð[¬ÛàÿtÀ圌牡%'ÛÛQZ\‚¤¤YP·$_¨G@ÝÿsçÏã…;é]ã·û³gèg@T_úˆW)˜˜˜Ä†úº˜¬ÿ×®]ƒ /Âér…óç/à;ßû>ë'pÍUW"'{¶ºp®ðs¿ßÅ—óÙyùÿàÏð/WÉ:ð,€ÿð忦ÆöD™A"àñâd[;ÊJŠY_A^B›› Að—7Y¸àÅc‡ßþSðu1˜çXÒ?Xýæ­€_ø4½öoÀÇ?úW @! ý®u-ÔwzûñíOãÍ·šØ„úö£_ÇݼçΟÇçx]ÝþÓdÌ&¾þå/±çï=po)á<ÿª?m¶~óÖdþ=úûðÝÈËÉ!'èt¥¹æs­D~~>!ø§ûº{NãûÄÑ·›þD_‚ûÑdkZÿ×Çrz¼'`¶X^4[,…Ôhïèô‡uu1IÖ®]ƒ‘‘Qôsž@k[þßÿúþÁh4âó÷~ÆÀºü¾ƒ‡tøçä xpâd+ÊKK‘8k@¶|¾ù€ŒŒ ˜ÍfŒŒŒbûsÏÓË3c#ß¿xþÜLë>âH2|á<"šˆ¶wvbbrõëÖÍ;È_»¦£c£èwúE »çëæc2ñÅûïE’ݰü‡Ðøö; øÇGG?vòè‘Õ¿ÂÝp9‡²róvú Dà$*Ê”" JvFðîcSŽ8A?Ïý­ÇŽþ.[!Ü÷PB°l®.Q†ÃÎÀ‹ö¤d&œÄb‰pMU¼^úN£fe9pÿ§?ÍÊqwï?€Æ·gJ<1>:ú±ÎÖ¯F¼íWÂÁíï1xÚuΑ“»ƒr'ã-'QQV†ää$vÔØÌÌ̜󴜚‚g_|çÎx½Þ;{æt3?øï¾*@3Y3>:Š©ÉÉ—RÒÒŠ!èÂÄÄêÖÕÎ+¨þ^^VŠmW^Œô4Ü|ã ¸âòË`4úËtwï?€Æ&%ü.çÇûzº¼ <Äb¾ïî92xÚ5”™³S„Y8Ñ‚Êò2$''Ã`0@…D#°X,˜˜˜ÀcOm§Ÿ£÷ÜààWÇF†§U€Âõ_ö<—.¡?¢šdÂôÔ$Ù‘–‘YHYø·òNLNb] {‹íÄÙ}åôÿ»÷íg‰ÂÀÅ'úNurh`À«‚$<±œ,¬±(-—[8{æô¹ GÖNAï`óx<8vâª*Ê‘œœ £ÑQ1==u> 77¢(¢éÃx·ù¨ÿcñùÞìlmù-½ [þÄaâ î™2|áü®ŒLG!!¤:"PW[ón?;÷îÃü²,?ÙÓÞö™á |€š«±ñb-.ˆôp·Ïœ9Ÿ–‘±K”¤*GŸ@UERSR")°Z­HOO<¿c'ýÅ‘33Ó¿:78p4ðž¢F ”…—Ã$õ± j D¯Ç#^87´'ÑU@©ó‹@7&5<ù½½sÏ>¼Ñøí©Ž–÷Žú4&»0GˆCñ sü‡{þ\­¼æ»âkhpàBrjênƒÁx;æãÇQ]Y”äd˜L¦ˆ"@Azz:, ¦¦§ñÇÇŸ`9›³gNÿ`bllR~=ÓŸ åú«'“@ ú¼^ñüÙÁý鎬AÖ@g÷¬,tÓÐÎ={ñ—ÆFöŸÏ÷tû‰cLMNÊa ×Š;#‰C(À1a˜o˜±PØÕ¿k(øEúuþìÙ ¶¤¤½F“é6*GŽCue%RRü" I’¢N@-999Eï6e…X>Ÿ÷xO{ÛóCí_«F@q Dc"‰Ü—áÿ·w%½qgôU/d“ÔÌp•ıÀ—ü‚8@€A€ù ù¹ä˜Kn9%Ÿ$0b#ÙŽ€8²+ ìH¢$Ç ©á&ŠQHÙZ<ÃÅ\fzÈ^*ÎP­r­=¤8ª€B7§‡³t}ï}ï{UÝÀKÓÔ[¯VÞ9ùMÇq&àÞ—†!¾;>ž[ \¸ü&oeÀŸ$ïÜ™-ÿ|ow—в›"š’‘LÈÁÉ™åY’æÙAßX[Ý zzþÁOAH“Ê;s¥Ré€Z?è’-‚ ÀÐÐPsœ®àÑãÇ€Fž[¯Vg3ïãpΑˆ,ø;xà÷2ÝàSJ½µÊ׆G¾áºîK¦õ? þ$‰Ïß™)ÿ"Ž"*¼Šˆæq’ƒ½å®ºà7•÷²Œï1ào»¹±¾åwu¿ôöþ„ÒÅ1¦n—16zý¥‚ à’@ë~ QáOgß<øáÊǯ†õZ]’ù)§ƒó·mÇ@²ìÏßì]­-¥Ô_¯Vn ?çºî¸·¼OãcÚòÿÝËïáú̓»É"Ž£‹wfÊ¿Lâ˜2™ÍQÑxLg+#]Bh·Ž'š`wÀ÷8[€¿µùå¶ëºW{ûNü˜ÒÅ1¦¦oc|tô)h-Ê"„àÔ©Sp]³ó ¸Ù,Ñ’$YYùÏÒ[̵Îè)³Ï+¬_pÌ "®l§”úkÕÊ­ÁÁS®ç½ ì¯è  LŒ* àüÅK¸~ãÉ/GGÑÞ•Å™ò¯š†'oUYPE Äà±vU)ø•†žFÖ÷جÏ(8€·³µµàz_¡ð£ |:=‰±}èéé9 ÜÿËûûÁRí°^¿²±Z¸ýY §ð§U`Û1/¸²Ùßç‘(íZ«V>î:éyÞwX)ó/áZü{{»ÿ\œ)ÿ:MS©iu俊Tò_UÀpßÑýyd>»ï $¿¨û¼ÚÎv¦éÍÅâ !=Qã“©iLŒ¡T*" …ƒ•_nnâì[FÜ”ÿÕGÿÖk[ÌwgAßê ³M9%mT8‚Àéb¶­}o½Zù´408âùþK°¼²‚0 1>:úðÿõÂ%\¼ñü»»ÿZœ-ÿ¦9µ¤ƒIÆ$"Ô1¾Ní¯ãCÈÌd~Y9À~v[¯íÔ’8þ°P*þ`Ÿ"|<5…ž#ÃÃp]wÿJÂ$Ák¯¿‡Mó/‰ã••{KçÉŸÍðYÀóÀo  ÃÀÈ—ã|ü­ Z_­N—ú†=ßqŸî# ÏüÙ_Þ½€«““b·Ñ¸vwnæÕ øÍ J`6åç´qP_áÖ®àHÈX×ñ÷ }/¬×jq}T(–¾ß"[ÿþŸ?x€ÍÍ-Ì-,àìÛç²wýM}þÙoÃZmƒ> ú8Ó† R[tf À›ÿϯ$ð³5çújõv±`È÷ý`ùþ}4 Œž>½þëOÀßÃÉ¥ùÙߥiJ!¿rÌ$ë"9É9—}>ÓåÈyÈ‘”*…ðÔñ°^߉¢½OŠÅÒ+„QÁÜ—–°Ó4 ¾³sñÁÊòL¶o;æŸGÖèpÐå€Ç¼ÇÉ4ÎÆjµ\ìïôý®oµH`fn3³sYðß¼;?û{º~ÊHI$¢NШ.?mç\ÉÎ!4fLÊL[æ1Ÿz½F½¾]ÛÞú ïDaÈó¼Ù/J)­mnl¼±¼´ø'Û'ðG-XùoÉÀ øŽ¢`eKòwš½;Ó»XÐ 0BˆóòøÄÏzzû¾Ç¾q#¬ßº;?÷š¦lvHYDH©`º‰GzóÓ&Ï—¯)zkTÆ êXöñ§Hdpää· ÅâhWwðRš$Û»»ÏÖ*•rÓô£Œ¹—dßê{LB•–މˆ`ê/KÝðiIš$@š$ðJüfÀÏË"<` €ç(§9ÞA@3pU~ét¢ÃQkNð; ß%kòñ¦÷D1ÀJ ;nVtH [x"rÙyÁéÆêêt_¡àû¾ÿ\X«][º3ÿzü©B$‚ž T€Häµj[ k:r˜j¾† É¥`óˆ9žv‘ü·¿‘˜]LÖg³¿Ï1—xoˆ ü22Ð]`b²oú· ´Ä Ð5ó,É}ž¿Eö§ck@ {}€Vóžñû±ìd˜]ï £x”mÖ=f)Q€?Ñ?4E@ß„„&Pf+œH¡µþ7…zɰî²i‘qÉS¼ñK$~¨æ‡ÿñåHv*ÉÒ1'£³Ç]AváQªðøyÆŸNv6Ùê>W%Ù‰ä¼ó@¯ò ²ç6…Ùõ:«E߃©`V@G­ÙÖa €7ȱ #dç€]O SˆH€çú«¤?4Áœ$a ~ °ÿKû„ÉþªeÍ:KŸ¡A<PE©B©ÙìßaÍL­9Ú„,9x“Œt…‚Rèyµ£)øuä:r¼ŽnóH€¸.¨!ÏMQT~“Žy˜JÆÉ.ÿí@Õ¤Ù&"`3¸+þ*P´n\µ~Üüº`Õ!“ÿ×%vÈÀäF%:77ÑùìU€^×8µí˜K€Í6HG"ýU7ˆ]9&›ÖS9ȦSh´Çt™” ¨‘I˜ÝÕH–õ‰‚ M¦MgMl“γxÙB²KSEF$þA;2øã8í±×ñ  Qãë.›¦ %˜¯”´àï@à‹î5ëlí ‘…zi¯®”'Àè=÷(Æœä$¬¯["™Ì˜Xàw0È‚Æä¦:ÓJªÛE©@O¡?Np?Ku “åIÎsb:3bßá "ƒIví¼JFš\pC;´´ÃÆžäx-’ó;¦Aj[€,ƒ˜Þ!GöÙu—ãæ­óÿ3þaÄyFçÌ‚þkLº2Rµž·oRKUoãÇ’§À6ÞÛÔ|2‘Žª,oƒÍ6Kö9ŽÊX²€·Í6tî%´ó›ï¶~´Í¶¯9Ögµ€·Í6Ûl³Í6^ûµ‡Þ^¿ñ¬IEND®B`‚./._unetbootin_32.png000755 000765 000024 00000000474 12317721660 014736 0ustar00gezastaff000000 000000 Mac OS X  2 <ATTR<œ œ com.dropbox.attributesxœÈI‚0@Ñ«˜nÙÈ`@TfhPÙB¥BƒTC ÜÝa÷ߟ}¶]ÖŽ)' ìV3(ÊúþCÊJš¾åÿ£„“oÀ(Ÿì(™òëFP*2ø¯ªAñ!غ!V€™ä™Š™Tr†¬ß:]`E*æÚEDÇ™åQUBÊ2·QR»£# \*nÔÛ ¦еïÒì5 X×Á²,#î4²unetbootin_32.png000755 000765 000024 00000010542 12317721660 014361 0ustar00gezastaff000000 000000 ‰PNG  IHDR szzô pHYs × ×B(›x OiCCPPhotoshop ICC profilexÚSgTSé=÷ÞôBKˆ€”KoR RB‹€‘&*! Jˆ!¡ÙQÁEEÈ ˆŽŽ€ŒQ, Š Øä!¢Žƒ£ˆŠÊûá{£kÖ¼÷æÍþµ×>ç¬ó³ÏÀ –H3Q5€ ©BàƒÇÄÆáä.@ $p³d!sý#ø~<<+"À¾xÓ ÀM›À0‡ÿêB™\€„Àt‘8K€@zŽB¦@F€˜&S `ËcbãP-`'æÓ€ø™{[”! ‘ eˆDh;¬ÏVŠEX0fKÄ9Ø-0IWfH°·ÀÎ ² 0Qˆ…){`È##x„™FòW<ñ+®ç*x™²<¹$9E[-qWW.(ÎI+6aaš@.Ây™24àóÌ ‘àƒóýxήÎÎ6޶_-ê¿ÿ"bbãþåÏ«p@át~Ñþ,/³€;€mþ¢%îh^  u÷‹f²@µ éÚWópø~<ß5°j>{‘-¨]cöK'XtÀâ÷ò»oÁÔ(€hƒáÏwÿï?ýG %€fI’q^D$.Tʳ?ÇD *°AôÁ,ÀÁÜÁ ü`6„B$ÄÂBB d€r`)¬‚B(†Í°*`/Ô@4ÀQh†“p.ÂU¸=púažÁ(¼ AÈa!ÚˆbŠX#Ž™…ø!ÁH‹$ ɈQ"K‘5H1RŠT UHò=r9‡\Fº‘;È2‚ü†¼G1”²Q=Ô µC¹¨7„F¢ Ðdt1š ›Ðr´=Œ6¡çЫhÚ>CÇ0Àè3Äl0.ÆÃB±8, “c˱"¬ «Æ°V¬»‰õcϱwEÀ 6wB aAHXLXNØH¨ $4Ú 7 „QÂ'"“¨K´&ºùÄb21‡XH,#Ö/{ˆCÄ7$‰C2'¹I±¤TÒÒFÒnR#é,©›4H#“ÉÚdk²9”, +È…ääÃä3ää!ò[ b@q¤øSâ(RÊjJåå4åe˜2AU£šRݨ¡T5ZB­¡¶R¯Q‡¨4uš9̓IK¥­¢•Óhh÷i¯ètºÝ•N—ÐWÒËéGè—èôw †ƒÇˆg(›gw¯˜L¦Ó‹ÇT071ë˜ç™™oUX*¶*|‘Ê •J•&•*/T©ª¦ªÞª UóUËT©^S}®FU3Sã© Ô–«UªPëSSg©;¨‡ªg¨oT?¤~Yý‰YÃLÃOC¤Q ±_ã¼Æ c³x,!k «†u5Ä&±ÍÙ|v*»˜ý»‹=ª©¡9C3J3W³Ró”f?ã˜qøœtN ç(§—ó~ŠÞï)â)¦4L¹1e\kª–—–X«H«Q«Gë½6®í§¦½E»YûAÇJ'\'GgÎçSÙSݧ §M=:õ®.ªk¥¡»Dw¿n§î˜ž¾^€žLo§Þy½çú}/ýTýmú§õG X³ $Û Î<Å5qo</ÇÛñQC]Ã@C¥a•a—á„‘¹Ñ<£ÕFFŒiÆ\ã$ãmÆmÆ£&&!&KMêMîšRM¹¦)¦;L;LÇÍÌÍ¢ÍÖ™5›=1×2ç›ç›×›ß·`ZxZ,¶¨¶¸eI²äZ¦Yî¶¼n…Z9Y¥XUZ]³F­­%Ö»­»§§¹N“N«žÖgðñ¶É¶©·°åØÛ®¶m¶}agbg·Å®Ã“}º}ý= ‡Ù«Z~s´r:V:ޚΜî?}Åô–é/gXÏÏØ3ã¶Ë)ÄiS›ÓGgg¹sƒóˆ‹‰K‚Ë.—>.›ÆÝȽäJtõq]ázÒõ›³›Âí¨Û¯î6îiî‡ÜŸÌ4Ÿ)žY3sÐÃÈCàQåÑ? Ÿ•0k߬~OCOgµç#/c/‘W­×°·¥wª÷aï>ö>rŸã>ã<7Þ2ÞY_Ì7À·È·ËOÃož_…ßC#ÿdÿzÿѧ€%g‰A[ûøz|!¿Ž?:Ûeö²ÙíAŒ ¹AA‚­‚åÁ­!hÈì­!÷ç˜Î‘Îi…P~èÖÐaæa‹Ã~ '…‡…W†?ŽpˆXÑ1—5wÑÜCsßDúD–DÞ›g1O9¯-J5*>ª.j<Ú7º4º?Æ.fYÌÕXXIlK9.*®6nl¾ßüíó‡ââ ã{˜/È]py¡ÎÂô…§©.,:–@LˆN8”ðA*¨Œ%òw%Ž yÂÂg"/Ñ6шØC\*NòH*Mz’쑼5y$Å3¥,幄'©¼L LÝ›:žšv m2=:½1ƒ’‘qBª!M“¶gêgæfvˬe…²þÅn‹·/•Ék³¬Y- ¶B¦èTZ(×*²geWf¿Í‰Ê9–«ž+Íí̳ÊÛ7œïŸÿíÂá’¶¥†KW-X潬j9²‰Š®Û—Ø(Üxå‡oÊ¿™Ü”´©«Ä¹dÏfÒféæÞ-ž[–ª—æ—n ÙÚ´ ßV´íõöEÛ/—Í(Û»ƒ¶C¹£¿<¸¼e§ÉÎÍ;?T¤TôTúT6îÒݵa×ønÑî{¼ö4ìÕÛ[¼÷ý>ɾÛUUMÕfÕeûIû³÷?®‰ªéø–ûm]­NmqíÇÒý#¶×¹ÔÕÒ=TRÖ+ëGǾþïw- 6 UœÆâ#pDyäé÷ ß÷ :ÚvŒ{¬áÓvg/jBšòšF›Sšû[b[ºOÌ>ÑÖêÞzüGÛœ499â?rýéü§CÏdÏ&žþ¢þË®/~øÕë×Îјѡ—ò—“¿m|¥ýêÀë¯ÛÆÂƾÉx31^ôVûíÁwÜwï£ßOä| (ÿhù±õSЧû“““ÿ˜óüc3-Û cHRMz%€ƒùÿ€éu0ê`:˜o’_ÅFIDATxÚÄ—[hS[ÇÿÙ;—Ýô2±W§SjJÊ8/q²=2[uðP•b.Ú0ڔ䡴D_æ‚ ØâmDÑs,}Ñq¦mÆFÅA˜™Š«/Ô†¦iâ(CmsÛ$Mv²öΞL/ç9 ¾‡½X¬ßÿÛk­ÿú–B–eü”M9::úY&v:¿ŽÇãR«Õ‰‰‰Bˆ°rŒÑhó9àÇŽ«ýúõ“êêêߦR©¶ªªªïœNgÑZctǯ÷x<#ÍÍÍlww7Nž<‰ÒÒÒŸ/,,,Kágpâĉú‰‰‰‘ýû÷³6› Ë2ÚÚÚP^^¾QÅ—+E0?"üË/^Œ8p€mmm¥‹‹‹ ”‚eYØl6”••­¡ „ü 0Ïó…•••Ç£ÑèZZZ«Õ AF‘L&³‚RŠ›7obvv6833ó Y–“ÿ—žçµ¾â8ήÕj¨<³ÙŒX,†x<¾ žL&‘H$À0 ®_¿Qÿ¾V~T`ÇqmJ¥²iÓ¦M´®®®ˆ³Ù “É„X,†D"Q³‚R J)Òž£R© ŠâÏ@ù¨ @#ÇqG•JåÞŠŠ ºmÛ¶¢-[¶(âñx^?¬V+L&–——‘L&³€éE’$A©TÂív# E‰Ä×k àyžÐÀqÜïU*Õ²²2©¾¾¾hë֭м¼tÔWÝi> õööÂétÂb±@¡P t·Ãçó¡¶¶”Òï!ÓŸ$víÚUC)ÝØÑÑ«Õ …B±æŽO‹¡”f2ŸššBCCfffJé7­ˆVvœ:uê˧OŸþ»««‹1™LH¥R!kÝß7J)´Z-\.¼^/vî܉ 6ÀçóÉ©Tê/Ÿ$€çùN÷¯îîn6 §”fÖ}-§ÓjµÂää$vïÞ N‡@ †aþCyõIJJJLuuuJ³ÙŒT*Q‡×uºüüü |ïÞ½(..ŒÇ‰Ä·9¥ïÌÏÏÿ#™LÊÓÓÓŠªª*„ÃáuÍ&??ƒƒƒðx<Ø·oJJJ P( ¼^/#Ëò­\0ï_Bgôz}Òn·ãÕ«W$i]¸Ëå‚ÇãAKK *++¡ÑhÀ0 ü~?X–õBfrðþ×ÚÚÚ=çÎÓtttÀn·cii ÃdÁ àr¹0>>“É”³, –eñäÉ“¨ ßäZg0<Ï3………«««Û#Š¢öèѣؾ};ÚÛÛ!”Je>88ˆgÏž-¿yóæ{ŸÏ'q—K’„ÉÉI€œ&ŠâñøWªššŒŽŽB–eF‚‡Ã«W¯¢¼¼}}}xþüyÔ`0èoܸ¡q¹\c Ã766²,ËÂãñ@¥R=ôèÑ\΀²(ŠâïGÌçóçyœ>}v»áp8 j³ÙR[4 ú®®®yBȉ„qppðûH,Ë‚‰Çãß~J}™)JyžoÌËË»}ñâEmEEzzzäÇ/$‰/Du:ݯþI‘VxÇ/5ÍXSSÓÆû÷ïK¢(VBrÆì²œçù&ŽãþÞÜÜÌ ‡Aø‚âÏ¡`­Òjµ–$éñÈÈÈ©\³_%àÝd»µZíéX,v(øiF£ŠŸúyþ¿·’ÏíziIEND®B`‚./._unetbootin_48.png000755 000765 000024 00000000475 12317721660 014746 0ustar00gezastaff000000 000000 Mac OS X  2 =ATTR=œ¡œ¡com.dropbox.attributesxœÈ»‚0@Ñ_1]Y¤mˆ˜00hPD‚¨,,V´RžÅhøwÛ=÷ h#ªL<“.e`>yƒKÁóVÐD¢ÿ£i—~b“:(O¸9ݾϰíãUG=EW´ÆöÕØaa0ä…”µ Ýòº»{/¶6rÑÐVË—{­!Ä´ ƒ>·n3R!ä¨íÙ BXó4ˆXDú£ Œãø,¼5}unetbootin_48.png000755 000765 000024 00000012421 12317721660 014366 0ustar00gezastaff000000 000000 ‰PNG  IHDR00Wù‡ pHYs × ×B(›x OiCCPPhotoshop ICC profilexÚSgTSé=÷ÞôBKˆ€”KoR RB‹€‘&*! Jˆ!¡ÙQÁEEÈ ˆŽŽ€ŒQ, Š Øä!¢Žƒ£ˆŠÊûá{£kÖ¼÷æÍþµ×>ç¬ó³ÏÀ –H3Q5€ ©BàƒÇÄÆáä.@ $p³d!sý#ø~<<+"À¾xÓ ÀM›À0‡ÿêB™\€„Àt‘8K€@zŽB¦@F€˜&S `ËcbãP-`'æÓ€ø™{[”! ‘ eˆDh;¬ÏVŠEX0fKÄ9Ø-0IWfH°·ÀÎ ² 0Qˆ…){`È##x„™FòW<ñ+®ç*x™²<¹$9E[-qWW.(ÎI+6aaš@.Ây™24àóÌ ‘àƒóýxήÎÎ6޶_-ê¿ÿ"bbãþåÏ«p@át~Ñþ,/³€;€mþ¢%îh^  u÷‹f²@µ éÚWópø~<ß5°j>{‘-¨]cöK'XtÀâ÷ò»oÁÔ(€hƒáÏwÿï?ýG %€fI’q^D$.Tʳ?ÇD *°AôÁ,ÀÁÜÁ ü`6„B$ÄÂBB d€r`)¬‚B(†Í°*`/Ô@4ÀQh†“p.ÂU¸=púažÁ(¼ AÈa!ÚˆbŠX#Ž™…ø!ÁH‹$ ɈQ"K‘5H1RŠT UHò=r9‡\Fº‘;È2‚ü†¼G1”²Q=Ô µC¹¨7„F¢ Ðdt1š ›Ðr´=Œ6¡çЫhÚ>CÇ0Àè3Äl0.ÆÃB±8, “c˱"¬ «Æ°V¬»‰õcϱwEÀ 6wB aAHXLXNØH¨ $4Ú 7 „QÂ'"“¨K´&ºùÄb21‡XH,#Ö/{ˆCÄ7$‰C2'¹I±¤TÒÒFÒnR#é,©›4H#“ÉÚdk²9”, +È…ääÃä3ää!ò[ b@q¤øSâ(RÊjJåå4åe˜2AU£šRݨ¡T5ZB­¡¶R¯Q‡¨4uš9̓IK¥­¢•Óhh÷i¯ètºÝ•N—ÐWÒËéGè—èôw †ƒÇˆg(›gw¯˜L¦Ó‹ÇT071ë˜ç™™oUX*¶*|‘Ê •J•&•*/T©ª¦ªÞª UóUËT©^S}®FU3Sã© Ô–«UªPëSSg©;¨‡ªg¨oT?¤~Yý‰YÃLÃOC¤Q ±_ã¼Æ c³x,!k «†u5Ä&±ÍÙ|v*»˜ý»‹=ª©¡9C3J3W³Ró”f?ã˜qøœtN ç(§—ó~ŠÞï)â)¦4L¹1e\kª–—–X«H«Q«Gë½6®í§¦½E»YûAÇJ'\'GgÎçSÙSݧ §M=:õ®.ªk¥¡»Dw¿n§î˜ž¾^€žLo§Þy½çú}/ýTýmú§õG X³ $Û Î<Å5qo</ÇÛñQC]Ã@C¥a•a—á„‘¹Ñ<£ÕFFŒiÆ\ã$ãmÆmÆ£&&!&KMêMîšRM¹¦)¦;L;LÇÍÌÍ¢ÍÖ™5›=1×2ç›ç›×›ß·`ZxZ,¶¨¶¸eI²äZ¦Yî¶¼n…Z9Y¥XUZ]³F­­%Ö»­»§§¹N“N«žÖgðñ¶É¶©·°åØÛ®¶m¶}agbg·Å®Ã“}º}ý= ‡Ù«Z~s´r:V:ޚΜî?}Åô–é/gXÏÏØ3ã¶Ë)ÄiS›ÓGgg¹sƒóˆ‹‰K‚Ë.—>.›ÆÝȽäJtõq]ázÒõ›³›Âí¨Û¯î6îiî‡ÜŸÌ4Ÿ)žY3sÐÃÈCàQåÑ? Ÿ•0k߬~OCOgµç#/c/‘W­×°·¥wª÷aï>ö>rŸã>ã<7Þ2ÞY_Ì7À·È·ËOÃož_…ßC#ÿdÿzÿѧ€%g‰A[ûøz|!¿Ž?:Ûeö²ÙíAŒ ¹AA‚­‚åÁ­!hÈì­!÷ç˜Î‘Îi…P~èÖÐaæa‹Ã~ '…‡…W†?ŽpˆXÑ1—5wÑÜCsßDúD–DÞ›g1O9¯-J5*>ª.j<Ú7º4º?Æ.fYÌÕXXIlK9.*®6nl¾ßüíó‡ââ ã{˜/È]py¡ÎÂô…§©.,:–@LˆN8”ðA*¨Œ%òw%Ž yÂÂg"/Ñ6шØC\*NòH*Mz’쑼5y$Å3¥,幄'©¼L LÝ›:žšv m2=:½1ƒ’‘qBª!M“¶gêgæfvˬe…²þÅn‹·/•Ék³¬Y- ¶B¦èTZ(×*²geWf¿Í‰Ê9–«ž+Íí̳ÊÛ7œïŸÿíÂá’¶¥†KW-X潬j9²‰Š®Û—Ø(Üxå‡oÊ¿™Ü”´©«Ä¹dÏfÒféæÞ-ž[–ª—æ—n ÙÚ´ ßV´íõöEÛ/—Í(Û»ƒ¶C¹£¿<¸¼e§ÉÎÍ;?T¤TôTúT6îÒݵa×ønÑî{¼ö4ìÕÛ[¼÷ý>ɾÛUUMÕfÕeûIû³÷?®‰ªéø–ûm]­NmqíÇÒý#¶×¹ÔÕÒ=TRÖ+ëGǾþïw- 6 UœÆâ#pDyäé÷ ß÷ :ÚvŒ{¬áÓvg/jBšòšF›Sšû[b[ºOÌ>ÑÖêÞzüGÛœ499â?rýéü§CÏdÏ&žþ¢þË®/~øÕë×Îјѡ—ò—“¿m|¥ýêÀë¯ÛÆÂƾÉx31^ôVûíÁwÜwï£ßOä| (ÿhù±õSЧû“““ÿ˜óüc3-Û cHRMz%€ƒùÿ€éu0ê`:˜o’_ÅF BÈïzQø¬¬¬¬õë×3n·’$aãÆ4˲×!KZQøçŸ>+//innÆää$nݺ…/¿ü%%%t||üUBȲ‡N!„eYöëììì¬üü|æ£>BYYªªªPWW«ÕŠ+W®`Íš54Ã0ßB,€©ðLKK ÊËËQRRš¦AÓ4Ö¯_•+W¢»»v»fÆ5›õƒ€_ºti–Ífc¶nÝŠuëÖA–eLNN" ..ÅÅŰZ­¸ví hš¦]„åL@~Ù²eY6›9tè^{í5¬]»’$A„ÃaD"D"¨T*ÂjµÂív#//¦iº›òÄ]ÿÈ~%ø­VÛ“™™ù„Ýn×uȲŒ^xpõêU,^¼˜i°éW@aÓ4½C£ÑØ“““Uf³ÍÍÍØ±cŠŠŠ Š"B¡ÐŒðSÇŠ+ µ „Pl4MoÓh4kL&“úÉ'ŸÔ¦¥¥A§Ó¡­­ ;wî„ÝnG0¼Ã2wáp„x< 'ÆT!$@>Ã0[(Šú£ÉdR?óÌ3ôÓO? ½^I’àõzqæÌTTTÀn·CÅ9ÃG"@$ÅbA__Ÿú¾BÔþÀ0L¹V«Ýh2™4K–,¡Ÿ}öYèõz@8†(ŠgΜÁ®]»`³Ùfõûl#ZîS…îînÆ¡ „¨š¦Ë†Ùœœœ¬ÍÉÉÑ.Y²De0 IÂá°2$IB À'Ÿ|‚7ÞxcAð’$´Z-œN'nß¾-°ÎK!d)MÓ¥:®Œã8677Wk±XTF£ñ˲¬dK’$øý~œ>}»wï†Ífƒ(ŠsöûTëÐ4 §Ó‰‘‘‘I‹œNçØ=BLZ­vMÓÛRSS¹Õ«WSV«U•œœ ¿ß¯d9SOu’$AEœ:uJŸÏ‚j†aÐÙÙ‰‘‘‘ Y–Ÿš?£BGQÔ¿^yåMaa¡Êl6Ãëõ"‰  Þ;5ëÑ×@ÇGee¥²UÎ^’$°, §Ó‰[·nydYNŸ ~¶HP«Õx饗T*• ~¿VØé3 Š"Ž;†ªªªyíóÓ‡N§»þܹscs.æxžÿ·$I5Û¶m N÷ölBÔj5DQ„ÃáÀ;ï¼£üÃ.>!!º'ü¬µËå:ìñxj¶oßœ |jÖãââpèÐ!TWW£¨¨H±ÛBà?ÿüs|ÿý÷‚,Ëéc >и\.GT„J¥‚J¥ú…FQqðàAìÝ»v»]YÄ ÍüÀÀDQ̘ ü=«Q—Ë嘘˜Ø[QQ!FDƒ¢(466¢¦¦v»]Y …ÄÄÄÄåóçÏÿ'f‡z—ËuÄãñìݵk—§ìÍ@À¾}ûPTT¤ì@óÝqôz}Ôóƒ‘ÉÉÉ?ż±år¹Z<Oí›o¾)S¿ßºº:¼ûî»°ÛíeÁ`ð‹ö^bôz=œN'‘ñññ0€Ë÷ÕØší0¢×ë7.Z´(ÜÙÙI]ºt µµµX½zµRBÌ×:z½„ÅbÁèè((Šrvww‡b:ÿ‡ÿÚn·g544P—.]B}}=l6›R%yÁ œ;w „à±ÇÃÐÐPØçó¼ïÖâôà8®Íf³e•——3¥¥¥8pà !I’?ß ´··c``+W®Dbb"(ŠÂèèhÀßcÚÜ%„EQÌ+++cJKKÑÐЛͦÀÏäûé%ÁÔ÷Ç¡££7oÞDnn.RRR ×ë1<< FÓÊó|$Ö3ÀšÍf”——£±± Ø|}o4qöìYô÷÷#??III`Z­}}}aŸÏw*&Ýéiñ_–eé-[¶ °°ðø¹ø>j-ŽãÐÖÖ†þþ~ %%,ËÆÇÇE߯ü~€çù° Rff&dYV æã{£Ñˆöövܸq6› f³ƒE!..ýýýP©TK[}!k@ÏqÜ~ø!|>"‘ȼÊc£Ñˆ¶¶6ܸqÅÅÅHMMU­Z­˲èéé ‚ðç˜ßÐBôº†‡‡#‰‰‰ÒÎ;!œ+ÌÄÄD%óëÖ­ƒÙlÇqJæÕj5¼^/|>ŸÀó|oLB ºâã㟠„ßÿ}uFFvïÞ­ìýwIII8{ö,®_¿Ž 6àñÇGRR’’yµZ Fƒëׯ#‰œŽéYžeÙßdee%ÇÇdz‚ àõ×_GFFªªª ÑhîšùÖÖV¸ÝnBšš £Ñ­V«d^­V#!!ÝÝÝa¿ß[Úu:]Znnn¢^¯§`ëÖ­HOOGuu5†™1ó­­­øî»ï¼ããã-çÏŸ—AP2?UÀØØDQœàyþ1 ÓéV­Zµ*ñèÑ£ì[o½…={ö€eYå°iÓ&¤§§£¦¦:NONNŽfÞk0Ò/\¸P ›Ž=ùùçŸð¨}Ün7DQ<…ûŒ_Ðh4]*• ²,#33 xûí·ñÅ_Àáp`bb/¾ø"RSSQ[[ Žã––†ÖÖVôööz9ŽK?qâÄOpùòåº@ ÐôÁDAP \¹r%,Šâ_b.Àãñløæ›oz+++…hoúûûññÇã³Ï>COOüÕW_sçÞ¼y³üꫯ‚çùQ“É”qüøñŸ¦~_WWW½ Mï½÷^D’$¨ÕjüðÃ$iŒçù›1Àó|Ðëõ¹\.wuuµ=Ø¿üò˨¨¨œŸ¯iÿþý†aàr¹dANÄ¢¡¬šþ¨Aô¢›B'$$\ „,¯¯¯gC¡.^¼(·´´Lˆ¢¸‚çùùþ˜Ífk”$i_(’DQüÏó·=õ¢{VQ:îâòåË-‹%þÈ‘#¢(Zïgê !B<Ïÿs¡ß1gSDt…B¡ì`0¸‚çùþ}9>¯G xž}>_~04= ð÷\ZüoeZþSýÒLIEND®B`‚./._unetbootin_512.png000644 000765 000024 00000000475 12317721660 015017 0ustar00gezastaff000000 000000 Mac OS X  2 =ATTR=œ¡œ¡com.dropbox.attributesxœÈM ‚0€á¿»zزTnïóŽ “UV}ÒV³äEIHX‘%¯Åÿe¤#ß–ee¼n#NmH€o†"ñõ’c¡*pûh}¹Ã¶‚æÐm9؃áéúÕi-=Nâf-`Ÿ‡å.¤ÅgÊ¢w¼z±zbaJ\Þµv°Åݯfš`š¦P6\unetbootin_512.png000644 000765 000024 00000143771 12317721660 014454 0ustar00gezastaff000000 000000 ‰PNG  IHDRôxÔúsRGB®ÎébKGDÿÿÿ ½§“ pHYs³ÌstIMEÛ95›O¤W IDATxÚì½gp¤×}æû¼¡3¹‘s˜ÉÊZ[%Š9Sɲ-ë*ËA{ªv÷ÃÝ[µ®ÚuÕÝ»á:­lI”˜Ã0g˶¼†¡J¤(J$‡3À ‘1ƒÔèt?§çôéóÆ~»Ñáÿ°Xƒiôû{þñ( ‘H$R]騩«TGü€w8 À @pÀ+^ð/MMN,ÐO¯v¤Ð€D"‘êüíþÀgÄ~z ÀóîðøÔäÄýDÉH$©²Áßàßø4€°Oy ÀðŸÉ ‘H$ReÂÿ÷h/ÁÓOOMNdé§M€D"‘H•ÿ?ðg´©ðá©É‰sôS'@"‘H¤½¿à+>ZÆ/; àŽ©É‰¡2$‰DÚø ÀoY}low7zº»ÐÙCKS4MC&“Áöö6.^ZÃÅK—°¸´„³çÎccsÓΗßðñ©É‰ûé_‚ ‰D"‘Ê ÿ»ü¦ÑǨªŠñÑ?rÍMM¹Ç³Ù~2™D*•Êûœl6‹øü<^ÿå8{î¼KùөɉÿBÿ"•-~$‰Tð„øñÚkpøÀƒÁühPQr°Ïd2ïkˆD0Øß‡ž®.¬\\µÊ\ÛÙÓ›ˆÏLÿ#ýË ‘H$Ò¿«³·ÞpZš› ŸGQd2™À+aldÁ`âñ\æ@¢÷‘ @"‘H¤=„ow7nºö}yѾ‘Òé´å×mkmAG{;ÎÏ\0ûx2dH$‰´Wð¿á}ï…®ëѾLÙlÖ–€†Hý½=˜¾0‹íd’L‰D"U üo¼öø|>éûL€Øh¦@ €þ>œŸ¹€íím2dH$‰´çð¿î}¹Èßö²Çðù|èë%@€D"‘HM³ñ‹;5dÈH$©ôðÿº)ü{ºqÓõ×Àß® PIãz¾W&`›L‰D"9ƒÿGLáÝüÍ:ý­L€› €Cp ™2$‰DòþV ·2n3dÈH$©ŒðïëéÁÍ×]'Mû»1©TÊlÁ™2$‰DªøßtݵÐuÍQ§¿ÙûÒétÑ€L‰D"•þV°wbÒé´é:`2dH$‰´Wðï-„¿W&Àê<2dH$‰´Gð¿ùºëàóé¶£z'&ÀË ™2$‰Dòþ,ò/fÜÏè}™LÆöydÈH$©xøà üDõNL@6›-j€• èïíÁ4™2$‰DðÏÁÿ7ÌàËõÆiEQÃÞèñL&S2ÍfwL@_¯ŒÏLÿý† ‘H¤º†¿ÕÁ>n`ÏÏd2¸´¶†µõ ¬­¯cuõ"666¡ª*|ºîü™t]¿|”0™€=‘B?‰DªøÕîûØãÙl3³³˜¹0‹ ñ8âsó†Q¿ßïGSc-MMèëéAwW§© ±ºþíÍM|óï¿‹KkëfŸþï§&'þŒ~cÈH$R]À¿¿··Ü°+ Û}Ÿ½Ýݘ¹0‹í$™2$‰TOð¿aþ^túÏ/,âÌ“OãÒÚš­k hnnF4Ú€¦h#¶“IÛ[S©Þ<û6¢ hnjtö¶ÏçC_™€rˆzH$©<ð¿À‡íÀß ˜vÞ—Íf1¿°ˆÇŸy‰DÂôÚ:bíØ?6†®Î456JŸ{mms øå›oáüÌŒ-Cpìð!9xÀüymllàÛÿø=¬­SO‰DªQøôõâÖoÈ«ŸcæðØÓæðãôÉ“èîêtô5‰m¼öúëøñO~j¡ÆGGpúä ÇðgßÜÜ´cþÃÔäÄ¢ß4碉D"UüÍÒþNÊvàäÐA¼÷Ý¿nعoö5u]CgGöŽb;™ÄÒò²ás,-/ckk =]]Žáp=³q3³ñÞΞÞ•ÈH$RUÂß ¼vL€üUUÅ{Þõk8vø­E>fãóéèïíE¬½ oŸŸ6, ,-¯`+‘@ow—#ø³¿û|:úÈ ‘H¤Ú_ü‹1 ‹‹–ðßÕïÆðà€íç´£Æhƒý}¦'ü1ÐÕœ4꺆Þîn\ˆ“ @"‘HÕ ÿþ>ÜvÓ ðù|Ž£oÙãó 8óÔ3–ðìï3}NMÓÐÐЀp8ŒP(„`0˜ëKEøìó‚Á Ɔ‡0ŸÃÆæ¦± ØJ §»ËñdË8 @"‘HÕ .ò/vÜÏü¯}ÏÕè7|®––ôôô «« ˆF£hhh@4Ess3Z[[ÑÔÔMÓJ¥N§ ®E×u  âB<Ž °²‚M¡'ÀIsàN&  âsdÈH$RõÀ°¿·Ýt£í V&À.üYä/>W4ÅÀÀšššòÎAXUU„Ãa´´´@×ulmmd4MÃð ¹ X^aå€.W“>]ß5” @"‘HÕÿ›o2]Gwg'fãdÈH$RÅÀ'ò÷â`Ÿ¹ù<úäSŽàÏžÃüÒüvóù|X__we¶ twZg¤Ë‚t=]dÈH$RÁß ôvL€øóïëíí5Lû»¾Ñû|>_.& «£Ãüó3˜›'@€D"‘öþwÜ*Oû»1ó Öð¿þ½ï1MûG%;ÿ¦ùÍ$â¥ëzQ& a °µ6x·1L‰D*+ü‡.Ãß‹ƒ}ææçñÈ6à?Ð_𹊢 ··×þ¥zŒ/86«»=\&ÀÑÚ`MCwgâdÈH$R¹à/6ücœÀ_öFð· s7ýüÇkvz:Ü­ Þ- @"‘H%†ÿ€a·¿0·°à þŠ¢äÁßkÀ;5Š¢@UUlmm˜€9lllHŸoeu[[[yÓŽÖ³LÀü™2$‰ä þ÷ZÁÿŽ[o6ÜðçÔÄççñèãOšÃÿš÷ZFþ¥N󛙉L&ƒ­­-$“Ihš]× ¾Ÿ0`a.æFݬ ÖY&€L‰DrÿZÁßjß]Àà¿eÿ!ƒš¿QßÛ,€›ÑÀíím$‰Ü9Ùlš¦Áçó¹6[&=V%MÓÐÝaËdêÍ ‘H$àoz+àþ²Ïçáïf„ÏÎcff"•Jakk étZúµTU…®ëØÞÞ.ôð@¿màfm°®ëèŠÅ0·0d2eô­¼§ÞL‰Drÿ;o»Åô`Giÿ9køß ¿Xó/ðfY£cQ?»ÙÇkšMÓÜ›€­º:bŽàÏÞÖu]dÈH$Rqð÷,í?7GÂþf5ÿ††[ ÷*ÍÏÄNL§Ó¶Íë pe.îôtÆbŽàϤë::;bˆ/, @"‘Hîáoz+` þï»CƒÒÏïééÉÁßJ^¤þÙûø&?7f‚•ÄžUU1lÕp‘•¬3²÷±L™2$‰dþƒ¸ë¶[MÓþNŸ›ÇÃ?aÚíÃû®±Uó·‚®›,€Ñó%“IlmmY¦à­“õ°±A+°ºk:cíŽàŸ— ˆÅ07¿€dª~M‰Dð·€ÿðà îºõVèºfÕÛy<>7‡{ÜüŃ}øQ¿rŒüñM~^ @ÞàÄ$Ûè”dìôìdêÛ ‘Hõÿû¬àç­·äàïöâãnàÏ¿O„¿•Š=è'›Í"‘H4ùye0L§lš€.à¤9PÓ4tvÄ0·°X—&€ ‰DªwøÀ4ò¿íÖø»5sóæð×T7^kœöïîî.˜ó÷:õ/Fý|“ŸÓ²ÇX&€Í鳟Ÿ]°µÛèfm0k ¬G@€D"ü-à_l§?ÌÎÍá¡3æð¿áÚk040 ]òÃÿ©±É¯”Ól:À½ ¸TÐà¤9PÓ4tÆÚ1om²ñ™é¿'@"‘HuùcœÀ_öVK~dr ît:­­-d2™²­fbåqcŸ]ØÞFg¬ÝõÚàz3dH$ÁŸ‡ÿÐ Þ»<íïÆÄçæ]ÁŸ-ùáGýœ,èqi~¡O10/æ$AEQr™þgÊLÀl|ëf& ‘0ì °³6¸#ÖŽùÅ¥º0dH$ÁŸ‡ÿm·B×õ¢ŽòešÏáÁ3™×ü¯{Ÿiä/›ó÷: —-ôñ:Íïä1UU¡ª*R©”spé² p»68ÖÞ†…:0dH$Á_€¿ìí˜'ð·ªùÓ,ʵ îD"Qr/UšßICUUhš†”a»&`+‘@G{»#ø³·u]GG˜2$©îá?"1& >7_TäÏàoœn N§¥þÅ, rÛhôq¬àÆ\¼´Ókks&]×ÑÑÖŠ…¥Ú5dH$ÁÿöÛàóù,£z;ÏÆçðÀ£gßÕüEø—" ßÞÞ6ìð÷2 àÅc¬ ž7`ÛØÌ- êho«Y@€D"Õ2üï7‡ÿ>pÇí¹È¿Øq?·ðgÏ#[òã´‰ÎìãŠéð÷*3àæ±bÊ/­!‘H˜f¬ÖÇÚÚ0¿´Tðõ«Ý ‘Hµ ÿ÷Âx¸ã6hìcþ7]w-†¥ŸßÝÝ]Ððçå¶?£#{÷²ÙÏÉcŕ֨ÞFG{›#ø_ÎhèhÛ™¨%@€D"Õ%ü?ÈEþvAoô¾ÙxÜþ×_këT?¯#sõ›Ù[ÌcÅ4û9}¾âÊk»=­Žàùk¨èhÛ)X˜T‹ @"‘êþ,ò/vÜo6ÇýØ€?—öö‰D"%‰Âesýå˜é—=æÕómÛˆµ·¹\¬Ù1WW‹ @"‘êþV°·2nàÏÄöað·‚ŸLFÌf³yQµ¤ùíšvb +°¶†-¡'ÀÙÚ`ugOÀÒrÕ›2$©.à?:<„ÝyGüÝš€ÙxXÀÿæë¯3õãkþnfåe±ñ¾L&SøîÕcâû¬2fkƒ/­­åF]­ Ö´š0dH$R5K?tØçóù-áÿÁ]ø{r°O<Žû~[Vð4^òÓÐÐài.ïó æ•š`£“Ìì¸3­ŽàÏÿÇÚZ±XÅ&€ ‰DªJðïÂ_…#÷Ù…¿è혀 ³q<ðˆ=ø›EþvAg'ög&“É-õ)'Ì‹ÝöçÅc¬àÚ$vL€«µÁš†öÖ,.¯T¥ @"‘ª ú<üƒ¡pAäÏ|dhºë¨ªZð~7&`6>ç þü’þÅnûK¥RØÚÚ²„V)€l÷k•Úˆ˜e†0;gnvzZÁŸ½­kÚÛZ«Ò ‘HÕÿœ èô565ßà.3ˆƒ,,.ask ÑhÁž'&àÂl÷?üˆ9üo¸Þ2ò÷ ~™L&—ò/'ÌKý˜ÛÌ€• ˆÏ7^Z[Gb{í­-ŽàϤkÚZ[°Te&€ ‰Dª*ø·ÆbÁΞžçå«O¼´¶†™ ðÚÏ_Ǧ^†®ëèîê´•àßoþÃ5'ð3ƒ;½‡]¥y¯ŒˆQ9À¾ °ÎH—í–ªÉ ‘H• ~>ì‹õ ¾¯«·÷O›šï”Qd³ÈÚx‚] #•Já—o¾…W_û9š››ÐÚÒbë"vþìÁß(òw:ç/û¸d2)ÝèW©@.·a?w™1°kÚZZÁ?/ÐÒŒ¥•¤Ri30Ÿ™þA¥8k‰Dª(ø_yå•¡´ëdï‚‚[EËî7~+x*»ðÿ®( n¿ù&:°ß4 pav÷=äþòà_ tÙl¿ìô¾½ŠÖ èös½~,“Éd²Ù,’É^üöw0·°`øïÞÝÙc£ŽàÏÿ=±½©W†­­„Ñ—H¸ajrâ[dH$ À;ÞñŽÆTæEQîp#€ˆé ?gØßóH_`r©ÁPŸÿÔ' ¥& ø+Š‚®®.Oàì¤ü···¥)ÿJ„o¥˜“l6[” Ø?:âþìíÄö6^þÙkf&`À¯LMN¼F€D"Õ¥Nž<K«¾Û¡(wÙkø#Ë,vþØÿndœû°®p`+Ê.ÿ/ÿé÷ùð;oÇ`nB€Ÿ°ÿ[n¼Ã `ð7šów2.ÇfûYM¹Öa^ŠçÍŠ¿#¹RŠ}àfm0˼üêk†¿G~ àÄÔäDŠ ‰Dª 9}º_ÍàÎèã× éG’Eù9øs7õl6 ¿OG0àGÀçƒÆ6Äe2H¦RØØL ±Û)¯( |~îºíV @UÕÜ933»ð7Üð§i¸å†ër§ú‰µgþvA'~ïl¶_ÜèW‰ð­sâÚtt`ßè°cøç2‰müø•W‘4n üéɉÿF€D"Õ¬Ž_uÕ>¤³weå.8mö±Vð²ðë>>üþÜL„1û3±Äò¥KÐun¿å& ö÷CÓ4hš–g.ìnø³ þzíÂßè1þ},åOiþÒ<¯[àfm0°3ò“ŸýyÏÊ €ñ©É‰2$©ftâôéi¨w)Ùì]ÛùCøú||ú|y‘²˜ ÀÎhX¿òoÞ‰¾>hš]×óLÀìÜ\n·¿¬'ÀþìktvvŒú9Mýó)ÿjr5™ñïvL@WG ûF†ßý}~q ¯¿ù–ÑÓÿÕÔäÄçÉH¤j–zâÔ©w¦¡Þ¥wvòÉ"üUúwÒû ô¬Ã›‡¿˜æe`V>Ÿ§OŸFgggþÌ躎¹ùhš†¥å<öÔÓØN&w€°ó‰¹Ïá/>¿›Q?Ù.¾ç Vºï+ýû €£L@,†±áAGðgzóÜù#Q¨LMN\I€D"UœÞñŽw4n¦³7cgÿþ"Å<Ÿß§# " ÁïÓ¥Ð7ƒ¿YôÏ"÷ãÇ£½½=Wëç ÀÒò2žxö9$ü ”œÐu½þyp9çÏ?–L&=¯÷SšßYAUUW& 3ÖŽñaëL€ø¾ÍMüø•Ÿ=íá©É‰WÊõš¦‰D2?£¿™ÎŸÑw£ ßH8„†púîñ¼²š·Qä¯( "‘TUÅêêjÞçòÏ¡iŽ=Šn¥+ŸöŸ_XÀSϽ°õr”ÝŠ4Mí7\g¹äÇmZšmõ3ºþJIóÛ=Ú×îçVâ÷“N§¡iZÞûrå€ï|sórß}|lhÐ6ü³Ù,B»¦wcsSö´7 @"‘öFüŒ~:7£Ÿuý|¡`ÑH‘P>]/hÚ“-máá¯i"‘ü~?4MC2™ÄÜÜ’ɤ%üðÕÝÝŠ¢`aqϼðÿÜ‘¹Ï¿õÆë148X"–Áß)üØ|¿,kQnø¹o¥ôxùý¤Óé¼EP9pµ3`·9°­¥ÙÈ)çk ‰DÊŸÑÏât1ÅAe·‰¯1Ad7Ò7ÅâpePÔuÑh~¿?wº[*•²„¿ªª8vìZ[[óÀÏþ_Z^Æ3/¼„T* EQ±›ôgWÎEþƒÒSýdðw?6ß_í‘t¹Á]ŽÌ˸5£’>£¿GÂ!£—Ï¡r¾î©€DªS¹™Ñ7’ª(hˆ„DÐ CƬøè—ý)Fû@Á`@ g R©2™ Òé4¶··mÃ_UU躞ûSÓ4,¯¬àÙ¿y¹æ¯*;&`·ùOÓuܺ»Þ—/03êÇêýÉÝ„¥b©kìÅ|nµô °ÆOQÉdÊÔ@g{F‡mM$“Iüà'ÒLÿ€Æ©É‰l9î” ‘êGy3ú™,†•"Rûšª"ÚAcC‘p>ôùª8zÅ×óƒÁ B¡Púététºhø³¦?öÿü_B2™Êƒ»¢ ÿ[n¸C¹ëæ#ÿÎÎN×ðÏd2†ùTS$]Íi~»±ßM]×g‘µ™ `S(ìdGN :ÄÉH¤¢äÕŒ~khlh@S´‘P¨ð<4Žê ‡Ã…B…B~ þüŸvàüøq´´´äàÏoù3„ÿní_ÓuÜrýu’¿«« ápØTìÖû«¥Æ^©æÄËkbæÓ ˜[XvM€Õd@ÀïÃÆfZö4mdH$’+ñ3úKë·ª(nFßïó¡)Ý~8dz£–IQ„Ãa„ÃaÃ.>âw ùó)óÈgÜOgðÊ[Ìž›‡¿S¨ðõþJ5?–ÉdL&áÛ]9gز 3ÍbÄ ÀÞÖ5Cü¶–ë^A€Dªñ3úëÉô ›Ñw™áhnŒ¢)E(ÞÈdò,µ¯ª*Âá0‚Á ü~^ê_£È~~ÞpN^„?Ÿò×uKËÎàÏ/†aiþN Âá[É «pï•abµú Û0‹K€! N«¨¥\÷ 2$R•Êëýp(„æÆ(Zšðû o’Fà×u=—Ú—EúFË}XÝ_³Q?1íÏ/úY\ZƳ/¾h M“Ÿ v°Sø˜Õû«9’®sâõ5¥Óéã¦ý~W& `d÷üñùuM¥ ‰D²/¯gô£‘ZšÑÜØ¿ßç8½ïóùrÐ÷s¦¯y[Eþ ü²È_v- þ|ÚŸ‡ÿÒò ž³‚ÿ7`tx(g`øô¿ü­ʰ#|«9Í/{¬Ö¾'×ÄL0¿› îï+ø” ‘H–òzF¿1Ú€Ö¦&475æó°›Ÿ7ú“A? æÒ£²M~NàÏÞ#ñf,Â_šöálÛ€¿Xó—Áß.,ŒêýÕIWR^ ×Ä~7]›€,0<З÷5Ä&CÊH$ù3úÙ CQ\s_UU476¢µyúÚîÆ3»Q>€ÜŒ~(*X›*Þ,yøó@„¿Øô·½½………ܬ¼˜I0ƒ¿ÏçÛIû›Á_×qË ×çà/«ù7448† ?ß_-î¥Þ¯_‹™¢LÀÒN&`¨¿7/“E‰x=£¯ihmnBks3š£yžXŸEÄ<ôÅ­xvào7ò7‚?=ªªâĉ5ÿ¥ekøßzãõ’×ü;::rðw¯šý(3P=Åš€,²¹r€¦R‰T·òzFßçó¡­¥m--hŠ6H—ð˜ý©ª*ü~Þb³›¨~'ðçM€Øí/ÎÌó š¦å»‘ÿm7Þ€á¡Â Š¢Háo ì0ŸZФ+= ßëk²c^úöß#>/=î KË;™€¾^è:eH¤º’×3úÁ@m­-hkiFS4급OUÕ\¤ÏÆõì@ßiä/ÖúÙã,òçGýònPºŽcÇŽåÁŸÍùçºýmÀ_6ç/nø³ ÙrŸZ‰¤ëaÛŸÓkrjÞ÷žwÛ2m­dH¤Z—×3úáP±¶V´µ¶ A2§Îàf4£ÏVð¼˜à v]\\Ìëökþüz_þ– üÍÖûÚM1'ùÑq¿Õg0JivÜÝ] IDATÒéŒÑS—­@‡‘H%?£?£mˆ ÖÖ†X[+BÁ ôÆeö§¦i9àAßju©ì†i5çÏ7úño'“É\ÍŸþze»ý™XZ^Á3Ï?ïþ¼0‚¿$2™ ¶¶¶<…_¥‚Cß{# iZ €d*ejL4?59ÑA©Šä匾 ©©mmhokEpw±Ž“”®ë9èëÙ‰òÞï6òO&“¹ÈŸÿ<~¡Kû‹õþ#}ÝßÕüÂ?N#‘HTL„J €¥¿¦rd T¶eH¤"”7£œ.êŨ(hmiFG{;b­­ðùtËèH6'¤ãzn"~ñï øìm£í~,À¿ÍàÏ">ê.¯÷mnn.€ÿN俌§Ÿ³€ÿM7bĤáO¬ù[]wµFátÜoqÍ{” hœšœ¸D©Âä匾¦©homÝ~[kn6ØIDâóùr©}³}/dùó&@1ò72/|äÏ ÿ§ž{Þt·?ƒ¿º;bU,ü“ɤáYÔXû£Ž^f^øÖ·1¿{Z  µ @"U€<Ñ×uím茵£­¥šælFŸí&gÿÛ™Ñ/úNá/kø[ZZ2õ“¥ý/×üÁ_\òc£ïu{{;· ~/@WÉiþz ôÚ\óëïÂSÏ¿ˆµõu;OÕà,iäõŒ¾ßïGg¬]1´µ´¸šÑ×u½ ‰Ïè†V®ÈŸÒ þËËËy vá¿3ê·ä þÀå%?²#}~f²ÿJw5oû«¤Ÿq)M@0Ä5ï~žyá%$%Ë£$€’‹ ‰´+¯gôCÁ º:;Ћ¡¥¹Éñ‡íÝ÷ûýÐuÝÕŒ¾ÝžE?n#ñë° G5>ØÇüo¿ùFé†?ùËào•l6‹­­-Óºs­GÒõšðÚÈŽninÆ¿yÇUøûúž ©”òzF¿!Awgº;;КÞld³ú,[àóùònåˆòíÀ_6îgÖí¿¼¼œ—öç¯_Ó49rÄþOÚ„¿QÍß þâcl1‘[ UK$]kßO)¶ýy¡T*•ûæ5<8€Ÿÿâ—¸S€D*·øýÍtñ3úÍMèîìDwg'"á‚‘ÑR&=ŸÏ—;!¬œ÷*òççüYäoVó?zô¨qÍß!üjþv²üioõ°ê¶Þõñºîo¦d2)=ôçª+¯ÀÏ>gv ” ‘¼’§3ú»ãz=]]èîì@8r|Sá¡/vþ—#Jq»Ûßiä/ûZ¬æ/Žúñ57ðvjþ±XÌþ²'q̯£Všé/o³Ÿ“×Y*•*8ú·¥¹ #Cƒøå›oQ€D*…òfô³8]ÌÖ UUkkGo÷ôÂb«&>VïfÐçOç+ÈKù‹‡ú0øóÝþüÎ>òonnΟý\rðö9SøßqóM–4ü)Šb þ¼d§ùÕC§;÷[># 30>2bfzÉHå팾†®Žz»»ÑÝÙá*=ÏG¶fãzåŽòÝÀßì8_³šîf£ë8räHüù´ÿâ¢uäÇÍ7adX^ógð·úY°·‰ÒétUF­”ðæšÊ•H§Ó¥€®ÎDÂa¬olÈ>m” ‰d#8÷rFßçó¡§«½ÝÝèêˆå-Öq²‚—ý¿WQ‡W‘?~v#3‚ÿÊÊŠéÁ>GŽ1¬ù_Nû'áËMyi&þvÊlƿڣÖZ=î·£œ’ìïÃ+¯ý\ö)]dH$‰¼žÑèíîF_o7:ÚÛóÒóvÓû f"œÊݱï%üy ƒ?û_ù‹i1ퟃÿ³ÎàÏÿŒùn; pFð§mõ9긗¯Í–Ã^?j$‘˜¼žÑ„ÃèïíA_OÚ¹s¹Ìèóil§Ÿ_ÌA<^›q·1ðM“®ë8|øpÞ©~ªªæú Š?‹üíŸå+.ø©ÐQàÞed¿sÀΑÑ-Š ©®åõŒ~c4о^ô÷ö ¥¹ÙðFÁà"›ÑgQ¾Uç~%FùÅFþâÿ|Úß*òá¯idðW(¸ ÿ»n»#CC¹#øÛ¹'‰’¦Å«%’®÷À½3Ƽ¢ †N€TwòzF¿µ¥}½èë-XÌcgFŸ_PÃϼˆò+å†d·áÏ þüsñ§ú±nCø?óœ-øóÐçáÏwû›Ýüyø×ûªÛzÏ T‘6ÈêB^ÏèÇÚÛ0Øß‡Þ>D"aÇ)@–Þgð¯Â›‡-ðíö7ëøgð_]]Í`ùËæüÝÀ_\òS,ü«1j­¤mµØ ɦ€2éŒÑ‡¯ Õ¬¼ÑWÑÝÙ‰þ^ ôõ! æÝð­¢|1½/¾ß XKk¯¿žÈß þ/^´Üð×ÔÔ$]ò3¿¸è þì¹ÛÛÛ‡m}ï²´5F­Õ²í¯ÒÆ•H¦’FŸ²M€TSòzF¿¯·CýýèïíÉíÍ·½,½ÏRû¥Žº+Á8x þg«ªj^äÏwú뺎…EëÈÿý·ÝŠ‘á¡ÜsŠþBÜÖE³›¿:Ô§¾3{-Ù ,,.}Ê,RµËÓ}¿ß‡¾> ô£·»º®;NïóÀ7×+7¬Ë%§ðkþ/^Ì™YÍ_Lû³ŒŠÏçÃüÂ"žxæY[ðkþ<üíÀ¢^õ©·†Æj΀ù…£O™ @ª:y=£ 18ÐáÁôtu¹šÑSÉÕr7Ƥ؆?üyS%ƒ¿¦i»ð_p¾æ/ÂßÊœ1ø³±«zët¯÷C}*aäOë)’]Ó̬ቀÿL€TòzF¿¡!‚áÁA   «³Ã´YJº¡_îë0›ó—mõ7ü]ºtÉp½¯¦i8|øpnÔOûû|>,,,≧ß=w{{»þ²Ÿ¡QͿڣV:î·ºšýD±ò¤X‚<7=‹—.‘ UŸ¼žÑoinÂðà F††r‹yÄ»š>{Ü«B%-ìq3~h7ò· ±áïСCë}yø?þô3Ø6ƒÿí·adh°þ,òƒ¶~ét‰D¢f¢V:î·vRÿüJpþžõò+¯}Ú¿NMN\ @ª(y=£koÇÈÐ F‡‡ÐÜÔTpSÓù²‹ô÷Ö•å— þf£~‡6<Ò×.üG‡kþ<üÍ`ÁßfúiÛ_¥HUUéû^ýùÏ17oXÿÿÊudH¦òzF¿»³£ÃCB´¡Áõ ×éRžJ„õ^ÀŸŸó·ö±ü󳚿ѨŸSøóeY·¿Õãíí횉ZkmÛß^ŒJ†ÿÜÂþõ?2úÔ759‘&@*«¼œÑ×uCýÆðà ü~E½@«eaÛ¯Ín.NÓþ©T*¯Û_|n]×qèС<ø3ðkšf ŸOÇ]·Éᯪj®áÏ@¬–üÔ訰²à/ëCZ½xϾôMlnm}úüm9¯— @ýÊÓý€ß‘á!ŒŒ`h ßÕŒ>ûؽtõ•ÔôçæóKYó?tèPÁ’ŸÜ†?þªEQwLä.üßûíÊEû2øÛùÙ8™ó§mõÕXIðg¿çÙlö2ü7 á?àΩɉ$RIäõŒ~8ÂØÈÆGFÐß×›7ëj7­ÏG«ÕuWb&ƒ¾Sø¯­­åà/«ùóð/Xï»°ˆÇŸzZ€¿"…¿¬áO6êgdÎùW[ÔJ €î¯©Òà_ùÃ?àÃS“o—ûºÉÔ¸¼žÑoŒF1>6Š}£#èíéqõ"ä!U/°öúf%køÿ·;ç¿¶¶†T*eXó?xð`Á’öÿÜü{êéËsþ9ø+RøË–ü°z©ˆ—‡­D­{µíŽûõþböÊüà¦&'¾½×N åõŒ~[k+öbߨ:;b–/T™Ä rÕýJ-?Eþ"ü­"ÿíím¬¯¯çæüùçvjþÌëöÏOû»ƒ?3íííRøÝèÅš½vºS¦£rî! þ²ÄV/^Ä3/¾dÿ/MMNüÅ^]?€‘×3ú]Ø?>†ýããhmi)xáY¥÷ôe«c÷žÕúõ¼†2™ÌÁ_?Û­ÀGþ…5ÿœyÒþ¸ãvŒçžSLû[-ùáßÄnêt¯ýLG5Ìù3ø³ßqv}àÿÿîå÷@ ŠåõŒ~_oöcÿØšš¿èxø˜AŸöì üùÝþbÍŸÿ÷Ò4 îö7†?ßðçÃî¸ £Ãæ5» a ÔéN£Ž•òºáÏßGWVW«þdªP^Ïè àà¾}Ø76†p8$}™mâ—ËìUÔ]k²3çïþëëësþL¬æo”öŸ›Ÿw±æoÙc‰D¢à:iÕ-÷[‰ð€•U[‘ÿNMNü·J¸Ï¨y=£?62‚ûƱol €ßðÅe~,õe7Ƥ› Åãxyø‹©~þ£~bßlÎ_×uÌ9ŒüÅš[[›í%?<ük9j¥ã~«käOUU„ÃaiÍ¿ÚàO råéŒ~0À¾ñ1Ü¿£ÃÃðù|®šøDèïe]¿Raíõ÷çUäŸJ¥¤ðgÆNUU8p qÔonagžxÊþ¼óvŒ É—üÈàov£O&“£~ÔéN™Ž½4<üÅé2ü7«þd*H^ÏèG"Ø7ŽC`xpÀÕŒ~*•² }ZØSúï±øói–A`ÿÖ¬æßØØXp¢Ÿ¦i¶áoTógð· 5¶’¸£VêܯÎ@þù‘ÿ*žyñ›U2{,¯gô››špðÀ~:°ƒýýŽáÅêù ü^½èê}aO)áo}öïÈGþbŸp¹áO<؇Á~añ2üY§¿ üŃ}ŒFýŒ¾ÏT*…d2YõQ+êS;ÛþÌà¿Óí_ð'°òzF?ÖÞŽCöãðÁƒèéî2}áÉjúü!0V5}ZØS#ä&ò72›››yiþùù´¿ü}âIþŠ)üù €Ó9Ö§@ «®(¼–·ý©ªŠH$"}ßÊê*ž~ᥪ…?€2ÉëýÞîn>t‡D¬½­àEc6›Ï”L&mA¿^a½W üŦ?§ð—ejš†ýû÷tûû|>¨ªšƒ*%Â_±„?Kû;™óÏd2Røè¨p¯á/;ØgeuO?ÿ¢ÙÁ>ÀΆ¿ÿ^É÷N2%’×3úƒý8rè<€–æfWM|,½ÊÒû•ëZoús'‘?ªŸ þbÍŸÁŸuûó5(røèÎ;0:"_ò#6üÙÝïO £QG;Ï»ðç3¨µ2ËË}MÓ0:2Œ#‡âÈÁƒ¹4”Ñ Â¨‰¯èÓž½ùþÌvûÛ…?[ï+›óg‘?Kù«ªšÿÇíÁ߬áÏ.dð§4?5î¥dð¯µÈŸ €GòrFßçóaÿø8Ž>„C ¼0¬ÒûlÇ»lŒª¢îZw9"YºŸ_ïË×üeþöíÛ'õsqÉÓ9ÿZŽZk¡°žŽûUU Ò÷íÔükþd\þŽx:£ âðÁ8zø0öï‡ßÅŒ>‹ò­ÎH¯wUbù¡ÔiþbÍŸŸóÏÏËá¯(váצK~‚Á £·¸â—:Ý)3°—÷/ù’ŸU<õü vNõûïÕtO$`C^Ïè744àèáC8väÆGG ªjÞ ÀÎA; øÉd²,‡í”;⯇òƒ×ð—Ÿ_òÃÏùó[þæLà¯@îóáÃï¿Óð`YßÄÃ}j9j¥ã~Ý_Ó^ÀŸýŽ_^òS›ð'`"¯gô[š›qüè;r#ÃCŽo6›õú´°§2³nàÏz<üºý÷íÛW°ä'—öŸŸÇ#6áot°O@(UYý{8]ñK €”é('ü™EÁòÊJÍŸ € ¯gô;;b8~ô(Ž=Šþ¾^Ç).v *ýz‰º+ Î^?§“ÝþV‘ÿÖÖ–!üu]7„¿ÏçÃl<îþ²ƒ}dð7Èöö¶ã¿µž¨×LG%¤þ5M3mø³ÿߟšœøÕz¯«{àõŒ~_NÛ~WgGÁ/·Uzß úµWcÄ_Š93øóë˜Eø' ˆ?#øÇãs®àÏž»­­-»`à§Q¨Ó¶ýíõýJÓ4Óšÿ“Ï=_Óð¯[àõŒþèð0N?†ãG ­µÕ±›eû‰DÂr Áºr3vÊ8Nào¶ägkk+Sþ¸\EQ iÆÇÇMáÿðãO˜Âÿ7ÞF†öááo§žm´ßŸ:ÝëûûÙ«m<üÙ놯ù×üëÊx=£¿|'ÃñcGÑ4^Y«›L&‘H$H$r7Æj5•Jù›íöÓþ|äÏ~Çt]Çøø8¢ÑhÁÁ>º®Û†¿Ùœ?ßío§ž-®ø­Õ¨µÐÕû¡>{ ÿzŒüëÂx=£äÐAœ<~ÇŽAH²ãÜ üìæÍR·^ýâÓžÊÎhxù³:¾îŸ{1ïÖüüÙ¸_þsóŽà/ì#õ³ºáí÷¯–¨µ”×D£Žå¿W˜Ãÿb]Á¿ €§3ú¡PÇÁÉãÇqäÐAøý~Çéýíííô­óPÇ|íe4¼ÚíÏÊDüÁ>²š¿ùósþ?ö¸#øó»sþâ÷É÷±èª/ /ç5í%ü—WVëþ5a¼žÑoŒFqòø1\qâìß]×5ñ;cN<ôk´´À»È_løãÿçþØçñ‘¿˜ögà×u³ssxøŒü?ð~ŒËkþ­­­Žçüíì÷'ÐQ`¹áÏv®ð_÷2üMOõû½©É‰ÿYk÷ïª4^Ïè·µ¶âÊ“'pÅÉØ76æ*Å»µµUéWZÔ]ëå€J2Znào”à$û<±æßØØ˜wª_.òŸ›—À_…¢ þc&û$+©Í žìG £†Æ½ùáÏ~ϳÙl]ÿª €×3úÝ]]¸òŠ“8uò$†lýbòQ~&“ÁÖÖ677óf›k1’§òCqߛٜ?«íËàŸJ¥r¿[F5ÿ±±1i·?ƒÿCg“À§†‡¿QÍßé’>ò§4?5îõë^Šü«Äx=£?48ˆSWœÄ©+N¢§»»à—Õ*½ŸN§±¹¹™‹ö÷ t´°§r¶Nöq ¾æ/Ÿ_Ó4WðkþNçüÂýþµµV[`¥–þÑhÔ¢æ_¿ð¯HàõŒþ¾±1œ>u®òÓþ;þæ\ßÕüíÎù[í÷§@:ÔÇÎ5• þF5ÿ'ž}®îá_1àèéÓ#jòjFÿðÁƒ8}å8uåhŒFmýÒ‰ílnnbcc#WË$XSFËÈ_¶ÕO„?k;ýüYßü|ôŒ)ü?òÁ÷cld$÷{/køs §ûý)3@KÊÿüÈOtº.¿|³}–ÚߨØp=£Oóµ“Ñ(æëù‹F€¯ùËŽôåÓþªªÀÿGÌáÿ›|?Fø³çniiq<çÏàïÅŠßZÎ P¦£|£~¬'FüšË++xü™çþ`ÔÀvò¿b÷ÚÛÚpúÔ•¸êÔ•8°oŸ´£ÓL™L›››¹ô>_§¬§¨›ö”>òwþï²Ñ9Öí/«ù ±áÏ ,ŒVüR§{}~?{¹í‡?ü+Ì;}úsÈZÿ§» W:…«N]‰‘áaÇ_'Nccc#}:R—2{¾áOóóuñ`¾æ?::jRóÛ‚ÿØè¨aÍßéœ?¿â·ž¢VÚöW™ €"ü)ò¯PpìØ¿é@6õŸŒÞ ‡qÝû®Á¯¾óèëíqüü©T*—ÚçÿÁ©CŸäåÏÖmäÏêýNáÏnnbÚß)üÅ%?⨟ݾ¿ÔéNiþrŒü™Áeu•à_QêÏ4ËÞuʼnøâç>‹p8ä úëëëEÏèÓxÛÞ€µš~¶Fðçá-ŽøÁŸOûóe)EQ ªjüÅ#} á¯r»ýåðç3væü &Ÿ@G €å„>ÿ¦¦&ƒ%?+xüég þ•bŽŸ>}8›ÅïÈÞwèàüñ—þÀvm{{;éۙѯFØÐ4BåýlíDþ ò"èeðgÉþdiÿÜÁ>†ðGþ¿õ¡Öü[ZZ¤ð·ú±È¿š¢ð½6ÔXš{ ƒ¿|ÉÏü7þ•c²YåJ£ÈO~ìw,áÏC?•J¹†•(£QNø‹Ù¾ÀhÉÏèèhÁ¨Ký_˜5¿’ƒÿØèh.Ú· 30Xí÷¯÷z6êS¾,€ö{¾s°-øÿîÔäÄ_úËhà°ì×á½W¿½=òz?;h§fôë)ꦟ­5üE€óðôgþjþ,òohh(8؇‡2™„¢šÃ_VóáïÉdÒÕ~ÿZ‰Z©°2Fþdðwùü÷$ àlÿøn¤Âkcc+++H§Ók‚õžfPŠüRþâþ üù´ÿ…ÙY<ðè¤R©›_.µo ¾æ/ƒ¿]08]ñK €´©¯cMÓÐÜÜ,Í/-¯à1ëš?Á¯ ²8,{Xý///{ö D)ò½ƒg­}½bà/‹úYÚR×uŒŒŒîöÏÁ?™Ú¹ù9€¿ªªhnn6…¿øc®©žM™·×äüe5ÿø?cÿ,vjþ‰Ô2}&Ùƒ¡PHúMQwí“j<_¡Xø›mø³‚ÿý#dwΟ‡¿ØôÇÃ_ü|1òççü‹…?»IÚ¿ÙcvVüÖjÔºWÍ~tÜo¡t]/6ò§š¥€¬xñ›ßÂÊêjÁãmmm†&€æÔÉ•ãZЉüôù €ÿh4š·Ü‡Áæ‚ûÈŸìc–ö7»§Óé¼YªgÓ¶?§×ä%üeåà¥åœyêi;ðÿKÂ{…€LVù¡ìñõõu|åî¯f ííí‡ÃuW!<«íûs3𳚹¬Þ¯(JÞ’~Ô/þÂßç÷á·>ü!ô?køs³ýþt¨OmnûóÚ`”"òç»þ þÞK+Ç™»0=×ÙÛ{=€>ñ}Ó33hlŒbtd¤À„ÃaÃ#G äd„Êq¯¿Uä/¦ÿÅš¿8ç9í·„ÿo~èCØ76 UU]Áßè1;ûýk9j­×m•Öh•ö'øW©€žþ¾Îfñ)HF4õ2š1:Rxò_%™ê˜¯-#dþ|ÊßÌ0øËêþº®cxxX ¶Þ÷¾‡¶Œü÷Ùõ³ +ùS§{åd ÿqaΟ5þñðwús’Eþ:j,÷œ¿®ëhii1ˆü—ñè“ÿª7ppßø?o%’·CA—[ HBQ7!/áï&ò7ÛðÇGþº®ç¯÷ÇqŸ)üýøí¸þ,òçþÜ€ÁíŠßz;ÔÇn6¥ “—ð·üük̼õÖ[™öî—T%{€Æb3”"'#äüÅ‘=»ð—}>ccðç×úòK~¬áoÞðÇFýÜÀ*™LªgÓ¨£Ûkò*òg¿ã6áÿ…©É‰¿"ŒW‰€ù ç—Ú»žôÊPÔMF¨”‘¿Ñœ?€‚ |ßöç£ÿ{mÂ_UÕ¼¤7?/~Ë_=F­Õ¼í¯’~Æ^ÃßaäOð¯FÀL@¬»ë EQMM€l:€7^”hMn}¡RÁ_ŒþÅš?_÷÷ûýŽáÏê#køs ~ËÕ³)3àöë ÿÖÖV)ü—þ5o`îÂ…ekð²m@ {ÈÙ}N; l¿vˆõóðççüóÒþÜÁŸüùQ?§7wÖôWÏQk%Íù×Âϸø‹5ÿø?Eð¯P @¢ò¸´ËÐ IDATƒ“ÈŸoÞ“Á_ÌÈ"ÿÜ IHûóàgð¿ç¡‡Ìáÿƾñ1[ðwú}g2$‰=]5g(Óá]Ýß:ò'ø×•°k~øã©=74:X}FÈl·¿øóÑ<ðÿFF5¿ßï þ&‘¿Xówl6+}}P=›2åœó—Á_Q‚=€R˜€Z_“[©†Júù¹üùc|ÙßYÚߨæ?88XÿËë}/؆¿Ýn§7|~ÖŸêÙtܯ×äeä†à_ßÀ ‰DleÖµc„ŒžÓ+øg2¨ªjx¤/qÆßçóazf÷<ø RÉ´­ÈŸþÙQ¨f£~fß;¶¤¨” m(3@ÛþŒàßÖÖ&=Øgqi>ñ$6Ìáÿù©É‰¿&T׸pd¢Å™yí!§ð7:Ò7“É@Qé’v°Ïàà "‘HÞˆŸøô#öÒþnÀ ÈÇýê9jõbÛ_½¦bà/;؇àO &MîÝ÷ê5üÅÏ˽hvkþ<üFþ;ðƒ¦iRøû|¾¢ À¾¯zZ½ÞöWnáO‘?€Š3´&wo`]Šï•´~e¯Õ©~,íÏž“}ƒ4KûËà¯ë:¦/\° ; nºÕ™±¡z6¥ù½¼&/à¿´Lð'àÌÜ  ©’2ëÊÊh¸‰üà¯iZAÃc@$)ˆúsðà üSøóK~ü~¿ã›°Õé~:j,uÄÏ¿FÚÛÛ "ÿ%<ò8ÁŸ @M@2™¬©žÚ\X:ø³†?£9þü¬ÿôÌÜó üŸßßùÍß°Œü‹ƒÙѾÕ…Sf`o®©ø.ù!ø“pi:z{W ÜUi™€jy-ö 8ó7«ù³ÈŸþƒƒƒˆF£PUµþç kþöàßÔÔT§°:Ú—õÙ›f¿z9îWù³ßs›ðÿÜÔäÄß’Éš€™[& ÚЀ±QïM-ìÙcâf·¿üÍÒþâJ`ÐlÉ!üxP2çÏÃÿ#9ø‹û0ø»ù9óÇàïèª9j­–m•þ3.þ#‚?€âMÀ¦¬M[‡ZëQw-ï·ü‰)»ðO§ÓÐuÝðH_MÓ0<<ŒH$UU êþöá?jZó/lÖß+ÐQ`}gœÈçó!‹üÉT¿  H¾zwû;…&“®ë>ªB8–§áÏ9üYäÏú†rí[k™zËtxðù|¦5ÿ‡{‚àO ~L–üÅŸÕÿyøóŸÃGþƒƒƒ‡ÃÒƒ}ÎÏÌàžûÃ_ÙÿÇ~ë#Ø?n\ó·;çoöï.;Ú·šË}M´ÉýÈYäoüÉÔU&€v”.ò7«ù‹+~eðçŸ[UÕ<ø‹û0ø'àïÛ¿UÃ_±ªÑѾ{ºjޤë!ÓáuÝßþ;û,á¡Çž0ÛíÏNMNü[Â/€=5étZjÖ••Ñð"òçáo¶á-ù‘ì3=sÁ1üùƒ}Än·Èf³¶o©Ó¶ý9}¬˜Èßüà7ã3Ó3„_2kÖåò÷þü’¾Û?—öŸžÁ7î¿?ÅAä¯ištÔÏé¿+û~ùßWšé§™~/¯É þ±XLz°ÏÂâzìq;ð?759ñÇ„^2e5 &`kk«æàYíY 7ðççüeðkþì`Ÿþþþ¢àÿñþÆGå ¶æüíd2)=ݯ¡R-îõn˜œÀ_v°øÀWã3ÓÏzÉT” 0ê  …={cLŒvû»møã?^œó(˜ó÷ù|ðûý†ð‡þ²ƒ}ü½ßñOõìâ¾>5ڿϘú9„?üi|fú,¡— @©LÀnL@CCƒ§µ¶ ÜsþfðçAnÿl6›7j'ìï÷•GþÓ¶áoVó/ö†ÏN÷cÿN F £41¯Wó9ÿe§ðŸðûñ™éú‰rÈ”×töõ>Ž,Š2å,T’9¨„ŒF15IþìãÙc¹_|þš¦åÀÏàÿõûœÁŸüùQ¿bnÂìú“ÉdÍEáå¼&Z‚änÔ¯££Ã°æÿà™ÇœÀœx‚°K dŠOO¯kÜôЀÒGþVðgo‹ðçGýXÍ`` oÉ;ÑÏçóáÜyëÈÿým[ð/Ùl6oǵœ^W-£^ “]øÕü]ÀþC|fú„]25iäbæüEø³†;Þ8ð©ùþþþ¼9þvÒþŸøèoc|̸ᇱQ«xÀOµ€®R"éZû~ÊÑ(Â߃ÈV|!>3&ì’¨‰`ltÔ– X—æë³ÛŸ‡&“ßï7]òc«´?ñ`±á¯ØÔ?ßñïtµµVb³_5þŒÝÂqÉþ¡@©´”ñNMN²Q¿b"T#ø;5Ò$'òù|èìì4ˆüñà£æðµ¶`mcÃèëþÇøÌô«„\2umh@qðçWûÊà/Žúñsþápº®žêçþbäïøFFŠZ‹¿&ê°¾ððöað7ÛíßÑÚ¿®cum]öîMŸ‰ÏL' ¹dªÎÈ–Ñ€âdwÎ_¶ÕO„0”6ü1@÷õõ¤ýyøß}ï}¦ðÿäÇ>j¸Û¿˜9#ø§R©’6ûÑq¿õ™(&ò·‚cC+—ÖØ=ŸBÐÓS“ß Ü’¨J (JnYLP\äÏGýìO¶ G„¿¸Ú—Eþ<üesþvào¶áOõ+¦ ;NçûU+ü*åšê-Óáæ5iEQÁ_QÌ-.##ÿÚŸ™ž"Ü’¨êL@5ì ¨ôódðç#w>òáo•öçkþ þì`–úçôu ~’@ÿb! žîGõl:î·”©¯"EQ°•ØÆÊ¥K²Køt|fºv—«¨= ‡1>6šçˆËijq±ü¸íÂ?›Íæ¥ýùÏWº®£··7/òçánzwßs¯«È_Ó´‚Q?§°0‚¿8 ajÔéN=v®Sù’ŸE<ðÈÛð€•µ5lÉ·¨~sjrâË„Z2Ue~ür¡ `{êmaO9á/[òçýùçaK}zzz ºýý~¿møêc¿c+í_ìM8" ÿõµ–»ß¡ž “øç/ùqÿôÿRÁïð®þ<>3ý}º’¨8Ð=ÐÿX6“½@³SàE& ^Î ÍùÁ߬Û_ŒüÅnUU¥ðçOõ³ÿ1ãƒ}dð/æf-;à‡êÙÕ¨Ä%H^Eþ­MQ47FóàŸØNbiõ¢ìÃ3ØIÿ¯jÉTœfÏŸwdø_z¯L@%/3v"übºß*íŸûEÖ4ôöö"‰¤üÙz߯Ýs-ø›Õü½„ßôGõl÷×YÍæ¤œ €~¿ßþ‹KK–ðo‰6 9-È\\[džüøOS“ÿƒ0[¹Rëýð£ÿý¿ßRuõj†GT~íž{ñìó/Hß×ÙÙ‰–––Š‹º÷:Ã`þ|ä/ŸŸ‡ƒþXÍ_–ögà÷ûý®à/‹ü½LÅf2™\Ó®úæü+=3`]×¥‘ÿý?j ÿp0PUUqi}ÃèÓ%ÄR Æ2cy/6"XìÙµ>:(ŽùÙ?û8qÔ½Íjþ|ߘö?{îîþƽH¦Làÿ|Ìön/"T¾ã¿ÒAW-£Ö¾/çüÅÈ_¬ùÛ…?£åáŸL¥0¿´lô©Ÿ‹ÏL¯aÈÔŒ ‡Ã79;ÀÅ!UòRGþl«ïƒÁ\ÄlTó…BÒ oŸ?o ÿ.ü÷À?:žó·ssç›þ¨ž][ €•vܯYÚß.ü#¡ EÏçË={½¬^Zúüó059ñ_ˆ,•-•~—e§p7WWf:)”Öå*?ˆ73' |äŸÉd …òà/nøáÏ×üß>_ûú=¦ðÿ$ÙÁ>^ÌùËà/6ý9Í Pf€2v²¦ð_Z² v¯cå¾Gæ"¥ÿ)P™€ŸäMðF Ë^}=§‘¿ìpûp8œ÷ìm¾æ/‹üý~¿cøËö‘ÕJ‹í–mú³:Ô‡Žûuúšõûýèêê’Â~aÁþ­Ñ<ø³òÿT:øÂ¢ÑS|1>3½@D!PÓ&`¬Ìå€Jíðþ¬‡¥þب»»Ûð`Ÿ·Ï¹ƒ?ùóð÷ l1E­tÜo©ãá/f)ÀŸŸ„aÇfó¯©ÕKkX“g~659ñI*_T0­rÀ½÷á¹^Ì˰?­ÊµÔôg5çotœ¯¬Û?‰€á©~]]]†»ýß>w_ýú7ÌkþÿöYÖü‹ƒø³I&“TϦ™þ’_“ב?“EQpiÍp¼ŸÒÿ”¨ŸL€Qc`¥–Ê=çoVÏf³ÒÈŸ4‹üyø³ váotªƒ)º°e›þ(j¥m^}}+ø+ŠâþÌxûýþ¼×U&›ÅL|Î詾Ÿ™¾@!P&`êåŸ  åLV(Ų ½núó*íÏàÏGþâÁ>2ø_^òã þy)0 ü½ßôg†zZ)3àþ:½Žüù´?»—‰éUUqqm«—ÖdOõöÔäÄŸ9ªCT°¡\9 ‹·Œ>æ÷ÝgwËü‹¨Ír€[ø‹+~Å´?~Öylÿ·ÏÃWî6¿_ÙˆiÿbaÁ¿}ÏvoøTϦ%Hn®Óï÷£»»[Ú¸:¿°€ûzÄb½ocþbôìÔÿyø«ªjtò@éÊÔj& §k𱬒¹ŠA&à'?A82,d2™ªÚ`¶Û߫ȿ¡¡¡`·?ßð×ÕÕ…P(”·áïrÚßþŸùøÇsK~xø«ªŠ††Oçüy±¦¿J]5ghÔÑxÔ¯»»[ºäg~a÷>ôˆé=§µ© ø³× ŸþgðÏf³873kô”Ÿ™>KÄ P{&`öܪµ øéŽ 0ØX*P®,‚93ð‹‘¿¬æÏn6ÝÝÝðwù3øóiQ3ø{uc–ÁŸ@Gi~/¯I1ò·‚>õÏ›–þgðgÝÿËòÃæüA|fšŽ@%@&`̤1Ðè…YÉMNö1Zöc”ökþÁ`° åïóùpöí·Gþ| Óþ^Áþõ ºb®³ZÌI¹¯É þ ‹‹¶àϧýyƒÌÿ  æÿgç°•HÈžöީɉ'ˆÕ#êp¡þð{gµŒnÑðž{QÞÐÑÑÖÖÖŠòÝÀßNÊŸOû3øËæü»ººrð/ØíïþF‘¿—©X&ÖñO «Ž9ÿjÌ øý~ôôôÖüïyðaëÈ?*hö3²å?P\¤ú?e(`/ såþÅVM=Vðg |ø?Å1?ÿh4*}v°«ùË6üÙ‚ÿ'ŒáïdÎß ¸Y‰ƒÚx{MµöýsM þF5»ð¡Ïÿ½ÍzmÄîÿ…eéá?«>Ÿ™ÎÈ ØÕË?Ý1ÕZ°ùÁ_ùóÙñ`ŸÎÎμš?ÿ·ÎžµY·?‹üeþ¼ƒlÍ/E­tܯ—×$ÂßmäÏüYÄrÛYÀìü¼ÑDÁ#S“ªKT(RvÊ÷<ð éÆÀJ-ˆ7·bàFóàÏ?·¦iyðçSþnà/îöáï˜ø5¿´Ð†õ)Å5™ÂqÑQÚß þìmö:äá¯( –WW¾¥ÿ)@™ÓL@¨<#‚^˜/#£ƒ}:;;¥sþÅDþì¦%ƒ¿—Ûþø¦?êt/Ý5Õó$¿ßÞÞ^)üçpï™Þ;Ú››òjþ²e?b9Àï÷çuÿ«ªŠKëëˆÏKÿÙðÙøÌt’h@€L€• N¬´ž'»ýíÀŸEɲ†?#øçþÌ6üùŽÒþ¥ƒlÍ/Õ³)3àÕ5ñð;öü7Â_ý‹%€@ P0þ7;·€µuéþÿ§¦&'¾A¨>Q ÀCÙ)ÜûÀƒ™*a:ÀI·¿ þâ’>úgþüUU-õ{ûüyüÝÝ_G2i ÿÏ~òãØ?>nþ^‰}¯N`AõlZ‚d÷šìDþvà/Fýb­_,™±õ¿<ü5Mâ¼ù ô?eH3&å*8Ýí/‹üùÕ¾<üÅÈŸ’5MCGGB¡Pþy‘ÿ¹sø»¯Ým ³È_vÓôrÛ_&“Áöö6E­ m¥¸&#ø+Šb þ±–fiÃŸÑÆ?þ~¿?þ—Ö×13—}©$€OÇg¦·èîO€´kÚ{ºÎ¨Šz€¹ xÁ`Ðv9 ÔM¥†?¿äG„þ†¿óŽá/.ù1ƒ¿e³Y)ü©žMi~/®É4òŸ·«†?þìm¶ƒƒÁ_Q\ˆÏá¢ü🗦&'¾Lwýê•J¤Ÿ~ÿûo§³é«¼iô1÷=øç倽„?466îjp°ƒ?ßíÏþ<ûö9üí×¾æ*ò×4Í2íïü­²'ºò/AªÃÄà/û=ž›_À=<è(ò—uøËÒþüÛl÷??¸°´dô%)ýO’Ló.¬¶w›g~òÓW …06:RàÖÙÜ|)ËV»ýÍàÏ¿ÍàÏGþ<ü5MC,Ë›óg‹FìÂÿsŸü„aÚ?‰@×uÇ#|NSÿü ºêØöW-†IŒüù¦?»ðF¿ù‹F€õc¯Iþë›x{zFö%3>Ÿ™^§»=R&  JGÃá0²Ù,666lª‘*•r ÿ¼_2aΟÁßIäÿ¹O~ûÆÇ¤ûØ1`àá/Îûè¨Ћk2OûÏãi#ø‹»1øÇDrÛÿØÇ\˜›ÃŠü🜚œøŸt—¯^Q   ²S¸ÿ¡‡¥åEQ‹ÅÐÖÖæ:Ê·ûyÅFþìcŃ}:::r‡Šèº.ÿݶà/«ùÛ…±``óþ• nj¬Nà á?¿°` ÿÖËð—EûbÔÏÀΛ>À¿OÓ4Ì/.}iJÿS€äY&à•L_`bGç–¢P ü›šš "öܪªÀŸoø{ëí·ñ·_½ÉdÒ6üe‘¿Sä$õ/ÖýëuÛ_%7Vkf€Á_^óŸÇ7îÐþá|øËL€|ü¬û?äÁsk ¿|ëm£/ÿ¹øÌô*ÝÝÉ<4@ ¤å+ø‹sþ<üÙá><üÍ6üÿÏú“¶–ü”òÌu@>ï_íð«”kªµïÇÉóŠ‘~Íßü­¢~;ÿƒÁ\ú?×ý?7o4ÿÿý©É‰?§»zu‹Je–rÀ?‚g_xQú‚.¶Àߨ¼ŒüÅÝþ²ÈŸýùÖÙâà‰Dr7ÍRC€}ßNÀPëQ«—×T¯KÌÒþvàßÑÚR«F?–•“edÝÿš¦!>¿`t ”þ§ ©T™€Ÿ¾ò*ÆFG Þç¶Pª´¿ÿX,–ƒ?[*ÂÃÿË_ýšmø‹ãJ<ü‹5@V7|~Ù0ÐBÊt˜=f ÿ…{ð„mù‰ð—õ°ô?ÿÄö6^ûÅ/.ã‹ñ™éº›“ •ÐŒŽöðå€RÀ_\òÓÜÜœƒ£˜kþ,ÝÏÿœÂ?—¦ÚPÄš¿ë|ÍêþìŸj€ êS?c¿ß¾¾>)üãóóøÆ}Ø‚¿w«q?Yä/¦ÿÅ ÀL|ΨðթɉÿHwñê•öP¶Ê<š;J˜¡°]à»òŸ?؇‡¿ØðÇÒþì~öö›gϺ‚¿Q·©ÌF€¡–£VÊ M<üECoþ Sàó¯»ÍFËâsóF—Bé2$MÀvM@ÞM¡£ííí–à7ƒ??ç/¦üYý»¥¥Eºát]G,ËÁ_¬ù¿yö,þ×ß}Õþ_øô§ ö ‡Ã†£~fÙ·`°ªû›eV(3@KdÏ<‹üùqX1(^4¢9Ðu=·Ÿƒ=–L¥°´²B ÆE%€ Ðü… «±Þž3 ”ÛaTxõrO€øÂ7*“öç7Þµ´´äEþ²š¿üS&Gú~áÓŸ2õ“Á¿”Ûþ2™LÞ¼%-´©æHºž3F5EQlÁ¿³­ Ã=þìïNáÏ/ÿ ùËâs˜•gÎNMNü)ݵ)@òP?ù×=—Q²¦™€M2±X,/P ø³R_ó7ƒÿ[.àÏߘüËö¶QÝŸŽû-ß¶¿Z2Lf ñ9{ð7[ï+¾fÌRýF¥`0X`.ÄçŒ.é Ý­ÉöÊä/û),(3P_†I¬ùóà¶ÿv{ð—ßîÚ_EQà÷ûójÿŠ¢`naùë$àŸè.];¢€ ÔÜÌÌE란Ÿî …BÈd2X__—Â_Öè'ƒ?¿áÎÛÛÛsg†ÙÁ><üËfrìÖý tÔhgÎß°áÏ&ü#ÛÛýŒFüd¿hØ^ þý¯½þ \Z“ðwïÔäÄ“t‡¦ ©2=zϽøE)¸µµµ¡µµÕUäϺýÅÈ_UU´µµåÍùçÁÿMç‘¿XóçošÅ¤–íB@¬ûÛC­EáÔèÍ×7›óŸ›_° öfQ¿ÌˆQ=ÿÿwV`›ÉdhûR5™€gž!wCâÓþmmmhiiÉÛíÏ×ùÅš?ƒ¿ìT?#ø³óÃßxóMüõß}ÅþŠ­´¿Õ’™ŠƒX÷¯‡mt¨Oi®Éï÷£¿¿ß°æ÷½÷™Â¿K€?ÿ±Úð'kî³zŒ?ø‡ý9¿¸˜W ã´à[tW®-Q  Âe§ðêÏ^ƒßïÇèðpṲ́R)¬¯¯¬öåáßÚÚ  °æÏnííí…BÒÈÿ Ó´ÿNñw?ûiG£~¥Žòäe>ª~ÕäZÏtô÷÷ÖüíÀ?*¤ýùç±ZïkÔñ/>&˸å¥ÿñK¬^¼(»Ä‡§&'¦;2eH˜ xøÌcxîÅ—¤õþææf4559‚îdþFiÿ7Þ|ó·_±„¿Ñ’ŸP(d8ç_J0°ŸÕ³)3Pì5YÕü¿f ÿ¶üňßþ²”¾Ù¼¿l4Ðçóå}<ÌÌÆ.“ÒÿdH•hØèÑÇÇó/}Ùl¶ Ñ¯±±ÑhT £ |ÿ۟‡ÿ_;€¿¸ª”Áßê†+S±`àáï´º—– ñ2ƒÿÜüü7-àÏ–üÈ"~«?'ÿüÿbú_UUÌ-,æ5ÃrÚðÝ…kOT¨"qå€Û´æÝ²Ydüìg¯A÷ùÐß×›í'“I躞+;‚V ì„0~·¿ßïÇo½åþ|FA¬ùq»¹á‹MõÔXÊkª·L‡˜öÏüçðµ{ìÁ_åÛ5²4¿Uí_Q”Üë}.üüo`Y¾þ÷ɩɉ{èLÒÞgΧ³é÷øeÞM3=ù^úöwò²Éd©T hll̃¿¸áOÓ´üŃ}ü~?Þxó-üõ—ÿÎþ_4IûÍù—#µÌÎ=¨6ÐUK$]™þâÁ>³»ð7KûwÇÚÑmŸÛéb³È_<ü‡‡¿¢(˜¾pÁèr)ýO€TRà§ßÿþùT&u €·.ߘvàÏ@þô³Ïá›ßþNüÙÿáp8¯Û?/%¤ihmm•®÷eðÿ«/ÿ­!ü~?~ﳟÁþ}û kþvçü‹¯ì1þdÃj÷[9?c³ÈvnwÛ€¿ìT?»Q¿Õn³Ô?Ÿþg¯OUU±°´„­DBv¹Ûž¢[omJ§AUšekm}%Ò²ØñÙÜÿÙlϽø¶··qúÊ+òÊ, –møkmm…ßï—îö·ÿ/~ö3Ø·ïräÏOˆð·›f÷ â {ÕH™êý~بŸì`Ÿ ñ¸+øóÏafx#mdÐÍö°èŸ},L_˜5ºäoMMN¬Òm— ©B4vðP$Ž<à;GúùÿgðÒ·¾íímœºâdÞ>ñ¬{UUó"±ãÿ·Î:†¿ùóÝþå«ûWòB›Z;î·Ö “ßïÇÀÀ@Þïw.òù‹‰‹²ŒÆþDS`ôyb€‡¿ªª8?=ctÙ”þ'@ª ø7„‘§¼ B@2Åw¾ûH&“¸âÄñ¼¨Ÿü[ZZ vûçÁÿ}Ù5üÙÚàbûŠ¿Ø¨ž£ðroû«%Ã$¦ýùÏák÷Ük þf3þ|¶Ì*`V0'd&FÌ,¯¬`]8J|WÓ]— ©tèÄɈ¦é;ðÇåÆ?€¥þ9;°›Èîþ÷ßû#áð‰ IDATR©N;Z°äGý¿iþŸû ö™ÌùkšæhA—``Û©ž]zƒQ«†É´æoþ=ísþüëÄ(½/BÜúbfÀ¨©}/búÿÜŒaóß?NMNÌÑ·vEM€U¢c§®Šèºïiÿü;ÖΧO]‰X{{ü9S°ûÿ÷þå_ðƒý8÷âg£~,=_x°ÏYü¥ øïß·Oz°¬á¯Ü`çš t¥3µh˜Œà¯(Šmø764䥿eѹüíìc– à¿–ªªéEQp~zÚèò)ý_ã¢=UÏøu£yׯý*>ÿéOáÄñcøá~´3ë/ °ÏOO#•J£¿¯7w¤¯|Ãß[¶á/;؇‡ÿ^ÎéÈêC™þ1/"ÿƆ†¼ú½hD3 ƒ¿ì`;Ë~Äÿý~^@Q\Z[ÃÔO_5ú>Ÿ™¦@Ê*þbç0àÝ¿þ.|á3ŸÞiäkiÁ}ékí bwn`÷¯Š‚Ÿÿâuèº/þËû8‡¿Qäo÷†+S1`(fäõ¡%H@Òƒ}fãsøê7î±€ MÑhìefÙhU¯ÌØ9ðGf"äuÿ³;gÜü7959ñ6ÝÉ*4òWï½újüþ>Ÿ;ÔCÓ4´µ¶âÿüÃßG¬=¶óBÇåG$Ƨ>þqôôtçAŸ½m ÿ€_üüg á/é[ªˆÛì92™Œ£Ô1 «–(¼š·ý•ûgÌà/;ØÇü;cyK~¬"~«í~F¦Av€¬þÏþ  ¾þÛç)ýO€TUðg/ìkÞs5¾ô{_ÌÕîY4¯ë:bííø£/ý::b—á‰à³Ÿúúûzó ÏLÀ/ßxÃþŸû,˜Dþüã{ÿr€Žk+3ÀFýŒÒþ¶àß`½áÏÎv?±ÉϪþoôüìàññõ ,-/“¨cQ@Fþpí5ïÅ—~ï‹PU5wãG‰  áÄñcøñË? _üüçÐß×']òó‹7ÞÀ_ððWÍá/;ØG¶äÇê&ì5|źµÃ¯R®©2fðÏÙ‡¿,ê Ý¿ þF¥³ ÿ5C¡Pž €7Þ:‹™Yé W¦&'þoº×¾h °Jáÿoÿ÷줻eÊ,EØÙÑ÷§Œ­­-475åFóÎýuüåßìÂü ¬#ö⨟¨xV÷¯ÐÕZf Ö3,í/_òÇW¾nþ2àÛ™ó·;æ'_ù‹ ÿöùóý“ Uü¯»æüÑ—þ 䢸hAÓ4tÄbÿ{ïÞÆufŸA!Ø Hж)‰T±lYî%íK'›lI/»ûÛ/ßnzsÛéec§­½q‰ãÄvš³N²q—,¹÷*ÛÔ¨^YöÞA`ðûƒz0¸÷ÎÁ ‘ïû<|LÃÌsÏyÏ}K\@m RGŽïïüíœç?7ÈÌDJö×Zgƒ—§•úÍf ËeOz¡*Æ9ÿø"?æà¿¬fÉüœ?ËëgUñãUø3«îg$," ÿ‹Åàõzãš)Š‚©©iôöõó.i ÆDȲüõ…ªª „üõåc±X\dü¡Ã‡qëonŸ—ýgAÞÿ+¾øE¬[Û0àèÁßÎ , ¾²ûKýf+pS»ßìºÇFð·êùkàoœ~cýgåæËV÷c=‘7.Ó?«š÷¯?ŸöPˆ§Äµ4wÓˆL€,½àÿ8XE~àobíAÖ¦´ån·‘H'ÎûWUÄ-·ý‘HtÎóŸþ9ï_þ¬Æ>zð·:³,°`ÍûçZñš\ñ¤ÒõðÀ_Qtvu Á_°ì´š¸ò¾Ú³È þãUê3+éËûÓŽÉú}LFrŒdD ÿ“÷O€,«ÀÿÝ—á_¿’=M0’}ýÿ}û÷ã·ÜŠÍóÇ›5 ß—‡¯À_ÿ9úhÿL{yZ©ß\ºlö¤s…œX9§üü|Ûsþø³d= pž—Ïjêcœ‚cM_³äÿ™H]ÝÜ ¿4ÿO€,ÛÀ_ÿpAVıÞ#Ö¤ÁX,†½ûšpý/nŠÿ8¹0/W|)^öç¿AØi0¦üÉžS.{áé>§…¨?oÎÿwÿEüY Ëo³ô?³¦>z’À#šéIˆù¯ß'êœïjä>vÐÈL€,õà_ŒÙ9.ø¿÷òwãš+¿Æj Ðz-8POTUÅÞ}Møéõ7 <3ÃþÚ—¿ˆµõõ ƒ‹&û'“çϲd€!'Ìû/æùì\U?ÒyNfsþ¦àz 3ÏßÌfÀŽôoüLýk£ì¯=ÿzù_ûkmoç=Ž7U‰e)ø½ ýà¦=à»×“‚½ûšpÝÏ~Žép˜y<ŸÏ‡+¿ò%¬kh`zÆhÿt€…èÚ¼?5õ‘='³9ð//)ªo¼Š|¼¼~3é_[nœV©Úk­Þ‡~¿H$Š`'·ûÉÿDȲüõ²¿¬7m”µAc÷ž½¸ö§?zþW~åKóž¿q€&€A?ï¿€.WF._O~~>·±UðgEüË6ö1¾Iÿ¢¬žC 7cõ?uu!‰².sÀó4B Ë"ðçyûúu<‚ ÿ~òSËž¿ö™Näù³,`™÷Ï% ËOz¡]ü5Ïßx\;à¯'Ù¢¨|éŸ'û³þX?+õP_ßÀ¸¯@þßÞhœ¡QšY¿ Øó–ïÞ³?üñO€ÿ׿úe®ç¯u L%¨X-ßßésÊ/<—«ýeâþôÏŠðû‰ÀŸU£C”`5Ïߘz¨_ž——w\UUEÝÿHþ'@–)ðÿ»Ë/Ç7®ºRèÑ›yüqà¿wŸ)ø_uÅW°®¡P¨ÿl}©_§n1.ôv¿Fð·êù/?ý´ù"?zàyå¼ò½¼úý¼ú,R¡|–`|~뻺{xãÁ8€'i¤&@–aðgIy2$@¿lמ½øáu?–ã¾Úœ¿yþNƒ¯qÞ?Dd±) åzDà/í¿üôÓP^Z’àõó@Zïå³Y‰_™ºþ¢€?–òaÜG ÿ?Ñhœ¤Ñš™óàÿ8€·Ê‚¿ÔÍÀÕhVÁßøY<ðÏt£Ù”¿ÅéN1³¿áÚÚZf½ŠÎ®.üáî?Kƒ¿€YE²dSûÌüÌþD€¾ý¯þüZÛ©ù€ìÿ÷\.œó—}à“ýÀ)*ò“)°ÈtÊßbPÊõø|>ÔÖÖ2‹ü̃ÿüW,==¡È¨YK^V›_3À— øã ƹEQÐÕӃɩ)Öe‡§…p=Fðgzþ&ௗýY lVÏ_¯°H€Y‘³Æ>zÓÇŸeýñ µ+ÿ?Ûh¡Q›YÁßÈôeT=øÿàZ9ðgËjž¿UÂ’ X°RþÛ|6)æËxà¯( Bøýÿü““ràÏz.­Tøã‘+Ò¿àcO ÐËÿúmZø€ä"d™Y°7nؽÛø›yþÙ¹Xí/W<é…Ðh:çoüyix"À{³ˆÖ\¿Y“žååå%Œ¾þŒ³6x˜Fn"dɃ¿À¶dÁ_DŒËvíÞcüÊóO%Ø­ö—+^+)Îäù‹æüÿ§»…ø[iêc\&’ú­Hÿ,7Êü¼àz2”üÇõþ_i 4öÒèM€,yû€w Áÿê¯ÃÅ;sÿ»vïÁ÷¯½Nþ×|í ¬m¨çzþÆhÿlªö§]u¯söŸuuuÌÀÕPW~×ÿˆÁùÒ¸Úþ²ÿ¼J~fóý²²¿v"Ùß,.ˆä2"éõþë|’µnU]¾}ÍÕóà¯$9÷صÛtÎÿW~MjÎß)`0#V—9Qí/W¼pR¬–üà' þ¥¥ žµY¡™ ¬ò¾,ÙßúVóüyN+úll}ýýDȈ¤È®aÝ‚üäG?Œ‹Èµãñ[^‘ŸÏÇÿl†h4êHÊ5õY˜í~àoÇó×ÀŸWÞWTìGDxi~¼Â>25ýe*þéß³¢ÿ[Ú¸Þÿ¡¦@ã1¾ÉˆØ÷þ ü?ÖºüÃßcÙÒ¥Ré~N‚?kp0‚¿S³“à‹Å˜£Ní~!Žöï¶þ2å}y¾~îÞlþŸ7×/[íOÖQ`5ÿ!ùŸŒ@êìBEÆ…^¯ûȇ3þƃþN ÌN“ ÙjTºwñÅ@äç磮®ŽIbC]øÝ]‚íò¥(/-6õåæËû‰<à‹bdž;=)ðz½ òÿää$ºzzˆH‘]Ê\xñŨôû™¬@ ìÚïýèZËà/òü©ÚßâRrýz4ðgù1¨]¶,!ÚŸÂ,àÖ¾1þ¬Aþ©®ög²¹Ú_.+¹LNDà¯( ‚¡%ð7¯^à·(ÍÏH x傤Ãò¼N~2€¯_æñxàv»ãÎ?#ØÙÉ;,ÉÿdD°bÖÂÚ•+¤ÁÔ8°ZYÏ?Õþ¬C¶WûËee —§-òóó±jÕ*æœPÂó¯[¾œYä‡çù‹d³ù~‘ìÏ#"o_ðÆfíÿŽ„iµ9ëð ÝdD’·<æ õxmyÎÉ€¿¢(óyÀ"PÍ`PU•ªý¥øœ²•œˆ–ù|>¬ZµŠ9çììÄïþø'Sð¯(ãçùÛ)ï+ôÇ:¾LÀŸÝ´?}†„qÿS|ùkS Q¥¡›Œ@òæc·eðߨe þß¼êJ¬m`{þ<ðw ’_Ù¨ÿÅtٞ矉ë1‚‚çoü­äù›åô³H€¬ìoVâ—§Ȥýiçâñxâ®+‰ =äíFò?€TšYç.ãƒÝ¸3 LõÓÀÝÚµÌýEàï4¨8"韪ýewžª®G4çß Ù^ž?k®_k³Æ>vòüµëäyø¼ì ™,€‚‚‚„ëm†æk 6ày¡Éôæ¢[`ÛX ÇÆÇçhÖ_2àoØdÁ?[€Á¬ÑO¶].Œ\»Q´0$ïùòDž¾ÈÝnwسþó¦x ÏËuý3s.Œ÷Îx¼S--¼Ý·7#4l“pÆ™`tLjgSðÏO–çofÙRíÈL£ ÌÞëÑþ<üûÇ»à¯`ÕŠ7Áßè…›•ïeÍë—Ëúá²”€¸—S@v™Ûí†×ëUUEÝÿHþ'#j`dtÔåÀÿë\ð×ùI•—ç4™p¢Ñ.œëÑÀ_ߨÇø/CEYY‚ÎòüE5üEà/"²=X`.ÊY¦ÆÏ vvòÆ”qOÑMf4ŠpXåm ÜØ%þësþ¢ª‚Tí”l¿#ø[÷ügÁß,ÕO4÷o¥Ä¯Þ³O&Ï_”`e™¢((((H =§š¹Ñÿ7'iÈ&#€çQ[ãïÿd¼õLWû“=§\öÂI`·  @Pá¯Ë’ìoüyÁ~fS¼ã¤+ÏŸ)Ûº\qcvŒS­\@ò?€L*vÀŸçù§à&¬j q>;Ý甋ף÷ü냡NÜù‡?š‚¿¿¼,Á£fýgèñæþõ>+Í\˜Ž<Ö2–üßÕÓƒIö½ x”†k2"iRì€ÿ·®ºŠ[áÏíŸMžŸèV«ý-/|±Vû3“ý­€?«•®>¨Ž5O/ äÕý7î—î< `Éÿ'›[x‡z¦)Ð8BÃ5€t(cc–ÁÿÛW_Ím죵úLG'Á,åÚý.ž@øk`&þ«W®€¿¼Œ ÀZM=10Kÿuó3‹ðןWªóüYËXò?QúÉÿdDÒ¥ŒŽ¼°s×.üàÚK?ëgª«ý9 ™Hù[ Ê@®Ï?Ô)þ,Ö/3Ë÷×{ø²Õýx€oôìyÒ¿¨½¯U¯_3}vüÞ¾~Œ²Ó£¶ÑPMF m À¨-ðçyþÙ*V?_Kù[L@—®sÊ¥i‹‚‚~cŸPwXÙ ?^ä¾Lg?^ ïóE¾SÝþŒÆŒþç{ÿ/7{i¨&#&`dtLüóñí«¯â6öÑøHG'AŸòGÕþo þÌÆ>øO˜ƒ¿„yExœ”ýyóÿ"_4`7íOûëd3×ûßÙhì ašŒ@Yð7>äFðÏ5 ËtÊ_º½ðLœS¶_(à¯#’^޽ñÏóÔYóú¢R¾¼ã°Ò ͼ{Ñz;Å~Xûiò¿dúÉÿd¦F½lZS q€Tçø=} T: ô8 ¬”?ÙsÊe/œÚýÆGû¯^½šÙا#Âí¿ÿƒüëëjãdV³\~Vg?Q]Q¿íóŒ?K à)¢eV›ÿø|>¸Ýî¸sEO/7Æä2RÒ  –Ë…«¯øªi…?§=¿t‘‰X,†™™ÛçD¥{sÿzŒ²¿þ÷¬ÿä¤9øAñ/Jû3òáU÷M!ÏA›ë7kàcw^_v¿üüü„û"ðþ6ÑðLF @jmÀlƒO~ì£ØtÖ™ÌD“ý³,DÇ`;RSŸÅÑÔ‡þ,Ï_üYeuEÞ>«{Ÿ¶ÌãñHuý3ËÐ+fÅi¯_ÿž•þGÑÿd¤d^àÚY7âÿð÷Lv¯ PÉxë™ý¼ÿB›Ï&eÀü¸âhÿNËàÏU–×®_nrM*—ý3Sfî_&Ï_Öë7³¼¼¼ùbb¡®."dD²Uøðÿ‰;xh^E: ô8I&"‘ˆÔ¼?o5õÉí"HX½z5³±OG0„Û÷{)ð7+¶c,ÈcÖºW”ã/’þ}2‘çÏÛ†%ÿŸjiá=ã§š{ih&#A ~Íjœ±~=sðcGI5Ð8I&¢Ñè|¾¿ÓçDÊ@ö_ü¦ÿ„ðgÍõ³"þyå{ÍRþXÄAÿY,ò‘‰<Þ~……… çxüÔ)Þ¡(øŒ@¦€·^z)×ûçIÿ¹ÐWô—ì9QSŸäÉQºÉ ü5 ’ÿ†Uµð——'¾dõ…¼šþ¢¼~³*Ù˜çÏZÆ’ÿ§§§ÑÞä =$ÿ“È4àEý‹¤‘9!ý; ,ðO‡‡ºØ”l$'Zª¯ÂŸ,øËÈþÆÿ<7nÃjìÓþeæúY}Òáõëï¹ñ›[ÛxõF:¼FÃ2€ôØ4k¡//µ+WH?ô©ôZ$áp8¡Î*¼kR²œäççcÍš5ÌÆ>Á ~ó[3ð¯“.ïk}ø‹ªÿÃú  0“þS øFcÊÿ'¹òÿÖ¦@cŒ†e2"é1f! â’bæ<¿ñaÏ‘†™™¦×AÕþœ=§l$'FÙ_¿­,øWV” ½~^Ž¿È‹*ü±Žg<Ù€¿TÊü¼ý<O\¶¢(ˆD"hmkãG$ÿ“H£³æyólyüV½u§¤e³ÏÒwø³sN Í _L€â€?kà/’þ…zX*€qî_Û†ÕØ‡'û³<{^J¤Úë×¶)((H¸O-mí˜aàbv:ò’Ɉ¤Ï&˜7Õ#[³¥Úïóµ2¿ ¹{]¶g¶\üEA{G‡mð×oc”çyž¼•Æ>fyþ,7‚2/ Õ^¿ñþÏñøÉ“¼Ç{{S 1BC2€ôÙ&>ì¹~ZºÉüéäl¸§<Qí|Ví}^cžÀR Xƹ~™ò¾N5ñ±³ŸÛíž/®­SU§¨ù™ƒF¥€“°¦@ã µpÇÇÇ122Ê|¸s¥Ú+×!´!e qYAAÖ¬YÃiìįïü4ø‹ºí‰üô}XÁúmÌâ4’ wV0£LcŸdÊùZÙ%ÿ·u1Í(½ÙX¤§hD&#~;ÄZêì>ð™¨ö' Ñh4¡ÁÏB,h“ÉsÊÖëÑÀ_Ÿ‡oü×®^…*E˜Š¢óysüfà/ªþÇ+Ìú/""…ÀlY2ûY”ÿo 4NÑPLF ýv˜µp÷Þ½\0ÎTµ?°àu÷ËF Ëee ¯GKõãÉþ2à¯÷ü ÇÊÙgÍë󈯵¯Yý£úÀ`™Â@©öú5s»Ýðù| S'øÕÿHþ'#!cÞxyÇ[z&½ÖX,6ßÝ/—.W”lº£çþ¡)ø¯[³:nΟåoÙÏóð­võãyüNzï2fg?–üêìÂÄóþOx”†a2"™±$$È÷÷àБ#Rƒ¯À øjªD8f’‚\:j÷k=ÏŸ7çß â×wü6%à/’öÍHˆ°>›çá[!éRXòÿ1¾üÿLS q”†a2"°¦@c'€Yë{â)iNh’%FðϦ‚6¤ ¤özDž¿ðg©1š_ûo6¯Ï’ú].—i›_ã9ˆþD¤ Ye ™ý\.W‚ü@4ÿOò?€ ÛßX wîÚ…‡ÙöÖÓ ªªrÁ?›Z»ßLøk€ÓÞÑa þëëW£Ê_¼¬9w^MÑܾðešÿ?Ó,à—)¯_ÿU‹îÞÞ„¬¢9‹ØFÃ/€ÌÚ}†Y+îºû/¦%t“†dÀWUUÌÌÌPNšÏ)ȉpÎ_"ào}ýjTVT0=Ù:þ2€¯¥òÊüŠÚüÊäùgƒ×o$Æsfà¿¡aÍ<ø=~£÷m¦˜Eþ›M!°>GäáËüe:%ÿ+Š‚cÇIþ'# àÿ¿0i®4ãú_Ü$$©ð¸£Ñ(Âá°i0bª.W¼ð…VIäù·Ù£ç¯½7+ôÚççåô³ZÿŸVym«Þ¾mÞÏçó%Lk Œ «§‡€\ —4½äŸi £Àô_ðÇ*òÓÖÑÛn¿S üõoþfV‹ý˜?Oæ·“çŸÉæ?ÆóÈÿšÇiô%#ÅàÏó Ì”V/ržñ@@UULOO'Hþ‹µÔm¦óü3q=ú€?ãïQüëQå÷ —7o¯Oé“‘þE5ýõ¾1÷_¿Ü à–}ŽSÑüÇx’üOF 7Á¿´´ßýæ7ŸŸÏ%ÿÅ ÆAÏj=-·_Ÿâ—í@·Ð”l¸#ø[÷üëç‹ü•)Ùv¾F g¥øé߬«K)Ùîõk–ŸŸÇwÞã†BDȈä"øßñ«_âÃünù0„$@õ, ú¹þ…t¹¬ dòzDà>1æ IDATßÞ´þ¼T:^E>™‚?¼V¿"ÏŸ¥bØy/k™nþsüäIž xª)иFa2"Y þëÖ®¼øÊ+ó2¼ y<úAœ ðÛmã›­ÀMí~íåùsçüÛ;ð«;î‚ÿð5ñaÉ÷f^¿™ì¯ÿÝãŒË³ÝÃ7Û†•þwôÉÿdD² ü?nüÿûæ[ð·{ï3=.‹èeO£'§¥õE"LOO#‰XŽðÏåj¹¢ ¤ûz ¸þæÁB þ•þŠï[ä¥ÛIóMçÁYÝüŒ`)ZfÅSÏÄ~yyy òÿÔô4ZÚÚˆÈ2ðÿ«ð¿ç¾û¥oF\.×üü~8F8fôYŒ‘îÙtN™"',ð×~?Rà¿¶U•~Óæ:¢N~¼ê~úe¢‚?"‚a$#Æó·3 jAaaaq9yª™I脼N£1€žÇ šp»Ýp»ÝˆF£ó @ºÀ/—½ðtŸS&ȉÈóoïâÖÛÍÁ¿ÚþFÀ3ïßÌóU´ ö¹äõ €Q½8rŒ›á·µ)У™Œ@Ž‚ÿªº:|ùóŸE^^žì?x0aÀðz½óùÂéô¤)§?{ÉIaa!¸²ÿ/s;&'ÍÁßPÆÈ{³€=ž‡oVåu,#¨Û•û³9íO{ž½^oܵÌÌÌàds3o’ÿÉ57Ý‚$Áÿ¶[-ÿ׿ò%,[º«WÕaמ½ÌÁh4Š×w¢¡~ j–,‰D´€©H$B9ýY@02ç¯yþF ‘ÿ묃¿YMVŠŸ±ÛŸ(…Pÿyqž #àÏ©ÜÿLíW\\œÐþ÷Ä©f8t˜õ• øJw(¨ÒÈLF [À¿¡A üWÏ¿öÀWúýX½ª»÷î“"q_Úœ·%õŸ‹óÙ(—ç/ ø“V‘í½±ÂË{Íëk@Ï+ûË›ççÍûó€\óúõÛøýþ8ò¦( ^yíuôôö±v¹·)и…Ff2'¦øàÿ¿Žÿª:|ý«_Nï×54˜N\ãÍØð` ’——‡ÂÂÂ7Ÿ+S™¼ø+Šbüy29þ¬¿¢œ3 ?W³e¹æõkæñx——wßUUÅñ“§xÃÉÿd¤¤üÝNÿU_ýÊ<øõªÊJ¬®³¯¸Ýé:R2w="Ï¿µ­]ü×¢º²’ ¦"Õñ7kñË‹î—ñüð¸e½÷tíWTT”ØÜÒŠ½MûY»ŽøBw(¡šŒ@êÀÿ–Àÿ¦›qÏýHƒ?Ëb±*+ý³$`Ÿ9 XR]@XÓ©:R2s=ZÀ«È<øÏzþ¬ò¾v:ùñþX½x•þœüË•´?m™ßïOÈÿíFtvw³¾¾­MÆ{h„&sÚh üÿêø¯ÂÕW|Uþz[ÛP/~öÓÈËó2×kÓ¬AŸÏ‡¢¢" Ló9¥óz â¢ýõà"þg®üy²ºY=~Q÷>}<ôYÅ~X…~ìäùËzêÙ°ŸÛí†Ïç‹ÿX,FÍÈHÈFð/++³ þ×|í«\ÙŸg•~?VÕÕbϾ}ˆFU®°¶¡>A ðxÛ NT‘H#øßñ+ù9ÿ5«ãÁ_äͶ%uI‘€éé鬺\8§t_ ü5°° þ¬”;Q¯‰Ëë×ÇhÇ7+öc$&úó_yþ¼e,ùç®Ýhkï`}/4ï ˜"K•-º)€Mç_øIð_ÛPoü¯LZöçYýšÕøü§ÿÃöt@II UûË!e@<ç/þÖ¡ºªÒ´¸ŽÕ†>2%~yàoü\Ø'À¹ (Š‚‚‚‚"t˜ä2RÒþqü¿yÕ×QèìÏ3¿¿«jk±·I¬°Šy½Þ%€"÷åÎ3Ý䤰°k×®åÈþm¸å6 ðù1ëæg¥£Ÿ1€÷<_– ðÆ’ÿûúðâ+¯0‡ŸïG ¦Èˆ¤üo¸ñ&ÜûÀƒð_þÉšˆÄb1øý¨««Å¾¦ý¶H€ËåÂôô4UûCöæùkàoðß´a=–TU1Aˆ—Ò@ìÇ øc©ÚgýhÇ7ž+¸ÏŽkÓååå åwíÙ‹æÖVÖ×ÚØh¼™ Š,•¶(¦œÿúÕ«ñ­«ÍÁߊ—/cõ«Wã3ÿþ)átÀ 7Ý2ßJØ0¥¥¥:’ùÙyþv=×øWWU&€Y>Ù2¾¢×¼ÏÑŸ +àÏŒ,¯_OzHþ'#`!€ÿ5W¥\ö癿¢uµµØ·ßš ( 303È“ýE‘ÿ³ÎØ0þz`ÍõJé•ý) 2²‘ÿ¹îõë xIIIܺá‘<ýÜó¼GýKÝ¡àA€lÿ5ñàŸJ‘…ŠŠòÙ˜€ýû¡Ú Út@®xá UHfÎüç¢ýͼ~£çÏ›óg¥š•÷5ÖwVåb󟲲²„ò¿{ö5áÄ©fÖ®û›?%x"Kµ-Ø)€T€ÿ·¯¹ÚQÙ?E`ÍêUøÌ§þ/¼6¦ QVVFM}2Øî·¨¨Hþ7ÿê×¶ÀŸWá•÷/ãõóæþe}= dóüЇo¶¬°°ä2"¹ þßùÆ5¶<§kÝšÕ«ðéOý›% ÊËËsÚ ÏÕjEEE‚Æ>bðW+—þF06VâÓþXé{f^?¯Ô¯>X‘çù[©ëo\se¿üüüùjŽÚúñ‰ ´ut ˨-¸)€Mç_øÏ΂ÿšðw:¸ÏŽiçPQ^ŽÚ•+Ðtà ôt€6i)‚SSS”˜¦ë1‚¿8dÀ¿¦Òü¼<ÌÌÌ ¨¨(a¾%ó;UâWS`%ϱxýú1Ç(ÿ7<ˆ£Ç޳¾æ“MÆï4‘°þÿ·YÿïJxþé4ZEy9êjWbÿÁCˆF£R$@3¯× Ç3_SžRSw=<ð€Ið/.œý-F"D"‘8ÀòÈyà- è3ûáuó³›ç/ëMËX.ìWYY§ö(Š‚gž{ƒƒ¬ÍÿÐ >MÐDFÀAð//Ÿÿ†zyðÿÞ7¿ÂÂDðÂoÿxîh îh ž~ö9ìmÚ‚‚œ~Úi¶<ùdÉ‚U È4%@ßX†Úý:»L øc5öiikÃÍ·ÞÆ8­Êb] YEQ‰Dæ•QQ+yþ¢€?–ìOyþâm|>ßüT›v¦¦¦ðÈãOðžïkºCÁ‚&2"‚ÿ¿zü¯¿ñ&Ü'ÿøkë–mÛqÓ¯nCG0„ññqD£QLOO£¯¿9‚óÏ;—9Ð'kf„@›Øð °•0‹äååÍ+‹©Ýo:ȉ(Ú¿¥µUèùÏwªŠ’„4;½À“ùYsúÆxãT€Yµ@=ȉòüy%‰e½é\߯¤¤d¾ûŸ¶ÍÁ#GpððÖa‚®î ™Èˆdüë×à{ßb{þ·Ý~'ž|æY! âÅW^Å;Þú–ùà¼tNT”—£vÅJì?$Gô¦'Ùæ¹\íí¯,øÏ}Sá0J‹‹æÝ£Ñ(¢Ñ( uAÆÃ7.3 ÔÀ^6ϱzýz«¬¬„Ç㉻OϽøzûúY_óŸ›,‘Èøÿ[ßDáœÔjÿo¼!u^áp/½º#Ž8 òfÇ)//CíŠ8pèÔ¯YÓjj˜$`bb"kÀ<ÕÊ@ª®G4çoðÇ%Óa”'Jþ Д–çÏ*ìcœàÍûë=}^ÀËó_Œ^¿f^¯qà?33ƒ‡}Œ° à;Ý¡`3Á€,m ÿÕíwHƒ¿ž¼üê¼ý­o…×k:À®z0KVâÀÁCÜŠoì I€~: —›úd¢ ¢(Ï¿¥µ7‰çüULš‰D05=²Ò¸ ÿ‘H$Žèe~ž·/*úc¬hôø '[h¡¾ÑJKKçÇm»£ÇO`ßþý¬Íû|¥;ŒŒŒ€üÿÅYð¯Ç¾ý-¦çëonÇŽ×Ùàïóùð¾÷¾““SI$33³$à-oáæê;©­¢¼+W®’M àM•€…˜ê<^c ðøh4)w¹\õ<095Ò’â¸<.—+a:@~32Àë ¨÷üEQÿš±ªû-¶´?í}UUUÜo@Q¼ðò+èîéa}­÷6·$‘0ÿ»ÿ~Ç:ø—––àwÞO|ì£øÈ‡>ˆƒ‡£QØ#<3ƒ—wìÀÛßr©¤J¨(/ÇÊËqðÐa& PUÕ4&`||<å`ž ‚‘ŠëIÒóøHS qûéËWÜD.“€)”—–&y$ªª(**‚Ûífü=}c'?VVË»·Sèg!{ýšy½^øýþ¸ûUUlݾ‘H”µË»CÁcIdDÒþk௠æwÝýg<ÿÒË\ðÿí¯ ë×<.¿ì2. ˜™Wœ!V AyYV®X‘ ˜˜˜ @‰<^c àÿt‡‚ê ¸Àår50IÀL“Sð——ŸÛíF4'ZÿV/]Póæ­4ñ1‹ X ^¿f%%% òÿÉS§ؽ—õUŽøBw(%H"#`üï¼íWÖÀÿ»ßfzþmíí¸ýwÍ:6Ž#'OÍ{èú¿©©) Εýiëy9ýf ¸ØÓþ4ÓÊ3ë×·µw`ŒK`åþ“püïð!!øÿè{ßMý?19…Kÿü§ÿÃüãHÀ¿ÀŲIÀÄÄ~ðãŸò„¤¼|«[¹ÿú‰sãÌH@uuuJ<é\«ö'šóonmÅ€¿| >ÊÛfdt ‡ŽŸ`’€ÉÉI 0Sý´ó7æùóT€ùÁCr*`±Å'Ü»‡ó¾¶§šcEdDâÁÿ_ÿk¿ÿ=¡çÌÊøìÁuÔÒùû|>ÜzÓ/pÑpIÀ/ýG@Þζµ+Wà_?ñ1[$ ´´4N Èöv¿© "¢hÿæ–YðŸtü $àƒª€ Œbÿ‘£ˆ1¼ýééi JåùŒz‹i^_j@u¹æKÿê÷?xˆK¨õ/YÆ,+c6á'`ÚØÇ ø7Hÿì@è¶GMh¨³ÿàAlV×Õ9zÿd AYi)V,_†CGŽ2+“Y‰ H¸s)P“ýYýš[Zñ‹_Þjþn 4>jç»íÕÓ–¯¸OFÏQ\.¦$55=áÑQœ^S·;1&@_,HïÉkúÛm绘㊋‹€Pg'^zu뫊ø\w(8 22"³V³tÙƒªÿu ¸îßÊþFÛ½g/úâ–E£Q<ýìs¶IÀ¾ýû™$ «§ïzÇ;LÏ)UÅ‚ÊJK±rÅò¤IÀB®ögÌóçü¥ü $à~UU7+ŠÂ&SÓÁÒÓjæÓõÙúB"ÏŸòü­íWQQ¼¼¼¸{øÚhimcæù¦@ãCd™²lXÉZXQ^>þ±XL ü¯ýá÷¥<ý€õ•WÌ—Y½Ãa\yÍ7ñÊŽ–.ÆçóáW7݈uk×&ª#£¶n“Sµ+Và_>öQÓ逦¼ÒÒRÔèJ /äj,ð×út¿fMƈËåúˆªªó¶B`_b±XBêŸ>0ÕÊ—òüí52*,,L¸_‚ùÿ-Ad¤èlÓùVø®qy~~>þpÇoæÁÿúoƒÿÚYð/bù1³|Ÿ…E…ØÛ”X³;â™çžÇ†õëQ»Òš‰FÈC,Ãåïz'Ó£L•±îCYi)V,[†CGÅJ€±l°¢(ðù|ðz½ÕÅI,´j¢T¿–Ö¶´‚œ°lùªªnRe=k›ÉÉ)  cŲ¥qyé.— ªª"¢   °XÁ}¬eäõÇ/+**BIIIÜòÞ¾><óü Ìdzòÿ(ÈÈH˜7&ª®\±Üø_÷ÃÄ¿Uû»Ë/Ç'>òöhãªo~ /¿*¯ÌÌÌàñ'žd¬yyy)÷ò¥d—ËñÉ~X¨ü÷Í¿LP€ÙÀÀÓN;-¥`ž©ÀÂÂB¬_¿ž+ûÿ÷-¿L;ø”€ÅT•ëMö ൻ找ÎÿÔÔ†††l5ô¡´¿xcFÿóƒÿÞh 4†‚Ȉpˆµð´šiðÿñþP üÍ@óCøG|ü#æ’€¯ã›xù•W¥Àÿšo‡Ù¬tÎcpäín»r¹u  xeeeó$ `ž‰ezð7þ™= P\®Çb1îƒÑÛßWÞhD,KH÷›žžŽ#úïÕNžÿbœàÊÿ‡ñ¾Šþ'˸eÝ@ÍÒeïð>ãò /¸¯ìØÚ"ÿµ àŸ¬g¼~ÝZ¸Ü.:|$aªªxú¹ç°~íZÔÖ®‚ÿ œ¾ï¹ì2Ô¯YUßAiI V,_†ÃGIOh^~~~Ât€“€œÎÀ¢¢¢¬õü67ðP,Û¨(ʬm&&&Ñ?8ˆ•Ë—ÅUÔ¾Óh4Šüüü¤q1ª………(--Û~hx=ù4o—/v‡‚ƒAdDâ ÀG¼%áDÝ.¼ðâKBðÿÉ~˜”ìÏ# ë×®…ËÅ'Ï<÷<“˜Í’%øô§þ-í^¾Œi1‡³ 'ccc9È‹öW§ZZð‹[„sþÓ˜Íó4ÏŽ Ÿ˜@ßÀjW¬H(¤e°òØÉëïWQQŸÏwß»wãØ\a&£hÓhüÁ€Dðig—÷0ÊóêÁÿ§×þgRàošë犾ˆHÀºµ ¨«­•ÿüü||çš«àãÌÿ;I`ìn[ZZ‚åK—âȱãR$@?(ò”€lo꣥úñ<ÿSÍRàÿá¦@cFÊ»êHÀBÐ?€•+–Ï×2Ð+ªªÂçóYò€e½é…º_uuuB1¥Çžx CÃì]oï_$ø!#H¾N Ï;7‚ªòéׯ[ ·Ë…CGø$ ¸¨?¼îÇxeÇkÌãàÚïw~þ?ùÿ²ŸSZZ‚åË’####Òà›‰eVÀßDöÏ(øHÀlä’€¾~Ô®\\Š¢@UUD"! eàÍe(//Ûfl|Ûåþ ®è{~Ȉ$€k”ÊòO¯û‘©çïd§½õëæ¦8$àÕ×^Ã[¶0»²À?Ó^¾Œ•–X#F¥#//£££Y_íÏþú?WÀ_Oj–.3%½}}¨››`ÅèI€ ] û•——'L›ìÙ»‡ŽeöDS ñû=dD ¶éü =®‡DvÂúukñ³k¯u\ö—±ukàr¹q˜ADVXP€ë~ð=”Ì¥ ¥Û’!³1r$à4]a ½`e: ÝÕþx©~Š¢äøHÀCB0>ž¾>¬ª]™@|4 ¥©’×Ï^Æ’ÿú™„j¢söûîPð‚2"‰ÞÿrWIƒ‘sÑþV3K\8ÌfùLðÿñ€ââ"ÇU‰tYi$    n: ›ªý-Ù_@bs$`½ôòI€ªªB c u?ŸÏ‡ŠŠŠ¸}§¦§±eÛvÞ³yuwˆ#’‘-rp€ÿƒÿ:üüºëâÀ?žp hh@~~>òK}˜•ô½ï΃¦Î× ò`…§ ——Îj¬eø³ûœjnÁ 7ß’³ào [D$`l|œ©h1ªªÎ׆ x€7—•——£   Nþßà ³X€ €kºC„ÿdDXà2ÿýøZ)ðO•gl× † nȈØ'oPË#]]Ý¸ä¢ -[¶GÚ=~¿ýÃ]Üýëjkár»099Å%çmÞlY Hö¾<ùìs¼F(R$Àãñ ²²±X ããã–TÍ–/_ŽU«VÅ¥±ø;¤tu£¡žOì‚k®¨¬èÿ_~­mí¬Ã>Öh¼› †Œ@ I@skë\` ý˜€l˜"ÐŽ{ìÄ Üù‡?Bå|Îç>óiÜxýÏñ±|‡E{G“ìÚ³çm>›¨• {òÙç°·i¿Ô¶< ( \.ÊÊÊPYY UU1===Ÿƒ.R***P__µí/f IDATÊÊJæ`. þl 4>±i% $ Ô·Ûêêêby߃[055ź]?ï÷ÔH‡ÐÍV²‰˜mÛÖÞÛîø-T•½Ý—?ÿ9|ñsŸ…¢(Èózqùe—áàáÃBpîæ³ã”€T+ào$«WÕÅ5ÒÏ·–——ã´ÓNCQQ|>¼^/\.òòòŸŸ’’œ~ú騫«Ã’%K¸ŠÇÉS§ü%]X»¦nw< п¶jÙÞü§¤¤%s­¼µ}ÛƒA<÷âK¬Í#>Û NÔH èêÆÅ Á}fçtýM7ó‚‰ðå/|Ÿû̧ã–yÜnS°{ï¾fð?  @‹¼Þ¸•~?êjWrêüü|”––Âï÷cÉ’%¨®®FUUü~? :ÙÁÿzgIÀèB]]X[ÿ& `\òðͶ©ªªB^^^Üu¾üêœjnaÝ¢ç›wÒ¯‰Œ@&HÀ…d­—ϳ­ÛÁ±'™ë¾ú¥/â³ÿñïÌuÒ$àìML 1’ÿ€wx ÀÇy$ °{"‘6ž± víøÉ“2Ñþþ¶I@'ÖÕ×Ç5ÅI€e=õtïçv»±dÉ’ùÿþ-[1>1Á:ÌÝ¡àNú%‘È è–#NyîNlûàÖmÌÁäŠ/ Ÿù÷ÿ'ÜW–œsöÙðz=Žœ¯$ø_ÞhêÛj–.{™Gàè±ãhnmÅÚúz k™u¯ìØ[s¦§§ ü“#k…$ ³ kë×0IÀB‰(**Bé\µMm]OO/žxúæ#„YùŒ~EdD2BÚÐÕÝ‹.¸@Ú›ÌtfÀ¶ÇŸOÓì-—\‚|çÛRÇ•!{öíÃ9›6%=`üuß›) èìêÂ3Ï¿€ééi¬Y³ZÀÈû^§¦¦ð×{ïÃ}>ÄëÌFàol‘€‘ÑQ„ºº¤•˶ý*++áóùâ®kÇë¯ó»×›¿¤_€Ô’€ûÌI@m% Ý™O<ýL`³ùl¼ëÿ¼Cú2$àà‘#¸èüóìƒÿ3Ïbïþ–Àß@^ð!ÌÆ$˜ªª8zì8ž}áEôõ÷£¨°~¿ßtÆöÇÇmwüGmJàŸììĺ†D õàe d»2 ( jjjäÿ‡¶mÇÈÈ(ëvÜÚ î _€ÔL3f$ µm–\tÁùYáå‹ìµ71iH':~â$Ö¯[‡ºÚZÇHÀôô4"‘(V×ÕZ>ßdÀ_÷½µ×,]ö€÷¨âm‡qª¹/¼ü ^|ù=v íè@[{Nž:…c'NàÅ—_Á=÷?€{xGŽÃÌÌ ÆH@Ö;Hì·Óû¢¼¼Òhì¡Ç>}$ #†µk™$Àårq4³iz °°qËÆÆÆðÀÖ‡yÏõ=!³ß2")"÷Ë‘¹ ¸t:ý´Óàóåáè±ãLðìóÏ£¡~%°uÛvìÚ½'aùÛÞr)Šçúšgü ßÝhw(¸µfé²GTX ™Æ*€ü[S ñÎîPp†ù4“€‘9°n­P Èæ ÀŠŠ ÄÉÿ;wïÆƒÌÇ÷ïÚùŸ6@È€t’€žÞ^\pžõHøtÄ Ô­\‰¼<Žç‘€¤IÀÖmÛqã/oMXîR¼ïòw Ï7]àoøþ:»CÁûk–.» Àq%VpIâ(€¿øTS ñŽîP°‹õ “€ ›¸Ýn¸\.D£Ñ¬ dÉÿÛ{}ýý¬Ãþ¡;|–ãåË<‘²´Ø‚þm:ÿÂ"a¶0ÓÞþÖ·àËŸÿ\ê›Ìȼ·²­•}à¹_ÂöÇØMé<nøÙOpÙ;ß)ÿýä§L"R³¤ŸýŸâžÃO?#þ—7‡Óð]æÏÌ6X ŒÙø{ìh 4öÓ£ögÍ à/>ÉÛfåòåøäG?Œ¼¼¼80ÕT­™ŽL·G™mœØ/??µsÙ7ÚùNMMá[?øÏ„zsäü’»úêf€¬‡£_€‘€/Í5×qäÞö¹_Â#³3ÖÜn7nøÙOñîw½Óø»\.|íK_@Qa!ó3ú³"?i²DV,Ç?ô#q$@Öh4Š©©©´»Ì6ÕÕÕqõ'EAc`þç¯ÿ˺¼Žã‡®žœ™vÌ&È sÔÜ ýå¦ÚÑÓÓ‹ Î;—ÿäe03 ®v%ò¼^fűX,†gŸkV¯ÆêU«¤Àþþ½ïAíŠÌs ð'³ù¬™N Œ =ÄÆõëáñxâ€ÕårÁív#‰$z*Ѝ©©I˜¶xô‰§Ru瞣?ÛZžÔ9W<éŸ'ñ›Éþ4%@FÀ ¨\Ró€Ëåâ“€övôôöâüsÏÍÊk¨«] ǃã'ù$ fÉ4Ô×ãžûîÇO¯¿Aþç³™¹Nü1;çOàOfŸtqæàv»H€Çã‘&v_v¿üü|TUUÅ­Ÿ™™ÁÿÞw?3{AU£ßëíêlÓµèEd@–Pl ¦Pz»:g*—ÔÜ/$míèíëÃùçž“v/ß 8qòó3^xé%üîwá•ü ¤ÿðwïå‚ÿcO=MàO–6ÐÖÞ «¤2  ¼¼…º†TŠ¢ éÀAìܵ›uIým§N\5=5〾ˆˆˆ©dD’ÿy“&½}8ïÜs,5qŠ˜gU]-<7“˜íÿïÿ;œ·y3s»Çž$ð's†lPºCÁXqIéÖ<Ÿ¯ÀY"pæÆ3H€Ûí†ÇãA8¶å½K¬É~555ó ³´mŸxúi„:;YÏÝ}íͧ•zX ôdDlD ÖÛÕ9Sî¯|Àãñ¼‚é€Þ¾>œwÎfÇzÒÛ5 ×ÕÖÂåváä©féãüÓûß7þ žÿ“OcOS“ü£Ñè{쌀ª›-ZP—ø‹³Áþ¾XqIéæ$ ­K¼^o HG<€×ëÅ’%Kâ–EU½÷^¦2D~ÜÛÝuÒð³þ³^+¤°èõ³³þžnSÐ6OÎqÜËw‚¬ª­…Ûí©æS/çÿ÷8wó&æúGŸ|J üîÙ5,yïíü‘e/¸'e²$ µ½gmÜ(­¤: ¬¬ EEEqçräØ1¼úÚ¬]F;Z›¯œšœT9÷Oö? ˆÆ6z~ȈH‚ÿ¼õ÷tGJÊÊðæåI€Í)ñä“% uµµØ°n->‚0£û]yy>ÿïŸÂêUulðâIìÙ'ÿ™pøïíÛ3’ↈC‚»ìgö÷ż޼‡ ŠŠÀ‹ Ak[Î:s#W ˜žžN©×¯·%K–$¤*>õìshkOlªSÕím§N>,y¿E^¾9°3î‘‘-zÀdØ}½‘¢’’ó|¾KÅ$ ŸIRíåËXIq1Þþ–K±é¬3QR\Œ¢ÂBœ³i>ðïÇ;ßþ6ÎåùûèOb·üߘ ‡ßw¸iïp†AÅ)â°Ø@>÷›k#ÃCðpqI© h·Dœôú5óx<¨©©‰ÿX,†¿Üs3&!23sC_w×1ÌVª¿lÀŸìÔÁƒ¡˜1îÁþ¾HAaу¾üüKÍ”€s7oÎHA+,(@ÝʕظajW®@~~>wÛí?aêùOOM¾ÿÈþ¦$WÆ4ÉÂbùdîé¾ã££±h$²­¤¬¼žG††‡ÑÚÚ†Mgž)ERQ¸¬¬ ÅÅÅqEŠNœ:…^z…u¨éP[ëÕS“ѹëtþËÜG+d ©2"¶<æ@54Ð?“—çÛRPX( èëïǹ›å§œy'ÉÂöÇÌÁrbüýÇy“dA)ÉB&Î#[@Þ©}¹ÛMŒÇÂáéíeeå P. hikÃ&†àñxàõzçËË’+ÓÕÕÕÈËË‹[ÿì /¢¹¥5a{UUŸi;uâAø»lþ¦ì2²EGì<@ d`dh0âv»·]¢(Š 8Ûñ‹Hu¥ÁØøïÞ·Oþc£#ï?yä0 ü“üÓD²EIÈ4¹ÉÈ›­Ÿš˜ÀÔÔÔ¶²ŠŠzÅ„œÍP¼^¯ °âõψn7jjjàrÅ÷úë=÷aR÷yš…§§oëïé>lÁû·òà“°A,¿ö7:2q¹\[ ‹‹/Qe¥ˆœsöÙ)nGÉ€í=nþ;‡ÿ¡åø±QÆýäK›ZõrÒMš% 02òt²ß½bôˆ§§&cS“ÛË*ü Š¢lä’€Ö6œ}Ö›$@Ÿ¦g6`'(°´´¥¥¥që[ÛÚñôsϱN1ÒÙÑöí©‰‰°‰× ’DD€Œ@ÀŸ;(PÆFG"ˆÅ¶•”^,"ýý8çìM)óú+,`û£a÷^øÇvöõÿc[óÉÈU.“Uì…]¢àAXL@/ öN)FPtMOMabll{yee½ 0Öäg)2€/2}ô¿f/¼ô2NœJ,¼¥ªêkm'OÜküY¯­»Y†eÇ-j þ P.®ñ±±h4}¸¤´ŒO::Ð?0€Í›6Å 2Ù'û?úv À?‹5ö÷ö| ØÚ2 qá;$Àx§Š$¤dS ö©zEâómƒ=o]8<±‘‘G*ªª„$ ¹µ›Î:^L<€ËåÂé§Ÿž°þo÷?€ñññ„}¦§¦þØßÛsÐ0~ȤZÉó·ã‘‘-j`üã×äøxtf&¼­´¬ü"EQVð”€ÁAlÞ´Éàv”0Øfþ;{»»>ÔÙÞ6ùr¥²ÄÀJü€“$!´âÀï7•ò=lÞKÙïÄeøuï]33aŒ=êŸ%g0IÀÐ0šç”;$@F())Iÿ;»ºðèO2ŸîPðG“ãS›ó· ú1‡ŒlQYï_ø$À=51žšz¤¬¼üBspVF¼|Þˆñð#bמ½¢ýÝ¡àGºCÁ1 mvO튬÷ž*rÊ)…TN[XÝ.YfìÍ^»(‘™expð1Uõ> BKK+ÎÞtV ÈË˃×ëÅää¤%¯_oUUUðù|qË^~uŽ?ž°¯îk=yâoFÇAR €ÄØe22"ö+ìÇ„âÀ_û?=5šœx´´¼âEQ–sIÀÀ Ζ ©ž"ÿÎŽöõvuŽÙð^’QRAœ É€n*~Û©ðì ,Ž€=g™+‰`h ÿqõ’5Š¢l`]ôàК[ù$ //ožÈxýúu,ùÿ¾‡¶`dd$aû©©©¿ ÌÊÿ<ðwÁ^Àüµ.ƒ183u@F¶`€T¾¿üMHÀTt|lôñråy\Ð1«œ}ÖYŽ]¤U²ððvSðßlmùçþÞž1.›ˆ€‚`ô3E 2!ã[y6œvÞ³Æ&Ѩ2Ôßÿ„¿ºz•¢¸ø$ ¥›7mâ’€‰‰ ) ½/**ByyyܺþlÙ¶yœžPð†É‰ñq ð·Úæ×Œð“ðþ¯Í$#ðk¯Ý\3á°:6:òD¹ßž¢¸–±Nª}žœ)}ì¤ì¿uÛ#ìÙÃßFUw··4ÿƒý}c=;«Ä ™ÂT“3Yv½µì1e×'¸gÅÛ·î¬çLô *ÑhTìëÊ_]½Êår­ç‘€S-­Ø|¶uÀ"~¿?¡zæŽ×ßÀ¡#G¶W£Ñã­'OülÉßeã;—bþdD¬«^¿øÝyªÂ_y®ââ“€ÁÁ!œ}Ö™¶=y«„ 3UUw·7Ÿü¿ÃƒãIH¼"ï&D YÂ`—,¤Âû—|«$&Yà˜7oô‚çÏ¥ªQe°¿ïiõ’: hnžS¼ò$€EÎO?ýô„â?>ü0‡¶šœ|x ¯w?çZ¬’½˜€°ÖÅüɈð_>‘'â²HÜ‘™udxø™òÊÊÍ.—k©ˆl:ëLëž¼UÙ?lÙ¾Ý ü÷´<ñ#CC2àoøÓ¡ 8µÕev6bÑëW$^–ˆœRÈ%°íÏ•ý¹$ 2zvŽœ.šØt晎xù<ðhÛ6v Áoˉ㟞ðRìN È–>Íäûd‰CªT€Lzø²ž¿¯Þ2à3ž9—ªª®¾ÞççHÀZît@s3Î9{¼^/W à‘¿ß‚‚‚¸u]h:pñ~ì ã£#åJ;Ò°SÊR´­Ý÷v$z;Åwd‰‡$@D¬‚½ÜÍ€_† ¸bªª ôö>ﯮªu¹Ü \%àT3ÎÝ|v ðù|ÈÏÏç*555p»ã‡Â‡y½}}‰òÿÄä“}½Mç<Ðq@L@bIŒ•dd9O !ÿˤûÉxý.øÏÿE#‘ØÈàà‹å••gº\®Óx$``pgmä“«€±X =¼]þÑhtó±#_™›x*V‰@2A‚ÉfØÙΩuf€,ãÙ[ÙÆŽrádpŸ]Oß.ЛNÇÅbªk ·÷UõJ—[@šI€¢(Üé€üü|øýþ¸ãLLLào÷?À|.ûzºÿ8166hÁÃ7óüeHë¿BŠsùßJÀWöçW4‰ ¼4KÜ5¬“$/ûÇðàÃÛ°s÷nø8uôÈ•sUÊÌòTG2……’%N+ê€Ý¹«ž?>ßiÏ^†ŸKW,Súûz_®¨ªZáv»ë™$`p'NÂy›7ÃëõÆ‘n ¨®®N(þ³{ï^fï UUûZŽ»[wþ,'DèE²J þ¦fÑh46<0øj¹¿ò —[LÎڸѲןþ»à‰8yôÈ7¦&'&!ߟÜ,²?ÙÀ@+`…,{mU°ò[Î4è[Í–Q$=þd7_ ˆ)}½/WTV­p»Ýkx$àä©fœî9ó „ô$ ¸¸^¯•••(**JØ˶GØòÿäÄ ½½{u×$òþc ·JbþdDä/ïŸ7p™¾Ç* x­Â_¹Áåv/á’€Á!œµñ ËÀ‹ÅðÀÖ‡ÍÀÿàÉ£‡¿;5[ ÍJ·Åbœ”þe»¨%³Þîk§”Ø};Æ Ð[ žMVÚ·BôJ€k ·÷Պʪån·{5ëYĉ“§pÞ9›H€ÛíFAAÁü4ÞÚÚ;ðÐÃÛ˜Ï×@oï_ÇGGû$@_å¼¶¢ ‘€µ¼«ȼ?nu–¼^î¯\ï‘€¡Y`¥XÐý[¶ Á?‰>yäð÷§§&§ —Çm7Zßi%@¼"N+©‚v¼ØôdÕ+^Òóú×ǽŸ%=;Êý•ËÝÏ*«$€ó á·¼ CÃÃ,ù¨õÄñ»ç”;Åüaþ""dDœ!v§Ìâ\¼ej4x£Üï_Ë'¡y ù$ÀÿÈÉ#‡~4=55mÓC7Bí}2Šìç9ÞNÃJ<àìܲSN×ýOøÝHÂóg’€¾Þ×Êý•ËD$ààá#X]W›ÐéOoÃÃøëÏÁÑã'˜ëÇF†ìï;jâé›Éý2@%@FÀ9ÀË×¾, `©.5  4–ûý n·»ZDÎ<ã ¡ìÿC&à?3sôä‘Ã?™žžš‚3sì0=H‚ºÕÿv×Ù%v‰€Ù”€"ù;–û· ü²ËRõg5À k„Á=G”¾Þ7Êý•KÝOëfŒŒà•×^ÇÌÌ ÊÊJQTXEQ ª*úúúñZc#~û‡»êìâ=‹ÍÇÝF#ÆUþT"@SdÔ\$Vy îÑýç½f)úÿ R»×ëͫ߰ñ*o^ÞÞ]|ÁùøäÇ>šüªªâ¾‡¶ 1°KþÇN9ô³ðôô8c`1¾¶òÞÊ\% Žbå1ÛY—Îã˜-ƒ³bá½YÕ7Eb™,r¢e°Õ@D—Ý÷.—ËݰñÌ«}¾ü·›Ýp¯×‹Šòr "‰˜~A#Cƒn9qüq7¯ýEÿ#sÿe^«ºe*ãOÿ¹˜{ ÈU$#[ €ÕJÖ¬ZF’ ÊJžªªÆ†úåþÊz·Û]ÅTBš°a>& ‹É‚ÿ…§§§$€ADödÁBVζËc7›^‹JãÔl2" €fðëßãMà_ív{8$ ÁPHþá'ºi&ž¶9°¼ pš˜Ä±dI†•’©2ÛZp«ÄG‘$PÉ|l|F* 'ý›=gv‰ƒãi#CC£ÃCÏ—”Tx<^i5`&Þ×ÑÚ|}W°cgLU#Œç†GÔ$=»Þ?M -j`eбSÑL¶ª©—¢ªjth``O™ß¿ÆíöTZ¹ð9ð¿Yþ¼@5³\d³õfÀlPÊÕHÉ¢ßs*É€(Î@FÕ€‰Ú Ê‚Ì{˜,çàÈÌL¸¿§§À~J€IÅåò)ŠR¨óöÇ£‘Hs8<½wxpàÁSÇŽÞ3=55ñ<>KògFa]öW!lKF–sƒ^º€l€1ê_ô^&%yÆ ‚¯×W¿áŒ/çåùÖJz%'N9tËL8<ó´"™¹H³íb&yp:߉h§² €ä³’Q‰gªbb5ÀJkaÙ†R©j9=…EE¥Å¥eË&ÆÆºÇFGM¼jãk•óÌEÁÎàý©œ÷²Ä@DƉ -zËO¶ÒðÄN¡›„AhN Ø%£pÀ_¦b˜zãÉü‰ÀßnÊžÓà/å9¦`]ªI€%Àª3`thGɰºÌêwÇü-ÎÌÌLö†ÃÓ0/Øc&íG%€]é_äñ“@F@ô¢þ2j"ðèe<%¡Í‘aL€üe ŽÈD-«K¶€ïÚ©|«AvîÕ)Ë h*I¼–!ŠE‚c‡8 ü¬ïÃîŸjB¢Ë¢ˆ€Ì¼¿  #[ôR¦YKTä#’­Üq¶ªª‘9% ÌÿÍsàX«*&Ê5–!¢Áɬv¹]0¶Cì¾SçfF’L»D YKõÔ†](_fž½Œå(Q`ýoÕû'##`"Oß›»Ù œ1UU#CýožoÄëõVÇb±ÉÑááGZOž¸gf†ëù‹æÿ“™ûgËŠÉÿv6DAæsJ+`é„B‹J‡“äFä2oĪBNηC T _¤ D!— Û˜Œ,%€ºP€YêŸ(ÐÈZoV ÈL1à Ð1(Š2×ÈNsY7ÛÎN½rp·êQ§›$ûZtŠÍçQIÑ{»>Çͦ1IDAT5ì:ÕFZ¶O…ìý!ŠVŸ»T¤šmRÈ,›'ÇÏßl`ÕÖË–ðÔ(íµªP¢äHE÷_¦iΛÇz³+`2Àé ^iRÙôA§?•¤!à·$Èk'«p–‰Þ'ûì»à¼ÖÿÅï]Û'þx®D¤Ê,ö#f¢4Ø}îìLÈN~²EEÀ¤ ÀdÁ_ú"€V ÇqI‚¿ìñT’m €Ùûd:æÀ¾2çl•¨Æ$Á)°—!È g™èµYn²`o)½Ï0ûdc ìð˜E¯?™ßÙ‚'fD ÆQTÃ`¥B®éM ³ò ì)Uü*ä»ð"'¼Ùù~;sÿ€5é?àh;ôv<0Ù¹s§ AŒ¡2(ÏŽ, RTÍOø“i„%£Yiñ+"äV¦Ùx*#>Ù¢&²s©vIàOF Í* WÌ‰Úæ€õåfíIíÀ¾ÌŸlU¿lñ²c9rÌl}†›ëy%E÷ ™É6£"à'#!`… È,3;žŒd6€Ø%pØãÏô€µP>#×Ç%‰ç1ËSù½;Ý Jæ7FàOFÀAÈ+±Sãp¦f¹•.efàîèg›äOàž½ã„O]IÃgÛýØ%É<7ôû$#F`Ü©¨df‡È€¿U°—ýl•(i ÌñCIñúLü¾œ¬*I¿g2"i¸&Ùe§þó–ÉÞÿT§!ñ–9áõ/æ-¶ˆŸÑTxìJ—É’c}2"i¼6Ùº²äÀ*ð'[­ÌÉÔ£d¢’Óࣱ!íÇSrð7£ß€Ü&VÀÝÊúdî»™>U©H¹>hÑ ›c‡²H~Oôû##e×h·x‰ÀwZ°J삾“ ~4®äÚ8£ß==¨‹ã:íä''ûÞ‰ÅéÜcòjÈh¼!°'£’ˆ€E0w"ïÙÊÀâ”WOó–d4ГÑG×x'3×oµ—{²àNÑÉd4ŽÑºþ$·S2t)™ŒŒŒŒŒ@šïC¶.¡d22222"YL’ÙÞé’»údddddDR|21@ OFFFFF`ß7}22222" ü^Ø“‘‘‘‘Xà÷™ÀžŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒLÂþØ×V3æ#‰rIEND®B`‚./._unetbootin_64.png000644 000765 000024 00000000474 12317721660 014740 0ustar00gezastaff000000 000000 Mac OS X  2 <ATTR<œ œ com.dropbox.attributesxœÈÛ ‚0€áW‰Ýv!”¦ ¼Ð¤’9ÈNândyX†²9ÉÄwïp÷ÿ2ÉŃIGØ.&P”UþCÂÊ,Öÿ—ÑŽ~8އÝË~\Â'‡<`¨YlÅHkä} ox•ZG¯ç¡ÒvD!„”!Ø›´ ‹ŠFÌÖÇuzÕ+® r»»4¦$Ô#HnN‡N”þ«ÉˆP2–ümÛ`žç6unetbootin_64.png000644 000765 000024 00000011377 12317721660 014372 0ustar00gezastaff000000 000000 ‰PNG  IHDR@@ªiqÞsRGB®ÎébKGDÿÿÿ ½§“ pHYs³³Š}.ÀtIMEÛaxIDATxÚÝ›{tç™ÆŸùf$ÍŒ.–|G¾|7¾_s1†@šM)”¶Ûmw·Ûl›^öì6»{ÚíÛm{ºç´9 ¤Û$mš4I/ 1$$áŽm0à+.Â;[²$Ë’Gifö#U2Æ8Fî–ýÎùŽÁi~Ïû~ï÷|ïŒ(<Â###CcŒOüw†aþ^E3FŠ(ß?yüønò\߃z”á£ÌMy9Y…9™+Ø — ÝW¯)Ã#£gbLköìÙ#Íå}èG>ÑÜXZ´²° /—£iŠ¢À¼(‘òùý)ýCÃÊJŠ{åÊåAïEEø˜Ä¤Æ²¢ÂÂüÜŽç„ CCP9™+¨ôÔ”ªa«½yûöíôÿ« ˜‚77–äår‚ àбF Á'úpár745§¥R>Ÿ˜Ò?4²¾¼´äµÙ2~”àc™+JK òr9ǃ÷AQA>Ö­YÜìl$›¡­ó,!HOM¡|>_ÊÀðèºÙD )ø²ÒÂÂü|ÎëõbÿÁC(/.FEy T*L&%$ ­³ „¤&'Q~¿?µht]EÙÌ"ÐDÚ›“ŽW•—p‚ àáY–…,Ëe C#ÙlFç¹ó „ Ù¼ˆòû}©ƒ#–E øêò²¢â•+9A°÷½÷QQZ‚Êòrh4Ȳ ¿ßA Š"dY†Z­F²ÙŒ®?MÓ0'&P~¿/uhÔ²¶¢¬ôõPè¿tøšŠò¢Ò¢"N4ì•e¥¨,/‡Z­†$Iðx<ðx<$)˜ ²,C¥b’”„s/‚ ‰ññ”ßïOµ†‰ð¹ fç—ãz£´ºŠôÔTÎãñ aÿ{ÁÈàA€×ë…$I3N–Õ ®¶ƒ#£°ÚlH6/¢âc£W ŽZü¥9A*¿¨¼œãÔOK²ô8MQJ‘)Žã°ví:´vv¢¢´eeP©TE~¿ÿ¾ð¡Óëq´¹ ±10èt¸vó–ìv{Ö·Ÿ>Ñü&ÀöíÛéë·ï¬æxÍ?ɲ¼ŽcY–Óh½N Àét¢°¨¯\ÅÚÕ«P^Z •JÇ3kÔï7ý~ ÇOžD¬É Àǃ—O77æ1N蜜5átôZî;w††Ëâc5½–Ž1™ V«6› cV+ŠŠ‹ñáån¬ªªDEY† ðù|ak}®SQd¬­©AÓ©S0 ðûýɰàäççk) ¿E¯Óþ‹$Iy±Ñ&M´ÉHb¢£¡b¨Tª`1³Z­°X,(X¹^îFíªTWV‚aLNNÂï÷Ï >0`mM [Zª`åÊ•FÂóOêXí?+—&ÆÇ³ ñqT´ÑšžÚxE,Ë$ ¢(Âf³Áb± ¿ ç.\DíªU¨©ªMÓáž*?ø©¡ ¤p%Ú:º4 ·¼lo¿1›Tnii¥9!ñ[~ŸsjJ2·2?O•–’¬Ø’$Á7C„ï€E‡ÈÌÊBk{'Ö×®AUHäç ºï‡„I–q¬ù¤èñø*;N7Ÿ ¼ ¶¶–±¹Ýk’™¿#úü5+–e°E…+™Ôää ßöx<³¦õýàµÀëõÂn·cbbË–¡µ£ Ö­EÕÝ‚799yß´›;ýµéð €£M'DAÃàƒlzüñoI’òã•lyI d^—ËA011q¢Ÿ|zµw¹\ÈÈÈÀ©¶vlX»5ÕU „„hfƒ› ö~ëžPkôz½þêéðA¼¢ï‡?ùÁjA€ °Ùl³±¹‚‡<»ÝA°4#§Î´¡~ÃTV”ƒ¦ix<ø|¾9ÁÍuÝB@‚ƒG{½^u[KãÙû6EUŒÊn³Ûá÷ûâö0àÓ«½ X¼x Nµ¶£ný:TUV6óµ·÷‹>!4ÃààÝÈß>(ÀÀuýÏwÿϸ$ËA§ö0à¡ð‡¢(bñâ%himÆuµ¨®ª„J¥‚Ïç 61" ϨT8pä˜×ëñÍ lˆX†úm¬>úíîîË_®¬(×B‚æ%ÔµÍ4gz=°ÕY­Vø|>$'§ ùÔilܰ«ª«Á0 |>¼^oÄàEMÓP©ÕøàðQIð‹Uí'šÎÎù¾@÷¹Ö›ýCÖâŸ=·ÛI•J5§â6Ók}^’$¤¤¤ákª¦žßï(¼|7sÕ Þ?t.Á½³½©©k.'¬#Ô}®õæ¨u´ägÏírzê¤6àlû¼ p8PÉÉ)h:Ù‚úºõAø©Edá†Ëqxïàa¸ÜnwשSoÏÕÙÞÓû°½ýƨÕRòì®]N•Z<§ÏuŸw8ef³ÇOœDýÆ Á´ü›HXÜÐÈkXï~p Ijø$Ö~Æž`@„Ÿ=·Ë©R«Á0Ì—Bž¢($%%áXÓ l®¯Cuå”Ã[xB8žÇ»§¢áE¿èóîzhþ$Âhé³»žwjX6l9Lßç=ìv;!ˆÇ¡cØT¿1,ò>Ÿï¡¡fˆ¢(hu:¼óþ° ^§ƒGôy.;w6"À…ŽŽë£ÖÑÒŸ?ÿ §Z­¹§0"?>>š¦ÃÇ›°icjª*A öíç²ÝÍd„fr…„èôzìÝÿ>X†€cYÈ  ¢éCŸôtûÀ¶ø”–ÒÝ¿|Á©Ö„ׄ@äU*âââpèèqlÙ¼ «kªƒi8=èðr?Ÿ?SÚëôz4¼ûx5žã ÓéàœpI““®ç".@@„ËHÙî^šÐ°,† ƒ7™LøàðQ·c;ïr¹ðoÿñ}l©¯GYi E ;5FjÝBeÄo¾‰hƒZž˲aðÀqú<M^0ôzý×?óä_ñn·Ï|÷{x¬~#ÊJJ‚izÃ#랦ièõ¼ñ曈5ïØrEQàEB>jmmLBˆQËóxæ»ßÃÖÍ›PZ\|OÚGjÝBe4âõ?üq&tÚ©j °á à·¯_qN¸ŸÅCŒ É’ÿ™ï~[6Õ# D_ŇZ÷oo4™ðÚïÿ€8“ z,Ë‚çù°´Àqn÷özÕÞ]P|~?§¥¡¼´4,Ýöù|³öôærïžSt4^}ãwˆŽF”A¬öì]ç /Ë2dE,+}íííÎÀÅå忆ûC+~hêÏÇîÒ4 £É„WßøccaÐë‚o:| ïÇ0 îô(nÁ½ 9èÇÎh9}úžÓÚô¶Ö|Ö?MÓÁÈ'ÆÅÂeÏóÐjµÐjµÐh4 „Lµ¸)*ø“çy\¿yS”&'ß\pC¯éT.\¼ùÀ]¢‡©ö1±±xåõ7`Nˆ‡)* Z­z½<ÏMÓ (*lš†×+Žž?Þ² ¬©«ÿ<ì¯j4jêÍ·Ð}åjDZÙ„ÄÆÅáåß¾†¤Ä˜¢¢ÀóܺÝvè™Oäcãâð«W^Eò¢DDÐjµ0 ÐjµP«ÕAøPS«Õâʵk^—à~mÁX[·ñÇ9ÙÙ_µX£ž||«’¹b9ÅsþîK_Äž½ûðq_°Û3_øTó"ĘLÐjµÁÈöúéà¡W©ÕpM¸—;;ûD€5uõ?ÊÊÊþºÅjÑo¨­U.u_¡ÆÇ§v-Ï㋟߉= {104Öõ™+ü ¿~††1dÍëõúà^?½à…Â3 ƒÁ!HŠ‘èß#@íÆúædf>m±Zu;¶}ZÙàµté<»ûy8ÆÇ¡( xŽÃÎíÛðVÃ^ŒX,Á¦çƒàãð¯_í¶±g†F­¾1›-¸îð‚7SêB Õjq©ûŠèœpþ:âä•”?±,cé7G­Vî ;wPù¹¹D’$|jë|ûOã­†}Áý˜ç8lò ¼Õ°6‡cVð¿xñ%ÑãÖuœ9óSàþÔÕ·D›Í\ó3VûiB°, ËØ˜ëBGÇõˆ `ÐñuƒCÃì—ÿú LA^QŸÿìvüíWŸÂ¯~ó –/Ëë³ žØ²ÜÓ€ ·jµzÆj€½žõÍGž€‹çÎ&=jïðŒÌ ø!ƒÃ# Á¼œ¶$£vù²e%;¶=©˜šø¸8ädf"kùrd­XY–ÑÓû1hr÷âÒÓR±wÿûX¾lT*&hŽ!HHLÄó/¾$z=ÂúÆ#GN…~ðð`O\‚ùÔÏ¥$'1<χ?£C…?ÅËó<Ú:º|½÷>5288qîôÜ>¦Õ²­6[za~¾&àîž\–e¼ö»ßcpx'OŸÆò¥KÁ0S©ër»<Í'[°té’ž––eaˆŠÂî_¾ z…É{àc°ÿNol\âéÞ¾¾KÒÒŽãî}Xé®QF#Ž77»ÛZZ¾½ ß¾µ´*×f·§ççæhB-®$I8ÒØˆÝ?…xé7¯ '+]çÏ í]Ö¡ñÊá±áжŽÎE7oõȇµûDïc÷ƒŒ¡¾Þ˜¸ÄÓ=wzw®X¶Œ Üw˜.„˅®ßÜûæ= &@P¢ÎµÙmé¹9Ùa"hµZ<÷ü/##£p¹ÝBk{{§sÌZwùòyçõ«W^Qô/ Z~ÛÖÒô¯=·nÝ™ËE ôõF'$œ¹y«ggnvÃÜý` ú<Ï£½ó¬tãæGÿ8<8Ø· ÀÇ=·öQçÚŽôœ¬LM ¨E›L0FEávOL&£p¦­­Ó9f­ëîîÿwt`À=:Ôoý¤2Ô×׿Æ[; òBH°èFGGãÀáÓ­-'Ÿ ,¸wkÂ>J¥Éu8éÙ™™š@ôz  -§[;c–0ø‡C}}=¦„ø3]¿¹³´¤˜Qîö¯ÝW¯5ݾqýõH?Ø=ëw†îôÜÞG4l®ÃáHÏ\±\#INišO¶t:ÇF# *‚1.¶õڵ럭ª¬`X­ò¥+מ¸ýg £asÇÇé#V«|¼©¹sܺ0ðÁ-²¿¿'&6¡íÂåË;\.7}éÊ«–¡¾ÙÛÛ+Gú³æú•ªfíúWAa‘}dxëB‡Žâââ(/Å”)‚ëÄB}æÿñ·öw™e¾IEND®B`‚unetbootin_icons.svg000755 000765 000024 00000533302 12317721660 015267 0ustar00gezastaff000000 000000 image/svg+xml UNetbootin UNetbootin BOOTBOOT 48x48BOOT48x48BOOTBOOT 48x48BOOT48x4832x3222x2216x16BOOTBOOTBOOT 256x256 256x256logoUNetbootin ;logo / icon design v1unetbootin.desktop000644 000765 000024 00000000444 12317721660 014737 0ustar00gezastaff000000 000000 [Desktop Entry] Version=1.0 Name=UNetbootin Comment=Tool for creating Live USB drives Categories=Application;System; Exec=/usr/bin/unetbootin Terminal=false Type=Application Name[en_US]=UNetbootin GenericName[en_US]=UNetbootin Comment[en_US]=Tool for creating Live USB drives Icon=unetbootin build-nostatic000755 000765 000024 00000000624 12317721657 014033 0ustar00gezastaff000000 000000 #!/bin/sh rvern="$(./vcs-revno)" if [ "$(uname -m)" = "x86_64" ] then archname="amd64" else archname="i386" fi make clean rm Makefile* rm release/* cp unetbootin.pro unetbootin-pro.bak sed -i '/^RESOURCES/d' unetbootin.pro lrelease-qt4 unetbootin.pro qmake-qt4 -config release "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc" make mv unetbootin-pro.bak unetbootin.pro strip --strip-all unetbootin vcs-revno000755 000765 000024 00000001157 12317721660 013030 0ustar00gezastaff000000 000000 #!/bin/bash vcsname="$(./vcs-name)" if [ "$vcsname" == "git" ] then git log --first-parent --pretty=oneline | wc -l | tr -d ' ' exit 0 fi if [ "$vcsname" == "hg" ] then hg log --follow-first --template='{node}\n' | wc -l | tr -d ' ' exit 0 fi if [ "$vcsname" == "bzr" ] then bzr revno | tr -d ' ' exit 0 fi if [ "$(pwd | grep unetbootin-source-[0-9])" != "" ] then pwd | tr '/' '\n' | grep 'unetbootin-source-' | sed "s/unetbootin-source-//" | tr -d ' ' exit 0 fi if [ "$(pwd | grep unetbootin-[0-9])" != "" ] then pwd | tr '/' '\n' | grep 'unetbootin-' | sed "s/unetbootin-//" | tr -d ' ' exit 0 fi date "+%Y%m%d" vcs-name000755 000765 000024 00000000303 12317721660 012607 0ustar00gezastaff000000 000000 #!/bin/bash for x in . .. ../.. do if [ -d "$x/.git" ] then echo "git" exit 0 fi if [ -d "$x/.hg" ] then echo "hg" exit 0 fi if [ -d "$x/.bzr" ] then echo "bzr" exit 0 fi done echo "none" INSTALL000755 000765 000024 00000000550 12317721657 012216 0ustar00gezastaff000000 000000 #!/bin/sh # you will need "qmake" and "libqt4-dev" to build this # details at http://sourceforge.net/apps/trac/unetbootin/wiki/compile cp unetbootin.pro unetbootin-pro.bak sed -i '/^RESOURCES/d' unetbootin.pro lupdate unetbootin.pro lrelease unetbootin.pro qmake "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc" make mv unetbootin-pro.bak unetbootin.pro README.TXT000644 000765 000024 00000001373 12342770560 012517 0ustar00gezastaff000000 000000 UNetbootin Source Revision 608 Copyright Geza Kovacs Homepage at http://unetbootin.sourceforge.net Licensed under the GNU GPL v2 and above, components from other projects are licensed under their respective licenses Build generated on Sun Jun 1 20:37:20 PDT 2014 Download using git: git clone https://github.com/gkovacs/unetbootin.git cd unetbootin git checkout 8a89df4a0f507582d340053b4d3f64ad27518368 Download using bzr: bzr branch http://bazaar.launchpad.net/~vcs-imports/unetbootin/trunk -r608 Build instructions at http://sourceforge.net/apps/trac/unetbootin/wiki/compile sed -i '/^RESOURCES/d' unetbootin.pro lupdate-qt4 unetbootin.pro lrelease-qt4 unetbootin.pro qmake-qt4 "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc" make