Main > Free Download Search >

Free spyware cleaner tool software for linux

spyware cleaner tool

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 309
Spyware Removal Tool 3.5

Spyware Removal Tool 3.5


Spyware is a major problem in many computers these days. You can easily be a victim and not even know it. Do you mysteriously have a different h... more>> <<less
Download (15KB)
Added: 2009-03-31 License: Freeware Price: Free
455 downloads
Gnome Wave Cleaner 0.21-07

Gnome Wave Cleaner 0.21-07


GWC is an application to do digital audio restoration on wavfile data, i.e. remove hisses and clicks. more>>
GWC is an application to do digital audio restoration on wavfile data, i.e. remove hisses and clicks. It features click repair using least squares autoregressive interpolation, and is based on the FFTW library. This is still beta code, so back up your data files first.
It is resulting of never wanting to boot to MS windows again. The only reason I had left was because I have this wonderful software to record digital audio, and the dehiss and declick using some very cool software (COOLEDIT 2000) and (Declick by M. Paar), to do the audio restoration.
I checked out some of the ongoing projects in linux, and either they crashed a lot or, didnt do what I needed, so I started this effort out of selfishness and also as a mechanism to learn the GNOME API for GUI programming . A lot of the code shows the efforts of that learning curve, and could certainly be cleaned up, but the I am personally pleased with the overall design. The goals are simple -- denoise, dehiss and amplify audio files. With the use of libsndfile, you can now do this on a multitude of audio formats, wav, au, aiff, ...
For those of you interested, I started working up a presentation describing the technical aspects of the audio restoration methods used in GWC.
Untar the source tarball (tar -xvzf )
Enter the directory created.
Run "./configure"
Run "make".
Run "make install".
"gwc" is the program file. All you have to do is run it.
Enhancements:
- BUGFIX: Ok. I messed up. The save changes stuff on exit was broken. Hopefully fixed now.
<<less
Download (0.68MB)
Added: 2006-10-20 License: GPL (GNU General Public License) Price:
1105 downloads
Cleaner 0.1

Cleaner 0.1


Cleaner is a Java beautifier that transforms ugly syntax into beautiful syntax. more>>
Cleaner is a Java beautifier that transforms ugly syntax into beautiful syntax. The Java code syntax is parsed using ANTLR and then printed to standard output.

Source is included.

Something like this:

public void foo(String bar)
{
for(int x=0; x < 9; x++ )
{
System.out.println ("X = " + x);
}
}

Will become

public void foo( String bar ){
for ( int x = 0; x < 9; x++ ){
System.out.println( "X = " + x );
}
}

Compile:

$ ant

Run:

$ java -classpath cleaner.jar:lib/antlr.jar cleaner.Cleaner < some-file >
<<less
Download (0.58MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1335 downloads
XML Cleaner 0.2.2 beta

XML Cleaner 0.2.2 beta


XML Cleaner is an XML filter and validator, similar to xmllint. more>>
XML Cleaner is a command line utility to filter and validate XML files.
XML Cleaner is written in Ada 9X and so it rather fast.
XML Cleaner is an XML filter and validator, similar to xmllint. It can remove superfluos namespace declarations from an XML file, expand XML entities, recode XML files, and more.
Main features:
- removes superfluous namespace declarations;
- Unicode support;
- (More to implement: XML validation, XML canonicalization, reformatting, whitespace removal, comments removal, XML charset recoding, XInclude processing, inplace file modification, etc.; XML Cleaner is to grow into a full featured command line XML filter and validator.)
XML Cleaner is developed to become xmllint replacement.
Enhancements:
- An option to choose whether or not to escape apostrophes and quotes in output was added.
<<less
Download (0.026MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1483 downloads
KStreamRipper 0.3.4

KStreamRipper 0.3.4


KStreamRipper is a KDE-based frontend to streamripper. more>>
KStreamRipper project is a KDE-based frontend to streamripper. Streamripper is a command line utility for ripping online streams into mp3 files.

KStreamRipper helps you with managing your preferred streams and makes ripping and listening to them easier.

It now supports concurrent ripping and has a cleaner user interface(thanks to Will Entriken!).

<<less
Download (0.13MB)
Added: 2005-05-25 License: GPL (GNU General Public License) Price:
1620 downloads
Bibirmer Toolbar 1.0.1.29

Bibirmer Toolbar 1.0.1.29


Bibirmer Toolbar will improve your browsers capability greatly. It is designed as a Firefox addon that allows you to read reviews, compare products features & prices. more>>
Bibirmer Toolbar 1.0.1.29 will improve your browser's capability greatly. It is designed as a Firefox addon that allows you to read reviews, compare products' features & prices.

Major Features:

  1. Search box for all the major search engines (Google, Yahoo, MSN, Ask.com, Dmoz.org) + Price Comparison Engine. Find lowest prices and availability from online stores.
  2. Get notified when you receive new e-mails to your POP3, Yahoo!, Gmail, or Hotmail accounts.
  3. Includes Popup blocker, cookie cleaner, history cleaner, and cache cleaner.
  4. Online Dictionary,Wikipedia search (free encyclopedia), Images Search, Job Search, News, Quotes, Weather, Blog Search, Maps, find domain name and more in next versions.
  5. Music Search, Movies Search, Books Search,Software Search.
  6. Auctions Search, Search Customer Reviews, Answer your question, Amazon Search, Shopping.com Search, Chitika eMiniMalls Search.
  7. ToolBox Includes:
    • WhoIs (Lists contact info for a domain/IP),
    • DNS Report (See if there are problems with your DNS hosting),
    • Geolocation (find the city and country of an IP),
    • Traceroute (Traces the route packets take to this host),
    • Ping (Shows how long it takes for packets to reach a host.),
    • Keyword Selector Tool (How many times that term was searched on last month),
    • Google cash tool (Google indexed pages by different datacenters)
    • Domain History (view archived versions of Web sites)
    • E-mail Test
    • My IP Address tool

Requirements:

  • Mozilla Firefox
<<less
Added: 2008-05-26 License: MPL Price: FREE
59 downloads
smtpfilter 0.1

smtpfilter 0.1


smtpfilter is a filter for an SMTP session which passes the session through transparently in real time. more>>
smtpfilter is a filter for an SMTP session which passes the session through transparently in real time, except for the DATA command which is intercepted in order to scan the data for spam and/or viruses with the scanner of your choice.

If you are reading this source, it is what should have been an internal release and consequently has a few comments at the head of the file which would not normally be here. Most likely I must have released this in a hurry because someone needed some
recent feature that has been added, before I had time to do a periodic code review and tidy-up. If this is your first time looking at or installing this code you should probably get in
touch with the author (gtoal@gtoal.com) and ask for a cleaner version before you start.

The descriptive comments which explain what this program does, and how, have slowly migrated from being at the top of the file to being lost half way down. That is something which will be done in the next maintenance release.

But this version *does* work, and works very well now. It is in service at the University of Texas Pan American, with 2000 staff and 15,000 students (although not all of those are active emailers -maybe only 2000-3000 are in heavy use. It sometimes looks like
AOL and MSN and Yahoo are the official campus mailers.
<<less
Download (0.14MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1200 downloads
Bookmarks Unifier 2.0 Beta 7

Bookmarks Unifier 2.0 Beta 7


Bookmarks Unifier is a bookmarks converter/manager/cleaner. more>>
Bookmarks Unifier is a bookmarks converter/manager and cleaner. It enables users to create/maintain their internet bookmarks collections. Various formats from different browsers, which include Internet Explorer, Mozilla/Firefox, and Opera, are supported.
Bookmarks among these browsers can be converted, imported, exported one to/from another by using this program. Interface of this utility is fairly simple and straight forward, that means no more trying out each menu entries to get it work !
From now on, you can just import all of your bookmarks into the database, and export them to formats you like ! The more important thing is, it is FREE, and it is cross platform via the JAVA technology.
Main features:
- Importing(Merging) bookmars from IE/Firefox/Opera to one database
- Exporting database to bookmarks format of IE/Firefox/Opera
- URL duplications are detected, therefore no more duplicated URL all over the places
- Database is just a file which can be exchanged with other people, no more compressing IE Favorites folders
- Simple to use
- It supports UTF8 filenames/bookmark entry names
- No limitation of number of entries
- It is cross platforms (supports Linux/Windows/Macs)
- It is fast
- It is free !
<<less
Download (0.021MB)
Added: 2006-01-09 License: Freeware Price:
1509 downloads
SEO Tool For Meta Tags 1

SEO Tool For Meta Tags 1


SEO Tool For Meta Tags is a small script that instantly generates meta tags for the user. more>>
SEO Tool For Meta Tags is a small script that instantly generates meta tags for the user. It allows you offer a neat little service to your website visitors. They simply sumbit their sites title, description, and keywords & presto, out comes their meta tags to put in their html code.

It takesa about 30 seconds to install and have working on your site.

SEO Tool For Meta Tags does not have any spyware or adware. No personal information is collected, stored, or transmitted by Online Meta Tag Generator. The project does not install any browser plugins or hijackers.
<<less
Download (0.002MB)
Added: 2007-07-30 License: Freeware Price:
856 downloads
Flate library 1.4.3

Flate library 1.4.3


Flate library is a template library used to deal with html code in CGI applications. more>>
Flate library is a template library used to deal with html code in CGI applications. The library includes C and Perl support. All html code is put in an external file (the template) and printed using the library functions: variables, zones (parts to be displayed or not) and tables (parts to be displayed 0 to n times).
Using this method you dont need to modify/recompile your application when modifying html code, printing order doesnt matter in your CGI code, and your CGI code is much cleaner.
Enhancements:
- can now include external files with #INCLUDEFILE /path/to/file.html
<<less
Download (0.044MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1110 downloads
AntiDialer 0.2

AntiDialer 0.2


Antidialer is a GUI based broadband dialer program for users of Sify Broadband using Linux. more>>
Antidialer is a GUI based broadband dialer program for users of Sify Broadband using Linux. Well, Antidialer is not a cracking tool as the name suggests.
It is very much incomplete in the sense that it doesnt quite have the full feature set that the dialer provided by Sify for Windows has.
But it still does its job of connecting and disconnecting your internet whenever you want.
Main features:
- QT based GUI :-) (absent in the stock dialer provided by Sify)
- AutoConnect
- Encrypted password storage
- HeartBeat to keep connection alive
- XML based configuration file
Enhancements:
- MAC address spoofing is now part of the dialer.
- It can be activated by editing the $HOME/.antidialer/antidialerrc configuraton file and entering the desired MAC address in the "value" property of the "MacAddress" element.
- The dialer now adds missing configuration elements into the config file.
- The plugin framework is now cleaner and faster.
- An obscure bug where the dialer crashed when exactly one config element was missing was fixed.
<<less
Download (0.073MB)
Added: 2006-08-10 License: GPL (GNU General Public License) Price:
1175 downloads
Java VideoLan Client Bindings 0.0.9

Java VideoLan Client Bindings 0.0.9


Java VideoLan Client Binding lets you use the VideoLan multimedia player in any Java software. more>>
Java VideoLan Client Binding lets you use the VideoLan multimedia player in any Java software.
Main features:
- displays an original VideoLan Client
- using JVLCCanvas (extends java.awt.Canvas) or JVLCPanel (extends javax.swing.JPanel) is possible to embed VLC output in any application.
Enhancements:
- This release has a cleaner classes layout, and is more intuitive to use.
- Parts of the native interface have been rewritten, some memory leaks corrected.
- Upgrading is recommended.
<<less
Download (0.015MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1182 downloads
ENet 1.1

ENet 1.1


ENet is an easy to use, portable UDP networking library. more>>
ENets purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). ENets primary feature it provides is optional reliable, in-order delivery of packets.
ENet is NOT intended to be a general purpose high level networking library that handles authentication, lobbying, server discovery, compression, encryption and other high level, often application level or dependent tasks.
Main features:
ENet evolved specifically as a UDP networking layer for the multiplayer first person shooter Cube.
Cube necessitated low latency communcation with data sent out very frequently, so TCP was an unsuitable choice due to its high latency and stream orientation.
UDP, however, lacks many sometimes necessary features from TCP such as reliability, sequencing, unrestricted packet sizes, and connection management. So UDP by itself was not suitable as a network protocol either.
No suitable freely available networking libraries existed at the time of ENets creation to fill this niche.
UDP and TCP could have been used together in Cube to benefit somewhat from both of their features, however, the resulting combinations of protocols still leaves much to be desired.
TCP lacks multiple streams of communication without resorting to opening many sockets and complicates delineation of packets due to its buffering behavior.
UDP lacks sequencing, connection management, management of bandwidth resources, and imposes limitations on the size of packets.
A significant investment is required to integrate these two protocols, and the end result is worse off in features and performance than the uniform protocol presented by ENet.
ENet thus attempts to address these issues and provide a single, uniform protocol layered over UDP to the developer with the best features of UDP and TCP as well as some useful features neither provide, with a much cleaner integration than any resulting from a mixture of UDP and TCP.
Enhancements:
- Lower bandwidth usage, stability/crash fixes, more flexible packet allocation, optional CRC32 checksums, and various API tweaks.
<<less
Download (0.14MB)
Added: 2007-07-31 License: MIT/X Consortium License Price:
822 downloads
THC-UnixHackingTools 1

THC-UnixHackingTools 1


THC-UnixHackingTools is a compilation of needfull unix hacking tools including backdoors. more>>
THC-UnixHackingTools is a compilation of needfull unix hacking tools including backdoors, cleaners, tunnels, etc written by THC members, that compile on various unix platforms.

They are not elite of course, otherwise we wouldnt release them, but they are very useful - so take a look and tryem out...

Collector v1.0 library to transfer data to other hosts (sniffer!)
Hunter v1.2 easy sniffer for Linux
ICMP-Tunnel v1.0 an icmp tunnel program for transfering files
Searcher v8.0 check admins $HOME for .rhosts/.forward etc.
Smeagol v4.4.4 nice backdoor with acct/logclean and hiding functions
clear v1.3 elite log cleaner (delete!) for utmp(x)/wtmp(x)/lastlog
cnt-svr-filetransfer small sources to transfer files on any unix system
daemonshell tcp and udp daemonshell in perl
fingerd-fileserver patch to fingerd (linux) to transfer files (cool!)
paz v1.0 process accounting zap, deletes accouting info
probe v2.3 script for remote host probing, really good.
t-shirt v4.0 our THC T-Shirt for 98, 1st released on the Cebit
zap3 enhanced zap to delete entrys. also for sys v systems

on most files, the small README inside does not tell much about its options. browse the sourcecode instead.
<<less
Download (0.067MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1339 downloads
Gnome Terminal Launcher 0.8-4

Gnome Terminal Launcher 0.8-4


Gnome Terminal Launcher applet reads the profiles from GConf and creates the corresponding menu entry. more>>
Gnome Terminal Launcher applet reads the profiles from GConf and creates the corresponding menu entry to invoke the gnome-terminal command and its arguments.

If you are a system administrator, perhaps a command line junkie, and you deal with a large number of servers on a daily basis, you may have already created profiles to define the connection characteristics of each server.

Ive also experienced an improvement in usability assigning a different color and icon to a server or group of servers. After a while, you can quicly identify which server are you connected to with just a glimpse of the screen.

But this has a drawback, the only way to open a terminal is from another terminal unless youve already created launchers for the specific profiles.

To provide a cleaner solution. Ive create the gnome-terminal-launcher applet that reads the profiles from GConf and creates the corresponding menu entry to invoke the gnome-terminal command and its arguments.

<<less
Download (0.014MB)
Added: 2007-02-17 License: GPL (GNU General Public License) Price:
982 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5