Main > Free Download Search >

Free back supports software for linux

back supports

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9572
Backup Monitor 1.2.0

Backup Monitor 1.2.0


Backup Monitor is an rsync backup front-end with a Web interface, which emails reports with an attached summary or logfile. more>>
Backup Monitor is an rsync backup front-end with a Web interface, which emails reports with an attached summary or logfile.
Backup Monitors configuration system is simple to use and can back up single servers or entire server farms from a single machine.
Custom email tags can be used to sort responses in your mail reader.
Enhancements:
- This release adds MySQL support for logging, cleans up email notifications, and fixes null additions and a whitespace issue.
- The installer [install.php] fills in most config fields automagically for you.
- Log size rotation is configurable.
- PID check has been updated, and now relies on Unix::PID cleanliness.
- RSYNC STDERR is now redirected for email notifications.
<<less
Download (0.028MB)
Added: 2006-01-25 License: BSD License Price:
1370 downloads
Inline-Support 0.44

Inline-Support 0.44


Inline-Support is a Perl module created to support information for Inline.pm and related modules. more>>
Inline-Support is a Perl module created to support information for Inline.pm and related modules.
This document contains all of the latest support information for Inline.pm and the recognized Inline Language Support Modules (ILSMs) available on CPAN.
SUPPORTED LANGUAGES
The most important language that Inline supports is C. That is because Perl itself is written in C. By giving a your Perl scripts access to C, you in effect give them access to the entire glorious internals of Perl.
As of this writing, Inline also supports:
- C++
- Java
- Python
- Tcl
- Assembly
- CPR
- And even Inline::Foo!
Projects that I would most like to see happen in the year 2001 are:
- Fortran
- Ruby
- Lisp
- Guile
- Bash
- Perl4
SUPPORTED PLATFORMS
Inline::C should work anywhere that CPAN extension modules (those that use XS) can be installed, using the typical install format of:
perl Makefile.PL
make
make test
make install
It has been tested on many Unix and Windows variants.
Enhancements:
- Perl
<<less
Download (0.089MB)
Added: 2007-06-16 License: Perl Artistic License Price:
862 downloads
Secure back door 0.5

Secure back door 0.5


Secure Back Door (SBD) is a tool that provides ultra-secure and minimal access to a computer. more>>
Secure Back Door (SBD) is a tool that provides ultra-secure and minimal access to a computer, which allows you to run a single command based on a one time key. It is good if you dont want to have an SSH server running all the time, and only want to start it when needed. Because it has only a few lines of code, it is hoped that it will be less susceptible to security exploits than a program like SSH.
The protocol is detailed to an extent in the text file PROTOCOL, I will update it with more details as I have time, but the most important details are included already.
If you are a crypt analysis, or just like a challenge, I appreciate anyone who is willing to look through the protocol and/or code and point out possible security implications and flaws in design!
Enhancements:
- Fixed a few minor compiler warnings
- Updated license year to 2005
- Uncommented execution code in sbdd, so now sbdd will execute incoming commands
- Updated README documentation for compilation
<<less
Download (0.025MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1200 downloads
KDesktop transparency support 0.1

KDesktop transparency support 0.1


KDesktop transparency support is a KDE patch that adds support for real transparency to kdesktop. more>>
KDesktop transparency support is a KDE patch that adds support for real transparency to kdesktop. It adds two new composite manager related features. To activate the features kdesktop has to be started with the "--bg-transparency" option.

The first one allows you to change the opacity of the background image. This works currently with the beryl transparent cube and will also work with compiz once the transparent cube gets applied. To activate the feature add the following to your kdesktoprc:

[Background Common]
BackgroundOpacity=90 (0 = fully transparent / 100 = opaque)

The second feature allows compiz (and later maybe other composite managers) to tell kdesktop not to paint the background image ("_COMPIZ_WALLPAPER_SUPPORTED" x atom). In this case compiz is able to paint a viewport dependent background or to make it even animated. This feature looks for changes to the x atom, so that kdesktop will automatically switch back to normal background if kwin gets started or compiz stops to render the wallpaper.

This patch is against the current kde3 svn.

<<less
Download (MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
529 downloads
beam-back 1.0

beam-back 1.0


beam-back is a simple Python script to save streaming MP3 data. more>>
beam-back is a simple Python script to save streaming MP3 data. This script has been tested with my.mp3.com and www.shoutcast.com. If you want to make an mp3 for an infinite stream m3u url, start beam-back with the option -v:
xterm -e beam-back.py -v %s

Verbose mode will tell you how much data has been read on a particular stream. Hitting ctrl-c in the xterm will cause beam-back to stop downloading and save the stream to a file.
The default name is "unfinished-stream.mp3" which can be changed with the -u option.

If you find the stream is dropping out and losing link unexpectedly, try the -p option.

Many internet radio sites use the .pls file format but the servers do not treat the mime type correctly :( You can save these streams in the following manner:
1) save the .pls file locally
2) from a linux prompt execute: ./beam-back.py -v pls_filename

Or you can set up both the two mime types:
audio/x-scpls
application/octet-stream
with suffix pls to "xterm -e beam-back.py -v %s"

Finally, if you want to setup cron jobs, you can stop and save a beam-back transfer by doing a kill -INT to the job.


<<less
Download (0.034MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1188 downloads
Cedar Backup 2.13.2

Cedar Backup 2.13.2


Cedar Backup is a Python package that supports backups of files on local and remote hosts. more>>
Cedar Backup is a Python package that supports backups of files on local and remote hosts to CD-R or CD-RW media over a secure network connection. Cedar Backup project also includes extensions that understand how to back up MySQL databases and Subversion repositories, and it can be easily extended to support other data sources, as well.
The package is focused around weekly backups to a single disc, with the expectation that the disc will be changed or overwritten at the beginning of each week. If your hardware is new enough, Cedar Backup can write multisession discs, allowing you to add to a disc in a daily fashion. Directories are backed up using tar and may be compressed using gzip or bzip2.
There are many different backup software implementations out there in the free-and open-source world. Cedar Backup aims to fill a niche: it aims to be a good fit for people who need to back up a limited amount of important data to CD-R or CD-RW on a regular basis.
Cedar Backup isnt for you if you want to back up your MP3 collection every night, or if you want to back up a few hundred machines. However, if you administer a small set machines and you want to run daily incremental backups for things like system configuration, current email, small web sites, or a CVS repository, then Cedar Backup is probably worth your time.
Cedar Backup has been developed on a Debian GNU/Linux system and is currently supported only on Debian and other Linux systems. However, since it is written in portable Python, it should in theory run without too many problems on other UNIX-like systems which have a working version of the cdrecord and mkisofs utilities.
Enhancements:
- Invalid regular expressions in the configuration are now handled better.
- Other minor documentation cleanups were done.
<<less
Download (2.0MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
837 downloads
Back-End 0.7.2.1

Back-End 0.7.2.1


Back-End is a flexible, multi-lingual, template driven CMS. more>>
Back-End allows even the non-technical to manage any website easily, through a web browser, on any operating system. Fast, flexible and easy to understand, Back-End puts you in charge of your site, saving your organisation time and money in the process.
Back-End is particularly suitable for advocacy organisations, with a suite of tools that allow you to create and manage polls and petitions, and to interact with your visitors, making it faster and easier for you to respond to issues as they arise, and to organise members activity.
An Open Source program, under the General Public License, Back-End saves you money on license fees while allowing you, or your IT volunteers, the freedom to adapt the program to your unique needs.
Main features:
- simple installation wizard
- web publishing system/content management system
- a truly multilingual CMS with the templates and database configuration allowing for content and interation in any number of lanugages.
- main features include sections; articles; links; gallery, etc.
- free software/GPL (no licensing fees)
- multi-user, browser-based management
- inline editing (edit pages as you go)
- human readable urls
- on-the-fly generation of PDFs
- upload tool to allow you to easily post pdfs, Word Documents, etc
- friendly content editing through a cross platform WYSISWYG editor, requiring no plug-ins (on supported browsers)
- images can be uploaded and included in article/section text
- full site search built in
- flexible structuring of sections and linked articles
- built in page caching to reduce load times
- web campaign and on-line advocacy tools
- ePetition & eAction (fax/email) toolkit
- events calendar module
- email-to-a-friend & email alerts
- Friendly & supportive development team
<<less
Download (2.2MB)
Added: 2005-06-28 License: GPL (GNU General Public License) Price:
1583 downloads
Configuration with no services supported

Configuration with no services supported


Configuration with no services supported script is for a single host firewall configuration with no services supported. more>>
Configuration with no services supported script is for a single host firewall configuration with no services supported by the firewall machine itself.

Sample:

# USER CONFIGURABLE SECTION

# The name and location of the ipchains utility.
IPTABLES=iptables

# The path to the ipchains executable.
PATH="/usr/local/sbin"

# Our internal network address space and its supporting network device.
OURNET="10.5.0.0/24"
OURBCAST="10.5.0.255"
OURDEV="eth0"

# The outside address and the network device that supports it.
ANYADDR="0/0"
ANYDEV="ppp0"

# The TCP services we wish to allow to pass - "" empty means all ports
# note: comma separated
TCPIN="ssh,ftp,ftp-data"
TCPOUT="smtp,www,ssh,telnet,ftp,ftp-data,irc,http"

# The UDP services we wish to allow to pass - "" empty means all ports
# note: comma separated
UDPIN="domain"
UDPOUT="domain"

# The ICMP services we wish to allow to pass - "" empty means all types
# ref: /usr/include/netinet/ip_icmp.h for type numbers
# note: comma separated
ICMPIN="0,3,11"
ICMPOUT="8,3,11"

# Logging; uncomment the following line to enable logging of datagrams
# that are blocked by the firewall.
# LOGGING=1

# END USER CONFIGURABLE SECTION
####################################
# Flush the Input table rules
echo -n Flushing forward... && {
$IPTABLES -F FORWARD
} && echo done

# We want to deny incoming access by default.
# echo -n Denying incoming access... && {
# $IPTABLES -P FORWARD drop
# } && echo done

# Drop all datagrams destined for this host received from outside.
echo -n Dropping incoming datagrams... && {
$IPTABLES -A INPUT -i $ANYDEV -j DROP
} && echo done

# SPOOFING
# We should not accept any datagrams with a source address matching ours
# from the outside, so we deny them.
echo -n Preventing spoofing... && {
$IPTABLES -A FORWARD -s $OURNET -i $ANYDEV -j DROP
} && echo done

# SMURF
# Disallow ICMP to our broadcast address to prevent "Smurf" style attack.
echo -n Preventing SMURFs... && {
$IPTABLES -A FORWARD -p icmp -i $ANYDEV -d $OURNET -j DROP
} && echo done

# We should accept fragments, in iptables we must do this explicitly.
echo -n Accepting fragments... && {
$IPTABLES -A FORWARD -f -j ACCEPT
} && echo done

# TCP
# We will accept all TCP datagrams belonging to an existing connection
# (i.e. having the ACK bit set) for the TCP ports were allowing through.
# This should catch more than 95 % of all valid TCP packets.
echo -n Accepting valid incoming tcp datagrams on existing connections... && {
$IPTABLES -A FORWARD -m multiport -p tcp -d $OURNET --dports $TCPIN ! --tcp-flags SYN,ACK ACK -j ACCEPT
} && echo done
echo -n Accepting valid outgoing tcp datagrams on existing connections... && {
$IPTABLES -A FORWARD -m multiport -p tcp -s $OURNET --sports $TCPIN ! --tcp-flags SYN,ACK ACK -j ACCEPT
} && echo done

# TCP - INCOMING CONNECTIONS
# We will accept connection requests from the outside only on the
# allowed TCP ports.
echo -n Accepting incoming tcp connections on allowed ports... && {
$IPTABLES -A FORWARD -m multiport -p tcp -i $ANYDEV -d $OURNET --dports $TCPIN --syn -j ACCEPT
} && echo done

# TCP - OUTGOING CONNECTIONS
# We will accept all outgoing tcp connection requests on the allowed TCP ports.
echo -n Accepting outgoing traffic on allowed tcp ports... && {
$IPTABLES -A FORWARD -m multiport -p tcp -i $OURDEV -d $ANYADDR --dports $TCPOUT --syn -j ACCEPT
} && echo done

# UDP - INCOMING
# allow UDP datagrams in on the allowed ports and back.
echo -n Allowing UDP datagrams in on the allowed ports and back... && {
$IPTABLES -A FORWARD -m multiport -p udp -i $ANYDEV -d $OURNET --dports $UDPIN -j ACCEPT
$IPTABLES -A FORWARD -m multiport -p udp -i $ANYDEV -s $OURNET --sports $UDPIN -j ACCEPT
} && echo done

# UDP - OUTGOING
# We will allow UDP datagrams out to the allowed ports and back.
echo -n Allowing UDP datagrams out on the allowed ports and back... && {
$IPTABLES -A FORWARD -m multiport -p udp -i $OURDEV -d $ANYADDR --dports $UDPOUT -j ACCEPT
$IPTABLES -A FORWARD -m multiport -p udp -i $OURDEV -s $ANYADDR --sports $UDPOUT -j ACCEPT
} && echo done

# ICMP - INCOMING
# We will allow ICMP datagrams in of the allowed types.
# echo -n Allowing ICMP datagrams in of the allowed types... && {
# $IPTABLES -A FORWARD -p icmp -i $ANYDEV -d $OURNET --icmp-type $ICMPIN -j ACCEPT
# } && echo done

# ICMP - OUTGOING
# We will allow ICMP datagrams out of the allowed types.
# echo -n Allowing ICMP datagrams out of the allowed types... && {
# $IPTABLES -A FORWARD -p icmp -i $OURDEV -d $ANYADDR --icmp-type $ICMPOUT -j ACCEPT
# } && echo done

# DEFAULT and LOGGING
# All remaining datagrams fall through to the default
# rule and are dropped. They will be logged if youve
# configured the LOGGING variable above.
#

# DoS
# enabling Syn-flood protection
echo -n Enabling Syn-flood protection... && {
iptables -A FORWARD -p tcp --syn -m limit --limit 1/s -j ACCEPT
} && echo done
# Enabling Furtive port scanner protection
echo -n Enabling Furtive port scanner protection... && {
iptables -A FORWARD -p tcp --tcp-flags SYN,ACK,FIN,RST RST -m limit --limit 1/s -j ACCEPT
} && echo done
# Enabling ping of death protection
echo -n Enabling ping of death protection... && {
iptables -A FORWARD -p icmp --icmp-type echo-request -m limit --limit 1/s -j ACCEPT
} && echo done


if [ "$LOGGING" ]
then
# Log barred TCP
$IPTABLES -A FORWARD -m tcp -p tcp -j LOG
# Log barred UDP
$IPTABLES -A FORWARD -m udp -p udp -j LOG
# Log barred ICMP
$IPTABLES -A FORWARD -m udp -p icmp -j LOG
fi
#
# end.
<<less
Download (MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
982 downloads
Adams Ripsuite 0.2

Adams Ripsuite 0.2


Adams Ripsuite is a collection of quick and dirty Perl and bash scripts to help rip CDs and manage a music collection. more>>
Adams Ripsuite is a collection of quick and dirty Perl and bash scripts to help rip CDs and manage a music collection. The project rips music video DVDs and music CDs to files on your hard drive.

Reads track information in from a file on disk. Transcodes music files from and to a variety of formats using mplayer/lame/libogg. Specify an artist name to have their back catalogue copied to a folder.

Corrects the case of artist names/song titles for all music files/folders of music files. Adds artist information to files ripped with song title only. Does not support CDDB lookups for track information.

<<less
Download (0.050MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
927 downloads
gmp3sort 0.3

gmp3sort 0.3


gmp3sort is used to reorder files on usb mp3 sticks with fat16 filesystem. more>>
gmp3sort is used to reorder files on usb mp3 sticks with fat16 filesystem.
Some mp3 usb sticks have no support for playlists or shuffle.
Since they use fat16, files are ordered by creation date, which results in no or little control over the playlist.
gmp3sort renames files, moves them to a temporary directory and moves them back, thus creating the desired file order.
Main features:
- glade xml
- double click on textview row
- copynpaste textview rows
- dragndrop textview rows
- textview multiple selection
- textview context menu
- textview selection, iteration
- textview column sort, return to unsorted mode
- dragndrop from nautilus
- GnomeVFS URI parsing
- FileChooserDialogs?
- GtkFilter? for FileChooserDialog?
- Statusbar
<<less
Download (0.016MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1557 downloads
Mad Bomber 0.2.5

Mad Bomber 0.2.5


Mad Bomber project is a SDL-based clone of Activisions 2600 game. more>>
Mad Bomber project is a SDL-based clone of Activisions 2600 game.
Mad Bomber is a clone of Activisions 1981 Atari 2600 classic, "Kaboom!" The Mad Bomber rushes back and forth at the top of the screen and drops bombs which you must catch with your bucket. If one drops, you lose a bucket and go back one level.
One or two players can play, using keyboard or mouse.
There is also a "versus" mode where player two controls the Mad Bomber.
Main features:
- Runs on a variety of platforms, including PDAs!
- Controlled with mouse or keyboard.
- One- and two-player modes, including two-player versus.
- On desktop systems, Mad Bomber can be run in a window or fullscreen, in 640x480 resolution.
- Mad Bomber optionally supports stereo sound, and includes music. Volume settings can be changed in the options screen.
- You can choose to play either with an attractive photo-realistic background, or with a plain (zen) Kaboom!-style background.
- A handicap can be set for either or both player, reducing the width of their bucket to half-size.
- High score and options are saved.
Enhancements:
- Now takes advantage of SDL_mixers left/right stereo panning support. (For splashes and explosions.)
<<less
Download (2.6MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1338 downloads
SuperAlbum 1.0.6

SuperAlbum 1.0.6


SuperAlbum provides a Java-based album creator and viewer for online use. more>>
SuperAlbum provides a Java-based album creator and viewer for online use.
SuperAlbum is a Java-based digital photo album creation and deployment tool. It features a Viewer that can be customized and extended.
Photo albums can easily be deployed onto the Web using only two files.
It automatically resizes all images, packages them up, and prepares them for deployment.
Main features:
- Supports image transition such as Fade, Slide, Split..etc.
- Supports customizable album themes and colors.
- Supports various image standards: jpg, gif, tiff, bmp.
- Automatically resizes your extremely large and cumbersome digital photos
- Does NOT edit any orignal image files.
- Create a sequence of images.
- Supports thumbnails
- Supports regular view mode, when you dont need to deploy over the web
- Supports automatic timed configured slide shows, so you can impress your girlfriend.
- Handles all different image sizes so that all images display nicely in the album
- Can be configured to call you favorite photo editor like Photoshop or Gimp to manipulate the image. The change image will be refreshed back into the album
- Extensible so that new image transition can be added as well as HTML themes.
- Its open source and its FREE
- Runs on jdk1.4.1(or higher) so its platform independent.
- Smart caching to enable faster image load time.
- Lastly it would be extremely illegal to call it SuperAlbum if it wasnt in fact Super!!!
Enhancements:
- Added a preview panel for previewing images prior to adding them to the album.
- Added smarter album creation and control.
<<less
Download (1.1MB)
Added: 2007-03-28 License: BSD License Price:
943 downloads
KDocker 1.3

KDocker 1.3


KDocker is a program that docks any application into the system tray. more>>
KDocker will help you dock any application into the system tray. This means you can dock openoffice, xmms, firefox, thunderbird, anything! Just point and click.
Works for all NET WM compliant window managers - that includes KDE, GNOME, Xfce and many more.
Main features:
- Supports Session Management (XSMP) and auto launch applications that do not support session management (e.g firefox)
- Drag n Drop (XDND) support. You can drop items into the system tray icons
- Optionally docks when application is minmized or obscured by other windows
- Cool window title ballooning (song titles will be ballooned when your media player switches to a new song)
- Optionally removes the window from the task bar
- Its internationalized and currently supports Brazilian Portuguese, Czech, French, German, Indonesian, Polish, Russian and Spanish locales
- Dock 1, 2, 10 windows but there is only one instance of KDocker running all the time
- Tracks system tray appearance/disappearance and acts intelligently
Enhancements:
- Fix bug when reading back balloon timeout on session restoration
- AutoLaunch enhancement (Request user to provide program name when autodetection failed)
- Indonesian translations from Eko Prasetiyo
- Italian translations from Alessio Cassibba
- Updated Brazilian Portuguese translations
<<less
Download (0.089MB)
Added: 2005-06-09 License: GPL (GNU General Public License) Price:
1601 downloads
SDLPong 0.3

SDLPong 0.3


SDLPong is a Pong clone. more>>
SDLPong project is a Pong clone.
SDLPong is a Pong clone that is intended to feel "authentic", while adding additional features to extend gameplay.
In other words, SDLPong is striving to be a purists pong.
For those of you with a more contemporary outlook, other features are in the planning stage. (These features will be toggable, for those who want to play a pure pong)
How to play:
Bounce the ball back and forth, not too hard.
For more options, type ./sdlpong --help
Enhancements:
- Added transparencies spport.
- Ball is now round!
- Started menu programming.
- Removed SDL_ttf support (now you have no excuse to try this tisaak).
- Fixed Player Twos controls for a qwerty keyboard.
<<less
Download (MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1048 downloads
fb_shash 1.0

fb_shash 1.0


fb_shash is a UDF library for Firebird/Interbase. more>>
fb_shash is a UDF library for Firebird/Interbase. It implements hash and hmac interfaces to the openssl library.

It supports hash and hmac algorithms such as SHA1 and MD5. fb_shash supports BLOB data.
<<less
Download (0.56MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1090 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5