small mud
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2577
A Small MUD 1.3
A Small MUD is a minimal MUD implementation. more>>
A Small MUD project is a minimal MUD implementation.
A Small MUD is a minimal MUD implementation, with some mildly intelligent mobs running around creating rooms.
A few pointers when reading the source code... the World class contains the "cells" in the dungeon - all those are created randomly by the mobs.
The MobFactory class contains and controls all mobs in the world - the class holds a reference to the World class.
Cells are specified by the World::CELL struct and mobs by the MobFactory::MOB struct. The SmallHandler class contains the World, MobFactory, and active sockets list (via SocketHandler).
Finally, the SmallSocket class handles all socket communication and the ListenSocket template class acts as the socket listen server.
<<lessA Small MUD is a minimal MUD implementation, with some mildly intelligent mobs running around creating rooms.
A few pointers when reading the source code... the World class contains the "cells" in the dungeon - all those are created randomly by the mobs.
The MobFactory class contains and controls all mobs in the world - the class holds a reference to the World class.
Cells are specified by the World::CELL struct and mobs by the MobFactory::MOB struct. The SmallHandler class contains the World, MobFactory, and active sockets list (via SocketHandler).
Finally, the SmallSocket class handles all socket communication and the ListenSocket template class acts as the socket listen server.
Download (0.016MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1047 downloads
grml-small 0.1
grml-small is a bootable CD (Live-CD) based on Knoppix and Debian. more>>
grml-small is a bootable CD (Live-CD) based on Knoppix and Debian. grml-small includes a collection of GNU/Linux software for system administrators and provides automatic hardware detection.
Whereas grml (without the -small) provides more than about 2.1GiB of software on a 700MB-ISO, grml-small is a very small rescue system for systemadministrators.
It is not necessary to install anything to a harddisk, you dont even need a harddisk to run it. Due to on-the-fly decompression grml-small includes about 150 MB of software and still fits on a business card CD-ROM or USB device with 50MB.
Initial release of grml-small, a very small version of the grml-system. Notice that there are several hacks to reduce the ISO-size, so you wont find for example documentation and manpages on the ISO.
grml-small provides support for booting via USB, see http://wiki.grml.org/doku.php?id=usb for details.
Kernel is based on vanilla kernel 2.6.12 including several patches (MPPC/MPPE, Reiser4, Squashfs,...) but compared with the normal grml system the kernel features have been reduced. See http://grml.org/kernel/ for more details.
<<lessWhereas grml (without the -small) provides more than about 2.1GiB of software on a 700MB-ISO, grml-small is a very small rescue system for systemadministrators.
It is not necessary to install anything to a harddisk, you dont even need a harddisk to run it. Due to on-the-fly decompression grml-small includes about 150 MB of software and still fits on a business card CD-ROM or USB device with 50MB.
Initial release of grml-small, a very small version of the grml-system. Notice that there are several hacks to reduce the ISO-size, so you wont find for example documentation and manpages on the ISO.
grml-small provides support for booting via USB, see http://wiki.grml.org/doku.php?id=usb for details.
Kernel is based on vanilla kernel 2.6.12 including several patches (MPPC/MPPE, Reiser4, Squashfs,...) but compared with the normal grml system the kernel features have been reduced. See http://grml.org/kernel/ for more details.
Download (48.7MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1574 downloads
Calypso MUD 0.2.1
Calypso MUD is a MUD (multi-user dungeon) framework. more>>
Calypso MUD project is a MUD (multi-user dungeon) framework.
Calypso is a MUD code base written in C. The goal is a code base capable of change and of adjusting readily to different ideas.
The motive is to improve a somewhat stale climate in which many of the MUDs today have to flourish.
It is a simple mud server written entirely in C, using TCP/IP for data transmission. It was my first attempt using a modular design for a project.
Enhancements:
- Mud core now completely independent from the library package!
- New library loading procedures, used with new command-line parameter
- Implemented special libraries
- Replaced control script with event script database
- Event scheduler in progress
- Autorun script added
- Autorun procedure fixed
- Background command-line parameter added
<<lessCalypso is a MUD code base written in C. The goal is a code base capable of change and of adjusting readily to different ideas.
The motive is to improve a somewhat stale climate in which many of the MUDs today have to flourish.
It is a simple mud server written entirely in C, using TCP/IP for data transmission. It was my first attempt using a modular design for a project.
Enhancements:
- Mud core now completely independent from the library package!
- New library loading procedures, used with new command-line parameter
- Implemented special libraries
- Replaced control script with event script database
- Event scheduler in progress
- Autorun script added
- Autorun procedure fixed
- Background command-line parameter added
Download (0.032MB)
Added: 2006-12-18 License: LGPL (GNU Lesser General Public License) Price:
1044 downloads
Fuzzball MUCK 6.09
Fuzzball MUCK is an advanced MUD server originally based on tinyMuck. more>>
Fuzzball MUCK project is an advanced MUD server originally based on tinyMuck.
Fuzzball Muck is a networked multi-user MUD chat server. It is user-extensible, and newer versions support advanced features such as GUI dialogs, through close client-server cooperation with Trebuchet or other clients that support MCP-GUI.
This release adds some new MUF primitives, and contains a number of other changes and bugfixes, including a number of fixes for fatal errors.
Enhancements:
- Remove PCRE sources from the package (PCRE must be installed on your system).
- Made the definition for Pi even more accurate.
- Fixed a compile problem that conflicted with the creation of self-contained packages.
- Fixed advancedb starter database so that all Wizards are set M3, so that all programs actualy work.
- fbmuck is now 8-bit clean internally. See docs/8-bit for implementation details.
- Added EXT-NAME-OK? MUF primitive to support 8-bit object naming policy.
<<lessFuzzball Muck is a networked multi-user MUD chat server. It is user-extensible, and newer versions support advanced features such as GUI dialogs, through close client-server cooperation with Trebuchet or other clients that support MCP-GUI.
This release adds some new MUF primitives, and contains a number of other changes and bugfixes, including a number of fixes for fatal errors.
Enhancements:
- Remove PCRE sources from the package (PCRE must be installed on your system).
- Made the definition for Pi even more accurate.
- Fixed a compile problem that conflicted with the creation of self-contained packages.
- Fixed advancedb starter database so that all Wizards are set M3, so that all programs actualy work.
- fbmuck is now 8-bit clean internally. See docs/8-bit for implementation details.
- Added EXT-NAME-OK? MUF primitive to support 8-bit object naming policy.
Download (1.6MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
933 downloads
Crystal Mud Client 0.2.2
Crystal Mud Client project is a terminal-based MUD client with good protocol support. more>>
Crystal Mud Client project is a terminal-based MUD client with good protocol support.
Crystal is an adequate MUD client.
At first glance it looks like telnet, but has full line editing and scrollback, character set conversion support, Unicode support, prompt grabbing, xterm titlebar setting, and windowsize negotiation.
It even supports MCCP (compression) and telnet-over-SSL.
Its got support for a decent subset of ANSI, and properly ignores things it doesnt recognize.
Main features:
- line editor with full history
- split-screen scrollback
- window size and terminal type negotiation
- ansi colour support and xterm-256-colour support (also, underline, italic, fraktur) where applicable
- MCCP (compression) support
- logging/dumping
- tinyfugue-style prompt grabbing for LP muds
- simple scripting support using lua. for this you will need lua 4.0 installed.
- full ipv6 support
- telnet over SSL support (if you have the openssl library)
- xterm titlebar setting
- unicode support in unicode terminals
- full character set conversion support
- DEC linedrawing characters
- support for the telnet Multiplex protocol
Enhancements:
- compile fix if zlib not present.
<<lessCrystal is an adequate MUD client.
At first glance it looks like telnet, but has full line editing and scrollback, character set conversion support, Unicode support, prompt grabbing, xterm titlebar setting, and windowsize negotiation.
It even supports MCCP (compression) and telnet-over-SSL.
Its got support for a decent subset of ANSI, and properly ignores things it doesnt recognize.
Main features:
- line editor with full history
- split-screen scrollback
- window size and terminal type negotiation
- ansi colour support and xterm-256-colour support (also, underline, italic, fraktur) where applicable
- MCCP (compression) support
- logging/dumping
- tinyfugue-style prompt grabbing for LP muds
- simple scripting support using lua. for this you will need lua 4.0 installed.
- full ipv6 support
- telnet over SSL support (if you have the openssl library)
- xterm titlebar setting
- unicode support in unicode terminals
- full character set conversion support
- DEC linedrawing characters
- support for the telnet Multiplex protocol
Enhancements:
- compile fix if zlib not present.
Download (0.094MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
610 downloads
Mordor MUD 6.66
Mordor MUD is a multi-user text based Internet Game Server. more>>
Mordor MUD project is a multi-user text based Internet Game Server.
Mordor is a MUD (Multi-User Dungeon), developed in ANSI C on Linux, that will run on most UNIX and Microsoft systems.
It includes source code, Linux binaries, and a large stock database for quick and easy set up on an Intel-based system.
Mordor can be divided into two large catagories: The Server and The Database.
The Server: this is the application responsible for the update of the game. It accepts users input, mixes it with the actions programmed by the database, and calculates the results. It then update the users state, as well as the state of the database.
The Database: the database can be tought of as the world in which everything on the MUD occurs. It includes all the creatures, items, rooms, and players in the game and is constently changing due to the actions of users, as well as with respect to time. The database can be divided into 4 basic parts:
Rooms: the map or layout of any Mordor database begins with rooms. This is the most fundamental unit of construction, as it can contain all other database objects. Creation of a Mordor Database (or world) begins by planning the relationship between the rooms. This is analogos to mapping out the roads, streets, buildings, etc associated with the world.
Creatures: these are the inhabitants of the world you are creating. They can be programmed to behave in a number of ways, and usually spend most of their time wandering about minding their own busniess or interacting with the players in the game.
Players: the players are created by real people that connect via the internet to the Mordor Server. The Server saves the players information as part of the database.
Items: the items are the objects in the database. They can be any real-world object that you might encounter. Common items like clothing, books, signs, armor, weapons, etc. fall into this catagory.
<<lessMordor is a MUD (Multi-User Dungeon), developed in ANSI C on Linux, that will run on most UNIX and Microsoft systems.
It includes source code, Linux binaries, and a large stock database for quick and easy set up on an Intel-based system.
Mordor can be divided into two large catagories: The Server and The Database.
The Server: this is the application responsible for the update of the game. It accepts users input, mixes it with the actions programmed by the database, and calculates the results. It then update the users state, as well as the state of the database.
The Database: the database can be tought of as the world in which everything on the MUD occurs. It includes all the creatures, items, rooms, and players in the game and is constently changing due to the actions of users, as well as with respect to time. The database can be divided into 4 basic parts:
Rooms: the map or layout of any Mordor database begins with rooms. This is the most fundamental unit of construction, as it can contain all other database objects. Creation of a Mordor Database (or world) begins by planning the relationship between the rooms. This is analogos to mapping out the roads, streets, buildings, etc associated with the world.
Creatures: these are the inhabitants of the world you are creating. They can be programmed to behave in a number of ways, and usually spend most of their time wandering about minding their own busniess or interacting with the players in the game.
Players: the players are created by real people that connect via the internet to the Mordor Server. The Server saves the players information as part of the database.
Items: the items are the objects in the database. They can be any real-world object that you might encounter. Common items like clothing, books, signs, armor, weapons, etc. fall into this catagory.
Download (2.3MB)
Added: 2006-12-14 License: Free for non-commercial use Price:
1052 downloads
AweMUD 0.25
AweMUD is an in-development MUD server; a program that hosts a text-oriented game for multiple-players. more>>
AweMUD project is an MUD server, still in development ; a program that hosts a text-oriented game for multiple-players. What MUDs lack in graphics and audio, they more than make up for in gameplay and fun.
Imagination coupled with a love of adventure, has let multitudes of people enjoy the vast worlds crafted by the creativity of their minds eye, all through the use of a MUD server. If you enjoy reading, youll love playing a MUD!
Enhancements:
- Portability updates: Linux, BSD, Solaris, Cygwin, OS X.
- Better entity name handling.
- New String class.
- Re-written character creation process.
<<lessImagination coupled with a love of adventure, has let multitudes of people enjoy the vast worlds crafted by the creativity of their minds eye, all through the use of a MUD server. If you enjoy reading, youll love playing a MUD!
Enhancements:
- Portability updates: Linux, BSD, Solaris, Cygwin, OS X.
- Better entity name handling.
- New String class.
- Re-written character creation process.
Download (0.62MB)
Added: 2006-07-13 License: BSD License Price:
1198 downloads
ErisMUD 0.4
ErisMUD is a MUD/MOO server/engine written in Python. more>>
ErisMUD is a MUD/MOO server/engine written in Python on top of SQLite. It currently supports many features and easy internal commands take care of the development and maintenance. Released under the GPL and 100% free.
Main features:
- Equipment and inventory for Players & NPCs
- Chat system
- Add new rooms with a single command
- Custom exits
- File logging
- Command aliases
- Player stats
- Help system
- Easy maintenance commands
- Optional ANSI colors
- Skills system
- Damage/healing system
Enhancements:
- Now with THREADING. Make sure your Python version supports threads.
- Most player actions now give a message to other users in the room.
- Fixed yet another login bug that looped over email/stats creation.
- Basic skills framework added.
- loiter command added, which depends on the Loitering skill to work.
- skills command added.
- Trapped emotes without arguments.
- Basic health/damage system added. Proof-of-concept maim command added.
<<lessMain features:
- Equipment and inventory for Players & NPCs
- Chat system
- Add new rooms with a single command
- Custom exits
- File logging
- Command aliases
- Player stats
- Help system
- Easy maintenance commands
- Optional ANSI colors
- Skills system
- Damage/healing system
Enhancements:
- Now with THREADING. Make sure your Python version supports threads.
- Most player actions now give a message to other users in the room.
- Fixed yet another login bug that looped over email/stats creation.
- Basic skills framework added.
- loiter command added, which depends on the Loitering skill to work.
- skills command added.
- Trapped emotes without arguments.
- Basic health/damage system added. Proof-of-concept maim command added.
Download (0.023MB)
Added: 2005-07-18 License: GPL (GNU General Public License) Price:
1561 downloads
SMM++ Mud Client 6.1.1
SMM++ Mud Client project is a client with mapping functionality and lots of other features. more>>
SMM++ Mud Client project is a client with mapping functionality and lots of other features.
SMM++ Mud Client is a mud client with extended and unique features.
Aside from all standard mud client functionality like ANSI color support, aliases, action triggers, and tab-completion, SMM++ features a highly-customizable user interface (labels, buttons, and menus) and unique and powerful mapping capabilities, and SMM++ is the only mapping crossplatform (Tcl/Tk based) mud client available.
Enhancements:
- ::smm::action replaced with ::smm::reaction (pretty stable)
Added:
- ::smm::pasteok hook (not tested extensively, yet)
<<lessSMM++ Mud Client is a mud client with extended and unique features.
Aside from all standard mud client functionality like ANSI color support, aliases, action triggers, and tab-completion, SMM++ features a highly-customizable user interface (labels, buttons, and menus) and unique and powerful mapping capabilities, and SMM++ is the only mapping crossplatform (Tcl/Tk based) mud client available.
Enhancements:
- ::smm::action replaced with ::smm::reaction (pretty stable)
Added:
- ::smm::pasteok hook (not tested extensively, yet)
Download (0.24MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1082 downloads
Small Arms Ballistics 1.3.2
Small Arms Ballistics is a ballistics calculator for small arms fire. more>>
Small Arms Ballistics is, as the name says, a ballistics calculator for small arms fire. It is a terminal application written using curses.
Small Arms Ballistics is derived from smallball, which was written by Ole-Hj. Kristensen. I have pretty much rewritten the entire program, but smallball got me started. All major
trajectory calculations have been implemented, and a variety of bullet drag models are available.
The program needs a color capable terminal, otherwise it wont run.
Enhancements:
- distribution didnt include saballistics.lsm.in
<<lessSmall Arms Ballistics is derived from smallball, which was written by Ole-Hj. Kristensen. I have pretty much rewritten the entire program, but smallball got me started. All major
trajectory calculations have been implemented, and a variety of bullet drag models are available.
The program needs a color capable terminal, otherwise it wont run.
Enhancements:
- distribution didnt include saballistics.lsm.in
Download (0.22MB)
Added: 2005-07-01 License: GPL (GNU General Public License) Price:
1590 downloads
CatGrab Small for Linux 1.3
CatGrab imports files from your digital camera under Linux platform. more>> Support Linux platforms from Version 1.3
Import photos with a single click
-One click is all it takes with CatGrab to import files from your digital camera, automatically rotate them, sort them and open them in a viewer.
Transparent file storage
-Files are stored in a transparent directory structure. No database is needed to retrieve your images at a later date.
Continuity
-Catgrab is compatible with a wide range of software. The transparent basic file structure means that the user is not reliant on special photo management software, thereby optimizing continuity across different software solutions.
Platform-independence
-The software can be run on Mac, Windows and Linux. Continuity is guaranteed even if the operating system changes or you find yourself working on different systems simultaneously.
Automatic renaming and archiving
-Files are re-named by date and time and stored in appropriate directories on a biannual, quarterly or monthly basis.
No duplicated files on your PC
-Files are not duplicated on your PC, even when the file names have been changed. So images can stay on the camera and will not be subsequently downloaded twice.
Clarity
-The one-click-system means that the software has only two command buttons. One for a quick settings menu with access to the users manual, and the second for importing photos and films with a single click.<<less
Download (2.9MB)
Added: 2009-04-23 License: Freeware Price: Free
186 downloads
Small Telnet Chat 0.16
Small Telnet Chat provides a chat server to which you can connect via a telnet client. more>>
Small Telnet Chat provides a chat server to which you can connect via a telnet client.
Small Telnet Chat (STC) is a chat server to which you can connect via a telnet client. It provides logging, automatic kicking, and IP blocking.
Requirements
Server: All you need are the files of the chatserver and a functional JRE.
Client: To connect to the server you need at VT100 capable telnet client.
Simple telnet to a server on which the STC is running. (You need to know the port on which the server is listening since STC can run on any port).
STC is known to work with:
-> PuTTY works fine
-> Win2000 telnet works
-> WinXP telnet works (some versions of WinXP telnet seem to have problems but up to date ones (with service packs, etc.) work)
-> Linux telnet (netkit) works
Installation
No special installation procedure is required. Simply unpack the archive into a directory and run it.
The configuration file (config.xml) has to be in the same directory as the server.
For those who want to put the server to place where executables usually reside (/usr/local/bin, etc.), a .jar file is provided.
Running
To run the chatserver, cd into the directory into which you have copied the files.
Run the server by typing:
java stc
<<lessSmall Telnet Chat (STC) is a chat server to which you can connect via a telnet client. It provides logging, automatic kicking, and IP blocking.
Requirements
Server: All you need are the files of the chatserver and a functional JRE.
Client: To connect to the server you need at VT100 capable telnet client.
Simple telnet to a server on which the STC is running. (You need to know the port on which the server is listening since STC can run on any port).
STC is known to work with:
-> PuTTY works fine
-> Win2000 telnet works
-> WinXP telnet works (some versions of WinXP telnet seem to have problems but up to date ones (with service packs, etc.) work)
-> Linux telnet (netkit) works
Installation
No special installation procedure is required. Simply unpack the archive into a directory and run it.
The configuration file (config.xml) has to be in the same directory as the server.
For those who want to put the server to place where executables usually reside (/usr/local/bin, etc.), a .jar file is provided.
Running
To run the chatserver, cd into the directory into which you have copied the files.
Run the server by typing:
java stc
Download (0.054MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
932 downloads
DeltaMUD 3b1
DeltaMUD is a MUD-online game server software. more>>
DeltaMUD project is a MUD-online game server software.
DeltaMUD is a MUD server based on enhancements to the original CircleMUD bpl12 source code and is thus bound to the legal terms contained within the CircleMUD and DikuMUD license agreements.
The goal of this project is to provide an enhanced, memory optimized, and SQL-based version of the original CircleMUD.
<<lessDeltaMUD is a MUD server based on enhancements to the original CircleMUD bpl12 source code and is thus bound to the legal terms contained within the CircleMUD and DikuMUD license agreements.
The goal of this project is to provide an enhanced, memory optimized, and SQL-based version of the original CircleMUD.
Download (1.2MB)
Added: 2006-12-18 License: Free for non-commercial use Price:
1042 downloads
MudMagic Mud Client 1.9
MudMagic Mud Client is a Gnome text game client to connect to muds. more>>
MudMagic Mud Client is a client for connecting to online text games.
Main features:
- Written in gnomes gtk
- Free for use and modifications
- OpenSource development
- MSP, MCCP, ZMP support
- HTML support
- Perl & Python script support
- Plugin-management
- Automapper with notes
- Note writing
- Session management
- Multi-line input
- Game storage details
- On demand game list
- Modular developed for expansion
- Linux and windows compatible
- Triggers available
- Alias writing and storage
- Macro and hotkey management
- SQLite user database
- Extensible UI with plugins
- Software supported by MudMagic.Com
- Will always be free
- and much more...
<<lessMain features:
- Written in gnomes gtk
- Free for use and modifications
- OpenSource development
- MSP, MCCP, ZMP support
- HTML support
- Perl & Python script support
- Plugin-management
- Automapper with notes
- Note writing
- Session management
- Multi-line input
- Game storage details
- On demand game list
- Modular developed for expansion
- Linux and windows compatible
- Triggers available
- Alias writing and storage
- Macro and hotkey management
- SQLite user database
- Extensible UI with plugins
- Software supported by MudMagic.Com
- Will always be free
- and much more...
Download (0.62MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1149 downloads
Damn Small Linux Not 0.1 RC4
Damn Small Linux Not provides a reliable, and compact array of applications based mostly on the GTK2 libraries. more>>
Damn Small Linux Not is built on Damn Small Linux technology. Damn Small Linux Not is also small, bigger than DSL but smaller than most. Damn Small Linux Not provides a reliable, and compact array of applications based mostly on the GTK2 libraries.
DSL-N is not an evolution of DSL, it is not intended as progress over the philosophy of DSL, but is intended for a different user, or the same user under different circumstances.
Main features:
- it is small
- it has software which is feature full
- it takes advantage of redundant lib dependencies and suits to pack features into a tight distribution
- DSL-N has a modern kernel and does not squeeze out critical modules that would limit compatibility
Like DSL, DSL-n can:
- Boot from from a CD as a live Linux distribution (LiveCD)
- Boot from a USB pen drive
- Boot from within a host operating system (thats right, it can run *inside* Windows)
- Run very nicely from an IDE Compact Flash drive via a method we call "frugal install"
- Transform into a Debian OS with a traditional hard drive install
- Run fully in RAM
- Modularly grow -- DSL-N is highly extendable without the need to customize
- The applications in DSL-N were chosen because they are functional, usable, and relatively compact. Unlike DSL, DSL-N has GTK2 applications, that means DSL-N will need more ram and CPU cycles than DSL. To have a pleasant experience, we recommend at least 64MBs and 300MHz.
DSL-N, unlike DSL, does not have a hard size cap, but it is being developed by the DSL team, and we hate bloat! So, dont expect DSL-N to get too big.
Why are you making this offshoot of DSL when DSL is so successful? Because a 50MB, GTK2 based distribution, with a 2.6.x kernel and excellent hardware detection/support is a contradiction in terms. DSL-N represents our best effort to stay compact while providing for the needs of those who want the Bling Bling such as SATA support, Gnumeric, Abiword, gMplayer.
Enhancements:
- Added "noprompt noeject" to default boot options for frugal installs.
- Fixed madwifi wireless.
- Fixed chpasswd vs passwd. "secure" boot option now works correctly.
- Added gnu-utils into the base iso.
- Fixed USB2 not loading bug
- Improved mydsl=hdxy when specified to not also search this makes it consistent with restore boot option.
- Enhanced exitcheck to prompt warning if no backup device is selected when requested to save special settings.
- Fixed multi user hard drive install bug.
- Added murgaLua Lua/Fltk development toolkit.
<<lessDSL-N is not an evolution of DSL, it is not intended as progress over the philosophy of DSL, but is intended for a different user, or the same user under different circumstances.
Main features:
- it is small
- it has software which is feature full
- it takes advantage of redundant lib dependencies and suits to pack features into a tight distribution
- DSL-N has a modern kernel and does not squeeze out critical modules that would limit compatibility
Like DSL, DSL-n can:
- Boot from from a CD as a live Linux distribution (LiveCD)
- Boot from a USB pen drive
- Boot from within a host operating system (thats right, it can run *inside* Windows)
- Run very nicely from an IDE Compact Flash drive via a method we call "frugal install"
- Transform into a Debian OS with a traditional hard drive install
- Run fully in RAM
- Modularly grow -- DSL-N is highly extendable without the need to customize
- The applications in DSL-N were chosen because they are functional, usable, and relatively compact. Unlike DSL, DSL-N has GTK2 applications, that means DSL-N will need more ram and CPU cycles than DSL. To have a pleasant experience, we recommend at least 64MBs and 300MHz.
DSL-N, unlike DSL, does not have a hard size cap, but it is being developed by the DSL team, and we hate bloat! So, dont expect DSL-N to get too big.
Why are you making this offshoot of DSL when DSL is so successful? Because a 50MB, GTK2 based distribution, with a 2.6.x kernel and excellent hardware detection/support is a contradiction in terms. DSL-N represents our best effort to stay compact while providing for the needs of those who want the Bling Bling such as SATA support, Gnumeric, Abiword, gMplayer.
Enhancements:
- Added "noprompt noeject" to default boot options for frugal installs.
- Fixed madwifi wireless.
- Fixed chpasswd vs passwd. "secure" boot option now works correctly.
- Added gnu-utils into the base iso.
- Fixed USB2 not loading bug
- Improved mydsl=hdxy when specified to not also search this makes it consistent with restore boot option.
- Enhanced exitcheck to prompt warning if no backup device is selected when requested to save special settings.
- Fixed multi user hard drive install bug.
- Added murgaLua Lua/Fltk development toolkit.
Download (95.3MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1164 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above small mud search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed