Main > Free Download Search >

Free seo spyglass 2.0.5 software for linux

seo spyglass 2.0.5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 60
SEO SpyGlass 2.0.5

SEO SpyGlass 2.0.5


SEO SpyGlass is a search engine optimization software which analyzes the backlinks of a Web site. more>>
SEO SpyGlass is a search engine optimization software which analyzes the backlinks of a Web site and produces reports to help understand why a specific site ranks well for a specific search string.
Main features:
- The total number of backlinks your competitor has;
- The exact URL of each and every backlinks;
- The Google PageRank of both the domain of the backlink and the backlink itself;
- The Alexa Rank of the backlink domain;
- The total number of PageRank 0 to PageRank 10 backlinks your competitor has;
- The exact IP address of every backlink;
- The total number of backlinks coming from the same IP addresses, allowing you to easily identify site-wide links;
- The exact anchor texts your competitors are using;
- The exact anchor URLs of your competitors backlinks;
- The total number of times your competitors keywords appear within the anchor and title text of their backlinks (that is, the anchor and title keyword density);
- Whether or not the backlinks still point to your competitors site;
- How many of your competitors backlinks come from forums and blogs;
- How many of your competitors backlinks come from homepages of other sites, rather than internal pages;
- The total number of outbound links on the Webpage your competitors backlink resides on;
- The total number of links on the Webpage your competitors backlink resides on;
- Whether or not your competitor has backlinks from the Yahoo! Directory;
- Whether or not your competitor has backlinks from DMOZ (ODP) Directory;
- The exact link value of every backlink your competitor has;
- The exact age of every Website linking back to your competitor;
Enhancements:
- This release adds regional versions of Google, Yahoo!, and MSN search engines for Spain, Netherlands, Italy, and Belgium.
- It adds support for the Russian search engine Yandex.
- Human emulation has been added.
- Handling of non-Latin symbols has been improved significantly.
- There are stability and performance improvements.
<<less
Download (MB)
Added: 2007-05-31 License: Freeware Price:
918 downloads
Adevs 2.0.5

Adevs 2.0.5


adevs is a C++ library for developing discrete event simulations based on the Parallel DEVS and DSDEVS formalisms. more>>
adevs is a C++ library for developing discrete event simulations based on the Parallel DEVS and DSDEVS formalisms.
DEVS has been applied to the study of social systems, ecological systems, computer networks and computer architecture, military systems at the tactical and theater levels, and in many other areas.
Recent advances in quantized approximations of continuous systems suggest promising computational techniques for high performance scientific computing (e.g. in the field of computational fluid dynamics).
Enhancements:
- This version corrects an error in the dynamic structure feature (this error only affected models that use component migration).
- A limited adevs-1.x backwards compatibility module is available.
<<less
Download (0.40MB)
Added: 2006-10-24 License: LGPL (GNU Lesser General Public License) Price:
1095 downloads
HelenOS 0.2.0.5

HelenOS 0.2.0.5


HelenOS project is an effort to develop a working operating system according to HelenOS specifications. more>>
HelenOS project is an effort to develop a working operating system according to HelenOS specifications. HelenOS supports SMP, multitasking and multithreading on both 32-bit and 64-bit, little-endian and big-endian, processor architectures, among wich are AMD64/EM64T (x86-64), IA-32, IA-64 (Itanium), 32-bit MIPS, 32-bit PowerPC and SPARC V9.
HelenOS is being developed by students of Faculty of Mathematics and Physics at Charles University in Prague. The source code is available under the BSD license. Third party components are licensed under GPL.
In case you are interested in our project or have any questions about it, feel free to subscribe to our mailing list. The project is currently under heavy development and we are looking for people to join our team as beta testers. Beta testers of today can become developers of tomorrow.
Main features:
- In-tree means that the port has already begun and that it is possible to build a binary image of SPARTAN kernel for that respective architecture.
- Interrupt & exception handling says whether the kernel is ready to survive and eventually process some kind of interrupt. This especially relates to hardware interrupts like timer interrupts.
- Context save/restore is the ability to save and restore the state of the current CPU within the kernel mode. This is an architecture-specific task and requires some assembly coding.
- FPU context refers to the ability to support threads private floating point environment.
- Time management refers to kernels ability to count timer ticks and execute registered actions on special events called timeouts.
- Kernel preemption, contrary to ordinary userspace preemption, states, that the execution of kernel code can be interrupted whenever CPU priority is low (interrupts are disabled).
- Kernel threads are schedulable entities with own kernel context.
- Synchronization is provided by semaphores, mutexes, rwlocks and condition variables. All of these are SMP safe and capable of timeout mode of operation.
- Heap manager aids dynamic allocation and deallocation of memory for kernel purposes.
- Physical memory management takes care of allocation of frames of physical memory.
- Virtual memory management is the subsystem which provides mapping of virtual addresses to physical memory. It is also used to organize threads userspace memory mappings.
- Userspace threads are threads with userspace stack and virtual memory mapping added.
- Multiprocessor support declares support for SMP systems. Each architecture needs to configure the system on startup to detect all CPUs and make them execute kernel code.
- Little-endian and big-endian architectures are supported.
- 32-bit and one 64-bit architectures are supported.
Enhancements:
- This release fixes several hard hangs.
- It fixes oversynchronized parts of the kernel.
- It simplifies and cleans up task termination.
- The quality of in-source documentation has been improved.
- The new ARM 32 port is integrated.
<<less
Download (0.73MB)
Added: 2007-06-19 License: BSD License Price:
857 downloads
BlockHosts 2.0.5

BlockHosts 2.0.5


BlockHosts is a script to record how many times more>>
BlockHosts is a script to record how many times "sshd" or "proftpd" is being attacked, and when a particular IP address exceeds a configured number of failed login attempts, that IP address is added to /etc/hosts.allow (or optionally to any other file).

Requires python version 2.3 at a minimum, and runs on Unix-like machines only.

The BlockHosts script is most suitable for home Linux users, who need to keep ssh/ftp ports open.

Blocks IP addresses based on SSH or FTP incoming login failures, by looking at SSHD and ProFTPD logs, and updating hosts.allow as needed.
If you are a Linux user running SSH server, it is likely that you have been probed by script kiddies, and your daily LogWatch emails will show 100-150 login attempts in a short interval, before they go away.

There is no option in OpenSSH to make it difficult to slow down repeated login attempts coming from one IP address -- logins occur at a pretty fast clip -- one attempt every few seconds.

For a home or small business linux user at least, it does not make sense to keep the door open for logins for so long. Use this script, and see the daily LogWatch email notifications now showing only 7-9 login attempts, and remote hosts start getting "Refused incoming connection" messages.

Then, reading the daily LogWatch emails is not terrifying at all, in fact, it may be fun to see these script kiddies get blocked!

- Be sure to acquaint yourself with material available on the web, related to security, and denial-of-service. In particular, see the discussion in the OpenSSH mailing list related to SSHD blocking and FAIL_DELAY:
- Make your sshd/proftpd configurations as tight as possible. For example, for sshd - turn off root logins (PermitRootLogin), use the AllowUsers keyword to only allow one or a select usernames to be accepted. As far as possible, try to avoid common usernames, make even the user names hard to guess. For ProFTPD, use /etc/ftpusers, which contains names of users that will not be allowed to use FTP, root should be in there.
- Last, but not least - always use strong passwords! That is the only real protection.

blockhosts.py scans system logs, and looks for failed login attempts. It keeps a record of the number of times a particular IP address had a failed login. When the count exceeds a configured value, that IP address is added to /etc/hosts.allow with a deny flag, so the next time that IP address attempts to connect to that box, they will get a refused connection message.

<<less
Download (0.038MB)
Added: 2007-06-26 License: Public Domain Price:
850 downloads
ObsidianMusic 2.0.5.2

ObsidianMusic 2.0.5.2


ObsidianMusic is a web-based frontend for the Amarok audio player. more>>
ObsidianMusic is a web-based frontend for the Amarok audio player.
Its still the old amaroK Web Frontend but completely rewritten and with MUCH cleaner code.
I hope you enjoy this new version and I look forward to any feedback you might have.
Enhancements:
- Fixed a header problem in stream.php
<<less
Download (0.12MB)
Added: 2006-10-28 License: GPL (GNU General Public License) Price:
1091 downloads
Distributed FTP 2.0.5

Distributed FTP 2.0.5


Distributed FTP is a distributed FTP daemon written in java. more>>
Distributed FTP is a distributed FTP daemon written in java. Instead of usual and well-known serversclient transfer it uses masterclient for control connections and slaveclient for (most) data transfers, the master must tell the slave to initiate/respond to a transfer.
<<less
Download (0.35MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
933 downloads
Linux-HA 2.0.5

Linux-HA 2.0.5


Linux-HA provides a heartbeat and IP address takeover functions for a high-availability Linux cluster. more>>
Linux-HA provides a heartbeat and IP address takeover functions for a high-availability Linux cluster.
The basic goal of the High Availability Linux project is to:
Provide a high-availability (clustering) solution for Linux which promotes reliability, availability, and serviceability (RAS) through a community development effort.
The Linux-HA project is a widely used and important component in many interesting High-Availability solutions. We estimate that we currently have around thirty thousand installations up in mission-critical uses in the real world since it became suitable for mission critical production in 1999. Interest in this project continues to grow. These web pages are average more than 17000 hits per day, and we see around 100 downloads of our software per day.
Heartbeat now ships as part of SUSE Linux, Mandriva Linux, MSC Linux, Debian GNU/Linux, Ubuntu Linux, Red Flag Linux, and Gentoo Linux. Ultra Monkey, and several companys embedded systems are also based on it. Although this is called the Linux-HA project, the software is highly portable and runs on FreeBSD and Solaris as well (even MacOS X from time to time).
There have been many articles and chapters in books written on this project and software. See the PressRoom for more details.
We have put our foot on the road to being competitive with commercial systems similar to those described in D. H. Browns 1998 or March 2000 analysis of RAS cluster features and functions. In most important respects, we think youll find that Linux-HA has achieved this level of competitiveness with our release 2 software.
This release 2 series brings technologies and basic capabilities which match or exceed the capabilities of many commercial HA systems. We think youll be surprised. An R2 getting started guide is available.
We also work well with the LVS (Linux Virtual Server) project and expect to continue to collaborate with them in the future, since our goals are complementary.
Enhancements:
- This release has significant bugfixes and enhancements, making it a worthwhile upgrade for anyone running R2 CRM-style configurations, or who would like to.
- An OCF RA for Xen guests and Chinese GUI support have been added.
- ipfail has been replaced and generalized (limited testing). Master/slave testing and fixes.
- Significant cibadmin fixes.
<<less
Download (5.3MB)
Added: 2006-04-28 License: LGPL (GNU Lesser General Public License) Price:
1282 downloads
kdbg 2.0.5

kdbg 2.0.5


kdbg is a graphical KDE front end to the GDB debugger. more>>
KDbg is a graphical user interface to gdb, the GNU debugger. kdbg project provides an intuitive interface for setting breakpoints, inspecting variables, and stepping through code.
KDbg requires KDE, the K Desktop Environment, but you can of course debug any program.
Main features:
- Inspection of variable values in a tree structure.
- Direct member: For certain compound data types the most important member values are displayed next to the variable name, so that it is not necessary to expand the subtree of that variable in order to see the member value. For example, you dont need to go into a variable of type QString if you want to see the string that the variable holds. (BTW, this is of course not hardcoded, but can be extended to new types.) KDbg can also display Qt 3s QString values, which are Unicode strings.
- Debugger at your finger tips: The basic debugger functions (step, next, run, finish, until, set/clear/enable/disable breakpoint) are bound to function keys F5 through F10. Quick and easy.
- Of course, lots of other basic functions: View source code, search text, set program arguments and environment variables, display arbitrary expressions. Everything you need to debug a program, eh!
- Debugging of core dumps, attaching to running processes is possible.
- Conditional breakpoints.
Enhancements:
- The appearance of the main window for first-time users was improved.
- Improve file handling when the srcdir != builddir.
- Show value popups for members of this.
- Allow the user to give redirections in the Program Arguments dialog.
- Minor bug fixes.
<<less
Download (0.85MB)
Added: 2006-12-17 License: GPL (GNU General Public License) Price:
1047 downloads
psycopg 2.0.5.1

psycopg 2.0.5.1


psycopg is a PostgreSQL database adapter for the Python programming language. more>>
psycopg is a PostgreSQL database adapter for the Python programming language. Its main advantages are that it supports the full Python DBAPI 2.0 and it is thread safe at level 2.

psycopg was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.

The psycopg distribution includes ZPsycopgDA, a Zope Database Adapter. This page is about psycopg 2, an almost complete rewrite of the psycopg 1.1.x branch.

Psycopg 2 features complete libpq v3 protocol COPY TO/COPY FROM and full object adaptation for all basic Python 2.3 types: strings (including unicode), ints, longs, floats, buffers (binary objects), booleans, mx.DateTime and builtin datetime types.

It also supports unicode queries and Python lists mapped to PostgreSQL arrays.
<<less
Download (0.27MB)
Added: 2006-09-25 License: ZPL (Zope Public License) Price:
655 downloads
osCommerce 2.0.5 / 2.2 RC2a

osCommerce 2.0.5 / 2.2 RC2a


osCommerce 2.0.5 / 2.2 RC2a provides you with a perfect and effective online store solution which consists of both a catalog frontend and an administration tool backend. more>> <<less
Added: 2008-02-02 License: GPL Price: FREE
1 downloads
 
Other version of osCommerce
osCommerce 2.0.5Harald Ponce de Leon - osCommerce. osCommerce is an online shop e-commerce
License:GPL (GNU General Public License)
Download (1.4MB)
1145 downloads
Added: 2006-09-08
QCad 2.0.5.0

QCad 2.0.5.0


QCad is an application for computer aided drafting in two dimensions. more>>
QCad is an application for computer aided drafting in two dimensions. With QCad you can create technical drawings such as plans for buildings, interiors or mechanical parts. QCad works under Linux, Unix Systems, Mac OS X and Windows. The source code of QCad is released under the GPL (Open Source).
QCad was designed with modularity, extensibility and portability in mind. But what people notice most often about QCad is its intuitive user interface. QCad is a simple 2D CAD system for everyone. You dont need any CAD experience to get started with QCad immediately.
Main features:
- Various modes for creating lines, arcs, circles, ellipses, parallels, angle bisectors, ...
- DXF Format (DXF 2004, R12)
- Texts in many different CAD fonts
- Dimensioning of distances, angles, diameters, tolerances, ...
- Hatches and solid fills
- Splines
- Full support of Layers and Blocks (Inserts)
- Powerful selection and modification tools (move, rotate, mirror, trim, stretch, ...)
- Snapping to objects (endpoints, centers, intersections, ...)
- Console for co-ordinate positioning and launching commands
- Multiple undo / redo levels
- Support for various units including metric, imperial, degrees, grad, rad, ...
- Import and Export of Bitmaps (JPEG, PNG, ...)
- Creation of PS files which can be easily converted to PDF
- Translations of the user interface: Czech, Danish, Dutch, English, Estonian, French, German, Greek, Hungarian, Italian, Polish, Russian, Slovak, Spanish, Turkish
- Scripting interface
Enhancements:
- This update features improved DXF compatibility, improved support for ellipses, and some fixes for OS X.
<<less
Download (4.3MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
3000 downloads
DrFTPD 2.0.5

DrFTPD 2.0.5


DrFTPD provides a distributed FTP daemon that uses a cluster of slaves for file transfers. more>>
DrFTPD provides a distributed FTP daemon that uses a cluster of slaves for file transfers.
DrFTPD is an FTP server written in Java. It does not handle transfers in the same way that normal FTP servers do. Instead, it merges multiple FTP sites into one, creating a distributed FTP site/FTP cluster containing one master and many slaves/nodes.
When a client wants to transfer a file from DrFTPD, DrFTPD finds the slave which has the file, and tells the appropriate slave to transfer the file instead of handling it itself.
This allows huge gains in total bandwidth and disk capacity.
Main features:
- Free Software
- Plugins
- Uses file transfer slaves as explained above.
- Runs without root/administrator privileges.
- Stripes files across slaves.
- Slave selection based on used bandwidth.
- Archiving/mirroring plugin.
- In-memory filelist with cached checksums.
- Builtin zipscript
- Sitebot plugin using martyr included.
- User Trial plugin included.
- Slave stripes files across multiple roots (mountpoints)
<<less
Download (MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
927 downloads
Ardour 2.0.5

Ardour 2.0.5


Ardour is a professional multitrack/multichannel audio recorder and DAW for Linux. more>>
Ardour project is a digital audio workstation. You can use it to record, edit and mix multi-track audio. Produce your own CDs. Mix video soundtracks. Experiment with new ideas about music and sound. Generate sound installations for 12 speaker gallery shows. Have Fun.

Ardour capabilities include: multichannel recording, non-linear, non-destructive region based editing with unlimited undo/redo, full automation support, a mixer whose capabilities rival high end hardware consoles, lots of plugins to warp, shift and shape your music, and controllable from hardware control surfaces at the same time as it syncs to timecode.

If youve been looking for a tool similar to ProTools, Nuendo, Cubase SX, Digital Performer, Samplitude or Sequoia, you might have found it.
<<less
Download (1.3MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
537 downloads
SEOlizer 0.2

SEOlizer 0.2


SEOlizer is a GPL application that generates web pages of analysis, from webserver log files (Apache, etc). more>>
SEOlizer is a GPL application that generates web pages of analysis, from webserver log files (Apache, etc). The seolizer is based on the webalizer code.
Please note that the code is one-night hack, from my point of view its a very very poor quality! It is not recommended to run seolizer on a production server. I have published the seolizer to get some feedback from SEO community. Stable version will be available in several months, after I make clear decision how to implement all required features. Your feedback is appreciated !
Compile seolizer by running make all -C src. Then you can run it using ./seolizer [logfile]. Output will be placed in the current directory.
SEOlizer functions
Web spiders daily/monthly crawling reports (incl. bots IP addresses)
Keyword and phrase analysis, displays pages that matched query
Most popular pages for search engine query results and relevant keywords and phrases
Fully static HTML
About SEO
Search engine optimization (SEO) as a subset of search engine marketing seeks to improve the number and quality of visitors to a web site from "natural" ("organic" or "algorithmic") search results. The quality of visitor traffic can be measured by how often a visitor using a specific keyword leads to a desired conversion action, such as making a purchase or requesting further information. In effect, SEO is marketing by appealing first to machine algorithms to increase search engine relevance and secondly to human visitors.
Enhancements:
- Pagerank support was added along with support for www.rankcheck.info.
- The code was cleaned up and better HTML was implemented.
<<less
Download (0.018MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
845 downloads
SEO Filter Lite 1.0.0

SEO Filter Lite 1.0.0


SEO Filter is a Search Engine Optimization Software for forums. It catches the content from a forum or cms software and makes it more seo friendly by converting dynamic links into static and removing more>> SEO Filter is a Search Engine Optimization Software for forums.
It catches the content from a forum or cms software and makes it more seo friendly by converting dynamic links into static and removing session ids from links and much more.
<<less
Download (90KB)
Added: 2009-04-11 License: Freeware Price: Free
195 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4