protector
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 14
protector 1.00.11
protector scans e-mail attachments in order to identify those that could (by nature of their type) contain viruses. more>>
protector scans e-mail attachments in order to identify those that could (by nature of their type) contain viruses or other undesirable content, and replaces them with a warning message. Protector is designed to be used on a unix mail gateway server MS Windows clients by way of a POP3 service. Typically, protector blocks DOS or Windows executables, DLLS etc Files with double extensions like "picture.gif.exe" Visual basic (VB) scripts Word documents that contain macros unrecognised file types ... etc ...
Protector is NOT a virus scanner in the traditional sense: It does NOT scan attachments for virus signatures, but blocks or edits attachments that could contain viruses. So *.exe, *.vba etc attachments dont get through. This means that you dont have to keep protector up to date to stay protected against the growing tide of new viruses and worms.
Protector does not work by blocking listed types, but by blocking a set of listed types.
The logic employed by protector to determine the file types contained in attachments is based on a modified version of the "file" command, and a number of type-specific validation programs - it does not rely on the actual name of the file, or the "content-type" declared in the attachment header. It also looks inside ZIP, TAR and other archive formats, and checks the files contained in them.
Some types of files are allowed through only under certain conditions. The main example being that MS Word documents are blocked if they contain ANY macros, but allowed through otherwise.
Protector grew out of a need to protect a small network that I manage in my spare time from the dangers of e-mail borne viruses and trojans. A number of installations exist round the world and feed back from users has allowed me to improve the system - in terms of reliability, performance, ease of use and the breadth of file types "allowed through". Development is still underway, and a new release will be available shortly that allows a far larger set of file types through, allows scripts to be removed from attachments (eg: JavaScript can be removed from HTML files), and is significantly easier to tailor.
Constructive critisism is warmly invited
<<lessProtector is NOT a virus scanner in the traditional sense: It does NOT scan attachments for virus signatures, but blocks or edits attachments that could contain viruses. So *.exe, *.vba etc attachments dont get through. This means that you dont have to keep protector up to date to stay protected against the growing tide of new viruses and worms.
Protector does not work by blocking listed types, but by blocking a set of listed types.
The logic employed by protector to determine the file types contained in attachments is based on a modified version of the "file" command, and a number of type-specific validation programs - it does not rely on the actual name of the file, or the "content-type" declared in the attachment header. It also looks inside ZIP, TAR and other archive formats, and checks the files contained in them.
Some types of files are allowed through only under certain conditions. The main example being that MS Word documents are blocked if they contain ANY macros, but allowed through otherwise.
Protector grew out of a need to protect a small network that I manage in my spare time from the dangers of e-mail borne viruses and trojans. A number of installations exist round the world and feed back from users has allowed me to improve the system - in terms of reliability, performance, ease of use and the breadth of file types "allowed through". Development is still underway, and a new release will be available shortly that allows a far larger set of file types through, allows scripts to be removed from attachments (eg: JavaScript can be removed from HTML files), and is significantly easier to tailor.
Constructive critisism is warmly invited
Download (0.22MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1205 downloads
OpenProtect 5.0.4
OpenProtect is a server-side email protector which guards against spam and viruses. more>>
Openprotect is our set of e-mail filters bundle consisting of Kaspersky Antivirus, Clam Antivirus, SpamAssassinand MailScanner along with our Qmail module.
Enhancements:
- MailScanner was updated to version 4.46.2 with an improved phishing net for JavaScript.
- A highlight Phishing fraud option was added along with the ability to quarantine all mail that has been modified and a Scan Messages option to completely disable processing of a particular mail address.
- ClamAV was updated to 0.87 and SpamAssassin(SA) was updated to 3.1.0 with many plugins and MCP patches for better spam/MCP filtering.
- A openprotect-test utility that sends test virus, spam, and clean mail to verify the setup was added along with openprotect-renew, which installs a KAV license and views expiry status.
- razor 2.77 with various bugfixes was included.
<<lessEnhancements:
- MailScanner was updated to version 4.46.2 with an improved phishing net for JavaScript.
- A highlight Phishing fraud option was added along with the ability to quarantine all mail that has been modified and a Scan Messages option to completely disable processing of a particular mail address.
- ClamAV was updated to 0.87 and SpamAssassin(SA) was updated to 3.1.0 with many plugins and MCP patches for better spam/MCP filtering.
- A openprotect-test utility that sends test virus, spam, and clean mail to verify the setup was added along with openprotect-renew, which installs a KAV license and views expiry status.
- razor 2.77 with various bugfixes was included.
Download (9.0MB)
Added: 2005-10-20 License: GPL (GNU General Public License) Price:
1472 downloads
recordMyDesktop 0.3.6
recordMyDesktop is a program that captures audio and video data from a Linux desktop session. more>>
recordMyDesktop is a program that captures audio and video data from a Linux desktop session, producing an Ogg-encapsulated Theora-Vorbis file.
recordMyDesktops main goal is to be as unobstrusive as possible by proccessing only regions of the screen that have changed.
Installation:
To compile the program you have to go through the regular drill:
~$ gzip -d recordmydesktop-x.y.z.tar.gz
~$ tar -x recordmydesktop-x.y.z.tar
~$ cd recordmydesktop-x.y.z
~$ ./configure
~$ make
~$ sudo make install
You will need the development headers for the following:
alsa (libasound)
X
libXext
libXdamage
libogg
libvorbis
libtheora
As well the regular headers, plus the ones for pthreads (both of which you should have if you have compiled anything else before).
Of the above, the most likely to be missing are probably those of libXdamage and libtheora but any recent linux distribution should offer an easy way to get them.
Enhancements:
- Corrected segmentation fault when recording non-fullscreen areas, using the
- full-shots mode(i.e. no Xdamage)
- Fixed arrays boundary overstep in BlocksFromList (resulting in segfault,
- especially when compiled with -fstack-protector)
- Removed the need for Xdamage to be present even when it is not used.
- Added follow-mouse option(i.e. capture area tracks the mouse cursor).
<<lessrecordMyDesktops main goal is to be as unobstrusive as possible by proccessing only regions of the screen that have changed.
Installation:
To compile the program you have to go through the regular drill:
~$ gzip -d recordmydesktop-x.y.z.tar.gz
~$ tar -x recordmydesktop-x.y.z.tar
~$ cd recordmydesktop-x.y.z
~$ ./configure
~$ make
~$ sudo make install
You will need the development headers for the following:
alsa (libasound)
X
libXext
libXdamage
libogg
libvorbis
libtheora
As well the regular headers, plus the ones for pthreads (both of which you should have if you have compiled anything else before).
Of the above, the most likely to be missing are probably those of libXdamage and libtheora but any recent linux distribution should offer an easy way to get them.
Enhancements:
- Corrected segmentation fault when recording non-fullscreen areas, using the
- full-shots mode(i.e. no Xdamage)
- Fixed arrays boundary overstep in BlocksFromList (resulting in segfault,
- especially when compiled with -fstack-protector)
- Removed the need for Xdamage to be present even when it is not used.
- Added follow-mouse option(i.e. capture area tracks the mouse cursor).
Download (0.14MB)
Added: 2007-08-18 License: GPL (GNU General Public License) Price:
824 downloads
Rock Linux 3
Rock Linux as a distribution is full-featured and powerful. more>>
ROCK is a Distribution Build Kit. You can configure your personal build of ROCK and easily build your own distribution (see the screenshots). Rock Linux is software for managing operating environments. In a way it is a software development toolkit for building OS solutions.
The available config options include, but are not limited to:
Package Selection
You can select the packages you want to have in your Distribution. So packages you dont want or need are not build at all. A list of available packages can be found here.
Compiler and Optimization
You can select a compiler (by default gcc3) and optimization options for building your distribution. That enables you to highly optimize for your hardware. You can also build your entire distribution with the GCC Stack-Smashing Protector enabled for enhanced security.
Dietlibc
You can use dietlibc instead of the GNU LibC as your C library. That can be very useful e.g. for embedded systems.
And much more ...
Other options are: selection of an init-style, custom GNU configure options, cross-building, and much more. A major focus in the ROCK development always has been to make adding new features and config options as easy as possible.
Enhancements:
- Packages can be forked (gcc=gcc3, gcc=gcc4) to reduce code duplication.
- Packages can be split (gcc, gcc:doc, gcc:dev) to reduce necessary filesystem space after installation.
- Postinstall scripts can be run to setup the application after installation rather than after compilation.
- Every ROCK script now has a -help text.
- udev has replaced devfs.
- Toolchain compilation for cross-builds has been made easier.
- Cluster Builds, Pseudonative Builds, and Cross Builds have been made easier.
- Lots of other improvements were made, and practically all of the 1600 packages were updated.
<<lessThe available config options include, but are not limited to:
Package Selection
You can select the packages you want to have in your Distribution. So packages you dont want or need are not build at all. A list of available packages can be found here.
Compiler and Optimization
You can select a compiler (by default gcc3) and optimization options for building your distribution. That enables you to highly optimize for your hardware. You can also build your entire distribution with the GCC Stack-Smashing Protector enabled for enhanced security.
Dietlibc
You can use dietlibc instead of the GNU LibC as your C library. That can be very useful e.g. for embedded systems.
And much more ...
Other options are: selection of an init-style, custom GNU configure options, cross-building, and much more. A major focus in the ROCK development always has been to make adding new features and config options as easy as possible.
Enhancements:
- Packages can be forked (gcc=gcc3, gcc=gcc4) to reduce code duplication.
- Packages can be split (gcc, gcc:doc, gcc:dev) to reduce necessary filesystem space after installation.
- Postinstall scripts can be run to setup the application after installation rather than after compilation.
- Every ROCK script now has a -help text.
- udev has replaced devfs.
- Toolchain compilation for cross-builds has been made easier.
- Cluster Builds, Pseudonative Builds, and Cross Builds have been made easier.
- Lots of other improvements were made, and practically all of the 1600 packages were updated.
Download (666MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
F-Prot Antivirus for Linux Workstations 4.6.7
F-Prot Antivirus for Linux Workstations in an FREE antivirus solution for Linux Workstations. more>>
F-Prot Antivirus security software package has various components that help keep your system secure from viruses, backdoors, trojans and other malicious programs. The project includes the RealTime Protector, a memory-resident monitoring utility that observes all files accessed on your system, a Scheduler where you can set the Scanner to make automatic scans or updates on your system at any time and an Updater to manage all signature updates.
For home users using the Linux open-source operating system, we offer F-Prot Antivirus for Linux Workstations. F-Prot Antivirus for Linux Workstations utilizes the renowned F-Prot Antivirus scanning engine for primary scan but has in addition to that a system of internal heuristics devised to search for unknown viruses
F-Prot Antivirus for Linux was especially developed to effectively eradicate viruses threatening workstations running Linux. It provides full protection against macro viruses and other forms of malicious software - including Trojans.
Main features:
- Scans for over 191534 known viruses and their variants
- Ability to perform scheduled scans when used with the cron utility
- Scans hard drives, CD-ROMS, diskettes, network drives, directories and specific files
- Scans for images of boot sector viruses, macro viruses and Trojan Horses
F-Prot Antivirus for Linux Workstations is FREE for use by personal users on personal workstations
<<lessFor home users using the Linux open-source operating system, we offer F-Prot Antivirus for Linux Workstations. F-Prot Antivirus for Linux Workstations utilizes the renowned F-Prot Antivirus scanning engine for primary scan but has in addition to that a system of internal heuristics devised to search for unknown viruses
F-Prot Antivirus for Linux was especially developed to effectively eradicate viruses threatening workstations running Linux. It provides full protection against macro viruses and other forms of malicious software - including Trojans.
Main features:
- Scans for over 191534 known viruses and their variants
- Ability to perform scheduled scans when used with the cron utility
- Scans hard drives, CD-ROMS, diskettes, network drives, directories and specific files
- Scans for images of boot sector viruses, macro viruses and Trojan Horses
F-Prot Antivirus for Linux Workstations is FREE for use by personal users on personal workstations
Download (2.8MB)
Added: 2006-12-04 License: Freeware Price:
1090 downloads
SysInfo-DC for HP-UX 0.1
System Information Data Collector is a tool for collecting information from a HP-UX operating system and some HP hardware. more>>
System Information Data Collector is a tool for collecting information from a HP-UX operating system and some HP hardware and software. System Information Data Collector is a free software and provided by the author AS IS under terms of the GNU General Public License.
Support engineers and system administrators can use System Information Data Collector to obtain a system configuration and troubleshoot problems. To get system information System Information Data Collector script calls specified modules. The modules of System Information Data Collector are located in the modules directory.
The following modules is available in this version:
- disks
Collects disk information (default).
- lvm
Collects LVM information (default).
- etc
Collects /etc configuration files (default).
- init
Collects /sbin/init.d and /sbin/rc? scripts (default).
- logs
Collects /var/adm/syslog file and dmesg output (default).
- net
Collects network information and network device information (default).
- sw
Collects software depot information (default).
- sysconf
Collects system configuration information (default).
- mcsg
Collects HP MC/Service Guard information. This module does not run by default.
- npar
Collects npar configuration information. This module does not run by default.
- dp
Collects HP Data Protector software information. This module does not run by default.
- default
Run all default modules.
The System Information Data Collector has been tested on several HP-UX 11.11 and 11.23 hosts. There was no problems detected with software or hardware during the time the script has been running. But it is not good idea to run script on production michines, because it has not been tested in all possible HP-UX environments.
<<lessSupport engineers and system administrators can use System Information Data Collector to obtain a system configuration and troubleshoot problems. To get system information System Information Data Collector script calls specified modules. The modules of System Information Data Collector are located in the modules directory.
The following modules is available in this version:
- disks
Collects disk information (default).
- lvm
Collects LVM information (default).
- etc
Collects /etc configuration files (default).
- init
Collects /sbin/init.d and /sbin/rc? scripts (default).
- logs
Collects /var/adm/syslog file and dmesg output (default).
- net
Collects network information and network device information (default).
- sw
Collects software depot information (default).
- sysconf
Collects system configuration information (default).
- mcsg
Collects HP MC/Service Guard information. This module does not run by default.
- npar
Collects npar configuration information. This module does not run by default.
- dp
Collects HP Data Protector software information. This module does not run by default.
- default
Run all default modules.
The System Information Data Collector has been tested on several HP-UX 11.11 and 11.23 hosts. There was no problems detected with software or hardware during the time the script has been running. But it is not good idea to run script on production michines, because it has not been tested in all possible HP-UX environments.
Download (0.013MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
918 downloads
KQEMU - QEMU Accelerator 1.3.0pre11
kqemu the QEMU Accelerator Module increases the speed of QEMU when a PC is emulated on a PC. more>>
kqemu the QEMU Accelerator Module increases the speed of QEMU when a PC is emulated on a PC. It runs most of the target application code directly on the host processor to achieve near native performance. It is very useful when you want to run another Operating System (for example Windows) on a Linux desktop.
Currently it is available for Linux x86 or x86_64 hosts running a kernel 2.4.x or 2.6.x. Preliminary versions are available for Windows and FreeBSD hosts.
With the QEMU Accelerator Module, QEMU can be compared to other commercial or free PC Virtualizers. It has the advantage of being free and to achieve good performances while necessitating no specific guest Operating System modifications. No other product has such advantages.
Installation
2.1 KQEMU Compilation (Linux only)
First ensure that you have a recent version of QEMU (>= 0.8.1) with the KQEMU support enabled (this is the default).
Then decompress the KQEMU sources:
cd /tmp
tar zxvf kqemu-x.y.z.tar.gz
cd kqemu-x.y.z
Then you configure KQEMU and build it (usually no options are needed):
./configure
make
Then type as root user:
make install
to install KQEMU in `/usr/local.
QEMU Accelerator Installation for Linux
If you use x86 Linux, the compilation of the QEMU Accelerator Kernel Module (KQEMU) is automatically activated provided you have the necessary kernel headers. If nonetheless the compilation fails, you can disable its compilation with the `--disable-kqemu configure option.
Note that KQEMU cannot currently work if the Xen virtualizer is running on your host.
If you are using a 2.6 host kernel, then all the necessary kernel headers should be already installed. If you are using a 2.4 kernel, then you should verify that properly configured kernel sources are installed and compiled. On a Redhat 9 distribution for example, the following must be done:
1) Install the kernel-source-xxx package
2) cd /usr/src/linux-xxx
3) make distclean
4) Copy /boot/config-vvv in .config (use uname -r to know your configuration name vvv)
5) Edit the Makefile to change the EXTRAVERSION line to match your current configuration name:
EXTRAVERSION = -custom
to
EXTRAVERSION = -8 # This is an example, it can be -8smp too
6) make menuconfig # Just save the configuration
7) make dep bzImage
The installation of KQEMU is not fully automatic because it is highly distribution dependent. When launching
make install
KQEMU is installed in /lib/modules/kernel_version/misc. The device `/dev/kqemu is created with read/write access rights for everyone. If you fear security issues, you can restrict the access rights of `/dev/kqemu.
If you want that KQEMU is installed automatically at boot time, you can add
# Load the KQEMU kernel module
/sbin/modprobe kqemu
in `/etc/rc.d/rc.local.
If the major number 250 is already used by another driver, you can use the option major=N to set an alternate major number.
If your distribution uses udev (like Fedora), use the kqemu module option major=0 to have the device `/dev/kqemu automatically created:
# Load the KQEMU kernel module
/sbin/modprobe kqemu major=0
It is usually necessary to change the device access rights set by udev. Edit `/etc/udev/permissions.d/50-udev.permissions and add:
# kqemu
kqemu:root:root:0666
Enhancements:
- dynamic device /dev/kqemu creation is now the default.
- -fno-stack-protector gcc option fix
- added kqemu regression tests (can serve as API usage example too)
- included kqemu technical doc
<<lessCurrently it is available for Linux x86 or x86_64 hosts running a kernel 2.4.x or 2.6.x. Preliminary versions are available for Windows and FreeBSD hosts.
With the QEMU Accelerator Module, QEMU can be compared to other commercial or free PC Virtualizers. It has the advantage of being free and to achieve good performances while necessitating no specific guest Operating System modifications. No other product has such advantages.
Installation
2.1 KQEMU Compilation (Linux only)
First ensure that you have a recent version of QEMU (>= 0.8.1) with the KQEMU support enabled (this is the default).
Then decompress the KQEMU sources:
cd /tmp
tar zxvf kqemu-x.y.z.tar.gz
cd kqemu-x.y.z
Then you configure KQEMU and build it (usually no options are needed):
./configure
make
Then type as root user:
make install
to install KQEMU in `/usr/local.
QEMU Accelerator Installation for Linux
If you use x86 Linux, the compilation of the QEMU Accelerator Kernel Module (KQEMU) is automatically activated provided you have the necessary kernel headers. If nonetheless the compilation fails, you can disable its compilation with the `--disable-kqemu configure option.
Note that KQEMU cannot currently work if the Xen virtualizer is running on your host.
If you are using a 2.6 host kernel, then all the necessary kernel headers should be already installed. If you are using a 2.4 kernel, then you should verify that properly configured kernel sources are installed and compiled. On a Redhat 9 distribution for example, the following must be done:
1) Install the kernel-source-xxx package
2) cd /usr/src/linux-xxx
3) make distclean
4) Copy /boot/config-vvv in .config (use uname -r to know your configuration name vvv)
5) Edit the Makefile to change the EXTRAVERSION line to match your current configuration name:
EXTRAVERSION = -custom
to
EXTRAVERSION = -8 # This is an example, it can be -8smp too
6) make menuconfig # Just save the configuration
7) make dep bzImage
The installation of KQEMU is not fully automatic because it is highly distribution dependent. When launching
make install
KQEMU is installed in /lib/modules/kernel_version/misc. The device `/dev/kqemu is created with read/write access rights for everyone. If you fear security issues, you can restrict the access rights of `/dev/kqemu.
If you want that KQEMU is installed automatically at boot time, you can add
# Load the KQEMU kernel module
/sbin/modprobe kqemu
in `/etc/rc.d/rc.local.
If the major number 250 is already used by another driver, you can use the option major=N to set an alternate major number.
If your distribution uses udev (like Fedora), use the kqemu module option major=0 to have the device `/dev/kqemu automatically created:
# Load the KQEMU kernel module
/sbin/modprobe kqemu major=0
It is usually necessary to change the device access rights set by udev. Edit `/etc/udev/permissions.d/50-udev.permissions and add:
# kqemu
kqemu:root:root:0666
Enhancements:
- dynamic device /dev/kqemu creation is now the default.
- -fno-stack-protector gcc option fix
- added kqemu regression tests (can serve as API usage example too)
- included kqemu technical doc
Download (0.18MB)
Added: 2007-02-13 License: Free To Use But Restricted Price:
1013 downloads
distccKNOPPIX 0.1.3
distccKNOPPIX is a directly bootable and self-configuring Linux system on a small (55MB) iso running a distccd daemon. more>>
distccKNOPPIX is a directly bootable and self-configuring Linux system on a small (55MB) iso running a distccd daemon. distccKNOPPIX is a simple remastering of Knoppix running a distccd daemon and some general cleaning up/removal of unneeded packages/apps.
Its obvious target is for those who have other machines at their hands, and for some reason or an other can not get a distccd daemon running on it.
Attention Gentoo Users: The distccKNOPPIX (Debian) version of gcc is not patched with pie or protector support like the Gentoo version is. Im working on fixing this, but you will probably have problems compiling glibc, grub and perhaps other programs until this issue is remedied.
All versions are identical except for the default gcc. All downloads have all 4 versions of gcc. You can also change the default gcc at the boot prompt by typing knoppix gcc-3.4 for example. Or you can change the gcc version at the command line with update-alternatives --config gcc. If you are unsure which version to download, try the gcc-3.3 one.
Main features:
- Kernel 2.4.26
- distcc 2.16 (port 3632)
- gcc 2.95.4, 3.2.3, 3.3.4, 3.4.1
- cpp 2.95.4, 3.2.3, 3.3.4, 3.4.1
- g++ 2.95.4, 3.2.3, 3.3.4, 3.4.1
Enhancements:
- added c++ link to g++
- more cleanups
- created a mailing list
<<lessIts obvious target is for those who have other machines at their hands, and for some reason or an other can not get a distccd daemon running on it.
Attention Gentoo Users: The distccKNOPPIX (Debian) version of gcc is not patched with pie or protector support like the Gentoo version is. Im working on fixing this, but you will probably have problems compiling glibc, grub and perhaps other programs until this issue is remedied.
All versions are identical except for the default gcc. All downloads have all 4 versions of gcc. You can also change the default gcc at the boot prompt by typing knoppix gcc-3.4 for example. Or you can change the gcc version at the command line with update-alternatives --config gcc. If you are unsure which version to download, try the gcc-3.3 one.
Main features:
- Kernel 2.4.26
- distcc 2.16 (port 3632)
- gcc 2.95.4, 3.2.3, 3.3.4, 3.4.1
- cpp 2.95.4, 3.2.3, 3.3.4, 3.4.1
- g++ 2.95.4, 3.2.3, 3.3.4, 3.4.1
Enhancements:
- added c++ link to g++
- more cleanups
- created a mailing list
Download (54MB)
Added: 2005-05-18 License: GPL (GNU General Public License) Price:
1626 downloads
Silver Shield PM Control for Linux 2.4b
Silver Shield PM Control for Linux is an application enabling the use of the GEMBIRD SiS-PM device under Linux. more>>
Silver Shield PM Control for Linux (formerly known as sispm_ctl) is an application enabling the use of the GEMBIRD SiS-PM device under Linux.
The SiS-PM is an itelligent advanced surge protector with unique features: 4 sockets are manageable from the PC via USB port (GEMBIRD LTD).
Silver Shield PM Control for Linux software comes with ABSOLUTELY NO WARRANTY; for details see the LICENCE file. This is free software, and you are welcome to redistribute it under certain conditions; see the LICENCE file for details.
Thanks go out to Gembird for the kind support, the libusb project, the USB snoopy team, Andreas Neuper and the other contributors.
This software is also included in the driver package from Gembird and available from the Gentoo/Portage tree (courtesy Wolfram Schlich).
Installation:
You need libusb-0.15 or newer installed on your system (if you have an older version of libusb it MIGHT work, youll have to tweak configure.in though and call scripts/bootstrap. Nevermind if this is just glibberish for you.
sis_pmctl is only available as sourcecode distribution. To install on your system run:
tar xzvf sispm_ctl-2.1.tar.gz
cd sispm_ctl-2.1
./configure
make
make install
Note: The compiled application is named sispmctl since 2.0 without the underscore!
This installs the applicationsis pmctl in /usr/local/bin. If you want to install the application to a different directory,
call ./configure --prefix=/your/preferred/dir.
The web-interface skins are installed under $prefix/httpd/sispm_ctl/skin?; the default skin is pre-selected with the doc symbolic link in the $prefix/httpd/sispm_ctl directory.
Options:
-h Print usage information
-s Scan all universal serial buses for devices with the ID 04B4:FD11.
-l stay listening on network port for http protocol.
-p IP network port (default: 2638) for listener. There is no authentication implemented yet.
-u give the directory path where pages lay, that are served (default: /usr/local/httpd/pmctl ). The Web path component is completely ignored for security reasons.
-b switch the buzzer on and off (I was not able to test it, mine does not hat it)
-o switch the named outlet to "ON"
-f switch the named outlet to "OFF"
-g show the status of the named outlet
-d Choose not the first but the named one in the sequence of detected devices (see scan option)
-n do not print "ON" and "OFF", but "1" and "0" instead
-q do neither print explanations nor disclaimers except it is requested
-v print version & copyright
<<lessThe SiS-PM is an itelligent advanced surge protector with unique features: 4 sockets are manageable from the PC via USB port (GEMBIRD LTD).
Silver Shield PM Control for Linux software comes with ABSOLUTELY NO WARRANTY; for details see the LICENCE file. This is free software, and you are welcome to redistribute it under certain conditions; see the LICENCE file for details.
Thanks go out to Gembird for the kind support, the libusb project, the USB snoopy team, Andreas Neuper and the other contributors.
This software is also included in the driver package from Gembird and available from the Gentoo/Portage tree (courtesy Wolfram Schlich).
Installation:
You need libusb-0.15 or newer installed on your system (if you have an older version of libusb it MIGHT work, youll have to tweak configure.in though and call scripts/bootstrap. Nevermind if this is just glibberish for you.
sis_pmctl is only available as sourcecode distribution. To install on your system run:
tar xzvf sispm_ctl-2.1.tar.gz
cd sispm_ctl-2.1
./configure
make
make install
Note: The compiled application is named sispmctl since 2.0 without the underscore!
This installs the applicationsis pmctl in /usr/local/bin. If you want to install the application to a different directory,
call ./configure --prefix=/your/preferred/dir.
The web-interface skins are installed under $prefix/httpd/sispm_ctl/skin?; the default skin is pre-selected with the doc symbolic link in the $prefix/httpd/sispm_ctl directory.
Options:
-h Print usage information
-s Scan all universal serial buses for devices with the ID 04B4:FD11.
-l stay listening on network port for http protocol.
-p IP network port (default: 2638) for listener. There is no authentication implemented yet.
-u give the directory path where pages lay, that are served (default: /usr/local/httpd/pmctl ). The Web path component is completely ignored for security reasons.
-b switch the buzzer on and off (I was not able to test it, mine does not hat it)
-o switch the named outlet to "ON"
-f switch the named outlet to "OFF"
-g show the status of the named outlet
-d Choose not the first but the named one in the sequence of detected devices (see scan option)
-n do not print "ON" and "OFF", but "1" and "0" instead
-q do neither print explanations nor disclaimers except it is requested
-v print version & copyright
Download (0.15MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1090 downloads
Adamantix 1.1.0-pre15
Adamantix aims to become a highly secure but usable Linux distribution. more>>
Adamantix project aims to become a highly secure but usable Linux distribution. A standard Linux distribution is not very secure, despite the fact that it may be more secure than other operating systems.
The underlying problem is that most of Linux as we know it today was designed for speed and features, but not for security. Adding security to a system which is not designed to be secure will not solve most of the current and future problems.
This means that the whole system needs to be redesigned from the ground up to make it really secure. And that is what the Adamantix project is going to accomplish.
Adamantix v1.0 (known as Trusted Debian v1.0 back then) was the first Linux distribution to integrate support for PaX and SSP (Stack Smashing Protector, aka. Propolice). PaX is a kernel patch which protects against a number of buffer overflows and other memory corruption attacks. SSP is a GCC patch which provides protection of the stack, which makes stack overflows harder to exploit.
Currently work is going on to integrate RSBAC support in Adamantix. RSBAC is a kernel patch which provides a flexible and extensible security framework. This framework is very powerful and can be used to implement almost any security feature. A number of modules which use this framework have been implemented on top of it, such as:
- An improved chroot (jail) module
- On-access virus scanning module
- Linux capabilities management module
- Linux resource management module
- User ID changing management module
- Role based access module
- Access Control Lists (ACLs) module
- And others.
All these modules can be combined to form a whole which is greater than the sum of the individual modules. In the future the number of modules is likely to grow, including modules for gr-security RBAC and SELinux, to provide backwards compatibility for legacy systems. RSBAC is a toolkit, in the same spirit as Linux is a toolkit.
It takes quite some time to learn and understand RSBAC, just like learning Linux takes quite some time. But this time is well invested and will give similar rewards as learning Linux.
<<lessThe underlying problem is that most of Linux as we know it today was designed for speed and features, but not for security. Adding security to a system which is not designed to be secure will not solve most of the current and future problems.
This means that the whole system needs to be redesigned from the ground up to make it really secure. And that is what the Adamantix project is going to accomplish.
Adamantix v1.0 (known as Trusted Debian v1.0 back then) was the first Linux distribution to integrate support for PaX and SSP (Stack Smashing Protector, aka. Propolice). PaX is a kernel patch which protects against a number of buffer overflows and other memory corruption attacks. SSP is a GCC patch which provides protection of the stack, which makes stack overflows harder to exploit.
Currently work is going on to integrate RSBAC support in Adamantix. RSBAC is a kernel patch which provides a flexible and extensible security framework. This framework is very powerful and can be used to implement almost any security feature. A number of modules which use this framework have been implemented on top of it, such as:
- An improved chroot (jail) module
- On-access virus scanning module
- Linux capabilities management module
- Linux resource management module
- User ID changing management module
- Role based access module
- Access Control Lists (ACLs) module
- And others.
All these modules can be combined to form a whole which is greater than the sum of the individual modules. In the future the number of modules is likely to grow, including modules for gr-security RBAC and SELinux, to provide backwards compatibility for legacy systems. RSBAC is a toolkit, in the same spirit as Linux is a toolkit.
It takes quite some time to learn and understand RSBAC, just like learning Linux takes quite some time. But this time is well invested and will give similar rewards as learning Linux.
Download (292.1MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1076 downloads
CppUnit - C++ port of JUnit 1.12.0
CppUnit is the C++ port of the famous JUnit framework for unit testing. more>>
CppUnit is a C++ unit testing framework. CppUnit project started its life as a port of JUnit to C++ by Michael Feathers.
Main features:
- XML output with hooks for additional data
- Compiler-like text output to integrate with an IDE
- Helper macros for easier test suite declaration
- Hierarchical test fixture support
- Test registry to reduce recompilation need
- Test plug-in for faster compile/test cycle (self testable dynamic library)
- Protector to encapsulate test execution (allow capture of exception not derived from std::exception)
- MfcTestRunner
- QT based graphic test runner
<<lessMain features:
- XML output with hooks for additional data
- Compiler-like text output to integrate with an IDE
- Helper macros for easier test suite declaration
- Hierarchical test fixture support
- Test registry to reduce recompilation need
- Test plug-in for faster compile/test cycle (self testable dynamic library)
- Protector to encapsulate test execution (allow capture of exception not derived from std::exception)
- MfcTestRunner
- QT based graphic test runner
Download (0.70MB)
Added: 2006-06-30 License: LGPL (GNU Lesser General Public License) Price:
1214 downloads
MailScanner 4.63.1-2
MailScanner is a free anti-virus and anti-spam filter protecting over 5 billion e-mails every week, for many millions of users. more>>
MailScanner is an email virus scanner, vulnerability protector, and spam tagger. It supports the Postfix, Sendmail, Exim, Qmail, and ZMailer MTAs, and the Sophos, McAfee, F-Prot, F-Secure, CommandAV, InoculateIT, Inoculan, eTrust, Kaspersky, Nod32, AntiVir, BitDefender, RAV, Panda, DrWeb, ClamAV, and other anti-virus scanners.
MailScanner uses SpamAssassin for highly successful spam identification, and is designed to handle denial of service attacks. It will detect password-protected zip files and apply filename checking to their contents.
It is very easy to install, requires no changes at all to your sendmail.cf file, is designed to be lightweight, and wont grind your mail system to a halt with its load. It can be integrated into any email system, regardless of the software in use.
<<lessMailScanner uses SpamAssassin for highly successful spam identification, and is designed to handle denial of service attacks. It will detect password-protected zip files and apply filename checking to their contents.
It is very easy to install, requires no changes at all to your sendmail.cf file, is designed to be lightweight, and wont grind your mail system to a halt with its load. It can be integrated into any email system, regardless of the software in use.
Download (5.2MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
824 downloads
Mac-on-Linux 0.9.72.1
Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc. more>>
Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc.
Main features:
- Added nvram.x installation
- Fix bootstrap check
- Fix dmdma.c strict aliasing warning
- Make sure that log and lock dirs are created
- Integrated BootX with the build system
- Added check for zlib
- Fixed test invocations (== is invalid)
- Fixed VT Switching
- Removed Sheep from defconfig
- Fixed Ubuntu -fno-stack-protector bug
- Removed duplicate nvram, fix doesnt really work
- Some docs cleanups, changed the website address
- Removed libimport script
- Fixed another MacOS segfault on startup
- Ensured that all read/write/seek disk pointers are set properly
- Removed some debugging text
- Fixed MacOS ethernet softlock (Thanks SolraBizna for noticing)
- Fixed MacOS segfault on startup (Thanks to SolraBizna for noticing)
- Changed BootX Read to pass addresses instead of casting them as long
- Fixed BootX read size bug preventing booting on QCOW/DMG
- Cleaned up a bunch of gcc4 issues
- Removed TUN from defconfig
- Updated network driver help info
- Integrated patch from Marcus Comstedt for USB mice
- Removed linux/compiler.h from USB to fix Ubuntu issue
- Fix mol-img bug
- Added support to recognize HFSX disks
- Added bootx source to main MOL build (with backports from newer BootX)
- Fixed gcc4 include issue
Enhancements:
- Fix building on FC7 by adding missing headers
- Additional fixes for find_physical_rom
- Fix bus frequency reporting
- 2.6.22 kmod fixes
- Remove TUN from defconfig (again)
- Fix XDGA off by one error
- Update netdriver Kconfig
- Re-arrange the Kconfig menus
- Remove configure directory
- OSX Compatibility fixes
<<lessMain features:
- Added nvram.x installation
- Fix bootstrap check
- Fix dmdma.c strict aliasing warning
- Make sure that log and lock dirs are created
- Integrated BootX with the build system
- Added check for zlib
- Fixed test invocations (== is invalid)
- Fixed VT Switching
- Removed Sheep from defconfig
- Fixed Ubuntu -fno-stack-protector bug
- Removed duplicate nvram, fix doesnt really work
- Some docs cleanups, changed the website address
- Removed libimport script
- Fixed another MacOS segfault on startup
- Ensured that all read/write/seek disk pointers are set properly
- Removed some debugging text
- Fixed MacOS ethernet softlock (Thanks SolraBizna for noticing)
- Fixed MacOS segfault on startup (Thanks to SolraBizna for noticing)
- Changed BootX Read to pass addresses instead of casting them as long
- Fixed BootX read size bug preventing booting on QCOW/DMG
- Cleaned up a bunch of gcc4 issues
- Removed TUN from defconfig
- Updated network driver help info
- Integrated patch from Marcus Comstedt for USB mice
- Removed linux/compiler.h from USB to fix Ubuntu issue
- Fix mol-img bug
- Added support to recognize HFSX disks
- Added bootx source to main MOL build (with backports from newer BootX)
- Fixed gcc4 include issue
Enhancements:
- Fix building on FC7 by adding missing headers
- Additional fixes for find_physical_rom
- Fix bus frequency reporting
- 2.6.22 kmod fixes
- Remove TUN from defconfig (again)
- Fix XDGA off by one error
- Update netdriver Kconfig
- Re-arrange the Kconfig menus
- Remove configure directory
- OSX Compatibility fixes
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
873 downloads
Devil-Linux 1.2.13
Devil-Linux is a distribution which boots and runs completely from CDROM. more>>
Devil-Linux is a distribution which boots and runs completely from CDROM. The configuration can be saved to a floppy diskette or a USB pen drive.
Devil Linux was originally intended to be a dedicated firewall/router but now Devil-Linux can also be used as a server for many applications. Attaching an optional hard drive is easy, and many network services are included in the distribution.
The system is designed to install without the use of a hard drive. It requires the use of a CDROM and a write-protected floppy.
The CDROM provides the operating system, and the floppy provides the configuration information, via a tarball that is unpacked into the /etc directory. In this way, the system is fully configurable, yet the running system has no writeable device.
Main features:
- Boots from CD
- Traditionally Devil Linux boots from a CD-ROM which is read-only by nature. This means an intruder will not be able to install i.e. an "ordinary" root kit.
- Boots from USB pendrive
- As all movable parts in your computer, the CD-ROM is prone to failure. This is the reason why we provide a script to install the entire system on an USB pendrive. Note: You need a computer which is able to boot from USB harddisks, in order to use this feature.
- Configuration is saved on a floppy disc or on a USB Flash Media
- Due to the read-only nature of CD-ROMs, you need a place to save your configuration files. This can either traditionally be on a floppy disc or on a USB flash media (like a pendrive), to increase the reliability.
- Configuration can be burned on CD
- There are cases when you have to ensure that the configuration cant be modified. This is the reason why we provide the feature for loading the configuration archive from the (read-only) CD-ROM.
- No need for a harddisk although it can optionally be used for data storage
- Most distributions need a harddisk for data storage, with DL this is completely optional. Reasons for adding harddisk data storage would be, i.e. when you use DL as your mail server or for file sharing. DL uses dynamic disc configuration via the Logical Volume Manager, which makes adding and maintaining the harddisk storage easy (regardless if you have only 1 GB or 1 TB of data).
- Support for Intel 486 and higher
- Got some old boxes in your bone yard? For most internet connection an old computer is enough to play the role of your Firewall, this is the reason why we still support 486 CPUs. But were not stuck with old technologies, we also provide you a version vor 686 CPUs with SMP support.
- IPTables/Netfilter Support
- State of-the-art firewall functionality is provided by IPTables/Netfilter, which includes features like connection tracking. Devil-Linux adds many more Netfilter modules then you find in your standard Linux Kernel.
- Create your own, customized version with our Build System
- Since everybody has different requirements, Devil-Linux provides you with an easy-to-use build system, which enables you to create your own customized version. You can i.e. only add the packages you need on your machine or even add features which are currently missing in the mainstream version.
- Directly supported by Firewall Builder
- Dont like writing your Firewall rules by hand? Get Firewall Builder and use a great GUI tool to create your ruleset. Firewall Builder supports writing the rules directly onto your configuration floppy.
- No graphical desktop
- Devil-Linux has not support for i.e. X-Server. This greatly reduces the requirements to run DL and also greatly increases security by reducing the number of running programs. (Try this on Windows...)
- Almost all binaries are compiled with the GCC Stack Smashing Protector
- Except of a very few exceptions, all binaries are compiled with the GCC Stack Smashing Protector. Applications written in C will be protected by the method that automatically inserts protection code into an application at compilation time. The protection is realized by buffer overflow detection and the variable reordering feature to avoid the corruption of pointers.
- Improved Kernel Security through GRSecurity
- GRSecurity adds several new features and protection mechanisms to the Linux Kernel itself. This includes Chroot restrictions (did you know that it is easy to break out of a non-protected chroot jail?), Address space modification protection (like PAX), Auditing features, Randomization features and much more.
- Easy to use chroot
- Devil-Linux has support for chroot jails which is easy to use. Just define what you need in a configuration file and our jail script will take care of the rest. Some pre-defined configurations are already available.
<<lessDevil Linux was originally intended to be a dedicated firewall/router but now Devil-Linux can also be used as a server for many applications. Attaching an optional hard drive is easy, and many network services are included in the distribution.
The system is designed to install without the use of a hard drive. It requires the use of a CDROM and a write-protected floppy.
The CDROM provides the operating system, and the floppy provides the configuration information, via a tarball that is unpacked into the /etc directory. In this way, the system is fully configurable, yet the running system has no writeable device.
Main features:
- Boots from CD
- Traditionally Devil Linux boots from a CD-ROM which is read-only by nature. This means an intruder will not be able to install i.e. an "ordinary" root kit.
- Boots from USB pendrive
- As all movable parts in your computer, the CD-ROM is prone to failure. This is the reason why we provide a script to install the entire system on an USB pendrive. Note: You need a computer which is able to boot from USB harddisks, in order to use this feature.
- Configuration is saved on a floppy disc or on a USB Flash Media
- Due to the read-only nature of CD-ROMs, you need a place to save your configuration files. This can either traditionally be on a floppy disc or on a USB flash media (like a pendrive), to increase the reliability.
- Configuration can be burned on CD
- There are cases when you have to ensure that the configuration cant be modified. This is the reason why we provide the feature for loading the configuration archive from the (read-only) CD-ROM.
- No need for a harddisk although it can optionally be used for data storage
- Most distributions need a harddisk for data storage, with DL this is completely optional. Reasons for adding harddisk data storage would be, i.e. when you use DL as your mail server or for file sharing. DL uses dynamic disc configuration via the Logical Volume Manager, which makes adding and maintaining the harddisk storage easy (regardless if you have only 1 GB or 1 TB of data).
- Support for Intel 486 and higher
- Got some old boxes in your bone yard? For most internet connection an old computer is enough to play the role of your Firewall, this is the reason why we still support 486 CPUs. But were not stuck with old technologies, we also provide you a version vor 686 CPUs with SMP support.
- IPTables/Netfilter Support
- State of-the-art firewall functionality is provided by IPTables/Netfilter, which includes features like connection tracking. Devil-Linux adds many more Netfilter modules then you find in your standard Linux Kernel.
- Create your own, customized version with our Build System
- Since everybody has different requirements, Devil-Linux provides you with an easy-to-use build system, which enables you to create your own customized version. You can i.e. only add the packages you need on your machine or even add features which are currently missing in the mainstream version.
- Directly supported by Firewall Builder
- Dont like writing your Firewall rules by hand? Get Firewall Builder and use a great GUI tool to create your ruleset. Firewall Builder supports writing the rules directly onto your configuration floppy.
- No graphical desktop
- Devil-Linux has not support for i.e. X-Server. This greatly reduces the requirements to run DL and also greatly increases security by reducing the number of running programs. (Try this on Windows...)
- Almost all binaries are compiled with the GCC Stack Smashing Protector
- Except of a very few exceptions, all binaries are compiled with the GCC Stack Smashing Protector. Applications written in C will be protected by the method that automatically inserts protection code into an application at compilation time. The protection is realized by buffer overflow detection and the variable reordering feature to avoid the corruption of pointers.
- Improved Kernel Security through GRSecurity
- GRSecurity adds several new features and protection mechanisms to the Linux Kernel itself. This includes Chroot restrictions (did you know that it is easy to break out of a non-protected chroot jail?), Address space modification protection (like PAX), Auditing features, Randomization features and much more.
- Easy to use chroot
- Devil-Linux has support for chroot jails which is easy to use. Just define what you need in a configuration file and our jail script will take care of the rest. Some pre-defined configurations are already available.
Download (195MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
971 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above protector 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