even know
Know Base 1.3
Know Base project consists of knowledge, document, and project management tool. more>>
Know Base is a Web-based knowledge management system. It allows users to share files and projects across multiple business divisions.
A unique notification system alerts users when projects are modified, or when new projects are added that match their search terms.
PXE daemon 1.4.2
The PXE daemon allows network managers to boot PXE-enabled machines over the network. more>>
I originally tried to correct some of the major problems in this code. However firstly, I could not find anyone with at Red Hat or Intel to deal with and secondly, Intel seem very unintrested in porting the code the big endian machines. The source is also very messy and it would have taken longer to correct the original code, than to re-write the whole daemon. If you dont believe me on this point, just have a look at it, IMHO any daemon that responds to keyboard input is a bad thing (it thinks it had packets coming from the keyboard even when in daemon mode)
You are lucky then, but a lot of places have already got a bootserver, and most likely it will be a UNIX based machine that is not x86. So, why put in another machine when there is already one there?
If you know enough about PC, you will know there are several operating modes. The mode the PC boots in is only able to access the low 640KB of memory. By using the PXELINUX bootstrap code it is possible to boot using the full amount to memory in the system. The means you can do some nice things including boot a Linux kernel + Ramdisk over the network, as you would for a Sun. Please note that the Intel bootstraping code is very limited in this sense.
I dont recommend it anymore, I just havent had time to do a lot of updates, PXELINUX is far far better (see link below). However Intels PXE daemon is naff (IMHO)
Enhancements:
- Increase the interface buffer to hold more than three interfaces
- Fixed a segfault in when multicast was disabled
- Fixed null pointer dereference when looking at interfaces with no IP address
@1 Know Your Events 1.0
Let your site visitors view or search events posted by you. more>> Let your site visitors view or search events posted by you. Support image upload.<<less
FileArchiveIndexer 1.29
FileArchiveIndexer is a collection of modules and scripts to maintain detailed information about documents on disk. The intended use of this system is in a buysiness or office enviroment. more>> FileArchiveIndexer 1.29 is a collection of modules and scripts to maintain detailed information about documents on disk. The intended use of this system is in a business or office environment.
The system allows for a large archive of files that will be regularly changing by the adding, moving, and removing of files. OCR software is used to index content of image files, hard copy paper documents saved as pdf files.
The initial indexing of a large archive can take weeks. This document shows an overview of how it works, and why some decisions were made as to how it works. For technical API documentation, please see FileArchiveIndexer.This application relies heavily on posix. It is meant to run on linux. Portability is not a goal of this package.
In maintaining a database indexing an archive of files, there are two things want to know. The first thing is want to know where the files are, refer to this as the Update Step. The other thing want to do is actually index the files. This is the Indexing Step.
Major Features:
- The system will deal with a large archive of documents residing in a filesystem.
- If a file is renamed, or moved, its contents should not be reindexed. If a file's data has not changed, there must be a way to acknowledge and reflect that.
- Indexing of particular document types can be extremely time intensive, taking maybe minutes for example to read an image with ocr and turn it into text.
- multiple indexing processes should be able to run, maybe even from different computers. They should not bump into each other. basically, there is a Queue system managing indexing.
view3dscene 2.1.0
view3dscene project is a viewer for 3D scene files. more>>
Main features:
- Two navigation methods are available: Walk (walking like in FPS (Doom, Quake) games, with collision detection, gravity and related features available) and Examine (this allows you to easily rotate and scale the whole model).
- Convertion of 3DS, OBJ and GEO files to VRML 1.0
- You can also simply open and save any VRML 1.0 or 2.0 file and in effect view3dscene will work as a "pretty-printer" for VRML files.
- Built-in ray-tracer (that is also available as a separate command-line program, rayhunter) to generate nice views of the scene (with shadows, mirrors, and transmittance). Classic ray-tracer implements exactly VRML 97 lighting equations.
Supported file formats:
- VRML 1.0 and 2.0. Almost complete VRML 1.0 support is ready. VRML 2.0 (aka VRML 97) support is also done, although some advanced features are missing right now (like prototypes, scripting, interpolators, sensors). VRML files usually have WRL extension.
- See VRML implementation status for detailed list of supported features. See also my extensions to VRML, my VRML test suite, and finally the official VRML specifications.
- Also many OpenInventors 1.0 ASCII files (extension IV) are handled. Mainly its because Inventor 1.0 and VRML 1.0 are very similar formats, but view3dscene handles also some additional Inventor-specific nodes.
- 3d Studio 3DS format. Not every information in 3DS is handled by view3dscene but most important things, like materials, texture coordinates and texture filenames are supported.
- Wavefront OBJ files. Only very basic support : geometry and texture coords. Texture named default_obj_texture.png in the current directory will be used if texture coords are specified in the file.
- GEO. Some simple format; I dont even know what program writes files in this format, it just happened that I had a few files in this format. No, its not Videoscape GEO and its not Houdini GEO.
Sensors 1.0
Sensors is a SuperKaramba theme for motherboard sensors monitoring. more>>
This is my first upload on to KDE-look its a very basic sensor Karamba theme. Since I like to know what my computer is doing all the time.
Sensors theme uses LM-sensors and this must be installed before this theme will work. Also you may need to edit the .theme file to fit your computers layout. any problems, thoughts concerns or even pointers would be greatly appreciated.
segatex 3.10
segatex is a program even if not knowing much about SELinux commands, can easily set SELinux commands by GUI. more>>
Requires boost library.
Visprint 2.1
Visprint makes fractal fingerprint png images based on the contents of any file. more>>
The original code was written by Ian Goldberg, based on an idea by Hal Finney, in a post to the coderpunks mailing list. The most excellent color enhancements were added by Raph Levien. David Johnston made a port for Win95 console mode and added a bunch of nice features. Soren Andersen developed the png and transparency code.
I decided to rescue the orphaned code from oblivion, clean it up, document it and maintain it. As far as I know, there is no copyright infringement. The code has always been freely available in the net and the previous authors are properly acknowledged.
So... What about security?
Visprint is just a "toy" program that generates cool graphics. The purpose is to serve as a fun graphic complement to md5 checksums. In no way whatsoever should it be used as a stand-alone security tool. Its not intended to be a substitute for any file checker. Even though it can be used to check differences in files and it uses a cryptographic hash function (md5) as its input, it has not been designed nor tested with heavy security use in mind.
Enhancements:
- The option of using different hash functions as input was added with the -l switch.
- The option of using an alternate color scheme by flipping RGB to BGR was added with the -c switch.
- The grayscale color scheme was polished and fixed.
- The previous -c switch was renamed to -a (area coloring scheme).
- A bug in the transparency code was fixed.
- The man page and the help screen were updated.
- Some minor bugfixes and code cleanups were done.
Taggee 0.4.0
Taggee is a platform indepentent tagging server. more>>
Taggee project has an HTTP interface for easy integration with applications in need of tagging and even has an HTML interface for use as a standalone bookmark server.
absence 1.8.1
absence is a calendar tool written in Perl for keeping track of people on a daily basis. more>>
It is meant to replace that ubiquitous whiteboard in the office of the boss.
You know the one, where someone has used a permanent magic marker to mark a matrix, and vacations/training/etc. are marked with non-permanent markers as blocks.
absence is a CGI system, and has a resolution of one day.
It is not intended to be used for keeping appointments or any other activity that requires a finer resolution.
It generates an image for each month to be displayed using the GD library, and it can be configured to produce PNG or GIF (or even JPEG).
MorphixLiveKiosk 0.01
Morphix project is a derivative of Knoppix, another live CD distribution. more>>
Well, thats the good part: it doesnt even know about the modules. They are invisible to it, save the startup-output on the console. So, if you dont care about how it works, just grab one of the combined ISOs and boot it!
There are different pre-made cd images with a whole range of (currently GUI-centered) software. It has an easy-to-use installer, if you wish to install it to your harddisk, but it doesnt need to be installed. It doesnt touch the rest of your system without specifically asking you.
Ettercap 0.7.3
Ettercap is a multipurpose sniffer for switched LANs. more>>
Many sniffing modes were implemented to give you a powerful and complete sniffing suite. Plugins are supported. It has the ability to check whether you are in a switched LAN or not, and to use OS fingerprints (active or passive) to let you know the geometry of the LAN.
myrescue 0.9.3
myrescue is a program to rescue the still-readable data from a damaged harddisk. more>>
Note:
This tools is no replacement for a professional data recovery service! If you do have the latter option, dont even think of using myrescue, as it may further damage your disk. This tool is provided only for the case that you are absolutely desperate and definitely cannot afford a professional data recovery. Or in case you know what you are doing, e.g. if you know that it is the aging of the magnetisation layer that is causing your problem.
The usual GPL disclaimer applies. Especially the NON-WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE. Dont blame (or sue) me if it fails to recover or further damages your data.
How it works
The program tries to copy the device blockwise to a file and keeps a table ("block bitmap") noting whether a block has been successfully copied, not yet handled or has had errors. This block bitmap can be used in successive runs to concentrate on the not yet rescued blocks.
The program has a special skip mode to handle read errors. Usually harddisk surface defects cover more than just one block and continuous reading in defect areas can damage the surface, the heads and (by permanent recalibration) the drive mechanics. If this happens, the chances of rescuing the remaining undamaged data drop dramatically. So in skip mode, myrescue tries to get out of damaged areas quickly by exponentially increasing the stepsize. The skipped blocks are marked as unhandled in the block bitmap and can be retried later.
Finally, the program has an option to multiply try to read a block before considering it damaged.
Hybserv2 1.9.3
Hybserv2 is a new and improved version of the now unsupported Hybserv, sporting new features, bugfixes, and more. more>>
Each of the services can be enabled and disabled as necessary. Hybserv2 was specifically designed to run with Hybrid ircd, although it *should* work with Ratbox ircd and any other Hybrid-based ircd.
The former Hybserv development team has decided to spin off and focus its energy towards the Hybserv2 project. Like the name implies, this new version is even better. If there is something you would like to see added to Hybserv2, please let us know as we are always looking for fresh ideas.
Enhancements:
- This release has roughly 17 medium-significance enhancements, 29 bugfixes, and 16 minor enhancements, accompanied by a documentation update.
Firewall Generator 3.0
Firewall Generator is a CGI script that generates a firewall. more>>
It is the best solution to know something about system security.