14 projects tagged "Shell scripts"
DragonFly belongs to the same class of operating systems as other BSD-derived systems and Linux. It is based on the same Unix ideals and APIs and shares ancestor code with other BSD operating systems. DragonFly is differentiated from other operating systems in its class by, among others, the HAMMER file system, Virtual Kernels, swapcache, and the pervasive use of soft token locks. DragonFly provides an opportunity for the BSD base to grow in an entirely different direction from the ones taken in the FreeBSD, NetBSD, and OpenBSD series.
HDSync provides synchronous playback of different HD videos on multiple screens. For video art, video wall, and dome installations, it provides realtime synchronized playback of audio and video, allowing consumer-grade HD decoders to synchronize playback using multiple devices connected via the local network.
KDE-Services extends the features of Dolphin's right click menu in the KDE graphical environment. It allows you to play and convert between several video formats, extract audio from movies and convert them to MP3, convert audio to MP3, securely send a file or directory to Mailx as an email, send files to Thunderbird as attachments, burn and checksum ISO images, execute scripts and applications, get low-level information on video files, build ISO images from folders, replace text, search, SSH, use Midnight Commander, use system, network, and backup/restore tools, use Samba, extract subtitles from MKV video, multiplex subtitles into MPEG-2 videos, and work with YouTube, DVDs, multimedia, GPG. You can add a timestamp prefix to a filename or directory name. A paranoid shredder, an HTTP publisher, graphic tools, and package tools are included.
Liberté Linux is a secure, reliable, lightweight, and easy to use Gentoo-based live USB Linux distribution intended as a communication aid in hostile environments. It installs as a regular directory on a USB/SD key, and after a single-click setup, boots on any desktop computer or laptop. The Internet connection is then used to set up a Tor circuit, which handles all network communication. During first boot, a unique email ID is generated from fingerprints of user's certificate and Tor hidden service key. This persistent ID allows one to stealthily communicate with other Liberté users. The distribution includes image and document processing applications, and can function as a secure Web browsing platform. For developers, Liberté can also serve as a robust framework for mastering Gentoo-based live USBs/CDs. The build process is fully automated with incremental build support, and is more mature and reliable than most of Gentoo's own outdated live CD tools.
MBSL (MicroBlaze Simple Linux) is a set of Makefile scripts to create an image of a Linux-based OS for the Xilinx MicroBlaze (FPGA) soft processor. It provides very simple package management that allows you to customize the resulted image. The purpose is to just type 'make build install' and get the configured image.
OpenBricks is an enterprise-grade embedded Linux framework that provides easy creation of custom distributions for industrial embedded devices. It features a complete embedded development kit for rapid deployment on x86, ARM, PowerPC, and MIPS systems with support for industry leaders. It is meant for individuals and companies that are looking for rapid board bring-up with fine-grain embedded Linux distribution setup with complete customization. It eliminates the need to care about BSP and toolchain.
Python Packager is a Web application that converts Python source code into stand-alone applications for Windows and Linux. Python Packager creates a portable exe, a portable directory, and an installer for Microsoft Windows. Python Packager also creates portable files, portable directories, and DEB and RPM pacakges for Linux. Other features include analysis of the source code using linting tools, adding licensing terms to the code, and automatic generation of documentation. Python Packager is similar to tools such as Py2Exe, PyInstaller, cx_Freeze, and bbFreeze. Python Packager simply uses existing tools "under the hood". It does not claim to add any extra features which can be achieved with existing tools. It builds Python executables on Linux and Windows using PyInstaller (much like Py2Exe). It also uses PyLint to analyse the source code. It documents code with epydoc.