Projects

Projects, Scripts, and Various Works


binfind, libfind, and manfind

These are the scripts that I commonly use for finding executable binaries, libraries, and manual page files.

build-and-copy.bash

A script I use to automate building of initrd image.

cd.bash

A simple and convenient enhancement wrapper for cd.

digest-kangarootwelve

A KangarooTwelve library for Ruby.

digest-xxhash

An XXHash library for Ruby.

dnscrypt-proxy-multi

A Ruby script that runs multiple instances of dnscrypt-proxy with many features. See blog post for details.

gdb-completion.bash

A completion script for gdb.

geany-patches

A collection of patches I made for Geany that adds more features. See my blog post for details.

screenshots

getabspath and getcleanpath

getabspath and getcleanpath are shell script functions that get absolute forms of a UNIX path.

killtree

Sends signals to process trees with style.

The script also contains reusable functions for working with process trees.

killtree-lite

A less poetic version of killtree.

overlay gentoo-signet tux

My personal overlay for Gentoo Linux’s Portage. It can be installed locally through layman with layman -a konsolebox. See details, or check repository.

map-partitions

A tool for mapping partitions in a block device to logical devices using dmsetup and sfdisk.

minimalism

A color scheme for Geany with a minimalistic feel or approach. See repository page for preview.

PlayShell

A simple console-based application for playing media files using known media players like SoX, VLC, MPlayer and FFplay as backend.

screenshot playing audio files screenshot playing movie files

rcopy

A script that copies files along with their dependencies to a virtual root directory. The resulting file’s path is reproduced based on its source. It is useful for preparing binaries in a chroot environment.

rake-completion.bash

A completion script for rake.

Shell Script Loader

A framework for shell scripts that provides functions that can be used to load, include or call module shell scripts. It supports most shells based on Bourne shell including Bash, Ksh and Zsh. A compiler can also be used.

tail-follow-grep

Basically a wrapper for tail -f and grep --line-buffered

tcpdump-master

The script is a tcpdump service starter and manager. It can also automatically delete files older than C days, and reduce the size of the main log file if it’s already larger than N bytes.

I wrote it back in 2010 for an LQ thread. Right now tcpdump already has most of its features.

trim-trailing-spaces

Removes trailing spaces in files.

uuidfstab

A script that converts device paths in a fstab file to UUID forms.

xn

Renames files and directories based on their 160-bit KangarooTwelve checksum while avoiding conflict on files with different content.

Back to top