Main > Free Download Search >

Free manage it software for linux

manage it

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1627
SQLite Manager 0.5.0 Beta 3

SQLite Manager 0.5.0 Beta 3


SQLite Manager is an all-in-one and very useful application which can manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>> <<less
Added: 2009-07-23 License: MPL Price: FREE
62 downloads
 
Other version of SQLite Manager
SQLite Manager 0.5.0 Beta 3and extremely useful program which offers an easy way to manage all your sqlite databases using
Price: FREE
License:MPL
Download
62 downloads
Added: 2009-07-23
Php-Residence Hotel Software 1.0

Php-Residence Hotel Software 1.0


Php-residence is an open source program that can be used in your browser designed to manage daily or weekly rental of house apartments or hotel rooms.... more>> <<less
Download (661KB)
Added: 2009-04-29 License: Freeware Price: Free
177 downloads
+CMS Content Management System 2.1.4

+CMS Content Management System 2.1.4


In the competitive content management market +CMS Content Management System stands out. With our easy to use and framework and flexible integration capabilities, +CMS is fast to deploy. Our intuitive interface makes it easy to empower non-technical contributors to create and manage Web content—without expensive, lengthy training. more>> <<less
Download (6.8Mb)
Added: 2008-11-17 License: Free Price: Free
63 downloads
Sabayon 2.19.2

Sabayon 2.19.2


Sabayon is a system administration tool to manage GNOME desktop settings. more>>
Sabayon is a system administration tool to manage GNOME desktop settings.

Sabayon provides a sane way to edit GConf defaults and GConf mandatory keys: the same way you edit your desktop. Sabayon launches profiles in an Xnest window.

Any changes you make in the Xnest window are saved back to the profile file, which can then be applied to users accounts.

<<less
Download (0.80MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
807 downloads
 
Other version of Sabayon
Sabayon 2.18.1Sabayon is a system administration tool to manage GNOME desktop settings. Sabayon is a system administration tool to manage GNOME desktop settings. Sabayon provides a
License:GPL (GNU General Public License)
Download (0.76MB)
947 downloads
Added: 2007-03-21
Quick.Cms.Lite 1.2

Quick.Cms.Lite 1.2


Quick.Cms.Lite provides a simple, fast message board with category filtering and a flat file backend. more>>
Quick.Cms.Lite provides a simple, fast message board with category filtering and a flat file backend.
Quick.Cms.Lite is a fast, simple, and multilingual content management system. It is based on flat files and does not require a SQL database.
It supports full administration for pages, subpages, photos, and files.
This application is based on the flat files database, like our other projects. Useful for web page designers, web page programmers and also, for those who just want to manage their own web page.
A Tool which makes work on the web side simple and easy, because it allows everyone who logs in to administration, to manage it. Our experiences with clients helped us to create web administration which is simple for everyone to edit it, add and delete pages, subpages, pictures and files.
Available features in Quick.CMS-Lite:
- Pages administration
- Attaching files and photos to pages
- Management of many languages
Enhancements:
- An administrator can now toggle an option in the configuration to see invisible pages on the site.
- News from OpenSolution is displayed on the admininstration homepage.
- The CSS (template) file can be changed in the configuration.
- The current language is displayed in administration.
- The libraries were updated.
- A gallery JavaScript bug was fixed.
- A Safari CSS menu bug was fixed.
- An Internet Explorer 7 CSS menu bug was fixed.
- A print option was fixed in CSS.
- Font sizes in CSS are now based on ems.
<<less
Download (MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
592 downloads
SlackRoll v14

SlackRoll v14


SlackRoll project is a package or update manager for Slackware systems. more>>
SlackRoll project is a package or update manager for Slackware systems. It does not provide dependency checking and uses pkgtools to install or upgrade packages. Its designed to work with official mirrors. If you have a Slackware system mainly composed of official packages and a handful of unofficial packages, SlackRoll can help you manage it and keep in touch with the remote tree. It tries to know when new packages appear, when packages are removed and when packages are upgraded.

Before you start

So you have decided to try SlackRoll. Let me introduce a few concepts so you dont get lost.

SlackRoll works with the current directory. It doesnt work with a fixed system directory like, lets say, /var/SlackRoll. You can use /var/SlackRoll if you want. You have to choose a directory and cd to it before running the program. Want to use something inside /var? Inside /root? Inside /media? Whatever floats your boat.
In the following text Im going to be talking about packages. For package, we are going to understand a named piece of software, without having any specific version unless I explicitly mention it. A package can be bash or kdewebdev or gcc-gfortran, for example.

Each package is in one of several possible states. The program tries to keep a persistent "database" that associates each package with its state. When it runs, it analyzes the list of packages present in your system, the list of remote packages and tries to keep the persistent database updated by introducing new entries, deleting old ones and changing the state of some of those entries.

<<less
Download (0.025MB)
Added: 2007-08-03 License: Public Domain Price:
817 downloads
Bulk Meter Flow and Operations 1.2.5

Bulk Meter Flow and Operations 1.2.5


Bulk Meter Flow and Operations project provides a Web-based application to manage water meter readings. more>>
Bulk Meter Flow and Operations provides a Web-based application to manage water meter readings.

<<less
Download (1.4MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
823 downloads
Sys::Manage::Cmd 0.56

Sys::Manage::Cmd 0.56


Sys::Manage::Cmd - Systems management command volley. more>>
Sys::Manage::Cmd - Systems management command volley.

SYNOPSIS

Command line script

use Sys::Manage::Cmd;
my $s =Sys::Manage::Cmd->new();

# Script associations (see also embedded in source):
$s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,[0]]};

# Target collections:
$s->{-target}->{all} =[1,2,3,4,5,6];

# Target branches:
$s->{-branch}->{1} =[1,2];
$s->{-branch}->{2} =[3,4];
$s->{-branch}->{3} =[5,6];

# Command-line setup / loop:
$s->set([@ARGV]);

# Command assignments:
#$s->set(-k=>assign, -o=>b, -i=>0, -ping=>1);
#$s->execute(-a=>assignment name, -t=>[targets], -cline=>[command line]);
#...

# Command line execution:
$s->set(-k=>cmd, -o=>b, -i=>0, -ping=>0);
$s->execute([@ARGV]);

Command line

script -option -option... target command-line
script -option... -ttarget... command-line

Examples of command line

script all dir !elem!
script -ob -tall dir !elem!
script -rPrevId -tall dir !elem!
script -aTest -tall dir !elem!
script -l10 -tall dir !elem!

Options of command line

(see also -cline and -i, -k, -l, -o, -r, -t, -u, -x, -v, -g)

-kNameSpace - kind (namespace) of command
-rCommandId - redo command id (used also inside -l); or switch (for -a)
-aAssignName - assignment name, to use as command id
-lPauseSecs - loop with pause before each subsequent redo
-lg... - ... for pings usuccessful only
-lv, -lw... - ... console verbose or windowed subsequent turns
-o(s|c|b) - order of execution:
sequental
concurrent
branched (concurrent branches)
-tTargetName - target, may be several -t, instead of positional argument
-xTargetExcl - exclusion from target list, may be several -x
-uUser:pswd - user name and password for target
-g - ping target before command, also use -gPingTimeout
-gx - exclude unsuccessful targets sequentially
-i - ignore exit code
-v(0|1|2) - verbosity level
-vc... - ... cmdfile rows include
-vt... - ... date-time include

Embedded commands

(see also -cline and -assoc)

script.ext - interpreting of scripts alike .pl, .bat, .ftp, .rdo.*
rcmd, rdo, - commands to remote nodes using
fput, fget, Sys::Manage::Conn
mput, mget (!elem!, !user!, !pswd! substitutions not needed)
cmdfile - evaluate command lines file or Perl script
!elem!, < - target element and source file substitutions
!user!, !pswd! - user name and password substitutions
!log! - log filesystem name substitution

Embedding command line

(see also ENVIRONMENT and SLOTS)

if (!defined($ENV{SMELEM}) # command volley:
|| ($ENV{SMELEM} eq )) {
system($^X, script, -k0, target, $0)
} elsif (!$ENV{SMDIR}) {
die "Execute this script on Manager!"
} elsif ($ENV{SMDIR}) {
die "Execute this script on Agent!"
} else { # command script:
....
1 # success
}

<<less
Download (0.060MB)
Added: 2007-07-24 License: Perl Artistic License Price:
824 downloads
Disk Manager 1.0.1

Disk Manager 1.0.1


Disk manager is a simple filesystem configurator. more>>
Disk Manager project is a simple filesystem configurator that allow you to:
- Automaticly detect new partitions at startup.
- Fully manage configuration of filesystem.
- Enable/disable write support for NTFS (need ntfs-3g installed).
<<less
Download (0.055MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
520 downloads
Day planner 0.7.1

Day planner 0.7.1


Day planner is a simple time management program. more>>
Day planner is a simple time management program. It is designed to help you easily manage your time.

It can manage appointments, birthdays, and more. Day planner makes sure you remember your appointments by popping up a dialog box reminding you about them.

Day planner is free software which means that its free for everyone to use, share, change and copy.

<<less
Download (0.092MB)
Added: 2007-07-11 License: GPL v3 Price:
507 downloads
WebCert 1.5.0

WebCert 1.5.0


WebCert is a Web application to generate and manage digital certificates in cases where no full CA is needed. more>>
WebCert is a Web application to generate and manage digital certificates in cases where no "full" CA is needed.

WebCert is very handy for those who need a cert quickly and dont have the hang of the OpenSSL command line. It is very easy to deploy and to use.

<<less
Download (0.090MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
846 downloads
SVNAccess 1.0.4

SVNAccess 1.0.4


SVNAccess is a small Web application which lets one manage the access to SVN repositories through a simple interface. more>>
SVNAccess is a small Web application which lets one manage the access to SVN repositories through a simple interface.

SVNAccess uses existing Apache password files/users and stores information in a MySQL database in order to generate an AuthzSVNAccessFile formatted access file.

One can also delegate admin rights to a group and repository access to users so that repository owners can manage their own access.

<<less
Download (0.010MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
857 downloads
PHPFileManager7 1.0

PHPFileManager7 1.0


PHPFileManager7 (PFM) is a PHP class that makes it easy to manage files in PHP programs. more>>
PHPFileManager7 (PFM) is a PHP class that makes it easy to manage files in PHP programs.

The project doesnt require a MySQL database and it can integrate with a panel created by the user.
<<less
Download (0.37MB)
Added: 2007-06-11 License: The PHP License Price:
867 downloads
Wallpapoz 0.4

Wallpapoz 0.4


Wallpapoz tool enables your Gnome desktop to have different wallpapers for different workspaces or virtual desktops. more>>
Wallpapoz tool enables your Gnome desktop to have different wallpapers for different workspaces or virtual desktops. It offers quick orientation cues where you are. The other reason is to increase eye candy. In this version, it support randomization.

It means you can group your wallpapers into spesific workspaces. You can manage it so that your cartoon wallpapers will be randomize for certain times in workspace one, your nature wallpapers in workspace two, your adult wallpapers in workspace three and your Gnome wallpapers in workspace four.

There are two programs. One is the daemon that will monitor your desktop continuously. So when you change workspace or specified time has passed, the daemon wil change your desktop wallpaper.

The daemon it self reads your wallpapers list and preferation then acts according to that. The configuration file is written in xml format. Of course you can edit with any text editor but that is not convenient.

To make it easy, there is another program to edit this configuration file. Click the button, find the wallpapers that you would like to put into spesific workspace. Please see the screenshot to see how it works.

The daemon program name is daemon_wallpapoz.py. You need to add this program into Gnome start up programs list if you want every time you log into Gnome session, your Gnome desktop will have the ability to have different wallpapers for different workspaces. But first you need to make the configuration file by using program that called wallpapoz.py.

<<less
Download (0.075MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
884 downloads
Kvm (Kde Video Menu) 0.2.1

Kvm (Kde Video Menu) 0.2.1


Kvm is a Konqueror service menu which allows to manage your videos without to use a graphical application. more>>
Kvm is a Konqueror service menu which allows to manage your videos without to use a graphical application.
Kvm (Kde Video Menu) service menu can be considered as a frontend of ffmpeg.
Enhancements:
- fix some bugs!
<<less
Download (0.012MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
1196 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5