Main > Free Download Search >

Free not easily broken software for linux

not easily broken

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2450
FileBrowser-NG 0.4

FileBrowser-NG 0.4


FileBrowser-NG is a Web application that helps you easily navigate and see files that are stored on a Web server. more>>
FileBrowser-NG project is a Web application that helps you easily navigate and see files that are stored on a Web server.

<<less
Download (0.87MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
865 downloads
EasyChem 0.5

EasyChem 0.5


EasyChem is a software to draw chemical molecules easily and with high quality. more>>
EasyChem is a program designed to draw chemical molecules, written under Linux and using Gtk+ 2.
Main features:
- Drawing very easily ornaments (non-bonding electron pairs, ...)
- EPS exporting with LaTeX fonts (Computer Modern)
<<less
Download (0.24MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1669 downloads
phpDIR browser 3.1

phpDIR browser 3.1


hpDIR is an easy to use and install script that can list files and folders. more>>
phpDIR is an easy to use and install script that can list files and folders, including file upload/download. Installation only requires the configuration of 3 parameters. The whole package contains 4 files.
phpDIR browser application also supports admin sessions, to also be able to delete files. In addition, invisible files can be configured. Folders can be downloaded as archive files. There is no need for additional PHP modules on your Web server.
Enhancements:
- On some servers, hidden file support was broken due to double slashes being returned by some functions.
- This has been fixed.
<<less
Download (0.011MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
1012 downloads
Not A Commander 1.0-SNAP-051109

Not A Commander 1.0-SNAP-051109


Not A Commander is an X11 file manager. more>>
Not A Commander is yet another file manager modeled after the Norton Commander. Good integration with the command line is the primary goal.
This project is using the technology of Natural Stupidity for development: first get something working at all, then gradually improve it. My primary targets are the features that I personally would use. The features that I wont use anyway are not planned to be implemented at all (though if someone would contribute an implementation I would gladly accept it - as long as it does not break any of the things that I use).
Build
Run `make. That should build all the binary parts. The X11 headers are required for build. You may need to modify the Makefile for peculiarities of your particular system (directory names, libraries etc.).
Installation
Run `make install. By default the `nac binary is instaled into /usr/local/bin and the rest of files is installed into /usr/local/lib/nac (which is referred further as "the NAC directory").
These directory names can be changed in the Makefile. If the configuration file nac.sysrc was present in the NAC directory before installation, it will be moved into nac.sysrc.old.
Configuration
The default configuration of NAC can be changed with rc files. There are two rc files:
per system - nac.sysrc in the NAC directory per user - .nacrc in the users home directory
These files are common Tcl scripts that can be used to change the tunable values. NAC first sets the built-in values, then loads the system-wide rc file (if present), then loads the users rc file (if present). Thus the system-wide script can examine the built-in values and modify them was neccessary, and the users script can do the same thing with the result
of the system-wide script.
Be careful with the syntax, in case of an error in the rc scripts NAC wont start.
The list of the supported tunables and their values can be found at the top of tune.tcl. For now (the alpha phase of development) its expected to be quite liquid and change between snapshot releases. Probably some sort of versioning will be added after it stabilizes.
The sample system rc file included in a release contains only one setting - the name of font to use (most probably you dont have the font "koi9x16" which is the built-in default).
The default initial size of the window is defined by panel dimensions, variables named set panel:filespercolumn (number of rows in panels), panel:ncolumns (number of columns in panels), panel:columnwidth (width of a column in dots). The internal xterm is automatically resized to fit these dimensions. Alternative size in pixels or xterm characters can be
selected with command line options.
Enhancements:
- Various bugs were fixed and workarounds were included for bugs in glibc and Tk.
<<less
Download (0.20MB)
Added: 2005-11-10 License: BSD License Price:
1445 downloads
NTW Lisp 0.2.1

NTW Lisp 0.2.1


NTW Lisp is a server written in Common Lisp for applications that use the NTW protocol to communicate with a GUI client. more>>
NTW Lisp project is a server written in Common Lisp for applications that use the NTW protocol to communicate with a GUI client.
NTW is a collection of three things:
- A protocol used to describe GUI widgets and events.
- A client program which displays widgets described by the protocol and sends back events to the server.
- A set of server libraries in various languages used to write GUI apps that use the NTW protocol to communicate to a client program.
In short, NTW is useful for the type of web applications that people are trying to write using a web browser with "AJAX" but finding that approach too limited/non-portable/broken/difficult.
Main features:
- Speed -- Remote apps can run at a speed which is nearly indistinguishable from a locally running application. Since the client draws the widgets natively, its not necessary to transfer graphical data, only widget state data. This can be done asynchronously, so the responsiveness of the UI never suffers.
- Persistence -- Its just as easy to write the NTW protocol data to disk as it is to the network, so the state of the entire GUI application can be easily saved. This also happens transparently, so the developer doesnt have to spend any time loading and saving data. Also, if a network connection dies or the client computer loses power, the application can be restarted from the point of failure at the next connection.
- Portability -- using the protocol, an NTW server application running on a Unix machine could talk to an NTW client for Windows, and vice versa. So a developer could write a program on Linux that could be run from any OS without any porting necessary. Any language or platform that can read and write data to a network can use the protocol to create GUI apps.
- Scalability -- Since the NTW server does not store or draw widget graphics, the memory and computational overhead of running an NTW application is much less than a comparable X Window application. A low end machine could easily serve hundreds of remote clients.
- Productivity -- Users can run NTW apps without installing anything but the client. Developers can release new versions of their apps without the users having to do anything, much like a web page.
<<less
Download (0.016MB)
Added: 2006-07-07 License: MIT/X Consortium License Price:
1205 downloads
Asymptote 1.33

Asymptote 1.33


Asymptote is a powerful script-based vector graphics language. more>>
Asymptote is a powerful script-based vector graphics language that provides a natural coordinate-based framework for technical drawing.
Asymptote has labels and equations that are typeset with LaTeX, for high-quality PostScript output.
A major advantage of Asymptote over other graphics packages is that it is a programming language, as opposed to just a graphics program: it can therefore exploit the best features of script (command-driven) and graphical user interface (GUI) methods.
Main features:
- inspired by MetaPost, with much cleaner, powerful C++-like programming syntax and numerics;
- mathematically oriented (e.g. rotation of vectors by complex multiplication);
- LaTeX typesetting of labels (important for document consistency);
- compiles figures into virtual machine code for speed without sacrificing portability;
- uses simplex method and deferred drawing to solve overall size constraint issues between fixed-sized objects (labels and arrowheads) and objects that should scale with figure size;
- high-level graphics commands are implemented in the Asymptote language itself, allowing them to be easily tailored to specific applications;
- provides a standard for typesetting mathematical figures, just as TeX/LaTeX has become the standard for typesetting equations.
Enhancements:
Routines to find the 3D and projected 2D bounding boxes of Bezier surfaces
were added to the surface module, along with the standard teapot example.
Extended for loops were documented. The page numbering of slide
presentations with stepping enabled was fixed. The int type is now a long
long type (typically a 64-bit integer). Support for reading and writing
64-bit integers in binary and XDR modes and large file support were added.
Input files are now opened in input-only mode. Multiple invocations
of labelpath now work. A projection bug in the grid3 module was fixed.
The search path order was changed: directories specified by the dir
configuration variable are now examined before the .asy subdirectory in the
users home directory. User configuration files are ignored during
installation. Some bugs in asy-mode.el were fixed. Texput files are
removed again. A memory allocation incompatibility in the workaround for
old, broken readline libraries was fixed. The framepoint and truepoint
routines now work even when an exact picture size estimate is unavailable;
a picture scaling bug was fixed. Writing to a file specified with
-o /dir/file.eps is allowed again. A quarticroots solver was added, the
cubicroots solver was improved, and a complex quadraticroots solver was
added. A workaround for broken texi2dvi installations was implemented.
Memory leaks were fixed. The garbage collector was update to gc-7.0;
upgrading to gv-3.6.3 is also recommended. A segmentation fault in
complement was fixed.
<<less
Download (2.2MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
828 downloads
WellRounded 0.43

WellRounded 0.43


WellRounded provides an aesthetically pleasing, rounding the edges of the location bar. more>>
WellRounded provides an aesthetically pleasing, rounding the edges of the location bar.

Adds a nice finishing touch to Firefox by providing aesthetically pleasing, rounded edges to the location bar, search bar, find bar, and all manor of other toolbars on your browser.

Some themes incorporate rounded bars as standard, but many do not - this extension will allow everyone the option to enjoy rounded bars with their favourite browser!

It conforms to the normal Firefox standards, such as turning yellow for secure (https) sites, and red for broken security, and is compatible with all toolbars (that I know of), and most themes.

<<less
Download (0.028MB)
Added: 2007-04-24 License: MPL (Mozilla Public License) Price:
547 downloads
GnomeICU 0.99.12

GnomeICU 0.99.12


GnomeICU is one of the most popular UN*X-based ICQ programs in the world. more>>
GnomeICU project is one of the most popular UN*X-based ICQ programs in the world. Internet chatting has quickly become one of the most popular uses of the Internet - second only to Email.
Instant messaging allows users to communicate in real time with friends, family members, and coworkers in an efficient, unobtrusive manner.
Main features:
- Server-side list storage
- Basic messaging
- File transfer (temporarily broken due to protocol change)
- Contact history
- Visible/Invisible/Ignore lists
- Ability to interface ICU from the command line
- Icon themes
- and many, many more.
<<less
Download (1.8MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1094 downloads
PHPSPELLBOOK 0.5

PHPSPELLBOOK 0.5


PHPSPELLBOOK is a suite of tools for Web site promotion, diagnosis, and improvement. more>>
PHPSPELLBOOK is a suite of tools for Web site promotion, diagnosis, and improvement.
PHPSPELLBOOK provides Web masters with tools such as advertisiment submission, a mass mailer, a broken link checker, a link exchange checker, fake click generators, anonymizer tools, a calendar, and more.
Main features:
- All tools could perform operations in anonymity relaying on Proxy/Socks4/Socks5 lists.
- Advertisement submissions tools
- SendMail: mass mailer
- Broken Link Checker
- Clicker tools [fake hits generators]
- Domain Spider
- HTTP Header Checker
- Link Exchange Checker
- Meta Tags Tools
- Page Ranking Tools [pagerank checker)
- Partners Finding Tools [find websites in a given pagerank range]
- E-Mail handling and parsing tools
- Translation Tools
- Url handling tools and generators
- Calendar
- Anonymous hosts list administration
- Anonymous host checker [proxy/socks4/socks5 checker]
- Jobs administration
- Smtp servers list administration
- Statistics
Enhancements:
- This release adds documentation updates, a code cleanup, new sources for socks4, socks5, and proxy lists, an installation script fix, a link popularity checker, and a partners finding tool.
<<less
Download (0.097MB)
Added: 2005-12-02 License: GPL (GNU General Public License) Price:
1422 downloads
Coffee Break Icons for Linux -

Coffee Break Icons for Linux -


For all those coffee lovers out there, a free Coffee Icon collection. more>> Description:
10 freeware icons inspired in some delicious coffee foods.
Content:
Apple, Breads, Cheese, Coffee cups, Coffee pot, Cookies, Toast
<<less
Download (483KB)
Added: 2009-04-24 License: Freeware Price: Free
182 downloads
FSHeal 0.2

FSHeal 0.2


FSHeal is a tool for mending filesystems and reporting statistics. more>>
FSHeal aims to be a general filesystem tool that can scan and report vital "defective" information about the filesystem like broken symlinks, forgotten backup files, and left-over object files, but also source files, documentation files, user documents, and so on.

It will scan the filesystem without modifying anything and reporting all the data to a logfile specified by the user which can then be reviewed and actions taken accordingly.
<<less
Download (0.010MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1657 downloads
Nagios 2.9

Nagios 2.9


Nagios is a daemon written in C that is designed to monitor networked hosts and services. more>>
Nagios (formerly Netsaint) is a daemon written in C that is designed to monitor networked hosts and services.
Nagios project has the ability to notify contacts (via email, pager or other methods) when problems arise and are resolved. Host and service checks are performed by external "plugins", making it easy to write custom checks in your language of choice.
Several CGIs are included in order to allow you to view the current and historical status via a Web browser, and a WAP interface is also provided to allow you to acknowlege problems and disable notifications from an internet-ready cellphone.
Main features:
- Monitoring of network services (SMTP, POP3, HTTP, NNTP, PING, etc.)
- Monitoring of host resources (processor load, disk and memory usage, running processes, log files, etc.)
- Monitoring of environmental factors such as temperature
- Simple plugin design that allows users to easily develop their own host and service checks
- Ability to define network host hierarchy, allowing detection of and distinction between hosts that are down and those that are unreachable
- Contact notifications when service or host problems occur and get resolved (via email, pager, or other user-defined method)
- Optional escalation of host and service notifications to different contact groups
- Ability to define event handlers to be run during service or host events for proactive problem resolution
- Support for implementing redundant and distributed monitoring servers
- External command interface that allows on-the-fly modifications to be made to the monitoring and notification behavior through the use of event handlers, the web interface, and third-party applications
- Retention of host and service status across program restarts
- Scheduled downtime for suppressing host and service notifications during periods of planned outages
- Ability to acknowledge problems via the web interface
- Web interface for viewing current network status, notification and problem history, log file, etc.
- Simple authorization scheme that allows you restrict what users can see and do from the web interface
Enhancements:
- Fix for incorrect performance data file write/append mode options
- Fix for current status of hosts with no host check command defined
- SIGSEGV signals should now be logged again (broken in 2.8)
- Configure script fix for no mail program found/installed on system
- Configure script option bug fixes for cygwin and embedded perl
- Command definitions and host/service plugin perfdata with HTML should now be escaped in CGIs
- Patch for incorrect time down percentage in availability CGI
- Updated init script to fix a race condition during restarts
<<less
Download (1.6MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
572 downloads
Old Tech 0.2

Old Tech 0.2


System Monitor Theme that started out as a High-Tech one, then devolved into this low-tech broken typewriter version. more>>
System Monitor Theme that started out as a High-Tech one, then devolved into this low-tech broken typewriter version.

I love the chaotic nature of it.

This is my 1st theme, please critique!

<<less
Download (0.12MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
GAI Leds 0.3

GAI Leds 0.3


GAI Leds displays the keyboard status leds. more>>
GAI Leds displays the keyboard status leds.

This is a simple applet that displays the status of the keyboard leds. Useful for us that have a wireless keyboard without the leds.

Installation:

Simply do:

./configure
make
make install

It requires the GAI library (General Applet Interface) and you can find it at http://gai.sf.net together with other applets.

If you use gnome, this applet will be in the applet menu under "Accessories".

It seems like XFree86 4.3.0 doesnt register Scrollock like earlier versions. Or maybe it is just my settings that are broken. Any ideas?

Mail suestions, bug reports and questions to Jonas Aaberg.
<<less
Download (0.041MB)
Added: 2006-10-24 License: GPL (GNU General Public License) Price:
1096 downloads
GNUnet 0.7.2b

GNUnet 0.7.2b


GNUnet is a framework for secure peer-to-peer networking. more>>
GNUnet is a peer-to-peer framework with focus on providing security. All peer-to-peer messages in the network are confidential and authenticated.
GNUnet provides a transport abstraction layer and can currently encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and IPv6), HTTP, or SMTP messages.
GNUnet supports accounting to provide contributing nodes with better service. The primary service build on top of the framework is anonymous file sharing.
The goal of the GNUnet project is to provide an infrastructure for secure peer-to-peer networking. All communication in GNUnet is authenticated and link-to-link encrypted.
The economic model makes attacks on the network harder since the economics can be used to control resource usage. GNUnet peers exchange messages using a pluggable transport service abstraction. Currently, transport services based on UDP, TCP, HTTP and SMTP are available.
The GNUnet core provides mechanisms to perform resource allocations for CPU, bandwidth and storage space. The core enforces resource limitations set by the user. GNUnet does not rely on any centralized services.
New Peer-to-Peer protocols can be easily implemented on top of the basic GNUnet infrastructure. Current protocols include anonymous file sharing, a trivial chat protocol, message throughput benchmarking and network topology visualization.
System requirements:
- GNU/Linux, FreeBSD, OpenBSD, NetBSD or Solaris.
- GNU MP Bignum Library (>= 4.0.0)
- libgcrypt (>= 1.2.0)
- gtk+ (>= 2.0)
- libextractor (>= 0.3.3)
Please keep in mind that this is a beta version. There may still be some stability, scalability and performance issues. So far the network is very small. Very little content is yet available. A subscription to GNUnet mailinglists might be a good idea.
Enhancements:
- gnunet-fuse now has support for write operations.
- The latency and performance of various database operations (for both MySQL and SQLite) was improved.
- Fixed bugs include broken error handling in the UDP transport, log rotation not deleting old log files, and crashes in gnunet-update and gnunetd.
<<less
Download (2.0MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
813 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5