Main > Free Download Search >

Free walk away software for linux

walk away

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 430
Yukiawa 0.1

Yukiawa 0.1


Yukiawa is a bubbles puzzle game. more>>
Yukiawa project is a bubbles puzzle game.

Yukiawa is a puzzle game where you connect bubbles of the same color to clear them away from the level. It features a series of levels and random puzzles for single play. Multiplayer gaming is also possible.

<<less
Download (0.72MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
1025 downloads
PIX::Walker 1.03

PIX::Walker 1.03


PIX::Walker is a Perl module to process Cisco PIX configs and walk access-lists. more>>
PIX::Walker is a Perl module to process Cisco PIX configs and walk access-lists.

SYNOPSIS

PIX::Walker is an object that allows you to process PIX firewall configs and walk an access-list for matches. PIX OS versions 6 and 7 are supported.

** This module is still in very early development **

Loose ACL matching performed. This means that you can specify as little as a source IP to match what line(s) that IP would match in the ACL on the firewall. Or you can provide every detail including source/dest IPs, ports, and protocol to match a specific line of an ACL. Loose matching allows you to see potential lines in a large ruleset that a single source or destination IP might match.

More than just the first line match can be returned. If your search criteria can technically match multiple lines they will all be returned. This is useful for seeing extra matches in your ACL that might also match and can help you optimize your ACL.

EXAMPLE

use PIX::Walker;

my $config = ... string of full firewall config ... ;
my $fw = new PIX::Walker($config);
my $acl = $fw->acl(outside_access) || die("ACL does not exist");

my $matched = 0;
foreach my $line ($acl->lines) {
if ($line->match(
source => 10.0.1.100,
dest => 192.168.1.3,
port => 80,
protocol => tcp)) {
print "Matched ACL $acl->name ($acl->elements ACE)n" if !$matched++;
print $line->print, "n";
}
}

METHODS

acl($name)

Returns an PIX::Accesslist object for the ACL named by $name.

acls()

Returns an array of PIX::Accesslist objects for each access-list found in the firewall configuration. Returns undef if there is no matching ACL.

alias($string)

Returns the IP of the alias given in $alias. If no alias is found than the string is returned unchanged.

findip($ip, [$trace])

Matches the IP to an existing network-group. Does not validate it within any ACL. If a single group is matched a scalar is returned with the name, otherwise an array reference is returned containing all matches.

* $ip is an IP address to look for.

* $trace is an optional reference to a trace buffer. If an IP is found in a nested group the trace will allow you to find out where it was nested. See tracedump() for more information.

findport($port, [$trace])

Matches the PORT to an existing service-group. Does not validate it within any ACL. If a single group is matched a scalar is returned with the name, otherwise an array reference is returned containing all matches.

* $port is the PORT to look for.

* $trace is an optional reference to a trace buffer. If a PORT is found in a nested group the trace will allow you to find out where it was nested. See tracedump() for more information.

obj($name)

Returns an PIX::Object object for the object-group that matches the $name given.

tracedump($trace)

Prints out the trace dump given. This will allow you to see where IPs and PORTs are being matched within their object-groups even if they are nested.

$matched = $fw->findip($ip, $trace);
$fw->tracedump($trace);

<<less
Download (0.013MB)
Added: 2007-05-12 License: Perl Artistic License Price:
896 downloads
Walkietalkie 2.7

Walkietalkie 2.7


Walkietalkie is a program which allows full duplex voice communications over the internet. more>>
Walkietalkie is a program which allows full duplex voice communications over the internet. All both parties need is a PC or Mac and a microphone.
Walkietalkie is free to use and distribute. It just streams audio between points on the internet, there are no servers, so it cant be regulated or taken away.
Enhancements:
- AES encryption was added.
- A username can be use to make calls instead of an IP address.
- wt-locator server was added for locating users by name and working around firewall/router NAT.
- Something vaguely resembling a user guide was written.
<<less
Download (0.35MB)
Added: 2007-01-12 License: Freeware Price:
1080 downloads
Data::Walker 1.05

Data::Walker 1.05


Data::Walker is a tool for navigating through Perl data structures. more>>
Data::Walker is a tool for navigating through Perl data structures.

SYNOPSIS

Without any explicit objects:

use Data::Walker;
Data::Walker->cli( $data_structure );

Object-style invocation:

use Data::Walker;
my $w = new Data::Walker;
$w->walk( $data_structure );
$w->ls("-al");
$w->pwd;
$w->cli;

Importing methods into the current package:

use Data::Walker qw(:direct);
walk $data_structure;
ls "-al";
pwd;
cli;

This module allows you to "walk" an arbitrary Perl data structure in the same way that you can walk a directory tree from a UNIX command line. It reuses familiar unix commands (such as "ls", "cd", "pwd") and applies these to data structures.

It has a command-line interface which behaves like a UNIX shell. You can also use object-style sytax to invoke the CLI commands from outside the CLI. Data::Walker objects are encapsulated, so that you can hop into and out of a CLI without losing state, and you can have several Data::Walker objects pointing at different structures.

The main functions can also be imported and used directly from within the Perl debuggers CLI.

<<less
Download (0.020MB)
Added: 2007-06-30 License: Perl Artistic License Price:
846 downloads
Konvi-Kopete Away Sync 1.0

Konvi-Kopete Away Sync 1.0


Konvi-Kopete Away Sync is a small script that helps sync Kopete and Konversation away status via DCOP. more>>
Konvi-Kopete Away Sync is a small script that helps sync Kopete and Konversation away status via DCOP.

Copy the file to either ~/.kde/share/apps/konversation/scripts for local install or $KDEDIR/share/apps/konversation/scripts for system wide install. Then bind /exec dblAway.sh away and /exec dblAway.sh back to whatever commands you want (Settings->Configure Konversation->Behavior->Command Aliases)

Tested on Konversation 1.0.1 with Kopete 0.12.5 on KDE 3.5.7 on Archlinux Duke.

Post which Kopete versions and Konvi versions it works on!

<<less
Download (MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
888 downloads
Qmail Auditor 0.4

Qmail Auditor 0.4


Qmail Auditor consists of a email auditing tool. more>>
Qmail Auditor consists of a email auditing tool.
QMail Auditor provides simple a method for auditing emails. It is easy to configure and uses regular expressions as rules.
The format of audit file is :
Any e-mail (outbound or inbound) have passed at this filter.
The valids "field header"(s) :
all - field from or to of e-mails
to - field to
from - field from
In case of regular expression you read the
# man re_format
# man regex
E-mail to forward is a valid mail account to redirect.
Example of this :
from nelio@walk.* auditoria@spyware.walk.com.br
to nelio@spyware.* auditoria@spyware.walk.com.br
Enhancements:
- Now the config file name has renamed.
- From audit (in /var/qmail/control for /var/qmail/control/auditor) and qmail-queue-real-audit for qmail-queue-real-auditor.
<<less
Download (0.16MB)
Added: 2007-01-22 License: BSD License Price:
1010 downloads
Kopete Away Message Updater 0.2

Kopete Away Message Updater 0.2


Kopete Away Message Updater is a script that updates your away message in Kopete messeger. more>>
Call this script from the Autostart folder, and it will update Kopetes away message for each interval (requires Kopete 0.12 or higher). The away messages are by default defined in ~/.kopete-away-msgs. Each line can contain either:
- a comment (starting with a #)
- flags message
The flags define some properties to each away message. Flags are defined only at the start of the line, beginning and ending with a %. The following flags are supported.
[0-9]*[smhd] Determines how long this message should be shown before a new one is chosen. This is the sleep(1) syntax.
a Only show this message when youre away.
c This line is a command, use its output as away message.
i Show the contents of a file, line by line. The message should contain the path to the file. Do not use ~ but use /home/$USER instead. Empty lines in the included file are skipped.
n Use the next message in the file for the next iteration.
o Only show this message when youre online.
x Dont use this message when looking for a random message. This means this line is only accessible when the former line contains the n flag.
- Show the message less than normal times
-- Show the message even more less
--- Show the message sometimes
To determine your online status, you need to have the Web Presence plugin enabled. By default, it reads the file ~/.webstatus.xml. Adapt the variable below if you store the file somewhere else. The script wont do anything when youre offline or partially away (that is, some protocols are Away, some protocols are Online).
Because the web status plugin is used, the process of retrieving the current webstatus is not really reliable. It may happen that you turn back to online when you set the status on Away in a short time. If this doesnt happen in about 10 seconds after the status change, you may consider the status change as successful.
Example ~/.kopete-away-msgs file:
========================================================================
# Sometimes, show uptime for one minute
%1mc--% uptime
# Fortune rocks, but dont pick too long messages (the length of away
# messages is limited.
%2mc% fortune -s -n 120
# just show Hello world for the default interval
Hello world
# Show a away message for 60 seconds.
%a60% Im away now.
# Ask people to say something when youre online
%o% Please message me!
# Show all contents of the Linux README line by line. Show each line for
# 3 seconds.
%3i% /usr/src/linux/README
# Tell a little story when Im away. These lines must emerge in the
# right order, so mind the n and x flags! The x flags make sure we dont
# start in the middle of the story. And, show each line for about 5
# seconds.
%na5% Goodbye, all you people,
%nax5% Theres nothing you can say
%nax5% To make me change my mind.
%ax5% Goodbye.
==================================================================
Enhancements:
- Ability to query the online/away status directly from Kopete (DCOP). This requires a patched Kopete, see the description for more details on how to proceed.
- Fortune mode: Pick a random line from a given text file.
- First check the online/away status to prevent unnecessary command calls.
- Various bugfixes
<<less
Download (0.011MB)
Added: 2007-01-14 License: GPL (GNU General Public License) Price:
1015 downloads
Koparok 0.1

Koparok 0.1


Koparok script sets the away message in Kopete to a preset message. more>>
Koparok script sets the away message in Kopete to a preset message, which may contain the current artist, song, album and/or length of the song which is playing (in amaroK).

Its heavily based upon the TTS-script by Paul Giannaros.

You already have the same ability in Kopete, but if for some reason it wont work for you, you have an alternative. It might also be easier to integrate into other im-clients.

<<less
Download (0.012MB)
Added: 2006-02-07 License: GPL (GNU General Public License) Price:
1354 downloads
libksnmp 0.2

libksnmp 0.2


libksnmp is a KDE library to access SNMP statistics. more>>
libksnmp is a KDE library that wraps around net-snmp to allow KDE applications to get SNMP statistics without the need to walk through net-snmp conflicts with autoconf/automake projects, using a KDEish C++ interface.

This library was initially wrote for my ATMOSphere project to simplify access ot SNMP statistics for routers compliant with this protocol.

Its just a wrapper around net-snmp, which does all the dirt work in a C way.
Also, this library is useful to avoid hacking around net-snmp "bugs" (or "features") with autoconf headers.

At the moment libksnmp can be used to access v1 and v2c compatible devices, in readonly way, with a simplified access to RFC1213-compliant devices.

For information on use of the library, please generate the doxygen apidoc, and
read it.

This is an experimental library for now, every contribution is well accepted,
if you want a CVS access to hack around, just contact me.
<<less
Download (0.55MB)
Added: 2005-04-13 License: LGPL (GNU Lesser General Public License) Price:
1655 downloads
NetworkManager 0.6.5

NetworkManager 0.6.5


NetworkManager is a network connection manager. more>>
NetworkManager program is a network connection manager for most RPM and Debian-based distros.

Supports Ethernet, WiFi, VPN connections.

Networking on Linux should not suck like it does right now for the desktop user. The desktop user should never need to use the command-line to configure their network; it should "Just Work" as automatically as possible and intrude as little as possible into the users workflow.

The computer should use the wired network connection when its plugged in, but automatically switch to a wireless connection when the user unplugs it and walks away from the desk.

Likewise, when the user plugs the computer back in, the computer should switch back to the wired connection. The user should, most times, not even notice that their connection has has been managed for them; they should simply see uninterrupted network connectivity.

Flexible, Extendable, and Open

The most important pieces of NetworkManager are desktop-environment and distribution agnostic, functioning just as well in Gnome, KDE, Xfce, etc. across distributions like Fedora Core, Debian, Gentoo, and Slackware.

And since the NetworkManager components communicate with each other using dbus, its easy to rip out and replace any of the User Interface pieces at any time.

Application Integration

Using the awesome power and flexibility of dbus and hal, NetworkManager provides facilities for other desktop applications like browsers and email clients to be aware of the networks state and adjust their operation accordingly for features like offline operation.
<<less
Download (1.0MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
926 downloads
Flock 0.9.0.2

Flock 0.9.0.2


Flock is the ultimate web browser based on the popular Firefox. more>>
Flock is the ultimate web browser based on the popular Firefox.
Welcome to the Flock Developer Preview, aka the Flock 0.5pre developer snapshot. If you have made it this far, chances are that you are aware of the risks associated with software that is nestled somewhere between the alpha and beta states.
While we are very excited about what we are doing, we want to make sure that you have been fully forewarned that this browser will crash from time to time and that any settings you save in this browser may quite possibly be erased, lost, or overwritten! Please have a backup of your blog posts and your shared bookmarks! Given that, we strongly recommend that you proceed with caution. Still here? Great!
So before you get started, please read through these release notes. This will give you some of the relevant information you will need to get up and running. Also, if you have general questions about Flock, who we are, what we do, and how we get away with it, please check out flock.com. Thanks for your interest in Flock; we hope you enjoy your stay.
Flock Developer Preview includes a number of features and services that make it fun and easy to talk back to the web and organize, share and retrieve interesting web pages.
Main features:
- The Blog Manager
- The Flickr Topbar
- RSS integration
- Favorites with del.icio.us integration
- The Shelf
- History Search
Flock Developer Preview is now available.
Our code couldnt wait any longer to be free!
But! This preview aint for the faint of heart! If youre the bleeding-edge type and dont mind a few scrapes and busted knees from time to time, feel free to give it a whirl.
Weve got interesting ideas in this thing. We want to know what weve done right how we could improve. And weve got a lot of work ahead of us!
- Flock still doesnt import your Firefox or IE favorites
- Flock does support Flash, but other plug-ins have NOT been tested
- While we have ten or so of the most popular Firefox extensions working, we need to come up a way to make most Firefox extensions working in Flock and/or cajole extension authors to make their extensions work with Flock
- A weird timestamp/debug window shows up when you publish a blog post. Were on the case. But your post will get published just fine
- Firefox themes do not work with Flock
- Choice! We like it as much as you do, but we must crawl before we can walk. While we support a number of blogging platforms, we dont yet offer a choice of social bookmark services or photo sharing services
- Blogging platforms: WordPress and Blogger work pretty well. There are some problems still with Movable Type. We havent tested any other blogging platforms
- Bad things happen if you say "Yes, share my bookmarks" and then dont enter del.icio.us account info
Finally, there is a list of several hundred bug reports and ideas for feature improvements, including some bugs that will make your browser crash. So consider this software experimental, and be prepared for crashes and occasional data losses. We do not recommend that you use Flock 0.5 as your main web browser.
<<less
Download (10.7MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
815 downloads
Asterisk Desktop Manager 0.9

Asterisk Desktop Manager 0.9


Asterisk Desktop Manager aims to integrate your desktop with the Asterisk PBX and hardware IP phone. more>>
Asterisk Desktop Manager application interfaces your VOIP telephony with the desktop and Asterisk PBX.
Asterisk Desktop Manager aims to integrate your desktop with the Asterisk PBX and hardware IP phone by providing some useful features such as automatic on-call volume reduction, one click dialling (from the clipboard), BlueTooth presence detection and automatic call redirection when you walk out of the office, a pop up browser on call, and transfer of the current call from the desktop.
Enhancements:
- Automatic on-call volume reduction
- One click dial from clipboard (paste number onto tray icon)
- Integrated phonebook
- List/Redirect/Hangup all active calls
- One click call forward setup
- Bluetooth presence detection to redirect calls when you walk out of the office
- Pop up browser on incoming call (integrate with your CRM to auto load customers details when they call)
- Cisco phone integration (auto speakerphone)
- Slide-in popup on incoming call, with Answer(cisco only), Hold, Busy and Redirect buttons , CallerID and duration
<<less
Download (9.1MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
787 downloads
Kapitalist 0.3

Kapitalist 0.3


Kapitalist is a Monopoly-like board game for 2-8 players. more>>
Kapitalist project is a Monopoly-like board game for 2-8 players. Walk around the board, buy properties, receive rent from your competitors, try to get monopolies to build houses and hotels on them and finally be the richest on the board.

Kapitalist is server-based (the server called capitalist) and is written for KDE 2.x. Nevertheless it should also work fine with other desktop environments provided you have the KDE 2.x/Qt 2.x libraries installed.
<<less
Download (1.0MB)
Added: 2006-08-08 License: GPL (GNU General Public License) Price:
1178 downloads
Battlemech 1.1

Battlemech 1.1


Battlemech project is a fast-paced, top-down multiplayer shooter with mechs. more>>
Battlemech project is a fast-paced, top-down multiplayer shooter with mechs.
Battlemech is a game in which you steer a mech from a top-down view in various arenas. A lot of weapons and powerups are available.
It is meant to be played on a LAN, but you can play against bots, too (though the bots dont score).
It is based on an advanced version of the Quake engine and written in QuakeC.
Enhancements:
- Fixed the turning head bug (hopefully).
- Added modifiable camera angles. Mappers can now set a maps camera position and angle, as well make camhelpers that can change the angle temporarily.
- Included a modified start.bsp that uses the new camera angle system (walk under the platform to see).
- Played around with the frikbot source. They should be able to aim at things without having to walk toward them now.
- Enlarged the laserdrone model so its visible now. :)
<<less
Download (9.1MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1076 downloads
Mega Mario 1.3

Mega Mario 1.3


Mega Mario is a Mario clone + blood. more>>
Mega Mario is a Mario clone + blood. In the game you play Mario and your task is to free his brother Luigi, who was captured by the evil Bowser. Mario is controlled by Keyboard or Gamepad using the Arrowkeys to walk, Space / A to jump and CTRL / B to run/fire. After reaching a castle the game is saved and can be continued at any time by clicking on "Load Game".

Mega Mario also features a blood-mode, which makes killed enemies spread their blood all over the level! And if you have fun to create your own levels after completing the game, you can use the Level-Editor (read "Editor.txt"). For example you can send me your best levels and perhaps Ill build them into the game!

<<less
Download (3.8MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1808 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5