Bookmark
DTVD/rainbowstream · GitHub
https://github.com/DTVD/rainbowstream, posted 2014 by peter in communication free shell social software
A smart and nice Twitter client on terminal wrote by Python.
Bookmark
Getopt::Long::Complete - A drop-in replacement for Getopt::Long, with tab completion - metacpan.org
https://metacpan.org/pod/Getopt::Long::Complete, posted 2014 by peter in development free perl shell software usability
You just replace use Getopt::Long with use Getopt::Long::Complete and your program suddenly supports tab completion. This works for most/many programs.
Bookmark
The TTY demystified
www.linusakesson.net/programming/tty/index.php, posted 2013 by peter in hardware history linux reference shell toread
The TTY subsystem is central to the design of Linux, and UNIX in general. Unfortunately, its importance is often overlooked, and it is difficult to find good introductory articles about it. I believe that a basic understanding of TTYs in Linux is essential for the developer and the advanced user. Beware, though: What you are about to see is not particularly elegant. In fact, the TTY subsystem — while quite functional from a user's point of view — is a twisty little mess of special cases. To understand how this came to be, we have to go back in time.
Bookmark
novel/lc-tools · GitHub
https://github.com/novel/lc-tools, posted 2013 by peter in cloudcomputing python shell virtualization
lc-tools is a set of command line tools to control various clouds. It uses libcloud for cloud related stuff so should support as much cloud providers as libcloud does.
Bookmark
secondstory/dewpoint · GitHub
https://github.com/secondstory/dewpoint, posted 2012 by peter in cloudcomputing deployment free opensource shell software
Dewpoint is a command line tool for interacting with cloud servers.
Usage: dewpoint [options] ...
Commands:
create-node Create a new node
destroy-node Destroy an existing node
find-node Find an existing node by name
list-nodes List all existing nodes
list-sizes List all valid server sizes
list-images List all available server images
help Return more detailed help on command
I was going to write something like this myself (for an experimental fully automated continuous deployment pipeline using only open-source tools) but this looks promising so maybe I won't have to.
Bookmark
Tips For Robust Bash Scripts | Alex Collins
www.alexecollins.com/?q=content/tips-robust-bash-scripts, posted 2012 by peter in development howto reference shell toread
Here are a couple of quick tips for writing more robust shell scripts from my last 10 years of working with bash.
Bookmark
holman/spark - GitHub
https://github.com/holman/spark, posted 2011 by peter in free linux shell software visualization
▁▂▃▅▂▇ in your shell.
Bookmark
Introducing FPM - Effing Package Management :: semicomplete.com - Jordan Sissel
www.semicomplete.com/blog/tags/deb, posted 2011 by peter in free linux opensource shell software
Having become fed up with dealing with rpmbuild, spec files, debian control files, dh_make, debuild, and the whole lot, I automated my way back to sanity.
The result is a tool I call "fpm" which aims to help you make and mangle packages however you choose, all (ideally) without having to care about the internals of your particular native package format.
...
With FPM, you can specify dependencies, architecture, maintainer, etc. All from a simple command line, and never forcing you to learn the pain and suffering that can come with rpm spec files or debian package building.
Bookmark
youtube-dl
rg3.github.com/youtube-dl/, posted 2011 by peter in download free linux mac python shell software video
youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.x (x being at least 5), and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.
Bookmark
Ksplice » Solving problems with proc - System administration and software blog
blog.ksplice.com/2011/01/solving-problems-with-proc/, posted 2011 by peter in development howto linux monitoring reference shell toread
The Linux kernel exposes a wealth of information through the proc special filesystem. It's not hard to find an encyclopedic reference about proc. In this article I'll take a different approach: we'll see how proc tricks can solve a number of real-world problems. All of these tricks should work on a recent Linux kernel, though some will fail on older systems like RHEL version 4.
|< First < Previous 11–20 (35) Next > Last >|