up almost in Japanese
Variant-Knoppix(Knoppix系)
to Debian/Ubuntu & the variants have becomed popular
I define that varient-knoppix is having features as follows
Live-CD
support to install to HD with knoppix-installer,
knx-hdinstall and so on
HotPlug
Debian
When instslling to HD by Debian type, it will be unable
to connect with eth0
in the case of SATA-HD
e.g Edit /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
e.g. for static
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.xxx
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.xxx
For 3c940//when booting from CD, it is unable to connect.
$ su -
# modprobe sk98lin
# depmod -a
Edit /etc/modules.conf
alias eth0 sk98lin
#reboot
When you can not connect with the above, you can use the follow.
http://www.syskonnect.com/syskonnect/support/driver/d0102_driver.html
generally, the password is not set at Knoppix,; set if necessary
knoppix3.8.x acknowledged Marvel yukon as
------------
on VPC2004
after Ver3.8
boot: knoppix nodhcp
how about the network. i have no solution
-------------------
KNOPPIX.net
Knowing Knoppix--The first guide to Knoppix for the complete beginne
klik - point-and-klik softwar
Filesystem snapshots with unionfs Flavio’s TechnoTalk
Howto ... remaster a KNOPPIX like LiveCD by https://lg3d-livecd.dev.java.net/
http://www.babytux.org/articles.php
How to create a live boot CD containing your favorite Linux
Distro
DSS (Debased Scripts Set) project is dedicated to providing you with a "System Development Environment"
to create your own DEbian BASED Live Linux System.
http://www.oss-watch.ac.uk/resources/osswatchknoppix.xml
----------------
Knoppix 64 http://www.applia.fr/contents/knoppix64.html
-----------------------------------------------------------------------------------------------
Damn Small
Linux
DSL-N is built on Damn Small Linux technology. DSL-N is also small, bigger than
DSL but smaller than most
Remastering DSL: A Short HOWTO with a Long Preamble
Installing to the Hard Disk
Damn Small Linux plus pendrive equals portable paradise 2006-04-11 Linux.com
http://www.damnvulnerablelinux.org/
Ver4.2

2007-04-03 Ver3.3
2007-01-16 Ver3.2
this time i installed onto
InnoTek VirtualBox
Status: Guest OSes
http://www.ubuntuforums.org/showthread.php?s=f0dce1c3857ef2a82ab7c97f8ce53918&t=338931&page=3
http://www.ubuntuforums.org/showthread.php?p=2018858
usermod -G vboxusers -a <userid/username>
chmod 666 /dev/vboxdrv ubuntu6.06
reboot
i think this error message is strange.
this message says there is no permission of non-existing file
OpenSUSE10.2 : add with YaST
CentOS4.4
it does not start-up on FC6, i have no idea.
this is caused by SELinux
SELinux Trouble Shooting Tool (setroubleshoot) install
looking at the messages of "setroubleshoot browser", i resolved
the problem, step by step.
see for details "Wondows と Linux の共存 " but almost in Japanese.
$ /usr/bin/VirtualBox
/opt/VirtualBox-1.3.2/VirtualBox: error while loading shared libraries:
/opt/VirtualBox-1.3.2/VBoxVMM.so: cannot restore segment prot after reloc:
Permission denied

2006-11-29 Ver3.1

Ver3.01
i installed to HD on VMWare-Player
from command-line; fdisk, dsl-hdinstall.
approximately 140-150M
i read the follow later
..../current/documentation/FrugalHowto.pdf
i changed to the VMWare-Server; XP-Pro, XP-HE, CentOS4.3, Scientific Linux4,
SUSE10.1


2006-05-16 Ver2.4

i think that Apps > Tool > Install to HDD is still in
development.
i did " sudo fdisk /dev/hda " . and made two Partitons
( hda1= Type 83, hda2 = type 82 =swap )
// it faild to do as " sudo mkfs -t msdos( or vfat )
/dev/hda1
i could installed System and Grub and rebooted .
the Grub started up
but it tried to find FAT file system.
because of ext3 file system , it faid to start up.
change passwd of root
$ sudo passwd root
i downloaded "2.3 vmware image".
but i edited xxx .vmx as the following
off cource , it need to make a xxx.vmdk file.
VMDK File can be made by using QEMU for VMWare-Player.
ex.
qemu-img create -f vmdk filename.vmdk 2G
i made the follows, acutually 1-10K bytes because of empity.
HDD2GB.zip
HDD8GB.zip
see
http://www.ffnn.nl/pages/articles/linux/vmware-player-image-creation.php
a modified DSL here can be installed to HDD.
http://2.csx.jp/livecdroom/#damnsmall ( Japanese )
#-------------------------------------
# VM Machine Info
guestOS = "linux"
displayName = "DSL-2.3"
config.version = "8"
virtualHW.version = "3"
memsize = "128"
# HDA
ide0:0.present = "TRUE"
ide0:0.fileName = "dsl.vmdk"
ide0:0.redo = ""
# CDROM Info
ide1:0.present = "TRUE"
ide1:0.fileName = "dsl-2.3.iso"
ide1:0.deviceType = "cdrom-image"
#ide1:0.autodetect = "TRUE"
#ide1:0.startConnected = "TRUE"
#ide1:0.fileName = "auto detect"
#ide1:0.deviceType = "cdrom-raw"
#Floppy Info
floppy0.present = "FALSE"
floppy0.fileName = "A:"
floppy0.startConnected = "FALSE"
#Ethernet Info
Ethernet0.present = "TRUE"
ethernet0.addressType = "generated"
ethernet0.connectionType = "nat"
ethernet0.generatedAddress = "00:0c:29:c2:90:41"
ethernet0.generatedAddressOffset = "0"
# Audio Settings
sound.present = "TRUE"
sound.autodetect = "TRUE"
sound.virtualDev = "sb16"
sound.deviceNr = "-1"
sound.device = "/dev/dsp"
# Host USB
usb.present = "TRUE"
uuid.location = "56 4d 1b 4c 08 35 ed a8-98 18 f9 a4 b8 c2 90 41"
uuid.bios = "56 4d 1b 4c 08 35 ed a8-98 18 f9 a4 b8 c2 90 41"
tools.remindInstall = "TRUE"
#
workingDir = "."
tools.syncTime = "TRUE"
nvram = "dsl.nvram"
checkpoint.vmState = ""
#-----------------------
Flonix
based on Damn Small Linux disappear
Boot
KNOPPIX from an USB Memory Stick
LAMPPIX is a KNOPPIX and Damn Small Linux based Live CD that comes with the web server package XAMPP.
This allows you to burn your PHP based web projects onto a CD and
give them away.
Your user then only has to insert the CD and reboot.
Hikarunix ["hee-kah-roo-nix"] is a Linux live CD based on Damn Small Linux and dedicated to
Go - a popular Japanese(Chinese) strategy
game

Luit Linux is a small compact live distribution with tools and applications for day
to day needs,
without compromising on its looks and
feel and ease of use.
X-DSL. is a small, but fully-functional Linux distribution for the Xbox, based
on Damn Small Linux.
ZWINUX is a German Linux distribution designed to run from a live CD or a live
USB storage device. It is based on Damn Small Linux.
------------------------------------------------------------------------------------------------
Morphix
PHLAK (Professional Hacker's Linux Assault
Kit ) based off
of Morphix.
GNUstep Live-CD is based on
Morphix
Morphix-NLP
is a Live CD Linux distribution with a rich collection
of Natural Language Processing (NLP)
GisMorphix page and EduMorphix page http://freesoftware.keltron.org/index.html
slavix http://slavix.org/index.php
ZoneCD is a bootable CD with a collection of GNU/Linux software pre-configured to create a WiFi gateway
PilotLinux:
Shift Linux: coming soon
BristolMorphix CD is a customised bootable Linux CD which has been designed so that you
can run various multimedia software,
including the video-editing suite Cinelerra.
Sun Java Desktop System Live-CD( free ) based on Morphix
aquamorph
Freeduc-Sup is a French distribution based on Morphix. It is specially designed for use in schools and educational institutions.
GNIX is a Morphix-based bootable live CD with support for the Galician (Gallego) language, as well as Spanish (Castellano)
Elive 0.3 is a Morphix-based Linux live CD designed for fans of
the Enlightenment desktop environmen
Elive distro illustrates power, beauty of Enlightenment 2008-02-05 Linux.com
才色兼備なEnlightenmentの魅力を見事に引き出したEliveディストリビューション 2008-02-07 OpenTechPress
Elive 0.3 review
Elive0.4 2006-02-17 List of packages of Elive versions
Elive042 2006-03-05
Elive 0.6 2006-12-25
Elive distro illustrates power, beauty of Enlightenment 2008-02-05 Linux.com

2006-09-24
Elive 0.5 Called "Revolution"
http://elive.mirror.testserver.li/isos/stable/

Linux music studio ASork is a live cd with Debian GNU/Linux made of Morphix. It is
usefull for recording music either as a complete sofware studio

Dreamlinux 1.0 STUDIO Brazilian Linux distribution based on Morphix and the XFce desktop
with extra application for audio, video and web design, including Audacity, Avidemux, Blender, Cinelerra, and Nvu, among many others
it did not work on VMWare-Player
it did not detect SATA-HD
2007-01-25 Version2.2 Mutimedia Edition
i installed on VMWare-Server

A quest for a Linux audio player 2006-04-04 http://www.linux.com/article.pl?sid=06/03/24/1610220
Linuxオーディオプレイヤーを求めて Japanese
eBox. eBox is a Debian and
Morphix-based Linux server distribution. It features eBox Management
Tool, a web-based graphical user interface for configuring and managing
servers from a remote machine.
--------------------------------------------------------------------------------------------------
INSERT
Inside Security Rescue Toolkit
full read-write support for NTFS-partitions
network analysis (e.g. nmap, tcpdump)
disaster recovery (e.g. gpart, partimage, testdisk)
virus scanning (Clam Antivirus)
computer forensics (e.g. chkrootkit)
surf the internet (e.g. links, AxY FTP)
1.2.17 released at 2004/12/19
2005/06/01 1.3.5
2006-10-21 1.3.8
2006-11-22 1.38a
1.36

LinuxDefender Live! CeBit edition
FIRE is a
portable bootable cdrom based distribution with the goal of
providing an immediate
environment to perform forensic analysis,
incident response, data recovery, virus scanning
and vulnerability
assessment.
Knoppix-FLAG
FLAG - Forensic and
Log Analysis GUI
FoRK is a Knoppix-based live CD designed for use as a forensic imaging and previewing tool
Helix focuses on Incident Response & Forensics tools
2005/03/07 Helix 1.6 has been released. This edition has many new
improvements and updates. Some of the major changes are a complete rebuild
of the 2.6.10 kernel that has support for LVM, Cowloop, SquashFS, Sata,
etc. Helix now uses Unionfs to create an overlay file system so you can
temporarily write to the CD. Helix now exclusivley uses the XFce4.2 Window
Manager. Many new forensic tools have been added to inlude a few Stego
tools
2006-03-08 Helix1.7
2006-10-06 1.8

Knoppix-STD Security
Tools Distribution
------------------------------------------------------------------------------------
GNOPPIX
based upon Debian GNU/Linux 3.0 (woody; GNOME as desktop
environment
http://www.guadalinex.org/modules/news/
------------------------------------------------------------------------------------
ClusterKnoppix
OpenMosix + Knoppix
clusterKNOPPIX_V3.6-2004-08-16-EN-cl1
openMosix can migrate most Linux processes with no program changes required
Craft a load-balancing cluster with ClusterKnoppix IBM : dW
ClusterKnoppixで負荷分散クラスターを作る 2004 IBM-dW
OpenMosix 2.6 Patches Update(2005/05/14)OSNews
The openMosix HOWTO

Three PCs are connected with openMosix.
One is Cluster-Knoppix Live-CD.
others are MediaLinux2 installed to HD.
But clusterKnoppix looks unstable for openMosix
MediaLinux2 is stable for openMosix.
it may be wrong for me.
but at least, Cluster-Knoppix do not work automatically but MediaLinux2.
# omdiscd
or boot: migshm
Migshm is a DSM patch for openMosix. DSM Stands for Distributed Shared Memory. It enables migration of processes that use shared memory on openMosix (examples are apache, Xfracky etc).
ClusterKnoppix kernel-2.4.27-om
mediainlinux2 kernel-2.4.26
Quantian0.5 kernel-2.4.24
Quantian0.5.9.3 kernel-2.4.26
Quantian0.5 is unable to migrate to kernel-2.4.26-om and kernel-2.4.27-om.
--------------------------------------------------
becomed old, in challenge
Knoppix V3.6 also contains NX Server/Client such as VNC
FreeNX debian packages
Debian
deb http://archive.kalyxo.org/ staging main
deb http://archive.kalyxo.org/ experimental main
or
deb http://debian.tu-bs.de/knoppix/nx/skolelinux/ ./
The client is free for almost OSes http://www.nomachine.com/

NXSERVER - Version 1.4.0-01 OS (GPL)
Usage: nxserver <option>
--adduser <user>: Add a new user
--passwd <user>: Change password of <user>
--deluser <user>: Remove a user from nx
--listuser: List enabled users
--start: Start the nx server
--stop: Stop the nx server
--status: Show status of nx server
--restart: Restart the nx server and terminate all running sessions
--list [ user | sessionid ]: List running sessions of user or sessionid
--history [ user | clear ]: Show history [ of user ] or clear the history
--terminate <user | :display | sessionid>: Terminate the session pointed to by
sessionid or display, or all sessions of the specified user.
--suspend <user | :display | sessionid>: Suspend the session pointed to by
sessionid or display, or all sessions of the specified user.
--broadcast <message>: Send a message to all users
--send <user | :display | sessionid> <message>: Send a message to the specified user or sessionid
SUSE9.2
see http://www.mirrors.net.ar/pub/suse/i386/supplementary/X/NX/
$ nxsetup --setup-nomachine-key
and setup user & passwd
at the case of Windows
copy ~/.ssh/authorized_keys2 to c:\program files\nx client for windows\share
and setup the Firewall to be able to connect with ssl
connect from the client of the Windows with ssl
HOWTO setup Freenx on Fedora
-------------------------------------------------------------------------
Medialinux http://www.opensourcelab.it/ moved to http://www.mediainlinux.org/
http://gd.tuwien.ac.at/opsys/linux/medialinux/ Goodie Domain Service( Your Source of Open Source Software
)
ArtistX (formerly Mediainlinux)
2007-04-02 ArtistX 0.3 DistroWatch
not a knoppix-variant by now, but based on Debian

------------------------------------------------------------------------------
This contains more Audio and Graphic aplications than knoppix and
variant-knoppix'es
medialinux2 is released
Mediainlinux 4 RC5 2005/12/23
openMosixView on MediaLinux2 installed 3-PCs

AGNULA (acronym for ≪A GNU/Linux Audio distribution

agnula1.2.0
not a variant knoppix by now, but based on Debian

Agnula 1.2.1
this time i installed on winXP with VMWare-player

agnula.vmx
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "4"
#scsi0.present = "TRUE"
#scsi0.virtualDev = "lsilogic"
memsize = "256"
MemAllowAutoScaleDown = "FALSE"
ide0:0.present = "TRUE"
ide0:0.fileName = "agnula.vmdk"
ide1:0.present = "TRUE"
#ide1:0.fileName = "auto detect"
#ide1:0.deviceType = "cdrom-raw"
ide1:0.fileName = "c:\vmware\agnula\demudi-install_1.2.1_i386.iso"
ide1:0.deviceType = "cdrom-image"
floppy0.fileName = "A:"
ethernet0.present = "TRUE"
usb.present = "TRUE"
sound.present = "TRUE"
sound.virtualDev = "es1371"
sound.fileName = "-1"
sound.autodetect = "TRUE"
displayName = "agnula"
guestOS = "otherlinux"
nvram = "agnula.nvram"
ide0:0.redo = ""
ethernet0.connectionType = " bridged" or ”nat"
ethernet0.addressType = "generated"
uuid.location = "56 4d 5b 61 4d 6e ac da-c9 48 9c 05 3a 10 dd 8c"
uuid.bios = "56 4d 5b 61 4d 6e ac da-c9 48 9c 05 3a 10 dd 8c"
tools.remindInstall = "TRUE"
ethernet0.generatedAddress = "00:0c:29:10:dd:8c"
ethernet0.generatedAddressOffset = "0"
ide1:0.autodetect = "TRUE"
workingDir = "."
floppy0.startConnected = "FALSE"
floppy0.present = "FALSE"
ide1:0.startConnected = "TRUE"
tools.syncTime = "TRUE"
checkpoint.vmState = ""
----------------------------
Quantian
A Knoppix / Debian variant tailored to numerical and
quantitative
analysis.
0.5.9.3
kernel-2.4.26-om
approximately 1.46G
The follow is working onM$ VPC 2004
it seems to fail to run with usb-dvd.
0.6.9.1 2004/11/02 1,951MB
0.6.9.2 2004/12/01
0.6.9.3 2004/12/05
0.7.9.1 2005/12/11
if kernel panic, try " boot: knoppix=acpioff
2006/03/01 0.7.9.2 released

PaiPix used for specific cases like electrics, SCADA, CAD/FEM of mechanics
and engineering, etc.
The PaiPix Linux also serves of support to clusters of distributed computing
(using paipix-terminalsever) for data servers,
farms simulation farms and user laboratories.
2005/02/07 Ver3.7-2005-02-01-DVD
2005/02/07 Ver3.7-2005-02-24
2005/04/20 Ver3.7-2005-04-19
2005/05/19 Ver3.8
2005/10/18 PAIPIX_3.8-5-2005-10-18
2006/03/15 Ver5.0
in order to install on the VMware-Player,
it seems that 512 M or more memories require.
CERN ROOT/CINT
ROOT an object-oriented data analsys framework; almost OSes http://root.cern.ch/

Bootable Cluster CD[ BCCD ]
Versin 2.2
i cannot find out ' knoppix-installer '

ParallelKnoppix
PelicanHPC
PelicanHPC GNU Linux 1.3 2008-03-01 distrowatch
the latest version
2004-11-26
2004-12-16
2005-01-10
2005-03-01
2006-05-06 ParallelKnoppix 2006-05-05 OpenMPI 1.0.2; Octave 2.1.73; Povray-3.5 for use with PVM
2007-01-25 Ver2.3 makes it simple to set up a cluster of computers
for parallel processing using the LAM-MPI and/or MPICH implementations
of the Message Passing Interface (MPI).
i think that it is difficult to construct cluster without NIC with net-boot.ing(
EtherBoot )
on-board-NIC can boot from Net with ROM-o-matic; i wonder
http://www.etherboot.org/ ???
Netboot is a packet to boot a computer with an Intel processor over an IP network without access to a hard disk or a diskette
P4P800
http://sourceforge.net/mailarchive/forum.php?forum_id=6401&style=flat&viewday=15&viewmonth=200312 ???
Getting started with ParallelKnoppix, a live CD for clusters 2006-11-09 Linux.com

Ver 2006-02-20
Linux-EduCD
http://www.simp-st.pl/simpbody.html ; I do not understand Polish
2005/08/26 0.5
2006-05-04
Linux-EduCD 0.6 a KANOTIX-based Polish live DVD designed for use in educational and development environments
KNOPPIX LMS EUC_JP
knoppix_20031119-20040202-math
by AIST(National Institute of Advanced
Industrial Science and Technology in Japan)
If you cannot understand. then Download here
When boot ,if you do not anythig, Japanese look &feel starts.
In the case of US , Type ; knoppix language=us
de, kr, fr, se, ru and so on
When boot, if press F2 , options are displayed.
KNOPPIX MATH 2005, VERSIONE INGLESE
SFS-Knoppix
HTTP-FUSE-KNOPPIX
"Trusted HTTP-FUSE KNOPPIX" 2006-11-06
KNOPPIX 4 live CD delayed, Xenoppix launched
Xenoppix: Knoppix mit Xen http://www.pro-linux.de/news/2005/8642.htm
Xenoppix (= Xen + KNOPPIX)
HTTP-FUSE Xenoppix (Experimenal Version)
http://www.knoppix.net/forum/viewtopic.php?p=99021#99021
GNUAB
FREEDUC
Live CD-ROM of free software for schools

KNOSCIENCES ; v0.81; A GNU/Linux Bootable CD for Education
eduKnoppix
2005/03/07 ver2.1.0
Monoppix is a live CD Linux distribution based on Knoppix.
2005/08/24 1.1.8
--------------------------------------------------------------------------------------------
knopILS is a variant of the Knoppix live CD with support for Italian.

OVERCLOCKIX
says such as the following
based of the unofficial Knoppix 3.4 C't magazine edition, Overclockix
3.4!!
The new iso features captive-NTFS (write support), install on demand
scripts, a 2.6.1 kernel, Gnome 2.4,
?? Eidolon/Technomancer
2004/06/22 Ver3.4
2004/12/07 Ver3.7
2005/04/08 Ver3.8
2005/08/26 Ver3.79

Kanotix
BUG HUNTER 09-2004-A RELEASE
Deuche, English
kernel 2.6.8.1
2006/01/01 2005-4
AVM Fritz!Card
DSL support
Eagle USB DSL support
Kano's Scriptpage for KANOTIX (and KNOPPIX)
Freenet Kanotix-Image
Captive worked
but did not detect 'cdfs.sys, ntfs.sys, fastfat.sys, ntoskrnl.exe' on the
C ( /dev/hda),
after all , it downloaded from M$ as former.
such as
# mkdir /mnt/captive-C
# mount -t captive-ntfs /dev/hda1 /mnt/captive-C
# cd /mnt/captive-C
FreeNX , it is so difficult to work this time
the follow is useful ,i think
http://www.debianhelp.co.uk/freenx.htm

KANOTIX-64-2005-04-LITE
on Dell PowerEdge830 (EM64T)
NIC NetXtreme on the motherboard
klik did not work on the 64bit version.

Sidux
sidux on etch-x86_64 with VirtualBox 1.4.0
add nmi_watchdog=0 to menu.lst
usermod -G vboxusers -a <userid/username>
chmod 666 /dev/vboxdrv

CPX-MINI USB. CPX-MINI USB is a KANOTIX-based live Linux distribution that fits on a bootable 256MB USB storage device
BESTIX based on KANOTIX, claims to be an Internet Cafe CD with a wide selection
of languages selectable at boot.
Myrinix - Digital Home Edition
Myrinix 2005-02-10
2006-04-12
Myrinix - Digital Home Edition is a Bootable CD remastered by kanotix CD. This release comes with no developement or library files , it contains more multimedia related programs such as Kaffiene, Mplayer and more.
Supported Video - mpeg1,mpeg2, mpeg4, divx, avi, wmf, quicktime, realmovie,DVD, VCD and more
Supported Audio - wav, mp3, ogg, realaudio and more
Support Languages - English, British, Italian, French, Hungarian, Neitherland, Malay, Tamil, Arabic, Traditional Chinese, Simplified chiense.
only availble torrent.iso but MythTV Edition
i only could get myrinix-kde-gb-de-it-us-2006041
it was difficult to get others' edition
http://sourceforge.net/project/showfiles.php?group_id=155121
only Myrinix-Mythtv Edition is a iso file,but iso.torrent
it requires more than 256M memory ,i think.

Myrinix-MythTV Edition installed to HD

Symphony OS
2005/05/12 Alpha3 Mezzo desk-top
2006-01-12 Beta1

Auditor Security Linux is a KANOTIX-based live CD with a collection of tools for system auditing and forensic analysis
SNAPPIX is a KNOPPIX-based live CD Linux distribution with a pre-integrated SNAP
Platform. It attempts to integrate the best open source Java components
into an easy-to-use toolkit, revolving around an open source JVM implementation,
the Eclipse IDE, and Apache Tomcat.
Marvell Yukon 88E8001
RTL8139
are acknkowldged

emKnoppix is a
distribution of Knoppix
tailored for use in embedded systems
Sarovar.org: India's first portal to host projects under Free/Open source licenses
The S-Linux OS contains a new coustom File System X-S-LFS.X-S-LFS
provides native support to TCP/IP.
OpenGroupware.org Knoppix CD
GIS-Knoppix is a bootable Linux CD with pre-installed GIS software.
1.2 Product
1.1 Free old
GEOLivre Linux is a Kurumin and Debian-based Brazilian distribution with a collection
of specialist software for geographical work.
i changed to english a bit , but all.

kokopellix
Under construction for Desk Top Music and audio capture/playback.
KnoppMyth
Bioknoppix
VLinux Bioinformatics workbench is a Linux distribution for Bioinformatics.
Vigyaan is an electronic workbench for bioinformatics, computational biology and computational chemistry.
At present the following ready to use software comes on VigyaanCD: Artemis,
Bioperl, BLAST (NCBI-tools), ClustalX, Cn3D, EMBOSS tools, Garlic, GROMACS,
Ghemical, GNU R, Gnuplot, GIMP, ImageMagick, JMol, MPQC, NJPlot, Open Babel,
Octave, PSI3, PyMOL, Rasmol, Raster3D, SMILE, TINKER, XDrawChem, Xmgr and
Xfig. GNU C/C++/Fortran compilers and additional Linux tools (such as ps2pdf)
are also available.
Ver1.0 2005-09-07 kernel2.4.27

grml is a bootable CD (Live-CD) based on Knoppix and Debian. grml includes a collection of GNU/Linux software
especially for users of texttools and
system administrators
Gnumed
Amateurfunk mit Knoppix / Amateurradio with Knoppix
Oralux Audio GNU/Linux distro for vision impaired persons
JaCL Linux. JaCL Linux (Just a Command Line Linux) is a Knoppix-based live CD
Julex is a knoppix based LiveCD and Rescue CD distro
Knoppix Based Linux distribution aimed at users that want to get files back from there hard drive after there computer fails to boot, Trouble shoot there pc
KnoppiXMAME
GameKnoppix
2005-09-14 Games Knoppix 4.0.2-0.3 distrowatch
Knopperdisk The USB version is more than just a rescue disk. It's based on Gentoo
Linux Live Game Project (LLGP) 0.1pre0 : a Knoppix-based live CD designed for gamers
The long awaited feature to boot directly from the USB device has been
added and mostly because of this
I decided to make this release version 0.3.0.
WhiteHat Knoppix (WHoppix) is a knoppix 3.6 remaster designed to be a standalone penetration testing
toolkit. --??
i cannot download because of being too slow from japan.
2005/05/31 2.7.1
WHAX (formerly Whoppix)
2005/07/17 WHAX 3.0 but a SLAX-based Live CD
Feather Linux
Xfld is 'Xfce live demo', a GNU/Linux operating system (derived from Knoppix)
2006-10-29 ver0.3 Xfld 0.3 is now based on Ubuntu 6.10 (Edgy) instead of plain debian as before.
Parsix GNU/Linux is a live CD based on Knoppix and Debian. It uses GNOME as its default desktop environment
BeaFanatIX
Tilix: новини http://www.tilix.org/ I have no idea
Knoppel - Ειδ?σει? Greek
2006-08-09 0.7
kinnerret Israel
KNOPPIX PC Welt Version Hugh's Linux ISO Mirror site
BEKIX
K-DEMar: La Teva Distro: i have no idea
Ca`tix:
Phantomix Live CD
Kurumin Linux
is a Brazilian run-from-CD Linux distribution based on Knoppix.
Kalango Linux is a Brazilian Linux distribution designed for desktop use.
It is based on Kurumin and uses the Debian package management
tools.
TupiServer Linux : a Brazilian server-oriented distribution and live CD based on Kurumin
Linux.
Arabian Linux is a bootable CD containing the Linux operating system. based on Kurumin
Linux and Debian GNU/Linux.
BIG LINUX is a Brazilian Linux live CD with support for hard disk install and localised into Brazilian Portuguese
KuruJa Linux. KuruJa Linux is a new Brazilian Linux distribution based on Kurumin Linux, with the inclusion of Java packages for development
Shabdix GNU/Linux is a live CD based on the KNOPPIX live CD distribution with modifications for the Iranian user.
Kaella French , i cannot understand French at all.
2005/02/04 Ver1.4 Knoppix Linux Azur
2005/05/04 Ver2.0
2005/05/30 2.0.1
2005/11/05 2.1
http://knoppix-fr.org/
http://c.laloy.free.fr/howtos/linux/liens/distribs.html
Evinux is a Linux live CD based on Knoppix, but with light-weight window managers - Fluxbox and XFce
SuliX is a Hungarian live CD developed by a small group of teachers and designed for use in schools
X-Evian a
Spanish live CD based on Knoppix and Debian GNU/Linux.
LinEspa is a Spanish linux distribution, based on Knoppix and optimised for Spanish and Latin-American users.
Madrid_Linux, or MAX for short, is a GNU/Linux distribution created by the Council of Education of Madrid, Spain
LiVux is a live CD with a collection of educational software. Based on Knoppix and created in Valencia, Spain.
Dinux. Dinux is a KNOPPIX-based Spanish Linux live CD with support for the Basque (Euskara) language.
Xarnoppix
http://linux.pricoinsa.es/linux_cat.htm
LliureX distribution is a Knoppix-based live and installation CD with support
for Valencian (a language very
similar to Catalan) and Spanish
SLYNUXthe principal language of the South Indian state of Kerala.
ROSLIMS (ROmanian Simple LInux for Medical Students) is Knoppix-based live CD
with full Romanian localisation of Knoppix 3.4
MyLINUX http://www.myl.ro/
Romanian Linux Users Group Wiki
DARKSTAR Linux Project Slackware based distribution in Romania.
BHLD is a Bosnian live CD based on KNOPPIX
YAKR, or Yet Another Knoppix Remaster, is a new live CD based on KNOPPIX.
http://knoppix.tnc.edu.tw/
Hiweed 055 Livecd W445 (kernel : 2.6.9) [ Chinese ]
B2D is a Knoppix-based live CD (it can optionally be installed on hard disk) with support for traditional Chinese
PUD (Penk's Underbred Distro) GNU/Linux is a Taiwanese mini live and installation CD based on KNOPPIX
Knoppix Ko Knoppix Korean Edition based on knoppix
Knoppix Japnese by AIST [ English ]
Regret ( Japanese only ) for Audio , Music ....

自家製ディス鳥 gnoMEPIS-CJK
Accelerated KNOPPIX 1.0 a fast-booting variant of the popular KNOPPIX live CD
LCAT(Live CD Acceleration Tool kit)
i downloaded with the bittorrent following
http://zerotracker.com/download/HTTP/45691/Accelerated-KNX_20060228.torrent
it is fast, sure ; boot & starting of softwares.
boot: knoppix lang=us
but boot: knoppix lang=de ; the keyboard arrangement is german but the
display is in English.
berry
2006-02-14 ver0.67
Japanese & English
autoconfig ;however rpm
so, it is not knoppix varient entirely.
0.72

There are more knoppix-family distributions. see http://www.knoppix.net/docs/index.php/KnoppixCustomizations
Samba for Mediain2
Mediain2 is installed to HD.
client
it is not so diffcult to work as client
//but Access to/from Windows.
with Konqueror,
type smb:/
as server
it is difficult
samba-common is installed, but samba and swat notinstalled
it is better using swat than only scripting
//native knoppix seems to install samba.
install samba and swat with Synaptic
comment out a line about swat at /etc/inet.d.conf ( at the bottom )
i# /etc/init.d/inetd restart or # killall -HUP inetd
http://localhost:901/
add user on SWAT.
restart smbd and nmbd on SWAT.
but probavely? , the connection will fail
Edit /etc/samba/samba.conf as the follow
restart smbd and nmbd on SWAT.
( refrain )
the first example
-------------------------------
# Global parameters
[global]
workgroup = XXXXXXX
netbios name = YYYYYYYYY
server string = Samba Server
map to guest = Bad User
username map = /etc/samba/smbusers
unix password sync = Yes
syslog = 0
logon path = \\%L\profiles\.msprofile
logon drive = P:
logon home = \\%L\%U\.9xprofile
dns proxy = No
panic action = /usr/share/samba/panic-action %d
invalid users = root
valid users = zzzzzzzz ;
[homes]
comment = Home Directories
valid users = %S
read only = No
inherit permissions = Yes
-----------------
------------------
------------------
Captive for MediainLinux
Captive discontinued after achieving primary goals for the 2.4 kernel.
but it looks alive with FUSE ( not lufs )
ntfsmount (part of the ntfsprogs) is a FUSE file system driver that allows you to mount NTFS volumes.
knoppix uses "(libntfs+fuse) ntfsmount" from ver4 ? ,
sure of ver5.0
usually , only click the icon to mount the NTFS FS.
when using command,
sample
# su
# mkdir -p /mnt/tmp
# ntfsmount /dev/sdxy /mnt/tmp //ex. sdxy =
sda1
# cd /mnt/tmp
# ls
ex. work
# cd work
# ls
Editor 'nano' is better than emacs and vi for brginners
'gedit' may not work.
# nano sample.txt
ctl + o //write
ctl + x //teminate nano
# cd
# umount /mnt/tmp
"(libntfs+fuse) ntfsmount" may not work on sata HD
boot: knoppix acpi=off
however unconfirmed
for me , it worked on sata HD with ICH7.
http://www.jankratochvil.net/project/captive/
it is no problem with Debian and the Variants, but FC3
get
captive-static-1.1.5.tar.gz (7.2MB)
cd 'downloaded-placce'
tar xvzf captive-static-1.1.5.tar.gz
$ su - //when su ,installer for MS's drivers
will be CUI ( TUI ).
# cd /home/xxxx/xxxx/captive-static-1.1.5.
# ./install
# captive-install-acquire
GUI for installer will appear.
but it will be failed to scan ' cdfs.sys, ntfs.sys, fastfat.sys,
ntoskrnl.exe'
even if locating these files where may be detected, these are not detectd.
after all, these are downloaded from M$.
# mount /mnt/captive-noname