pine 1.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1249
Mail::Addressbook::Convert::Pine 1.1
Mail::Addressbook::Convert::Pine is a Perl module that convert to and from Pine formatted addressbooks. more>>
Mail::Addressbook::Convert::Pine is a Perl module that convert to and from Pine formatted addressbooks.
SYNOPSIS
use strict;
use Mail::Addressbook::Convert::Pine;
my $pine = new Mail::Addressbook::Convert::Pine();
my $PineInFile ="pineSample.txt"; # name of the file containing the Ldif data
# Convert Pine to Standard Intermediate format
# see documentation for details on format.
my $raIntermediate = $pine->scan($PineInFile);
# This will also work
#my @PineInArray = @arrayContainingThePineData;
#my $raIntermediate = $pine->scan(@PineInArray);
# Convert back to Pine
my $raPineOut = $pine->output($raIntermediate);
print join "", @$raIntermediate;
print "nnnn";
print join "", @$raPineOut;
REQUIRES ^
Perl, version 5.001 or higher
Carp
This module is meant to be used as part of the Mail::Addressbook::Convert distribution.
It can convert a Pine addressbook to a Standard Intermediate format(STF) and a STF to Pine As part of the larger distribution, it will allow conversion between Pine and many other formats.
To use to convert between Pine and Eudora as an example, you would do the following
use Mail::Addressbook::Convert::Pine;
use Mail::Addressbook::Convert::Eudora;
my $Pine = new Mail::Addressbook::Convert::Pine();
my $Eudora = new Mail::Addressbook::Convert::Eudora();
my $PineInFile ="pineSample.txt"; # name of the file containing the Pine data
my $raIntermediate = $Pine->scan($PineInFile);
my $raEudora = $Eudora->output($raIntermediate); # reference to an array containing a Eudora addressbook
<<lessSYNOPSIS
use strict;
use Mail::Addressbook::Convert::Pine;
my $pine = new Mail::Addressbook::Convert::Pine();
my $PineInFile ="pineSample.txt"; # name of the file containing the Ldif data
# Convert Pine to Standard Intermediate format
# see documentation for details on format.
my $raIntermediate = $pine->scan($PineInFile);
# This will also work
#my @PineInArray = @arrayContainingThePineData;
#my $raIntermediate = $pine->scan(@PineInArray);
# Convert back to Pine
my $raPineOut = $pine->output($raIntermediate);
print join "", @$raIntermediate;
print "nnnn";
print join "", @$raPineOut;
REQUIRES ^
Perl, version 5.001 or higher
Carp
This module is meant to be used as part of the Mail::Addressbook::Convert distribution.
It can convert a Pine addressbook to a Standard Intermediate format(STF) and a STF to Pine As part of the larger distribution, it will allow conversion between Pine and many other formats.
To use to convert between Pine and Eudora as an example, you would do the following
use Mail::Addressbook::Convert::Pine;
use Mail::Addressbook::Convert::Eudora;
my $Pine = new Mail::Addressbook::Convert::Pine();
my $Eudora = new Mail::Addressbook::Convert::Eudora();
my $PineInFile ="pineSample.txt"; # name of the file containing the Pine data
my $raIntermediate = $Pine->scan($PineInFile);
my $raEudora = $Eudora->output($raIntermediate); # reference to an array containing a Eudora addressbook
Download (0.030MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1179 downloads
Pine 4.64
Pine is tool for reading,sending, and managing electronic messages. more>>
Pine is a tool for reading, sending, and managing electronic messages. Pine was designed by the Office of Computing & Communications at the University of Washington specifically with novice computer users in mind, but it can be tailored to accommodate the needs of "power users" as well.
Pine project uses Internet message protocols (e.g. RFC-822, MIME, SMTP, IMAP, NNTP) and runs on Unix and PCs.
Pines message composition editor, Pico, is also available as a separate stand-alone program. Pico is a very simple and easy-to-use text editor offering paragraph justification, cut/paste, and a spelling checker.
Main features:
- Online help specific to each screen and context.
- Message index showing a message summary which includes the status, sender, size, date and subject of messages.
- Commands to view and process messages: Forward, Reply, Save, Export, Print, Delete, capture address, and search.
- Message composer with easy-to-use editor and spelling checker. The message composer also assists entering and formatting addresses and provides direct access to the address book.
- Address book for saving long complex addresses and personal distribution lists under a nickname.
- Message attachments via the Multipurpose Internet Mail Extensions (MIME) specification. MIME allows sending/receiving non-text objects, such as binary files, spreadsheets, graphics, and sound.
- Folder management commands for creating, deleting, listing, or renaming message folders. Folders may be local or on remote hosts.
- Access to remote message folders and archives via the Internet Message Access Protocol (IMAP).
- Internet news support via either NNTP or IMAP.
- Aggregate operations, e.g. saving a selected set of messages at once.
<<lessPine project uses Internet message protocols (e.g. RFC-822, MIME, SMTP, IMAP, NNTP) and runs on Unix and PCs.
Pines message composition editor, Pico, is also available as a separate stand-alone program. Pico is a very simple and easy-to-use text editor offering paragraph justification, cut/paste, and a spelling checker.
Main features:
- Online help specific to each screen and context.
- Message index showing a message summary which includes the status, sender, size, date and subject of messages.
- Commands to view and process messages: Forward, Reply, Save, Export, Print, Delete, capture address, and search.
- Message composer with easy-to-use editor and spelling checker. The message composer also assists entering and formatting addresses and provides direct access to the address book.
- Address book for saving long complex addresses and personal distribution lists under a nickname.
- Message attachments via the Multipurpose Internet Mail Extensions (MIME) specification. MIME allows sending/receiving non-text objects, such as binary files, spreadsheets, graphics, and sound.
- Folder management commands for creating, deleting, listing, or renaming message folders. Folders may be local or on remote hosts.
- Access to remote message folders and archives via the Internet Message Access Protocol (IMAP).
- Internet news support via either NNTP or IMAP.
- Aggregate operations, e.g. saving a selected set of messages at once.
Download (3.0MB)
Added: 2005-09-29 License: Free To Use But Restricted Price:
1489 downloads
Peinture 1.1.1
Peinture is a small arcade network game. more>>
Peinture project is a small arcade network game.
This game is based on a 3D display system which is portable, simple, and efficient.
The network protocol allows real time playing over a LAN or the Internet
Main features:
- Rectangular game area, n player in real time, each one a color.
- A player can paint squares with his color in order to dominate the ground.
- A player must avoid squares from other players colors.
- Several available game mode and objectives.
- simpe 3D display based on X11 (maximum compatibility)
- solo or network real time game
- coded in C++ with a minimum number of librairies
Enhancements:
- Added: background selection, new maps, many debugs (cut/paste, fonts, ..)
<<lessThis game is based on a 3D display system which is portable, simple, and efficient.
The network protocol allows real time playing over a LAN or the Internet
Main features:
- Rectangular game area, n player in real time, each one a color.
- A player can paint squares with his color in order to dominate the ground.
- A player must avoid squares from other players colors.
- Several available game mode and objectives.
- simpe 3D display based on X11 (maximum compatibility)
- solo or network real time game
- coded in C++ with a minimum number of librairies
Enhancements:
- Added: background selection, new maps, many debugs (cut/paste, fonts, ..)
Download (0.15MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1050 downloads
iTest 1.1.1
iTest project is a simple programme which allows you to take advantage of the best of computerized examination. more>>
iTest project is a simple application which allows you to take advantage of the best of computerized examination.
iTest consists of two programmes:
- The Database Editor - question/answer database and exam server
- The Test Writer - the programme installed on each client computer
iTest makes it easy to:
- Create and organise a database of questions and answers
- Set up a server and a printer
- Connect a client computer for each student, which generates a test according to your server settings
Supported platforms:
- Linux/Unix
- Apple Mac OS X
- Microsoft Windows
Available in:
- English
- Russian
- Slovak
- Turkish
Enhancements:
Database Editor & Test Writer
- added Turkish translation
- if available, translation to the system language loaded by default
- NEW ENCODING: UTF-8 adds support for more languages and special characters
- iTest 1.1.1 can still open old CP 1250 databases from older versions of iTest
- older versions of iTest cannot open the new UTF-8 databases from iTest 1.1.1
- upgraded from Qt 4.2.2 to Qt 4.3.0
Database Editor
- printing: support for the & sign
<<lessiTest consists of two programmes:
- The Database Editor - question/answer database and exam server
- The Test Writer - the programme installed on each client computer
iTest makes it easy to:
- Create and organise a database of questions and answers
- Set up a server and a printer
- Connect a client computer for each student, which generates a test according to your server settings
Supported platforms:
- Linux/Unix
- Apple Mac OS X
- Microsoft Windows
Available in:
- English
- Russian
- Slovak
- Turkish
Enhancements:
Database Editor & Test Writer
- added Turkish translation
- if available, translation to the system language loaded by default
- NEW ENCODING: UTF-8 adds support for more languages and special characters
- iTest 1.1.1 can still open old CP 1250 databases from older versions of iTest
- older versions of iTest cannot open the new UTF-8 databases from iTest 1.1.1
- upgraded from Qt 4.2.2 to Qt 4.3.0
Database Editor
- printing: support for the & sign
Download (0.60MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
857 downloads
PloneQuiz 1.1.1
PloneQuiz is a product to generate quiz. more>>
PloneQuiz project is a product to generate quiz.
A quiz is a list of questions with the appropriate answer(s). Content managers can build quiz easily and present users a report about the errors they did.
<<lessA quiz is a list of questions with the appropriate answer(s). Content managers can build quiz easily and present users a report about the errors they did.
Download (0.18MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
984 downloads
TinyMCE 2.1.1.1
TinyMCE is a platform-independent, Web-based, Javascript HTML WYSIWYG editor. more>>
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB.
It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is so easy to integrate with your existing system.
Main features:
- Easy to integrate, takes only two lines of code.
- Theme and template support.
- Plugin support.
- Easy to extend with custom code.
- Customizable HTML/XHTML 1.0 output. Block invalid elements and force attributes.
- International language support (Language packs) currenly English, Swedish, Italian, German, Czech, Hungarian, Dutch, Finnish, Danish and Arabic and much more.
- Multiple browser support, currently Mozilla, MSIE and FireFox.
Enhancements:
- Fixed bug where dot notaion for some callback options didnt work.
- Fixed bug where valid_child_elements option didnt work.
- Fixed bug where form trigger wasnt executed when keyboard was used to submit form.
<<lessIt has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is so easy to integrate with your existing system.
Main features:
- Easy to integrate, takes only two lines of code.
- Theme and template support.
- Plugin support.
- Easy to extend with custom code.
- Customizable HTML/XHTML 1.0 output. Block invalid elements and force attributes.
- International language support (Language packs) currenly English, Swedish, Italian, German, Czech, Hungarian, Dutch, Finnish, Danish and Arabic and much more.
- Multiple browser support, currently Mozilla, MSIE and FireFox.
Enhancements:
- Fixed bug where dot notaion for some callback options didnt work.
- Fixed bug where valid_child_elements option didnt work.
- Fixed bug where form trigger wasnt executed when keyboard was used to submit form.
Download (1.2MB)
Added: 2007-05-28 License: LGPL (GNU Lesser General Public License) Price:
902 downloads
MP3Unicode 1.1.1
MP3Unicode is a command line utility to convert ID3 tags in mp3 files between different encodings. more>>
MP3Unicode is a command line utility to convert ID3 tags in mp3 files between different encodings.
For example, mp3unicode --source-encoding cp1251 --id3v1-encoding none --id3v2-encoding unicode file.mp3 will read id3v2 tag (or id3v1 tag if there is no id3v2) from the file, convert the text fields in the tag from cp1251 to Unicode and will write id3v2 tag back, stripping away id3v1 tag.
< span style=color:green >< b >Requirements:< /b >< /span >< br/ >
- Qt library
- TagLib library
< b >Usage:< /b >
mp3unicode [options] [filename]
< b >Options:< /b >
-s, --source-encoding < encoding >
Read current mp3 tags assuming they are encoded with < encoding >. < encoding > is either "unicode" or any valid 8bit encoding, for example "cp1251".
-1, --id3v1-encoding < encoding >
Write id3v1 tag in < encoding >, if < encoding > is "none", then strip id3v1 tag away. < encoding > may be any valid 8bit encoding, note however that it is not possible to write id3v1 in Unicode.
-2, --id3v2-encoding < encoding >
Write id3v2 tag in < encoding >, if < encoding > is "none", then strip id3v2 tag away. < encoding > may be either "unicode" or any valid 8bit encoding.
-p, --preserve-unicode
If source encoding is specified to be some specific encoding and not Unicode, but the actual encoding seems to be Unicode, then assume it is Unicode. E.g., if you want to process a lot of files, some of which are in Unicode (or have Unicode characters somewhere), but some are in cp1251, just issue -s cp1251 -p along with other options. This should work as you would like it to work.
-v, --version
Prints version number, compilation date and time.
<<lessFor example, mp3unicode --source-encoding cp1251 --id3v1-encoding none --id3v2-encoding unicode file.mp3 will read id3v2 tag (or id3v1 tag if there is no id3v2) from the file, convert the text fields in the tag from cp1251 to Unicode and will write id3v2 tag back, stripping away id3v1 tag.
< span style=color:green >< b >Requirements:< /b >< /span >< br/ >
- Qt library
- TagLib library
< b >Usage:< /b >
mp3unicode [options] [filename]
< b >Options:< /b >
-s, --source-encoding < encoding >
Read current mp3 tags assuming they are encoded with < encoding >. < encoding > is either "unicode" or any valid 8bit encoding, for example "cp1251".
-1, --id3v1-encoding < encoding >
Write id3v1 tag in < encoding >, if < encoding > is "none", then strip id3v1 tag away. < encoding > may be any valid 8bit encoding, note however that it is not possible to write id3v1 in Unicode.
-2, --id3v2-encoding < encoding >
Write id3v2 tag in < encoding >, if < encoding > is "none", then strip id3v2 tag away. < encoding > may be either "unicode" or any valid 8bit encoding.
-p, --preserve-unicode
If source encoding is specified to be some specific encoding and not Unicode, but the actual encoding seems to be Unicode, then assume it is Unicode. E.g., if you want to process a lot of files, some of which are in Unicode (or have Unicode characters somewhere), but some are in cp1251, just issue -s cp1251 -p along with other options. This should work as you would like it to work.
-v, --version
Prints version number, compilation date and time.
Download (0.011MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
927 downloads
EL4J 1.1.1
EL4J, the Extension Library for the J2EE, adds incremental improvements to the Spring Java framework. more>>
EL4J, the Extension Library for the J2EE, adds incremental improvements to the Spring Java framework.
Main features:
- The ability to split applications in modules
- A module can consist of code, jar-files and configurations
- There can be transitive dependencies between modules
- A module can automatically enable its spring configuration when it is present
- The order and the location of configuration-information works accross various J2EE containers
- Simplified remoting
- Optional implicit context passing to cleanly add technical context with remote method invocations (e.g. to add a security principal or the sub-company on whose behalf a request is being made)
- Remote a POJO as SLSB or SFSB, remote a POJO via SOAP
- Clean remoting support for interfaces that lack a RemoteException in their interface where its required
- A light daemon manager service
- Various improvements
- Make the active beans and their configuration visible in JMX
- A light exception handling framework that implements a safety facade
- Simplified configuration of attribute-interceptor mappings
Enhancements:
- Many clean-ups in the build infrastructure and in the file organization
- Added a database plugin that allows to execute SQL scripts on the database.
- It can optionally launch an embedded database (Derby for now).
- Added a dependency plugin that illustrates the dependencies between modules graphically.
- Added a basic EL4J archetype to get started more easily
- We provide a mechanim to override the configuration files that are in the automatic Tomcat download (files etc/tomcat are copied to Tomcat).
- Test run now in the maven integration phase (in order for us to launch the database in the right moment).
- Some issues in the site-generation were fixed.
- Added an experimental version plugin that checks whether there are new versions available of existing maven plugins or of other jar-files a project depends on.
- Provided fixes for the external exec plugin
- Upgrade to some newer maven plugins: eclipse, javadoc, deploy.
<<lessMain features:
- The ability to split applications in modules
- A module can consist of code, jar-files and configurations
- There can be transitive dependencies between modules
- A module can automatically enable its spring configuration when it is present
- The order and the location of configuration-information works accross various J2EE containers
- Simplified remoting
- Optional implicit context passing to cleanly add technical context with remote method invocations (e.g. to add a security principal or the sub-company on whose behalf a request is being made)
- Remote a POJO as SLSB or SFSB, remote a POJO via SOAP
- Clean remoting support for interfaces that lack a RemoteException in their interface where its required
- A light daemon manager service
- Various improvements
- Make the active beans and their configuration visible in JMX
- A light exception handling framework that implements a safety facade
- Simplified configuration of attribute-interceptor mappings
Enhancements:
- Many clean-ups in the build infrastructure and in the file organization
- Added a database plugin that allows to execute SQL scripts on the database.
- It can optionally launch an embedded database (Derby for now).
- Added a dependency plugin that illustrates the dependencies between modules graphically.
- Added a basic EL4J archetype to get started more easily
- We provide a mechanim to override the configuration files that are in the automatic Tomcat download (files etc/tomcat are copied to Tomcat).
- Test run now in the maven integration phase (in order for us to launch the database in the right moment).
- Some issues in the site-generation were fixed.
- Added an experimental version plugin that checks whether there are new versions available of existing maven plugins or of other jar-files a project depends on.
- Provided fixes for the external exec plugin
- Upgrade to some newer maven plugins: eclipse, javadoc, deploy.
Download (1.2MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
977 downloads
libviper 1.1.1
libviper is an API for quickly developing console, curses-based interfaces with mouse support (GPM). more>>
libviper is an API for quickly developing console, curses-based interfaces with mouse support (GPM). Its a good alternative to the panels library.
The API preserves many of the familiar ncurses monikers. The project also provides, basic, GTK-like window signal handling.
<<lessThe API preserves many of the familiar ncurses monikers. The project also provides, basic, GTK-like window signal handling.
Download (0.025MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
835 downloads
CTShaper 1.1.1
CTShaper is a shell-script that helps setting up a traffic shaper. more>>
CTShaper is a shell-script that helps setting up a traffic shaper, using Linuxs built-in network QoS (Quality of Service) infrastructure.
Have you ever noticed how your SSH/gaming sessions become sluggish when you start downloading something, or how your downloads slow down when you start uploading?
Have you ever been annoyed by other peoples downloads forcing you to wait ages while an email is being sent? Or making your web navigation painfully slow?
Well, if your outgoing link is managed by a Linux router/gateway, then you could benefit from using CTShaper.
CTShaper reduces link latency by preventing packet queues from getting too long on your side (your ADSL or Cable modem) and on your ISPs side (their routers). Long packet queues is what makes your uploads interfere with your downloads, and your downloads interfere with your SSH or gaming sessions.
Additionally, CTShaper sets up four traffic queues with different priorities and configurable flow rates (to have minimum bandwidth guarantees for each class). By default, only traffic with ToS (Type of Service) information gets prioritized (which could be enough, if lots of software had support for it, which they dont), but you can use your firewall (iptables, or an iptables frontend like FireHOL) to "mark" traffic.
The traffic shaper will then prioritize (outgoing) traffic based on those "marks". You can, for instance, give priority to SMTP and HTTP traffic. This will only affect outgoing HTTP and SMTP traffic, but thats enough to make your emails go out faster, and your web navigation more responsive.
<<lessHave you ever noticed how your SSH/gaming sessions become sluggish when you start downloading something, or how your downloads slow down when you start uploading?
Have you ever been annoyed by other peoples downloads forcing you to wait ages while an email is being sent? Or making your web navigation painfully slow?
Well, if your outgoing link is managed by a Linux router/gateway, then you could benefit from using CTShaper.
CTShaper reduces link latency by preventing packet queues from getting too long on your side (your ADSL or Cable modem) and on your ISPs side (their routers). Long packet queues is what makes your uploads interfere with your downloads, and your downloads interfere with your SSH or gaming sessions.
Additionally, CTShaper sets up four traffic queues with different priorities and configurable flow rates (to have minimum bandwidth guarantees for each class). By default, only traffic with ToS (Type of Service) information gets prioritized (which could be enough, if lots of software had support for it, which they dont), but you can use your firewall (iptables, or an iptables frontend like FireHOL) to "mark" traffic.
The traffic shaper will then prioritize (outgoing) traffic based on those "marks". You can, for instance, give priority to SMTP and HTTP traffic. This will only affect outgoing HTTP and SMTP traffic, but thats enough to make your emails go out faster, and your web navigation more responsive.
Download (0.011MB)
Added: 2005-11-02 License: GPL (GNU General Public License) Price:
1453 downloads
Jpegpixi 1.1.1
Jpegpixi is useful to correct images from a digital camera with CCD defects. more>> <<less
Download (0.15MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1431 downloads
SLAMPP Live CD 1.1
SLAMPP is a generic linux distribution which can boot and run directly off CD-ROM. more>>
SLAMPP is a generic linux distribution which can boot and run directly off CD-ROM and has possibility to be installed onto harddisk. SLAMPP Live CD is designed to be used as an instant home server.
Just like another linux live CD available at this moment, SLAMPP gives a linux newbie a chance to test linux without messing up the existing system of the user.
What makes it different is the fact that SLAMPP comes with preconfigured tools and applications that turn your personal computer to a home server. Can you imagine how handy it is to have and carry a linux live CD that provides all things you need to setup such kind of server?
SLAMPP is built using SLAX as its base and Slackware linux for packages. This means you are going to have two powerful distros in one, although SLAX is also based on Slackware linux. To compile all things into a working live CD, linux live scripts is used intensively.
Main features:
- Turning your personal computer to an instant home server which provides common servers, such as: HTTP/HTTPS, FTP, POP, IMAP, SMTP, SSH, DHCP, Squid, etc.
- Modularity. You can add additional tools and applications easily in form of modules. Each new module will be integrated seamlessly during booting process and is ready to use. Beside all modules provided in the live CD, you can also make or create you own modules. All tools to do this can be found in the live CD.
- Webmasters and web developers can use SLAMPP to show their work to others. To support this feature special scripts have been provided in the live CD. They only need to burn all files onto the CD and SLAMPP will take care of the rest.
- Using linux kernel 2.6 which provides better support for hardware.
- All settings and configuration made during use can be stored in harddisk and restored for next session.
- It can be installed onto harddisk if you want to employ the server permanently.
- Equipped with firewall, antivirus and content scanner.
- Using slapt-get, Autopackage and swaret for package management tools and Xfce as desktop environment.
Applications:
- Desktop: Xfce 4.2.2
- HTTP/HTTPS: Apache with various mods, SSL will be provided as built-in feature.
- SSL certificates generator scripts.
- FTP: ProFTPd, GProFTPD (GUI), vsftpd
- SMTP: Sendmail
- POP/IMAP: Dovecot
- DHCP: server and client, GDHCPD (GUI)
- DNS: BIND
- Proxy: Squid, sarg
- SSH
- Samba
- Programming and web development tools
- Languages: PHP 4.4.0, Perl 5.8.7, Python 2.4.1
- HTML and text editor: Bluefish 1.0.2, TEA 10.2, NVU 1.0PR
- Database: MySQL 4.1.14
- Webmin / Usermin / Virtualmin
- Firewall: Firehol / Linux Firewall
- Network: Cacti, Nagios, Ethereal, NMAP, Snort, gFTP, Webalizer
- P2P: BitTorrent protocol, tracker and client
- Antivirus and content scanner: ClamAV, Fetcav (GUI)
- Internet: Mozilla Firefox (loaded with many extensions and plugins), Lynx, Pine, Gaim
- Graphics: Blender, GIMP, Inkscape, GQView
- Utilities: BashBurn, Dufie, Htop, PuTTY, Xpdf, CUPS
- Emulator: QEMU
- Package management: slapt-get/gslapt, pkgtool, autopackage, swaret.
- Read all packages that have been installed: PackagesList
<<lessJust like another linux live CD available at this moment, SLAMPP gives a linux newbie a chance to test linux without messing up the existing system of the user.
What makes it different is the fact that SLAMPP comes with preconfigured tools and applications that turn your personal computer to a home server. Can you imagine how handy it is to have and carry a linux live CD that provides all things you need to setup such kind of server?
SLAMPP is built using SLAX as its base and Slackware linux for packages. This means you are going to have two powerful distros in one, although SLAX is also based on Slackware linux. To compile all things into a working live CD, linux live scripts is used intensively.
Main features:
- Turning your personal computer to an instant home server which provides common servers, such as: HTTP/HTTPS, FTP, POP, IMAP, SMTP, SSH, DHCP, Squid, etc.
- Modularity. You can add additional tools and applications easily in form of modules. Each new module will be integrated seamlessly during booting process and is ready to use. Beside all modules provided in the live CD, you can also make or create you own modules. All tools to do this can be found in the live CD.
- Webmasters and web developers can use SLAMPP to show their work to others. To support this feature special scripts have been provided in the live CD. They only need to burn all files onto the CD and SLAMPP will take care of the rest.
- Using linux kernel 2.6 which provides better support for hardware.
- All settings and configuration made during use can be stored in harddisk and restored for next session.
- It can be installed onto harddisk if you want to employ the server permanently.
- Equipped with firewall, antivirus and content scanner.
- Using slapt-get, Autopackage and swaret for package management tools and Xfce as desktop environment.
Applications:
- Desktop: Xfce 4.2.2
- HTTP/HTTPS: Apache with various mods, SSL will be provided as built-in feature.
- SSL certificates generator scripts.
- FTP: ProFTPd, GProFTPD (GUI), vsftpd
- SMTP: Sendmail
- POP/IMAP: Dovecot
- DHCP: server and client, GDHCPD (GUI)
- DNS: BIND
- Proxy: Squid, sarg
- SSH
- Samba
- Programming and web development tools
- Languages: PHP 4.4.0, Perl 5.8.7, Python 2.4.1
- HTML and text editor: Bluefish 1.0.2, TEA 10.2, NVU 1.0PR
- Database: MySQL 4.1.14
- Webmin / Usermin / Virtualmin
- Firewall: Firehol / Linux Firewall
- Network: Cacti, Nagios, Ethereal, NMAP, Snort, gFTP, Webalizer
- P2P: BitTorrent protocol, tracker and client
- Antivirus and content scanner: ClamAV, Fetcav (GUI)
- Internet: Mozilla Firefox (loaded with many extensions and plugins), Lynx, Pine, Gaim
- Graphics: Blender, GIMP, Inkscape, GQView
- Utilities: BashBurn, Dufie, Htop, PuTTY, Xpdf, CUPS
- Emulator: QEMU
- Package management: slapt-get/gslapt, pkgtool, autopackage, swaret.
- Read all packages that have been installed: PackagesList
Download (417.8MB)
Added: 2005-11-19 License: GPL (GNU General Public License) Price:
1451 downloads
ldapvacation 1.1.1
ldapvacation is an LDAP-enabled version of the vacation program that sends an more>>
ldapvacation returns a message to the sender of a message telling them that you are currently not reading your mail.
SYNOPSIS
ldapvacation [ -tVv ] [ -b searchbase ] [ -C configfile ] [ -D binddn ]
[ -d dest ] [ -f from ] [ -h ldaphost ] [ -l logfacility ]
[ -m mailattr ] [ -p ldapport ] [ -q query ] [ -u ldapurl ]
[ -w bindpasswd ] [ -x spamheader ]
Options:
-t Use TLS when connecting to the LDAP server.
-V Show the version number and exit.
-v Run in verbose more. Informal message are displayed on standard output and in the syslog.
-b searchbase
Specify the searchbase for LDAP searches.
-C configfile
Read configuration options from configfile.
-D binddn
Specify the distinguished name to use when binding to the LDAP server.
-d dest
Specify the message destination user. If this option is not set, ldapvacation will use the login
name of the user executing it.
-f from
Specify the envelope sender address.
-h ldaphost
Specify the hostname of the LDAP server. This option is deprecated, please use a LDAP URL in-
stead.
-l logfacility
Set the log facility for syslog to logfacility. Possible values are daemon, mail, user, local0,
local1, local2, local3, local4, local5, local6, local7, local8, and local9.
-m mailattr
Specify the LDAP attribute which is used to store local addresses.
-p ldapport
Specify the TCP port number on which to contact the LDAP server. This option is deprecated,
please use a LDAP URL instead.
-q query
Specify the LDAP query to find entries.
-u ldapurl
Specify the LDAP URL of the server to connect to.
-w bindpasswd
Specify the password to use when binding to the LDAP server.
Enhancements:
- A bug in the config file parser was fixed.
<<lessSYNOPSIS
ldapvacation [ -tVv ] [ -b searchbase ] [ -C configfile ] [ -D binddn ]
[ -d dest ] [ -f from ] [ -h ldaphost ] [ -l logfacility ]
[ -m mailattr ] [ -p ldapport ] [ -q query ] [ -u ldapurl ]
[ -w bindpasswd ] [ -x spamheader ]
Options:
-t Use TLS when connecting to the LDAP server.
-V Show the version number and exit.
-v Run in verbose more. Informal message are displayed on standard output and in the syslog.
-b searchbase
Specify the searchbase for LDAP searches.
-C configfile
Read configuration options from configfile.
-D binddn
Specify the distinguished name to use when binding to the LDAP server.
-d dest
Specify the message destination user. If this option is not set, ldapvacation will use the login
name of the user executing it.
-f from
Specify the envelope sender address.
-h ldaphost
Specify the hostname of the LDAP server. This option is deprecated, please use a LDAP URL in-
stead.
-l logfacility
Set the log facility for syslog to logfacility. Possible values are daemon, mail, user, local0,
local1, local2, local3, local4, local5, local6, local7, local8, and local9.
-m mailattr
Specify the LDAP attribute which is used to store local addresses.
-p ldapport
Specify the TCP port number on which to contact the LDAP server. This option is deprecated,
please use a LDAP URL instead.
-q query
Specify the LDAP query to find entries.
-u ldapurl
Specify the LDAP URL of the server to connect to.
-w bindpasswd
Specify the password to use when binding to the LDAP server.
Enhancements:
- A bug in the config file parser was fixed.
Download (0.020MB)
Added: 2006-03-28 License: BSD License Price:
1305 downloads
Scapy 1.1.1
Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery tool. more>>
Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery tool, and packet sniffer.
Scapy project provides classes to interactively create packets or sets of packets, manipulate them, send them over the wire, sniff other packets from the wire, match answers and replies, and more.
Interaction is provided by the Python interpreter, so Python programming structures can be used (such as variables, loops, and functions).
Report modules are possible and easy to make. It is intended to do about the same things as ttlscan, nmap, hping, queso, p0f, xprobe, arping, arp-sk, arpspoof, firewalk, irpas, tethereal, tcpdump, etc.
Enhancements:
- This release adds the ability to transcribe ASN1-specified protocols easily, SNMP protocol support, MIB parsing, OID/DNS/OUI resolving, configurable field value resolution, a startup script, and srflood() and srpflood() to flood with packets while catching answers.
<<lessScapy project provides classes to interactively create packets or sets of packets, manipulate them, send them over the wire, sniff other packets from the wire, match answers and replies, and more.
Interaction is provided by the Python interpreter, so Python programming structures can be used (such as variables, loops, and functions).
Report modules are possible and easy to make. It is intended to do about the same things as ttlscan, nmap, hping, queso, p0f, xprobe, arping, arp-sk, arpspoof, firewalk, irpas, tethereal, tcpdump, etc.
Enhancements:
- This release adds the ability to transcribe ASN1-specified protocols easily, SNMP protocol support, MIB parsing, OID/DNS/OUI resolving, configurable field value resolution, a startup script, and srflood() and srpflood() to flood with packets while catching answers.
Download (0.072MB)
Added: 2007-04-09 License: GPL (GNU General Public License) Price:
946 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 pine 1.1 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