Main > Free Download Search >

Free linux server software operating system software for linux

linux server software operating system

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 11918
Inferno Operating System 20060303

Inferno Operating System 20060303


Inferno is a compact operating system designed for building distributed and networked systems on a wide variety of devices. more>>
Inferno is a compact operating system designed for building distributed and networked systems on a wide variety of devices and platforms.
Inferno was originally developed at Bell Labs (the research division of Lucent Technologies).
Inferno Operating System is a well-designed, economical operating system particularly suitable for use in networked devices such as advanced telephones, hand-held devices, TV set-top boxes, and many other embedded applications.
Inferno can run in native mode on an embedded system or in emulation mode under many different operating systems. Inferno has many features in common with Plan 9.
Cross-Platform Portability
Inferno can run as a user application on top of an existing operating system or as a stand alone operating system. Most of the popular operating systems and processor architectures are supported:
Host Operating Systems:
- Windows NT/2000/XP
- Irix
- Linux
- MacOS X
- FreeBSD
- Solaris
- Plan 9
Supported Architectures:
- Intel x86 (386 & higher)
- Intel XScale
- IBM PowerPC
- ARM StrongARM (ARM & Thumb)
- Sun SPARC
Inferno also runs as a plug-in under Internet Explorer version 4 and higher. Each Inferno system presents an identical environment to the applications, irrespective of the underlying host OS or architecture, allowing the developer to work with a truly homogeneous environment across multiple different platforms.
Portable Applications
Inferno applications are written in Limbo, a modern, safe, modular, concurrent programming language with C-like syntax. It is more powerful than C but considerably easier to understand and debug than C++ or Java. Limbo code is compiled into architecture independent byte code which is then interpreted (or compiled on the fly) on the target processor. This means that any Inferno application will run identically on all Inferno platforms.
Transparent Resources
Inferno offers complete transparency of resources and data using a simple but powerful namespace system. By representing resources as files and having one standard communication protocol, resources such as data stores, services and external devices can easily be shared between Inferno systems. A resource interface may be imported to the local system and used by the applications without them knowing, or needing to know, whether it is local or remote.
Security
High level security is an important part of the Inferno system. By using one standard protocol for all network communication, security can be focused on one point and provided at a system level. Inferno offers full support for authenticated, encrypted connections using a certificate based user identification scheme and variety of algorithms including:
- IDEA, 56 bit DES, 40, 128 and 256 bit RC4 encryption algorithms
- MD4, MD5 and SHA secure hash algorithms
A Complete Solution
Inferno is not only an operating system, it is also a complete development environment, providing all the tools necessary for creating, testing and debugging the applications that run within it.
- Acme IDE: includes editor, shell, advanced pattern matching tools & more
- Fast Compiler: with full syntax and compile time type checking
- Graphical Debugger: with full stack trace for currently executing threads
- Powerful Shell: with sophisticated scripting capabilities
- UNIX like commands: including bind, grep, gzip, mount, ps, tar, yacc...
Enhancements:
- New licence terms (a `dual licence scheme allowing use as Free Software)
- Styx revision based on 9P2000, and consequent changes to Sys
- Authentication changes
- Improved colour graphics support, including compositing
- Scalable fonts using Freetype
- Revamped Tk implementation
- Window management moved out of Tk to a separate window manager in Limbo
- Limbo: exception handling and fixed-point
- Limbo: other possible changes
- Dis VM changes
- More commands and library modules
- Better network service configuration
- /net/dns served by host and native DNS resolver
- Hosted kernels configured from a parts list as for native kernels
- Signed modules
- Internet Explorer plug-in revised and in source form
- Expanded documentation
<<less
Download (57CrossPlMB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1258 downloads
J Operating System

J Operating System


J Operating System is primarily intended for programmers. more>>
J Operating System is primarily intended for programmers.
Target Users:
- Hobbiests--You used to buy computers to do programming. They didnt do much else. Windows doesnt even come with a compiler, which is ironic since Bill Gates wrote BASIC. The "J" operating system is primarily intended for programmers. Ive attempted to lower the bar, so amateurs can contribute. I hope to recreate the dynamic environment that used to exist when the Commodore 64 was around and everyone was creating odd-ball software.
- Researchers--Im sure many lab researchers still use DOS because they have to interact with hardware, which is difficult with Windows.
Main features:
- No security! You can access all ports, memory and disk blocks to your hearts content. When youre working with your own computer, security just gets in the way and makes things slow--I hate anti-virus and anti-spyware because they just slow things down. When you know you dont have a risk, have no secrets and do regular back-ups, who needs security?
- Uniformity
- There is no virtual memory and everyone is on the same address-map. You can easily communicate between tasks, passing addresses. Addresses start at a base of zero and, essentually, segment registers are not used.
- There is basically one language to learn called "C+" which is a little more than "C", but less than "C++". You dont need to learn a scripting langauge because everything uses this syntax.
- There is an extension of ASCII called "J" rich text which allows colors, links, graphics and various widgets in your documents. This format is used in source code, documents, help, menus, etc.
- Support for compressed, encrypted and contiguous files.
- FAT32, FAT12 and ISO9660 filesystems.
- Blazing-fast compiler which can recompile everything in 5 seconds. It doesnt optimize.
- All source code is included and its still around a Meg.
Hardware:
- PS/2 mouse and keyboard
- VGA graphics
- Some hard drives. Must be on the primary or secondary IDE controller and support LBA28. Drives of 120Gig are the limit.
- Some CD-ROM/DVD drives, including burning.
- Some floppies. Just 1.44Meg and not all types.
- No USB support yet
- No network support yet
- ASCII printers on the parallel port are supported.
<<less
Download (1.1MB)
Added: 2005-12-29 License: GPL (GNU General Public License) Price:
1398 downloads
DEX Extensible Operating System 1.035

DEX Extensible Operating System 1.035


DEX Extensible Operating System is an operating system specifically designed for educational and research use. more>>
DEX Extensible Operating System is an operating system specifically designed for educational and research use. DEX Extensible Operating System allows for the dynamic reconfiguration and customization of various system services using concepts found in extensible operating systems.
It aims to create an operating system design thats easy to understand while having features that are common in todays modern operating systems. Unlike other small operating systems, it is powerful enough to support simple applications that require multithreading and file management.
Its architectural design, with the help of Aspect-Oriented programming, enables easy modification and extensibility. It was developed in C and runs on PCs with 80386 processors or higher.
Enhancements:
- This version is released with a floppy image and the kernel source code.
- The release contains peformance enhancements, source code clean-ups, and a makefile for use with GNU make.
<<less
Download (0.48MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1159 downloads
The Contiki Operating System 2.0

The Contiki Operating System 2.0


The Contiki Operating System is mostly known as an operating system for networked embedded systems. more>>
The Contiki Operating System is mostly known as an operating system for networked embedded systems. A few years ago, however, Contikis primary claim to fame was its Commodore 64 port.
With the help of JAC64, a Java-based C64 emulator developed by my colleague and fellow Contiki developer Joakim Eriksson, you can now experience the C64 port of Contiki 1.2-devel1 again, directly in your web browser!
Enhancements:
- Contiki now does dynamic run-time loading and linking of standard ELF files.
- Rime, a protocol stack designed for low-power radio communication, has been added.
- Cooja, a Java-based network simulator for Contiki is included.
- The build system has been reworked to allow for easy cross-compiling for many platforms.
- A new port for the Tmote Sky sensor board has been added.
<<less
Download (1.7MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
932 downloads
PVKII Linux Server Patch 1.1 Beta

PVKII Linux Server Patch 1.1 Beta


PVKII Linux Server is a dedicated server package for PVKII game. more>>
PVKII Linux Server is a dedicated server package for PVKII game. This is for hosting a dedicated server not for playing!

PVKII is a Halflife 2 Modification based on 3 teams from times past locked in a never-ending battle for wealth, dominance and power.

Pirates, Vikings & Knights II pits each team against one another in a variety of different scenarios enabling a varied, strategic, and fun gameplay. Each team has its overall strengths and weaknesses, as well as each member within those teams contributing special abilities for the success or failure of each goal.

Cooperation will lead you to victory and glory!

They will battle in territories familiar to them such as Medieval Castles, European Villages, Winter Landscapes, Grassy Plains, Sea Vessels, Catacombs, Sea Ports and more!

Immerse yourself in the PVKII world!
<<less
Download (MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
984 downloads
PVKII Linux Server 1.1 Beta

PVKII Linux Server 1.1 Beta


PVKII Linux Server is a dedicated server package for PVKII game. more>>
PVKII Linux Server is a dedicated server package for PVKII game. This is for hosting a dedicated server not for playing!

PVKII is a Halflife 2 Modification based on 3 teams from times past locked in a never-ending battle for wealth, dominance and power.

Pirates, Vikings & Knights II pits each team against one another in a variety of different scenarios enabling a varied, strategic, and fun gameplay. Each team has its overall strengths and weaknesses, as well as each member within those teams contributing special abilities for the success or failure of each goal.

Cooperation will lead you to victory and glory!

They will battle in territories familiar to them such as Medieval Castles, European Villages, Winter Landscapes, Grassy Plains, Sea Vessels, Catacombs, Sea Ports and more!

Immerse yourself in the PVKII world!
<<less
Download (MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
981 downloads
USB Server for Linux 1.9.5

USB Server for Linux 1.9.5


Simply and powerful software solution for sharing and accessing USB devices over local network or Internet! USB Server for Linux allows to work with the remote USB devices as if they are physically plugged into your computer! more>> <<less
Download (93.75KB)
Added: 2009-04-09 License: Freeware Price:
203 downloads
 
Other version of USB Server for Linux
USB Server for Linux 1.9This new unique software product allows to share any USB device to use them ... into computer with Linux OS you just need to install USB Server product into your system. Your
License:Freeware
Download (93.75KB)
202 downloads
Added: 2009-04-06
AXIGEN Mail Server Office Edition Free 7.1

AXIGEN Mail Server Office Edition Free 7.1


AXIGEN Office Edition is a FREE, reliable and secure mail server for Linux, BSD, Solaris. It offers (E)SMTP, POP3, IMAP4 and Webmail services for 5 users, centralized Web/CLI Admin, Personal Organizer, Groupware and free technical support. more>> <<less
Download (26.38MB)
Added: 2009-04-23 License: Freeware Price: $0.00
189 downloads
 
Other version of AXIGEN Mail Server Office Edition Free
AXIGEN Mail Server Office Edition Free 7.0Gecad Technologies - server for Linux, BSD, Solaris. It offers (E)SMTP, POP3, IMAP4 and Webmail services for 5 users ... AXIGEN Mail Server Office
Price: $0.00
License:Freeware
Download (26.32MB)
179 downloads
Added: 2009-04-28
Price: $0.00
License:Freeware
Download (16.07MB)
192 downloads
Added: 2009-04-14
SLAX Server Edition 5.1.8.1

SLAX Server Edition 5.1.8.1


SLAX Server Edition is a pocket operating system with many internet services ready to use. more>>
SLAX Server Edition is a pocket operating system with many internet services ready to use. Includes DNS, DHCP, HTTP, FTP, MySQL, SMTP, POP3, IMAP and SSH.
SLAX is a small bootable CD containing the Linux operating system. SLAX distirbution runs Linux directly from the CD (or USB) without installing.
The Live CD described here is based on the Slackware Linux distribution and is downloadable from this website as an ISO image.
The primary goal of SLAX is to provide a wide collection of useful software while keeping the cds image small enough to be written to a 185 MB CD-R(W) medium (small 8 cm CD). SLAX boots directly from the CD or USB devices and it provides a full featured Linux operating system.
All your available partitions and data storage devices (CD-ROM, USB storage devices, etc.) should be recognized at boot and should be mounted to /mnt/xx. As an example, "disc0part1" may be assigned to the first partition on your primary hard drive, "disc1part1" for your USB storage device, or "cdrom0" for your CD-ROM drive. SLAX will never write anything to the mounted devices. Mounting is safe and does not change the data.
After booting, you should be able to login as a "root", with the password "toor"; both without quotes, of course.
Enhancements:
- fixed smb-kioslave in KDE so user can browse local windows shares
- this fix is also available as a separate module
<<less
Download (192MB)
Added: 2006-11-26 License: GPL (GNU General Public License) Price:
637 downloads
BitWise Routing Server for Linux 1.7

BitWise Routing Server for Linux 1.7


allows you to accept BitWise connections to multiple computers behind a router. more>> The BitWise Routing Server allows you to accept BitWise connections to multiple computers behind a router. Typically, using a router, you would set up port forwarding on BitWises client port (4137), and specify a single destination IP. This is fine until multiple users behind a router all need to accept incoming connections.
As shown by the picture at right, the Routing Server allows individual users to register themselves with the Routing Server, and then the Routing Server accepts all incoming connections and directs those connections to the appropriate user.
The Routing Server requires that your physical router support port forwarding with a way to specify different external and internal ports (this is sometimes labeled "UPnP" by many common home routers).
<<less
Download (1011KB)
Added: 2009-04-20 License: Freeware Price: Free
187 downloads
DeniX Server OS 0.3

DeniX Server OS 0.3


DeniX Server OS is an independent Linux based distribution built from scratch by Denis Salmanovich. more>>
DeniX Server OS is an independent Linux based distribution built from scratch by Denis Salmanovich. They aim to offer a user-friendly full-featured server operating system, pre-configured, well structured and easy to work with, and filled with the latest stable versions of Linux apps.
Its easy to install and configure. Every package is downloaded from the authors source and compiled when installed.
Main features:
- Domain Controller
- ADSL/CABLE Router (PPPoE)
- Network Firewall
- Anti Virus Gateway
- Anti Spam Gateway
- Mail Server (local & external) + Web Mail
- Calendar Sharing Support
- Network File Server
- DHCP Server
- TFTP BOOT Server
- WINS Server
- FTP Server
- VPN Server
- DNS Server
- DDNS Server
- MySQL Server
- HTTP Apache Server
- Remote Backup Solutions
- Remote control and administration
- Print Queue Server
- Proxy Server
<<less
Download (MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1275 downloads
Linux Virtual Server 1.21

Linux Virtual Server 1.21


Linux Virtual Server is a load-balancing and server clustering system for Linux. more>>
The Linux Virtual Server is a highly scalable and highly available server built on a cluster of real servers, with the load balancer running on the Linux operating system.

The architecture of the server cluster is fully transparent to end users, and the users interact as if it were a single high-performance virtual server.

The basic goal of the Linux Virtual Server Project is to:
- Build a high-performance and highly available server for Linux using clustering technology, which provides good scalability, reliability and serviceability.
<<less
Download (0.03MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1673 downloads
Linux-VServer 2.2.0

Linux-VServer 2.2.0


Linux-VServer allows you to create virtual private servers and security contexts. more>>
Linux-VServer allows you to create virtual private servers and security contexts which operate like a normal Linux server, but allow many independent servers to be run simultaneously in one box at full speed.
All services, such as ssh, mail, Web, and databases, can be started on such a VPS, without modification, just like on any real server. Each virtual server created by Linux-VServer has its own user account database and root password and doesnt interfere with other virtual servers.
Enhancements:
- This is the initial release of the second stable Linux 2.6 branch of Linux-VServer.
- It includes all the considered stable features from the previous development branch.
<<less
Download (0.64MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
940 downloads
Wombat Linux Server 2.6.9

Wombat Linux Server 2.6.9


Wombat Linux Server is a port of Linux that runs as an application on top of L4/Iguana. more>>
Wombat Linux Server is a port of Linux that runs as an application on top of L4/Iguana.

This package is not really intended to be used standalone. It is best to download it as part of the Iguana project.
<<less
Download (46.8MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1429 downloads
Linx Kiss Server 1.1

Linx Kiss Server 1.1


Linx Kiss Server project was primarily intended for personal purpose. more>>
Linx Kiss Server project was primarily intended for personal purpose. I couldnt make any of available kiss linux servers work with my new Kiss DP-600 player in a way I would imagine so I found kissd simple kiss daemon by Alexandre Becoulet which is really simple and clear code to understand and fixed it up and added some more features.
Linux Kiss Server (LKS) works with Kiss DP-600 but I think it should work with any other Kiss player as well.
Main features:
- makes selected direcotory accessible for Kiss player
- can run either as a daemon or in foreground
- can answer Kiss player queries for PC-LINK server
- can disable UDP binding at all (doesnt respond to Kiss player looking for PC-LINK server queries)
- can overide default server port
Enhancements:
- A problem with zombie processes when the opening of files failed was fixed.
- TIME_WAIT sockets are now closed correctly.
- Events are now logged using syslog when the server is run in daemon mode.
<<less
Download (0.060MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1199 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5