Main > Free Download Search >

Free usr software for linux

usr

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 755
TinyURL 1.3

TinyURL 1.3


TinyURL is a Konversation script that makes a TinyURL (http://tinyurl.com) from a given URL. more>>
TinyURL is a Konversation script that makes a TinyURL (http://tinyurl.com) from a given URL.

Just copy it to /usr/share/apps/konversation/scripts/ (system wide) or to ~/.kde/share/apps/konversation/scripts/ (for just your user).

<<less
Download (0.002MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
851 downloads
mass

mass


mass is a program that lets a system administrator execute programs on some set of machines as root. more>>
mass.pl is the implementation of a relatively simple idea. Instead of interactively doing some task on one machine, then duplicating the effort on N other machines, write a shell script, then scp it to N machines and execute it as root.

Example

(sic@foo)($:~/mass)- ./mass.pl --name solaris --script pushsomething --su --sshpass
sudo password:
ssh password:

trying to run pushsomething on 1 machines
test

test

PING test.example.com (10.1.1.10) from 10.1.2.3 : 56(84) bytes of data.
64 bytes from 10.1.1.10: icmp_seq=1 ttl=64 time=0.142 ms

--- test.example.com ping statistics ---
1 packets transmitted, 1 received, 0% loss, time 0ms
rtt min/avg/max/mdev = 0.142/0.142/0.142/0.000 ms
pushsomething 100% |*****************************| 183 00:00
test.txt 100% |*****************************| 15 00:00
sic@tests password: sh-2.05a$ PS1=$ ; PATH=/usr/local/bin:/bin:/usr/bin:/usr/s;export PS1;export PATH
$ sudo -K ; sudo sh
Password:
$ PATH=/usr/local/bin:/bin:/usr/bin:/usr/sbin:/usr/local/sbin:/sbin ; export PATH
$ if [ `id|cut -d -f 1` = uid=0(root) ]; then PS1=# ; fi
# sh pushsomething && echo script done || echo script failed
script done
# /bin/rm pushsomething test.txt && echo removed pushsomething test.txt
removed pushsomething test.txt
#

1 passed: test
0 failed:
0 fatal errors:

<<less
Download (0.012MB)
Added: 2005-09-21 License: Artistic License Price:
2368 downloads
gmailsender 1.3

gmailsender 1.3


gmailsender is a mono based mail sending application. more>>
gmailsender is a mono based mail sending application.
Use it to send Email through a smtp server (only without authentification) with an optional attached file.
gmailsender is under the GPL license.
Installation:
1. make
2. mono gmailsender.exe
and if you want to install it into your /usr/local/bin (as root) :
3. make install
Enhancements:
- now gmailsender use gtk-sharp2
<<less
Download (0.080MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1104 downloads
ASCIIQuarium 1.0

ASCIIQuarium 1.0


Asciiquarium project is an aquarium in ASCII art. more>>
Asciiquarium project is an aquarium in ASCII art.

It includes multicolored fish, a whale, and a fish-eating shark.

Enjoy the mysteries of the sea from the safety of your own terminal!

Asciiquarium is a single perl script, so all you have to do is make sure its executable and put it somewhere convenient, like /usr/local/bin or /usr/local/games.

<<less
Download (0.013MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1083 downloads
Tempest

Tempest


Tempest is a screensaver for the KDE desktop. more>>
Tempest is a screensaver for the KDE desktop.

Installation:

compile with gcc -o tempest tempest.c -lGL

move the binary to /usr/lib/xscreensaver
for KDE, put tempest.desktop in /usr/share/applnk/System/ScreenSavers
for X screensaver add
- GL: tempest -root n
to .xscreensaver in your home directory

for configuration, run tempest with -help
add options to .xscreensaver or tempest.desktop as desired
<<less
Download (0.007MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
1004 downloads
SMAN1.2

SMAN1.2


Access to your POP3 account and send all your mails with SMAN, a TCL mail manager for X11, compatible with TCL 7.5 and Wishx 4.1 more>>
Access to your POP3 account and send all your mails with SMAN, a TCL mail manager for X11, compatible with TCL 7.5 and Wishx 4.1.
Simply type sman.install if you want to use the options by default :
wishx is supposed to be located in /usr/bin
it will create /usr/local/sman1.2 , smanbase fixed to /usr/local
all the files needed by SMAN will be found in /usr/local/sman1.2
the SMAN program itself will be /usr/local/sman1.2/bin/sman
Main features:
- Recieve mail from a POP3 server
- Send mail by an SMTP server
- MIME attachments
- Address book
- TO, CC, BCC lists
- Draft messages
- Sent mails
Enhancements:
- Correction of bugs :
- tkTextClipboardKeysyms replaced by its expansion
- tkEntryClipboardKeysyms replaced by its expansion
- Standardisation :
- File browsers use a newer version of the widget
- Width of all buttons is now the same
<<less
Download (0.046MB)
Added: 2006-06-10 License: GPL (GNU General Public License) Price:
702 downloads
Search::Namazu 0.96

Search::Namazu 0.96


Search::Namazu is a Namazu library module for perl. more>>
Search::Namazu is a Namazu library module for perl.

SYNOPSIS

use Search::Namazu;

@hlists = Search::Namazu::Search(index => /usr/local/namazu/index,
query => foo);

foreach my $hlist (@hlists) {
print ($hlist->score, $hlist->uri, $hlist->date, $hlist->rank);
}

$x = Search::Namazu::Search(index => /usr/local/namazu/index,
query => foo,
fields => ["uri", "from"]);

foreach my $rxs (@$x) {
print ($rxs->get("uri"), $rxs->score, $rxs->get("from"));
}

<<less
Download (0.039MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
966 downloads
h4xx0ri5e

h4xx0ri5e


h4xx0ri5e is a service menu which renames files to give them a more hackerish look. more>>
h4xx0ri5e is a service menu which renames files to give them a more hackerish look.

Exemple:

hacker -> h4xx0r
hack -> h4xx
the -> teh
a, A -> 4
l, L -> 1
o, O -> 0
s, S -> 5

Hope you may have fun with it.

Installation:

just copy (i assume youve got kde in the standard place):
h4xx0r15e.desktop to ~/.kde/share/apps/konqueror/servicemenus (for yourself), or
to /usr/share/apps/konqueror/servicemenus/ (for everyone), and
h4xx0r15e.sh to one of the $PATH directories, f.ex. /usr/local/bin, or /usr/bin

Known problems:

doesnt work with filenames with spaces. sorry, i just dont feel like trying to fix it now since i know the whole thing is useless and pure fun, anyway.
<<less
Download (0.002MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1265 downloads
VFU File Manager 4.05

VFU File Manager 4.05


VFU is console (text mode) file manager for UNIX/Linux. more>>
VFU is console (text mode) file manager for UNIX/Linux.

During the years I tried to make short attractive list of features which VFU has. Attractive as Advertising above :) and it does not seem to work... at least it didnt for me and I never liked it.

I made all possible to make VFU cover all file managing needs and offer large set of behaviour options. If I succeeded or not, you can decide for yourself but without trying I believe noone can say for sure.

Installation:

1. how to compile vfu

run `make from vfu base directory

this should compile everything

to compile each part of vfu manually do this:

-- go to `vslib directory
-- run `make
-- go to `vfu directory
-- run `make

if something goes wrong, check these:

-- if your `curses.h file locations is not `/usr/include/ncurses
you have to change this in the Makefile.

-- if vslib library is not in the `../vslib directory you also
have to change this in the Makefile.

2. how to install vfu

run `install script from vfu base directory

install script checks if all required files are available/built and then does this:

cp vfu/vfu rx/rx_* /usr/local/bin
cp vfu.1 /usr/local/man/man1
cp vfu.conf /usr/local/etc

3. how to install vfu manually

-- you have to copy `vfu in the `/usr/local/bin or
`/usr/bin directory and set mode to 755 `rwxr-xr-x
the owner is not significant ( root is also possible ).

-- there is preliminary man page ( vfu.1 ) which could be
copied to /usr/man/man1.

-- copy all `rx/rx_* tools to /usr/local/bin
-- install Net::FTP perl module if needed.
(this is used for FTP support)

WARNING: make sure to remove all old personal cache files!
<<less
Download (0.52MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1487 downloads
prizm 0.2

prizm 0.2


prizm is a simple tool to colorize xterm sessions. more>>
prizm is a small, simple tool to colorize xterm sessions.

Its done either randomly or from a config file.

It is a useful visual cue for when there are many xterms open at once.

INSTALL

Put .prizmrc and .prizmrgb in your home directory.
Put prizm in your path, and make executable
Put prizm.1.gz in your manpath (/usr/share/man/man1/)
<<less
Download (0.004MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1121 downloads
Gdump 1.2

Gdump 1.2


Gdump is a very very simple netool with WHOIS an NETSTAT developed in Gambas. more>>
Gdump is a very very simple netool with WHOIS an NETSTAT developed in Gambas..so depends on it.

required netstat and whois in the standard PATH=/usr/bin

This is my first application..hope to improve myself sorry.

Interface and languages are subject to improvement too.

Tnx to Linux-pro for help in code...

<<less
Download (0.036MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1242 downloads
eics 3.1c

eics 3.1c


EICS is a tripwire like filesystem integrity checking utility. more>>
EICS is a tripwire like filesystem integrity checking utility.
You configure the compilation by typing ./configure. This will install the program with prefix /usr like this:
Binary goes to : /usr/bin/eics
Configuration : /usr/etc
Database files : /usr/lib
You can configure the places files go mainly with the following parameters
--prefix=DIR Defines where you want to put the files
--sbindir=DIR Where eics goes. This defaults to $prefix/sbin
--sysconfdir=DIR Configuration and keyfiles will be placed into this directory. Defaults to $prefix/etc
--with-database-dir=DIR Database files will be placed here. Defaults to $prefix/lib/eics
--with-root-prefix=DIR This is for package builders. When the files are copied this is appended to the paths. Does not affect the program itself.
--mandir=DIR Where man pages go. Defaults to $prefix/man
Main features:
- Easy configuration files
- Wide range of checks
- Regular expression support and globbing(from version 3)
- Fast check even on large systems(from version 3)
- Uses OpenSSL
- Uses DSA signaturing to ensure database integrity
- No password needed for checking filesystem
<<less
Download (0.053MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1200 downloads
SDL4Freepascal 1.2.0.0

SDL4Freepascal 1.2.0.0


SDL4Freepascal project contains SDL bindings for Freepascal. more>>
SDL4Freepascal project contains SDL bindings for Freepascal.
It is a set of FreePascal units binding to the SDL (Simple Directmedia Layer) game development API.
To compile the library:
$ tar xzf SDL4Freepascal-1.2.0.0.tar.gz
$ cd SDL4Freepascal-1.2.0.0
$ ./build.sh
and to install it (as root):
# mkdir /usr/lib/fpc/yourversion/units/linux/SDL4Freepascal-1.2.0.0
# mv *.o *.ppu /usr/lib/fpc/yourversion/units/linux/SDL4Freepascal-1.2.0.0
Enhancements:
- Updated to SDL 1.2
- added some demos
- added SDL_cdrom
<<less
Download (0.044MB)
Added: 2006-11-20 License: LGPL (GNU Lesser General Public License) Price:
1070 downloads
pySoft 0.3

pySoft 0.3


pySoft is a tool that checks for new versions of software. more>>
pySoft is a tool for checking for new versions of software. It can check any software for which an appropriate checker script has been written. Scripts for several popular programs are included.

Installing

Simply copy pysoft to your /usr/bin or /usr/local/bin, chmod it to 755, it should look like this:
cp pysoft /usr/bin
chmod 755 /usr/bin/pysoft
ls -l /usr/bin/pysoft
-rwxr-xr-x 1 root root 2851 2005-03-22 12:01 pysoft.py

Please check path to your python executable, it is in first line in pysoft executable. Next copy all modules/* to directory you want to place it, eg.
mkdir -p /usr/share/pysoft
cp modules/* /usr/share/pysoft/

Now edit your config file, if you re root, you can do it in /etc/software file, i recommend this. So you can do ~/.pysoft :) How to edit your config file is described in config.example file

Now you are ready to run pySoft!

Using

In first time you should read help, and look for switches
"pysoft -h"

Obligatory is "-c" which point at your config file. Next one you must use is "-m", this one poins to your modules directory.

Eg. if you do /etc/software config file and modules dir is /usr/share/pysoft you should run pySoft in that way:
"pysoft -c /etc/software -m /usr/share/pysoft"
<<less
Download (0.011MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1655 downloads
svcmon 1.0

svcmon 1.0


svcmon is a versatile TCP service watchdog, that can optionally send email alerts when services are detected as being down. more>>
svcmon project is a versatile TCP service watchdog, that can optionally send email alerts when services are detected as being down.

svcmon is written using Perl, and requires a few "standard" Perl modules, which should be included as part of your base Perl installation:

Net::SMTP
IO::Socket
Getopt::Std

Installation:

Download the tarball, and extract to an appropriate location, e.g.:

# cd /usr/local
# wget http://www.zazzybob.com/svcmon/svcmon.tar.gz
# tar xzf ./svcmon.tar.gz
# ls ./svcmon
README bin etc

There are TWO configuration files (discussed below):

# cd /usr/local/svcmon
# ls etc
svcmail.conf svcmon.conf

Ensure that svcmon.pl is executable before continuing:

# chmod u+x /usr/local/svcmon/bin/svcmon.pl
<<less
Download (0.005MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1111 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5