adduser-ldap (download) | |
Revision: | (v1.4) |
Usage: | |
License: | |
adduser-ldap.cgi (download) | Adds user to ldap server running on (tls) ldap://$LDAPSERVER:389
This is NOT a POSIX user, just a regular user to allow chatting
|
Revision: | (v1.7) |
Usage: | from browser |
License: | GPL |
apt-get.wrapper (download) | A simple wrapper for apt-get to log its output to /var/log/apt.log
export LOG_FILE="/var/log/apt.log"
|
Revision: | |
Usage: | read above |
License: | GPL |
automount.pl (download) | A simple script to automatically find shares on a network subnet. It will attempt to detect NFS and SMB (samba)
and create the necessary /etc/auto.shares file
|
Revision: | (v1.2) |
Usage: | automount.pl --find-nfs [--find-smb] [--preferences=/etc/auto.shares] |
License: | |
bookmark2rss.pl (download) | Converts a bookmarks.html(firefox/mozilla/netscape) file to bookmarks.rss (1.0)
|
Revision: | (v1.7) |
Usage: | bookmarks2rss.pl [OPTIONS] > file.rss |
License: | GPL |
check-md5sum-debian.pl (download) | simple script to check md5sum of all debian installed files. If a --binary
flag is given, it will check only binaries.
If --md5sum="" is given, it will use that
|
Revision: | (v1.4) |
Usage: | $0 [--binary] [--md5sum="/usr/local/bin/md5sum"] [--log="/tmp/log"] |
License: | GPL |
chroot_this.pl (download) | set up a chroot environment for a binary
|
Revision: | (v1.11) |
Usage: | cd /chroot/path && chroot_this.pl /path/to/program |
License: | GPL |
configure-network-interfaces (download) | |
Revision: | |
Usage: | |
License: | |
diff-lists (download) | diff two files (after sorting by a key) * assumes lines are unique
* if -k is passed, it assumes the field is unique. try using -k and without it to compare output
|
Revision: | (v1.1) |
Usage: | $0 file0 file1 |
License: | GPL |
etodo.pl (download) | //; |
Revision: | (v1.15) |
Usage: | etodo.pl [options] [output_filename]\n |
License: | GPL |
fgrep.pl (download) | finds a string in a set of files
fgrep.pl "string" ".*\.html"
|
Revision: | (v1.32) |
Usage: | fgrep.pl --replace="bar" "foo" |
License: | GPL |
find.pl (download) | finds a string in a set of files
fgrep.pl "string" ".*\.html"
|
Revision: | (v1.32) |
Usage: | fgrep.pl --replace="bar" "foo" |
License: | GPL |
growisofs.pl (download) | Automatically detects how do you want to run growisofs. This would make growisofs work even for "sudo" (@ $ @$)
use strict;
|
Revision: | (v1.3) |
Usage: | $0 file.iso or $0 DVD_TREE_FROM_DVDAUTHOR or $0 DIRECTORY_TO_BACKUP |
License: | GPL (latest version) |
leet (download) | a simple script based on SLaK IRC script to convert regular text into l33t.
l33+ 5p34k
v1.0 by SLaK` (irc.rebelchat.org n3rd)
|
Revision: | (v1.3) |
Usage: | leet <leet|deleet> <text> |
License: | GPL |
lsports (download) | Prints tcp and udp connections that are listening similar to "netstat -l"
if [ ! -z $1 ]; then
netstat -na | egrep -i "(tcp|udp)" | egrep -i $1
|
Revision: | (v1.2) |
Usage: | lsports [port] |
License: | GPL |
lsproc (download) | a simple way to list running processes
PS='ps -eo pid,user,rss,s,args'
|
Revision: | |
Usage: | lsproc [process_name] |
License: | GPL |
make-kpkg.sh (download) | an interactive wrapper to Debian's "make-kpkg" to build a custom kernel package using
Distributed CC (distcc) and ccache if available.
|
Revision: | (v1.48) |
Usage: | cd to /usr/src/linux (or the linux source tree) |
License: | GPL (http://www.gnu.org/licenses/gpl.txt) |
mount_vault (download) | simple way to mount a File Vault on Linux $HOME/Vault directory for the current user
use strict;
$|++;
|
Revision: | (v1.8) |
Usage: | mount_vault --help |
License: | GPL |
normalize_music.pl (download) | A simple script to rename Music files in a consistent manner
use strict;
$|++;
|
Revision: | (v1.28) |
Usage: | cd ~/Music; normalize_music.pl or simply: $0 --help |
License: | GPL |
notify_via_xmpp (download) | Author David Cox
modified by Luis Mondesi for Fotolog.com
Created from various code examples found on the web
|
Revision: | |
Usage: | echo "message" | notify_via_xmpp user@server |
License: | Public Domain |
pixdir2html.pl (download) | |
Revision: | (v1.114) |
Usage: | |
License: | |
print_hex.pl (download) | prints character that represents hex number
use strict;
$|++;
|
Revision: | (v1.4) |
Usage: | $0 [--url-encode|--url-decode] string |
License: | GPL |
profile-computer (download) | spits to STDOUT basic information about the current system
=head1 NAME
|
Revision: | (v1.18) |
Usage: | profile-computer.pl [-H|--html] |
License: | GPL |
purge-old-kernels (download) | removes all kernels but the current version
DOACTION="--I-know-what-I-am-doing"
CURRENT=`uname -r`
|
Revision: | (v0.1) |
Usage: | $0 [--I-know-what-I-am-doing] |
License: | GPL |
push-cfagent (download) | installs cfengine on remote host
=head1 NAME
|
Revision: | (v1.3) |
Usage: | push-cfagent HOST |
License: | GPL |
rand_movie_title_guevos.rb (download) | =end
|
Revision: | (v0.1) |
Usage: | rand_movie_title_guevos.rb --help |
License: | GPL |
regex-test (download) | CGI to test regular expressions against a string
use strict;
$|++;
|
Revision: | (v1.10) |
Usage: | regex-test 'regex=REGEX&str=string' |
License: | GPL |
rename (download) | renames file names This script was developed by Robin Barker (Robin.Barker@npl.co.uk),
from Larry Wall's original script eg/rename from the perl source.
|
Revision: | (v1.1) |
Usage: | rename 'REGEX' FILE_LIST |
License: | Perl |
service (download) | Advanced drop-in replacement for "service" command line utility found on Redhat systems. Use to start/stop or removes services in Linux. Works on all Linux distributions. - A service cannot be called: start, stop, restart, remove, reload, off, on, status
- script will do first action found in list (start stop reload...) all other actions are removed
|
Revision: | (v1.17) |
Usage: | service <start|stop|restart|remove|reload|status|on|off> <service1 [service2 ... serviceN]> |
License: | GPL |
ssh-agent-setup (download) | A simple script to set ssh-agent and add your private keys using ssh-add
use strict;
|
Revision: | (v0.1) |
Usage: | eval `ssh-agent-setup` |
License: | GPL |
ssh-tunnel (download) | creates a tunnel between 2 servers through ssh
LOCALHOST="127.0.0.1"
|
Revision: | |
Usage: | $0 [USER@]SERVER [PORT]" |
License: | GPL |
todays_fortune.sh (download) | uses fortunes and Xdialog to display a short fortune to the user
INSTALLATION: needs fortunes ( :-) ) and recode
|
Revision: | (v1.3) |
Usage: | $0 |
License: | |
twitter.rb (download) | =end
|
Revision: | (v0.2) |
Usage: | twitter.rb --help |
License: | GPL |
update-host (download) | A simple script to update my settings in $HOME @see --help. You can get the latest copy from: git clone http://git.kiskeyix.org/git/Applications.git
TODO:
- tests host file and print their new IP to STDOUT. hint slurp_hosts() and do host lookups on the names. Allow a --reconcile-hosts option so the new IP for the hostnames can be save to the file passed from the command line.
|
Revision: | (v1.80) |
Usage: | update-host [OPTIONS] [host1 host2 host3 ...] |
License: | GPL |