22 projects tagged "bash script"
CPDFTK is a commercial, supported implementation of pdftk. It is a set of command line tools for manipulating PDF files with the same interface as the popular open source pdftk tools. It can split, merge, linearize, scale, rotate, crop, encrypt, decrypt, watermark, bookmark, annotate, attach, and impose files.
Watch My Network is a script that detects network devices connected to your network, and saves details of these devices to a MySQL database. You can access this data with a Web browser. This user interface has tabs like "Browsing History", "New Device Control", "IP - MAC Changing", "Vlan Search", and "Operating Systems Search in My Network". This program can be run repeatedly via crontab.
Weighted Slideshow is a small shell script that creates a random playlist file from image files in the current directory. This list can then be used as input to an image viewer (such as "feh"). Although many image viewers can display a slideshow of randomly selected pics, Weighted Slideshow strongly favors files with newer modification times over older ones.
@ (monkey-tail) is a simple collection of simple commands. Built-in commands include listing of memory usage and open files for a process (by name or PID), running processes detached from a terminal, and running a program only once. @ can merge external pieces of code into itself to provide extra commands. Additionally, these "externals" can then be updated from their source. Currently there are externals available for extracting archive files (including nested archives), setting the GNOME desktop wallpaper image, and for replicating @ to another host via SSH. Externals can easily be written, as they are simply collections of Bash functions. It is completely self contained and self modifying, and is implemented in a single file.
Sam is a Morse code trainer. It is a bash script that runs in a terminal. It beeps and boops out the command-line arguments in Morse code. If there are no command-line arguments, then it beeps and boops the Usage message. Simple, no? But the gimmick is that it prints out the text to the terminal, and the cursor below the text keeps track of which letter is being sounded.
Grab Downloading Flash Video is a Bash script designed to be called via a Linux GNOME Desktop custom shortcut key while a Flash video is playing in your Firefox or Chrome browser. The script attempts to find the file being downloaded, waits for the download to finish, and then copies it to a configured directory. Prior to Flash 10.2, it was easy to find the file yourself in the /tmp directory. But starting with version 10.2, this script is more useful because the file is deleted but internally still open. Note that this is not a universal solution. Some sites, such as YouTube, make it easy to find the URL of the Flash video file. In those cases you may have better success using a download utility such as 'youtube-dl'.
Lufft L2P Nagios Plugin enables Nagios to check L2P devices (e.g., OPUS20 devices). It's written in Bash and uses the "Lufft L2P Script Collection". L2P is the "lufft logger protocol" developed by G. Lufft Mess- und Regeltechnik GmbH in Germany, a producer of climatological precision measuring equipment.
/bin/js is a Bash/JavaScript-based shell scripting language. It is a mashup of JavaScript syntax with Bash one-liners which looks and feels like C/C++/Java. Shell scripts can be written with the shebang #!/bin/js, and all lines are executed as Bash commands. All code loops, switch statements, functions, and classes are written in JavaScript. JavaScript array syntax, number types, and i++ are supported, so the resulting shell scripts are easy to write and to read. Anyone who can write JavaScript and Linux commandline statements can write /bin/js scripts.
A fully-featured launchd front-end for managing and debugging system and user services.