close
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 763
conn-close 1.0
conn-close gives us possibility to get rid of entries in ip_conntrack about ESTABLISHED TCP connections. more>>
conn-close gives us possibility to get rid of entries in ip_conntrack about ESTABLISHED TCP connections that goes through our server.
conn-close script uses hping2 to send spoofed RST packets which will fool conntrack and cause specified connections to be considered by conntrack as closed (now these connections will be in ip_conntrack in CLOSE state), even though RST packets will be more likely discarded by destination host.
Information about connections is read of course from /proc/net/ip_conntrack.
Idea was taken from script seen somewhere on the internet.
<<lessconn-close script uses hping2 to send spoofed RST packets which will fool conntrack and cause specified connections to be considered by conntrack as closed (now these connections will be in ip_conntrack in CLOSE state), even though RST packets will be more likely discarded by destination host.
Information about connections is read of course from /proc/net/ip_conntrack.
Idea was taken from script seen somewhere on the internet.
Download (0.003MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1264 downloads
winCloser 0.1
winCloser project can close all windows on current workspace with one click. more>>
winCloser project can close all windows on current workspace with one click.
winCloser is a simple GNOME panel applet that will close all windows on current desktop. Additionally you can kill the windows or close all windows on all workspaces.
<<lesswinCloser is a simple GNOME panel applet that will close all windows on current desktop. Additionally you can kill the windows or close all windows on all workspaces.
Download (0.096MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
927 downloads
Close Button 0.3.5
Close Button is an extension which adds a Close Tab (or Window, or Browser) button to the toolbar. more>>
Close Button is an extension which adds a Close Tab (or Window, or Browser) button to the toolbar.
This is especially handy if you put your tab bar at the bottom but want a Close Tab button in the top right, where youd find it in most well behaved Windows programs with child windows.
Once installed, just right click on the toolbar, select "Customize...", and drag the button wherever you like. The buttons appearance is determined by the installed theme, and its behavior can be configured to close the current tab, window, or Firefox session.
<<lessThis is especially handy if you put your tab bar at the bottom but want a Close Tab button in the top right, where youd find it in most well behaved Windows programs with child windows.
Once installed, just right click on the toolbar, select "Customize...", and drag the button wherever you like. The buttons appearance is determined by the installed theme, and its behavior can be configured to close the current tab, window, or Firefox session.
Download (0.004MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
926 downloads
Clean And Close 2.0
Clean And Close is a Firefox extension that cleans completed, canceled and failed downloads from the download list. more>>
Clean And Close is a Firefox extension that replaces the Clean Up button in your Download Manager window with a Clean And Close button that does just that - cleans completed, canceled and failed downloads from the download list and then closes the window.
<<less Download (0.002MB)
Added: 2007-07-16 License: MPL (Mozilla Public License) Price:
866 downloads
No Tab Close Button 0.2.1
No Tab Close Button is an extension which removes the close buttons on the tabs. more>>
No Tab Close Button is an extension which removes the close buttons on the tabs.
Removes the close buttons on the tabs (Firefox 2)
Removes the button on the right (Firefox 1.x).
For people that like to close their tabs with a middle click.
<<lessRemoves the close buttons on the tabs (Firefox 2)
Removes the button on the right (Firefox 1.x).
For people that like to close their tabs with a middle click.
Download (0.001MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
928 downloads
Konverse 0.2
Konverse is a KDE Jabber client that is implementing the Jabber protocol while remaining simple and non-intrusive. more>>
Konverse is a KDE Jabber client that is implementing the Jabber protocol while remaining simple and non-intrusive.
Enhancements:
- Fixed bug that caused everyone to show online after you set your presence to offline
- Added close and send button in chat windows
- Fixed missing icons
- Kicker icon reflects status
- Clicking Kicker icon Shows/Hides roaster
- Misc improvements not listed from Seth
<<lessEnhancements:
- Fixed bug that caused everyone to show online after you set your presence to offline
- Added close and send button in chat windows
- Fixed missing icons
- Kicker icon reflects status
- Clicking Kicker icon Shows/Hides roaster
- Misc improvements not listed from Seth
Download (0.44MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1143 downloads
Mail::Send 1.74
Mail::Send is a simple electronic mail interface. more>>
Mail::Send is a simple electronic mail interface.
SYNOPSIS:
require Mail::Send;
$msg = new Mail::Send;
$msg = new Mail::Send Subject=>example subject, To=>timbo;
$msg->to(user@host);
$msg->to(user@host, user2@example.com);
$msg->subject(example subject);
$msg->cc(user@host);
$msg->bcc(someone@else);
$msg->set($header, @values);
$msg->add($header, @values);
$msg->delete($header);
# Launch mailer and set headers. The filehandle returned
# by open() is an instance of the Mail::Mailer class.
# Arguments to the open() method are passed to the Mail::Mailer
# constructor.
$fh = $msg->open; # some default mailer
# $fh = $msg->open(sendmail); # explicit
print $fh "Body of message";
$fh->close; # complete the message and send it
$fh->cancel; # not yet implemented
<<lessSYNOPSIS:
require Mail::Send;
$msg = new Mail::Send;
$msg = new Mail::Send Subject=>example subject, To=>timbo;
$msg->to(user@host);
$msg->to(user@host, user2@example.com);
$msg->subject(example subject);
$msg->cc(user@host);
$msg->bcc(someone@else);
$msg->set($header, @values);
$msg->add($header, @values);
$msg->delete($header);
# Launch mailer and set headers. The filehandle returned
# by open() is an instance of the Mail::Mailer class.
# Arguments to the open() method are passed to the Mail::Mailer
# constructor.
$fh = $msg->open; # some default mailer
# $fh = $msg->open(sendmail); # explicit
print $fh "Body of message";
$fh->close; # complete the message and send it
$fh->cancel; # not yet implemented
Download (0.047MB)
Added: 2006-05-05 License: Perl Artistic License Price:
1269 downloads
LibLO 0.24
LibLO is an implementation of the Open Sound Control protocol for POSIX systems. more>>
LibLO is an implementation of the Open Sound Control protocol for POSIX systems. LibLO project was started by Steve Harris and now maintained by Nicholas Humfrey.
This means that it cannot be used in closed-source systems you intend to distribute - if you have a specific requirement for liblo in a close-source system then mail me and I may relicense it on an individual basis.
Enhancements:
- lo_server_get_protocol() and lo_address_get_protocol() were added.
- Tests for lo_address_get_* were added to the test tool.
- Several compiler warnings were fixed.
- The address for package bug reports was changed.
- lo_blob_new() was changed to take const void*.
- The getnameinfo() method of getting hostname is disabled when IPv6 is disabled.
- A Unix server socket is now unlinked when it is closed.
- The size of a Unix socket path is checked properly.
<<lessThis means that it cannot be used in closed-source systems you intend to distribute - if you have a specific requirement for liblo in a close-source system then mail me and I may relicense it on an individual basis.
Enhancements:
- lo_server_get_protocol() and lo_address_get_protocol() were added.
- Tests for lo_address_get_* were added to the test tool.
- Several compiler warnings were fixed.
- The address for package bug reports was changed.
- lo_blob_new() was changed to take const void*.
- The getnameinfo() method of getting hostname is disabled when IPv6 is disabled.
- A Unix server socket is now unlinked when it is closed.
- The size of a Unix socket path is checked properly.
Download (0.40MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
951 downloads
Tab Clicking Options 0.6.8
Tab Clicking Options allows you to select actions for various clicking events on a tab or the tab bar. more>>
Tab Clicking Options allows you to select actions for various clicking events on a tab or the tab bar.
Tab Clicking Options lets you select an action to perform with different clicking events on the tab bar or a tab in Firefox and in Mozilla Suite. The events you can assign an action to are:
- Double clicking
- Clicking with middle mouse button
- Left clicking with control-key (or meta-key on Mac) pressed
- Left clicking with alt-key pressed
- Left clicking with shift-key pressed
And the actions which you can choose from are:
- Open a new tab
- Reload the tab
- Reload all tabs
- Close tab
- Close other tabs
- Close all tabs
- Duplicate Tab
- Duplicate Tab in New Window
- Undo Close Tab (only in Firefox 2.0 beta or with extensions)
- Bookmark Tab
- Bookmark All Tabs (not in Firefox 1.0)
- No Action
<<lessTab Clicking Options lets you select an action to perform with different clicking events on the tab bar or a tab in Firefox and in Mozilla Suite. The events you can assign an action to are:
- Double clicking
- Clicking with middle mouse button
- Left clicking with control-key (or meta-key on Mac) pressed
- Left clicking with alt-key pressed
- Left clicking with shift-key pressed
And the actions which you can choose from are:
- Open a new tab
- Reload the tab
- Reload all tabs
- Close tab
- Close other tabs
- Close all tabs
- Duplicate Tab
- Duplicate Tab in New Window
- Undo Close Tab (only in Firefox 2.0 beta or with extensions)
- Bookmark Tab
- Bookmark All Tabs (not in Firefox 1.0)
- No Action
Download (0.022MB)
Added: 2007-04-28 License: MPL (Mozilla Public License) Price:
911 downloads
Coarse Port Knocking 0.0.6
Coarse Port Knocking is a simple implementation of the port knocking techniques. more>>
Coarse Port Knocking is a simple implementation of the port knocking techniques.
This program uses the ngrep tool to sniff blocked network packets. It waits for special packets with determined keys and executes commands like a firewall to open and close ports.
Enhancements:
- A bug in injection mode has been fixed.
<<lessThis program uses the ngrep tool to sniff blocked network packets. It waits for special packets with determined keys and executes commands like a firewall to open and close ports.
Enhancements:
- A bug in injection mode has been fixed.
Download (0.008MB)
Added: 2006-03-28 License: GPL (GNU General Public License) Price:
1310 downloads
DNS::ZoneParse 0.95
DNS::ZoneParse is a Perl module to parse and manipulate DNS Zone Files. more>>
DNS::ZoneParse is a Perl module to parse and manipulate DNS Zone Files.
SYNOPSIS
use DNS::ZoneParse;
my $zonefile = DNS::ZoneParse->new("/path/to/dns/zonefile.db", $origin);
# Get a reference to the MX records
my $mx = $zonefile->mx;
# Change the first mailserver on the list
$mx->[0] = { host => mail.localhost.com,
priority => 10,
name => @ };
# update the serial number
$zonefile->new_serial();
# write the new zone file to disk
open NEWZONE, ">/path/to/dns/zonefile.db" or die "error";
print NEWZONE $zonefile->output();
close NEWZONE;
INSTALLATION
perl Makefile.PL
make
make test
make install
<<lessSYNOPSIS
use DNS::ZoneParse;
my $zonefile = DNS::ZoneParse->new("/path/to/dns/zonefile.db", $origin);
# Get a reference to the MX records
my $mx = $zonefile->mx;
# Change the first mailserver on the list
$mx->[0] = { host => mail.localhost.com,
priority => 10,
name => @ };
# update the serial number
$zonefile->new_serial();
# write the new zone file to disk
open NEWZONE, ">/path/to/dns/zonefile.db" or die "error";
print NEWZONE $zonefile->output();
close NEWZONE;
INSTALLATION
perl Makefile.PL
make
make test
make install
Download (0.009MB)
Added: 2007-04-16 License: Perl Artistic License Price:
925 downloads
SunflowerApplet 0.7
SunflowerApplet changes the shadow on the windows managed by compiz when the decorator plugin is enabled. more>>
SunflowerApplet changes the shadow on the windows managed by compiz when the decorator plugin is enabled.
The shadow on the window moves from left to right from 6am to 6pm, and stays static from 6pm to 6am, as if the shadow is being cast by the "sun" moving right to left over your windows. This is just a toy.
SunflowerApplet requires compiz to be the window manager and the compiz decorator plugin to be active.
Enhancements:
- Use Stock Close button on Preferences Window
- Place dot on map for chosen location
- Create SunflowerApplet.server as part of the configure process
- Graphical location picker
<<lessThe shadow on the window moves from left to right from 6am to 6pm, and stays static from 6pm to 6am, as if the shadow is being cast by the "sun" moving right to left over your windows. This is just a toy.
SunflowerApplet requires compiz to be the window manager and the compiz decorator plugin to be active.
Enhancements:
- Use Stock Close button on Preferences Window
- Place dot on map for chosen location
- Create SunflowerApplet.server as part of the configure process
- Graphical location picker
Download (0.13MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
809 downloads
Menu File Browser Applet 0.3
Menu File Browser Applet is an applet for the GNOME Panel. more>>
Menu File Browser Applet is an applet for the GNOME Panel. It lets you browse and open files in your home directory from the panel, without having to open a file manager. The project is not intended as replacement to proper file managers like nautilus. Sometimes you just want to open a file and dont want to have to open a file manager, browse to and open the file, then close the file manager. This Applet just saves you couple of clicks.
Main features:
- Browse and open files in your home directory from the panel
- Respects GNOME mime type options and includes mime icon in menu
- Middle clicking in a directory header will open a terminal in that directory
<<lessMain features:
- Browse and open files in your home directory from the panel
- Respects GNOME mime type options and includes mime icon in menu
- Middle clicking in a directory header will open a terminal in that directory
Download (0.053MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
942 downloads
KaTorsmo 0.1
KaTorsmo is a Karamba theme that looks like Torzmo. more>>
Now you can run Torsmo in KDE! well, not really, but close enough. KaTorsmo is a Karamba theme that looks like Torzmo.
KaTorsmo is very simple and clean. No icons or ugly graphics. Just plain simple usability! Torzmo style!
The Process count does not work yet. The hostname and IP address does not work yet.
<<lessKaTorsmo is very simple and clean. No icons or ugly graphics. Just plain simple usability! Torzmo style!
The Process count does not work yet. The hostname and IP address does not work yet.
Download (0.002MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
Classfile Reader & Writer
Classfile Reader & Writer is a package for reading and writing Java .class files. more>>
This package makes it easy to read and write java classfiles. It doesnt, however, provide any help with displaying the contents of a classfile to the user (unless you count debug output), or disassembling the bytecodes.
This code snippet will read in a classfile and write it back out to a different file.
InputStream is = new FileInputStream("Foo.class");
OutputStream os = new FileOutputStream("FooCopy.class");
ClassInfo classInfo = new ClassInfo();
new ClassFileReader().read(is, classInfo);
classInfo.setName("FooCopy"); // Java requires the class name to match the file name
new ClassFileWriter().write(classInfo, os);
is.close();os.close();
The package can read "obfuscated" classfiles, like those generated by Crema, but it cant write them. Obfuscated classfiles have invalid data in them and the only reason they work is because most VMs ignore the data thats invalid (attributes like SourceFile, LineNumberTable, and LocalVariableTable). If a ClassFileReader encounters invalid data, it just ignores it.
<<lessThis code snippet will read in a classfile and write it back out to a different file.
InputStream is = new FileInputStream("Foo.class");
OutputStream os = new FileOutputStream("FooCopy.class");
ClassInfo classInfo = new ClassInfo();
new ClassFileReader().read(is, classInfo);
classInfo.setName("FooCopy"); // Java requires the class name to match the file name
new ClassFileWriter().write(classInfo, os);
is.close();os.close();
The package can read "obfuscated" classfiles, like those generated by Crema, but it cant write them. Obfuscated classfiles have invalid data in them and the only reason they work is because most VMs ignore the data thats invalid (attributes like SourceFile, LineNumberTable, and LocalVariableTable). If a ClassFileReader encounters invalid data, it just ignores it.
Download (0.056MB)
Added: 2005-04-22 License: Public Domain Price:
1651 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above close 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