Tag archive for "bash"
I have used the Bourne-Again shell since I started using UNIX and Linux. I tried to switch to ZSH for a while, but it's hard to switch your primary tool when you have spent years configuring it.
Update: This script is almost obsolete as github will switch to their v3 API on may 1st, 2012 and doesn't display the API token any more... With this this script you can easily migrate a WordPress plugin from the wordpress.org svn repository to github. This script will NOT import the … more
I recently moved my projects to gunicorn and needed init scripts. Here's what I'm currently using. I have the gunicorns running behind nginx, so you might want to tweak the IP and PORT settings. It might also be nice to use start-stop-daemon. more
You can use wget to mirror pages that use cookies to authenticate visitors. That's usually the case when there is a login form on a site. more