Main > Free Download Search >

Free personalized gps software for linux

personalized gps

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 115
Geo::Spline 0.16

Geo::Spline 0.16


Geo::Spline is a Perl module to calculate geographic locations between GPS fixes. more>>
Geo::Spline is a Perl module to calculate geographic locations between GPS fixes.

SYNOPSIS

use Geo::Spline;
my $p0={time=>1160449100.67, #seconds
lat=>39.197807, #degrees
lon=>-77.263510, #degrees
speed=>31.124, #m/s
heading=>144.8300}; #degrees clockwise from North
my $p1={time=>1160449225.66,
lat=>39.167718,
lon=>-77.242278,
speed=>30.615,
heading=>150.5300};
my $spline=Geo::Spline->new($p0, $p1);
my %point=$spline->point(1160449150);
print "Lat:", $point{"lat"}, ", Lon:", $point{"lon"}, "nn";

my @points=$spline->pointlist();
foreach (@points) {
print "Lat:", $_->{"lat"}, ", Lon:", $_->{"lon"}, "n";
}

This program was developed to be able to calculate the position between two GPS fixes using a 2-dimensional 3rd order polynomial spline.

f(t) = A + B(t-t0) + C(t-t0)^2 + D(t-t0)^3 #position in X and Y
f(t) = B + 2C(t-t0) + 3D(t-t0)^2 #velocity in X and Y

I did some simple Math (for an engineer with a math minor) to come up with these formulas to calculate the unknowns from our knowns.

A = x0 # when (t-t0)=0 in f(t)
B = v0 # when (t-t0)=0 in f(t)
C = (x1-A-B(t1-t0)-D(t1-t0)^3)/(t1-t0)^2 # solve for C from f(t)
C = (v1-B-3D(t1-t0)^2)/2(t1-t0) # solve for C from f(t)
D = (v1(t1-t0)+B(t1-t0)-2x1+2A)/(t1-t0)^3 # equate C=C then solve for D

<<less
Download (0.020MB)
Added: 2007-05-18 License: Perl Artistic License Price:
890 downloads
Roadnav for linux 0.19

Roadnav for linux 0.19


Roadnav is an open source street navigation solution more>> Roadnav is an open source street navigation solution capable of running on a variety of operating systems. It can obtain your position from a GPS unit, plot a map of your area, and provide directions to locations in the USA. It can also verbalize directions using Microsoft SAPI 5.1, Festival, flite, and OS Xs built in text to speech engine.
Roadnav uses the free TIGER/Line (Topologically Integrated Geographic Encoding and Referencing) files from the US Census Bureau to build the maps, along with the GNIS state and topical gazetteer data from the USGS to identify locations. It has experimental support for scripting, LCDproc, importing OpenStreetMap data, and importing GPX waypoints and tracks.
Features
Generates street level maps for the US
Interfaces with GPS units to display your position in real time
Verbal turn by turn directions to any place in the US. Automatically recomputes directions if you miss a turn. (experimental)
On screen keyboard
3D (drivers perspective) view mode
Daytime and nighttime color schemes
Automatic day/night mode switching
Plots nearby landmarks and points of interest
Can operate offline (without an Internet connection)
Antialiased output
Supports multiple operating systems including Windows, Linux, and Mac OS X
Uses freely available data from the US Census Bureau and the USGS
Appearance can be customized with skins
Can output status information to LCD devices through LCDproc
GPX and OpenStreetMap support (experimental)
<<less
Download (5.34MB)
Added: 2009-04-24 License: Freeware Price: Free
182 downloads
PloneWorldKit 0.1

PloneWorldKit 0.1


PloneWorldKit project is an out-of-the-box GIS for the Web. more>>
PloneWorldKit project is an out-of-the-box GIS for the Web.
PloneWorldKit is a mapping solution for ZOPE Plone.
It is built around the worldkit engine and makes annotating fairly easy.
worldKit is an easy to use and flexible mapping application for the Web (a lightweight GIS). Its a SWF-based app, configured by XML, and with data fed by RSS.
Main features:
- Ubiquitous use in the Flash Player and with RSS feeds.
- Highly configurable look and feel. Can use images for marking annotations.
- Integrates with weblogging tools, and any software producing RSS.
- Annotations updated in the background, live.
- Displays photos within the map.
- Zoom & Pan. Integrates with Zoomify for high resolution images.
- Accepts input for Collaborative Cartography.
- Annotations are categorizable. Javascript interface for GIS layer functionality.
- Connects annotations for GPS track routes.
- ntegration of worldKit as a content type (Map)
- Complete TTW (Through The Web) configuration of worldKit attributes
- ZCatalog based XML and RSS generation (config.xml, rss.xml)
- 3 annotation content types (Node, Line, Polygon)
- Base classes for content type developers
- Categorization of annotations TTW
- Time Navigation out of the box using "modified" index
<<less
Download (0.24MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1088 downloads
miPortal 0.5

miPortal 0.5


miPortal is a free personalized Mobile Information portal. more>>
miPortal is a free personalized Mobile Information portal that can provide an array of useful information services on your handheld device such as a PDA or mobile Phone.
It offers a wide variety of information services for very diverse needs such as stock quotes to ATM locator, movie listings in the city to city weather, jokes, horoscopes, news update, you name it and you can have it.
You can create your own personalized bouquet of services from the ones available by subscribing to them. Once you create your portal you can access these services to get the information you need .miPortal saves your valuable pennies you would have otherwise spent searching for the same information browsing the internet on your mobile.
Content and service providers (most common example being horizontal portals which provide city specific information, etc) publish the interface for their service using open standards (WSDL) and the miPortal installs the service so that one can subscribe to the service from the client. To avail these services download and install the miPortal client on your mobile .
Enhancements:
- New information services have been added.
- A discussion forum has been added to the Web site.
- A bug reporting link has been added.
- This release has a version-aware midlet; old midlets will not work now.
<<less
Download (0.029MB)
Added: 2005-11-01 License: GPL (GNU General Public License) Price:
1505 downloads
Roadnav 0.18

Roadnav 0.18


Roadnav is an in-car navigation system capable of running on a variety of operating systems. more>>
Roadnav is an in-car navigation system that can run on a variety of operating systems like Linux, Windows, and Mac OS X.
Roadnav can obtain a cars present location from a GPS unit, plot street maps of the area, and provide verbal turn by turn directions to any location in the USA.
Roadnav uses the free TIGER/Line files from the US Census Bureau to build the maps, along with the GNIS state and topical gazetteer data from the USGS to identify locations.
Main features:
- Generates street level maps for the US
- Interfaces with GPS units to display your position in real time
- Verbal turn by turn directions to any place in the US. Automatically recomputes directions if you miss a turn.
- On screen keyboard
- 3D (drivers perspective) view mode
- Daytime and nighttime color schemes
- Automatic day/night mode switching
- Plots nearby landmarks and points of interest
- Can operate offline (without an Internet connection)
- Antialiased output
- Supports multiple operating systems including Windows, Linux, and Mac OS X
- Uses freely available data from the US Census Bureau and the USGS
- Appearance can be customized with skins
- Can output status information to LCD devices through LCDproc
Enhancements:
Enhancements:
- Adds option to Preferences to enable gpsd buffering (reduces jitter).
- Adds experimental GPX import support.
- Disk usage reduced by ~30%.
- Adds GPS serial initialization string option to Preferences.
- Adds preference to override default map directory.
- Adds option for username/password proxy authentication.
- Adds "Use System Proxy Settings" preference, which reads proxy settings from the HTTP_PROXY environmental variable.
Bug Fixes:
- Fixes Delete button in Waypoints dialog when no waypoints exist.
- Workaround for buggy serial implementations.
- Fixes Windows 2000 compatibility.
- Fixes i18n issue in OSM code.
- Improved address look up.
- Eliminates IPP error messages when printer is not configured.
- Improved compatibility with DeLorme Tripmate and Earthmate GPS units.
- Win32 floating point model changed from fast to precise. Should resolve problems calculating routes.
- Fixes focusing issue in keyboard dialog.
Developer Visible Changes:
- MapControlData_Tiles index files eliminated.
- Direct access to Point::m_fLong and Point::m_fLat eliminated. Use the Point::Set* and Point::Get* functions instead.
Misc:
- Compiled maps now organized in a more human readable format.
- Eliminates TIGER/Line 2006 First Edition from search path.
- Proxy settings now on their own preferences page.
- When maps have to be upgraded, adds option to not upgrade map files and immediately terminate Roadnav instead.
- Small map labels now have a solid background instead of a cross hatch.
<<less
Download (2.5MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
851 downloads
Lizard 1.3.0

Lizard 1.3.0


Lizard is a tile-based graphical interface to NetHack and SlashEM. more>>
Lizard is a tile-based graphical interface to NetHack and SlashEM.
Lizard is my own personalized variant of the newt interface. It always shares the latest newt codebase while adding a few of my own patches that increase user experience (in my opinion). Lizard is how I play NetHack or SlashEM.
Additions to Lizard over tha vanilla NE.W.T:
- Dark rooms are a different tile to unexplored rooms. So exploring an area like the gnomish mines is much less painful.
- Passageways are shown. Passageways on the side of corridors are visible. Again this is a change that allows you to better judge which areas you have not yet explored.
- Line of sight, you now have a visible line of sight and are able to easily see which areas might have monsters that you cannot actually see.
- Brads Pit, a minor patch of my own, for amusement value only
- Chess Moves, you can set the speed of monster movement as well as player movement. When set to walk each monster will move individually as if you were watching a move for move animated playback of a game of chess.
- All of the above mentioned changes work for the tty/console view as well.
<<less
Download (9.3MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1221 downloads
OpenGTS 1.5.2

OpenGTS 1.5.2


OpenGTS is a full-featured GPS tracking system that includes the OpenDMTP server. more>>
OpenGTS (Open GPS Tracking System) was spawned from the need for a simple web-based platform that can provide GPS tracking for entry-level commercial enterprises, and demonstration environments, however OpenGTS is highly configurable and scalable to larger enterprises as well.
OpenGTS not only supports the data collection and storage of GPS Tracking and Telemetry data from remove devices, but also includes full-featured web-based authentication and GPS mapping support.
Main features:
- Web-based authentication: Users can log-in and view their own Account and Device information.
- Customizable web-page decorations: The top, bottom, and sides of each web-page can easily be customized to fit a specific motif.
- Customizable menu options: Customized menu options can be made available for specific requirements.
- Customizable mapping service: OpenGTS comes installed with a working Google Maps interface, however, other mapping service provides can easily be integrated with minimal effort.
- GPS tracking device independent: While some coding will be necessary, OpenGTS can be integrated to work with any available remote GPS tracking device.
Enhancements:
- This release includes support for addition GPS tracking devices and full Sendmail support including user authentication and SSL.
- Account users can now be administered from the Web interface UI, including specification of user access control lists.
<<less
Download (0.45MB)
Added: 2007-08-05 License: The Apache License 2.0 Price:
818 downloads
Net::GPSD 0.35

Net::GPSD 0.35


Net::GPSD is a Perl module that provides an object client interface to the gpsd server daemon. more>>
Net::GPSD is a Perl module that provides an object client interface to the gpsd server daemon.

SYNOPSIS

use Net::GPSD;
$obj=Net::GPSD->new;
my $point=$obj->get;
print $point->latlon. "n";
or
use Net::GPSD;
$obj=Net::GPSD->new;
$obj->subscribe();

Net::GPSD provides an object client interface to the gpsd server daemon. gpsd is an open source GPS deamon from http://gpsd.berlios.de/.

For example the get method returns a blessed hash reference like

{S=>[?|0|1|2],
P=>[lat,lon]}

Fortunately, there are various methods that hide this hash from the user.

<<less
Download (0.015MB)
Added: 2007-04-04 License: Perl Artistic License Price:
936 downloads
RoadMap 1.0.12

RoadMap 1.0.12


RoadMap is a car navigation system for UNIX. more>>
RoadMap is an open source (GPL) program that provides a car navigation for Linux and UNIX. It displays a map of the streets, tracks the position provided by a NMEA-compliant GPS receiver, identifies the street matching this GPS position and announces the name of the crossing street at the next intersection. A rudimentary trip feature allows RoadMap to display some basic navigation information (distance to the destination, direction, speed, etc..). Voice messages are generated that duplicate some of the screen information.
It is possible to display a specific area by providing a (complete or incomplete) postal address, the intersection of two streets or an exact position (longitude / latitude).
The map files used by RoadMap are generated from the TIGER files provided by the US Census Bureau, and thus cover the USA only. The RoadMap map format is a binary format that is sensitive to the endianness of the processor. Maps available on this site cover all the USA and have been generated for a little endian processor (such as the Intel Pentium and StrongARM processors).
RoadMap has been designed to be usable on both a desktop or laptop PC, or on a PDA such as the iPAQ from HP (formely from COMPAQ). It can use either the Gtk 1.2 , Gtk 2.0 or QT graphic library for its user interface. The Qt interface supports the Sharps Zaurus PDA. All these machines share the same endianness and can use the maps provided on this site.
RoadMap is at an early stage of development. At this time there are no routing features implemented yet. The plan for the future is to implement some navigation features similar to those found in commercial street navigation systems. The main limit for implementing routing is the lack of navigation information in the US Census Bureau database (for example one-way street are not indicated). The US Census Bureau has clearly indicated that it does not plan to add these information in the future (the USCB does not need them).
RoadMap uses gpsd for the GPS link and flite (festival lite) for the voice messages. Note that flite can be rebuilt with better voices than the default one (such as a US voice instead of a british one--some may disagree :). See the flite README for more information. Here is an example, courtesy of Scot Wilcoxon:
cd flite make clean # to remove old executable files ./configure --with-vox=cmu_us_kal16
RoadMap comes with its own GPS status screen, which provides an overview of the satellites received and highlights those the GPS has a fix on. This status screen allows for placing the GPS device in a position that optimizes satellite reception, even if that means making the GPS devices screen not accessible.
RoadMap uses a binary file format for representing the maps that is compact enough to allow the storage of many maps on a Compact Flash or MultiMedia card. For example, the map of Los Angeles county takes about 10 Mbytes of flash space. RoadMap comes with a set of tools to convert the US Census bureau data (both the 2000 and 2002 versions) into its own map format. Future versions of the US Census bureau data will be supported as well (usually a 1 or 2 months after the data has been released).
When RoadMap starts, it displays a map of the same area that was displayed on the latest session. Clicking on the map screen triggers a "sign" that displays the name of the street, road or freeway (if any) that is the closest to the mouse hotpoint.
Enhancements:
- This version includes some GUI improvements (the user can redefine the toolbar & menu) and bug fixes.
- Improved maps are now available on the web site, which were built from the TIGER 2004se files.
<<less
Download (1.4MB)
Added: 2005-11-06 License: GPL (GNU General Public License) Price:
1449 downloads
OpenDMTP 1.2.8 (Java Server)

OpenDMTP 1.2.8 (Java Server)


OpenDMTP is a highly configurable and extensible protocol for communicating with mobile devices. more>>
The "Open Device Monitoring and Tracking Protocol", otherwise known as OpenDMTP, is a protocol and framework that allows bi-directional data communications between servers and devices (clients) over the Internet and similar networks.
OpenDMTP is a highly configurable and extensible protocol for communicating with mobile devices.
OpenDMTP is particularly geared towards Location-based information (LBS) such as GPS, as well as temperature and other data collected in remote-monitoring devices. OpenDMTP is small, and is especially suited for micro-devices such as PDAs, mobile phones, and custom OEM devices.
We saw a need for a communications protocol that allowed high-latency, low-bandwidth (HL/LB) devices to transmit location data to monitoring-systems. Because these devices often have limited network connectivity, the protocol needed to be small and efficient. Example devices include mobile phones, PDAs, OEM micro-devices (alarm systems, temperature monitors, etc.), and more.
There are many mobile GPS tracking devices on the market today with their own closed proprietary protocols. Searching the web for open protocols revealed only a few available for transferring data (including GPS information) between devices. However these solutions are generally designed for non-mobile applications and/or lack some of the low-bandwidth, configurable, and extensible features that mobile applications require.
Main features:
- Small Footprint: Mobile devices typically have limited resources on which to run client code (ie. memory, processor speed). An open protocol designed with this in mind should be optimized to allow efficient implementation and should easily support devices such as PDAs, mobile phones, GPS monitoring devices, and other OEM micro-devices.
- Network Efficient: Mobile devices typically have limited network connectivity, and in some cases data communication can be quite expensive (e.g. satellite). Because of this the protocol needs to be efficient in its dialog between the client and server. The communication needs to be optimized such that the necessary information can be conveyed with a minimum number of bytes in the least amount of time.
- Bi-directional: Some devices can support two-way communication (ie. GPRS, or other socket based connections), while others may only support one-way communication (ie. some satellite communication systems). With this in mind, a protocol should be designed to support both duplex (two-way) and simplex (one-way) communication.
- Transport Media: Differrent mobile applications will have their own unique way of communicating data back to the server. Some may use GPRS, or socket based communication, others may use satellite communication, while still others may use other forms of wireless communication, such as BlueTooth. The design of the protocol should be able to encompass all such transport media types, regardless of the type of transport in use.
- Flexible Data Encoding: Most types of transport media allow for the transmission of binary encoded data. However, there may be some forms of media for which an ASCII encoded data packet is much better suited. A protocol designed with this in mind should be able to support both types of data encoding.
- Configurable Messages: Due to the broad range of data types used in mobile applications, the protocol should be flexible enough to define standard messages, yet still allow custom messages within the framework.
- Extensible: Not every mobile application is the same. Some require special handling and may have various types of inputs and outputs. A protocol designed for mobile applications should insure that the framework can be easily extended to incapsulate the specific needs of the device.
- Industry Compatibility: Having an open protocol insures better compatibility between different client devices and service providers.
- Reference Implementation: Having a reference implementation that showcases the major features of the protocol provides an easy starting point on which developers can add their own features and platform specific implementation without having to worry about how data gets from the client to the server.
OpenDMTP was specifically designed to suit all these needs, especially "Small Footprint" and "Network Efficiency". The typical data plan for GPRS communication, for instance, is usually 1Mb per month. OpenDMTP was designed to optimize packet encoding to allow the collection of GPS information packets once every 3 minutes, 24 hours a day, 30 days a month, and still stay under the 1Mb data plan limit.
While XML is very extensible, it fails the "Small Footprint" and "Network Efficiency" requirements. Thus, it was discounted as a viable protocol solution. Many mobile devices do not have the resources necessary to be able to provide full XML parsing functionality. And an XML packet may need to be several hundred bytes in length just to send a few bytes of actual data. This alone would make the solution cost prohibitive for high-cost transport media such as satellite.
OpenDMTP also includes a full-featured commercial quality reference implementation to jump-start development.
Enhancements:
- NEW: Minor optimizations made to message logging.
- FIX: Log file now properly displays account/device on client connection.
<<less
Download (0.21MB)
Added: 2007-03-16 License: The Apache License 2.0 Price:
954 downloads
 
Other version of OpenDMTP
OpenDMTP 1.2.3Location-based information (LBS) such as GPS, as well as temperature and other data collected ... available for transferring data (including GPS information) between devices. However these
License:The Apache License 2.0
Download (0.50MB)
834 downloads
Added: 2007-07-13
License:The Apache License 2.0
Download (0.22MB)
1200 downloads
Added: 2006-07-14
MapGeneration Project 0.3.0

MapGeneration Project 0.3.0


MapGeneration Project is a project featuring a server and helper programs to collect GPS information. more>>
MapGeneration Project is a project featuring a server and helper programs to collect GPS information from various sources and to then automatically generate a continuously improved, time annotated road map.
Nowadays gps-receivers are quite cheap and many people use them for route planning in their cars. On the other hand updated maps for the route planing systems are relativly expansive, if available at all.
The idea is to collect the data that people have recorded with their gps-receivers and combine it into one freely available road map. Besides being cheap and always current this map would also contain actual driving time information: Route planning on such a map would not have to use road type based approximations to calculate the fasted route.
In the MapGeneration Project we implement such a program and the end user tools needed to access the data. At the moment we concentrate on two programs: The MapGenerator itself and the MapGeneratorGUI used to administer the generator.
The MapGenerator is a server that accepts incoming data via network and combines the received road information into one big map. As the map might become quite big a database is used as storage. The MapGeneratorGUI connects to this database and displays the map.
As the best way to understand a program is to use it we will now give a short introduction to using the program.
Enhancements:
New features
- (Server) New filter to detect gaps in the input traces.
- (Server) Calculates and outputs total length and time of processed traces.
- (Server) Added full support for more than one processing thread, 2 is default now.
Changes
- (Server) Rewrote TraceServer and TraceConnection to support commoncpp2 1.0.x.
- (Server) Server tries to bind to 127.0.0.1 if no interfaces are found.
- (Server) Added curvature as a criterion for merging -> much better merging!
- (Server) Improved avoidance of double processing of nodes.
- (Server) Moved parsing of traces into TraceFilter.
- (General) Added lots of new methods to handle distances, bearings and interpolation.
- (General) Configuration system supports boolean values.
- (Buildsys) Changed parameters to specify config files to --with-wx-config and --with-ccgnu2-config
Bugfixes
- (Server) Protected data handling between thread with mutexs.
- (GUI) Fixed some string literals for full unicode support.
- (General) Cache: Fixed all size calculations and the size handling system.
- (General) Raised requirements for wxWidgets to 2.6 (beta versions since 2.5.3 should work).
- (General) Some small fixes to build with commoncpp2 1.0.x.
<<less
Download (0.57MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1543 downloads
Linux-EduCD 0.8

Linux-EduCD 0.8


Linux-EduCD is a Polish live DVD based on KANOTIX, with focus on education, graphics, office, multimedia. more>>
Linux-EduCD is a Polish live DVD based on KANOTIX, with focus on education, graphics, office, multimedia and software development.
Main features:
- addition of the Compiz desktop;
- integration of GParted into the hard disk installer;
- new boot options;
- Linux kernel 2.6.18 with extra drivers and modules;
- KDE 3.5.5;
- OpenOffice.org 2.0.4;
- a range of educational software (Celestia, OpenDX, PyMOL, Rasmol, DrGeo, Yacas); multimedia applications (GIMP 2.2.13, Blender 2.42, Amarok, Audacity, Xine); network and system administration software (Wireshark, Nessus, Iptraf, EtherApe, Cheops);
- new development packages (DrScheme, Ruby, VisualPython, GPS, GNAT, Glade)
<<less
Download (1366MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
860 downloads
Strings edit 1.9

Strings edit 1.9


Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. more>>
Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size field with padding.
Numeric input can be checked against expected values range to be either saturated or to raise an exception. For floating-point output either relative or absolute output precision can be specified. UTF-8 encoded strings are supported.
Enhancements:
- GPS project files were added for GNAT users.
- A bug was fixed in Strings_Edit.Generic_Scale in which the caclculated precision was of the minor scale tick rather than of the major tick.
<<less
Download (0.053MB)
Added: 2007-05-20 License: GMGPL (GNAT Modified GPL) Price:
908 downloads
Alphalinux 0.3.1

Alphalinux 0.3.1


Alfalinux is a minidistribuition on two floppy disks much different from other similar products. more>>
Alfalinux is a minidistribuition on two floppy disks much different from other similar products: that is no non-standard/reduced or remaked system parts, no bad overformatted floppy disks, no such things like other similar mini distributions.
Alfalinux is a STANDARD portable SLACKWARE (3.5 kernel 2.0.34) on two floppy disks, a real linux that loads himself in RAM. Youll find only standard applications (ex. bash or lynx)and a "clear" system, thinked to be easily personalized such as your home system.
The basic configuration to use Alfalinux should be a 486 with at least 8 mb of ram. Please notice that with less than 12mb probably you can load only the first base floppy, without additional and networking apps stored in the second. System and personalizations
The system is divided into two floppy disks. On the first you find files for Syslinux (the linux loader), a kernel and the compressed base filesystem initrd.gz.
At the startup file the kernel mount it as root filesystem. In the second floppy there is the gzipped tar archive netdata.tgz, that contains network programs, libncurses, key layouts and many other additional system parts (not needed for the correct usage of the system). The netdata script on the second floppy create the second ramdisk mounted on /usr/bin and unpack the netdata.tgz archive in the system.
To personalize you can modify the base filesystem initrd.gz, add your parts in the netdata archive or create your new archives. You also simply copy files on the second floppy disks and modifu the netdata script, to copy files on the floppy into the system (at the boot time).
As example, if we want to modify/create the scripts for internet connection we have to update
/etc/resolv.conf
/etc/ppp/options
/etc/ppp/pap / chap-secrets
/bin/connect
/bin/chatscript
Once we have prepared the updates scripts save them on the second disk and append at the netdata script a sequence to delete and replace the old scripts with new at the startup: noe you have a personalized system every time it loads at startup from floppy.
Please remember that Alfalinux dont mount local filesystems at startup (only the floppy disks, but you can insert it write-protected) so its an absolute secure system, because is loaded into RAM memory and dont need any installation procedure.
Installation
First of all, unpack the archive (tar xvfz filename), then
from msdos/OS2/windows (more info on rawrite):
rawrite alinuz1.img a:
rawrite alinuz2.img a:
from linux:
dd if=alinuz1.img of=/dev/fd0
dd if=alinuz2.img of=/dev/fd0
Enhancements:
- added vi ,cat, pwconv & unconv, several other parts
- modularized and optimized organization on the floppyes
- included commands to handle kernel modules
- a more compact/optimized/standard filesystem organization
- you can use Alfalinux -base- on machines with only 8 mb of RAM
- plugin system-parts support: you can create your own system modules and become active developer of alfalinux!
<<less
Download (2.6MB)
Added: 2005-05-11 License: GPL (GNU General Public License) Price:
1630 downloads
phpExifRW 0.3

phpExifRW 0.3


phpExifRW provides an Exif reader & writer. more>>
phpExifRW provides an Exif reader & writer.
vinSMSIndia is a simple PHP class that allows you to send free SMS messages to Indian mobile users.
Main features:
- Read Exif Information
- Extract and display emdedded thumbnails
- Add Comments to files.
- Transfering EXIF information from one file to another.
Enhancements:
- Better code. Cleaner several un-wanted code.
- Added several additional tags that show GPS information.
- Fixed Shutter Speed value calculation
- Fixed Aperture value calculation
- Fixed Special characters in Make & Model
- Support for following Cameras added:
- OLYMPUS OPTICAL CO.,LTD -> C3000Z
- NIKON D2H
- Canon 300D
<<less
Download (0.021MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
929 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5