Suppose you have a dozen or so *.rar files that you would like to unzip at the same time. But for each file, you want to create a folder with the same name and extract the files into that specific folder. Here are the short-hand and long-hand versions. Getting StartedFirstly,
DevOps
Total 22 Posts
Amazon Web Services offers a suite of tools for podcast producers to distribute their audio online. There's CloudFront for caching, S3 for storage, Glacier for long-term storage, Elemental for real-time distributing, Tailor for server-side ad insertion. I thought it would be to fun to show how to use Elastic Transcoder
See this error? (98) Address already in use: make_sock: could not bind to address 0.0.0.0:80. Here's how to fix it.
I've written a lot about building REST API's and a few of my favorite include Rails-only API, ExpressJS, Amazon Lambda, and SailsJS. This article is going to focus on something slightly different –but still interconnected, Object Relational Models. Although it's good practice to learn how to write SQL statements, at
If you're using NodeJS, sometimes you'll get an error like this: Error: listen EADDRINUSE :::5000 at Object.exports._errnoException at exports._exceptionWithHostPort at Server.setupListenHandle [as _listen2] at listenInCluster at Server.listen at Function.app.listen What this error means is that you're trying to bind the app but the
Deprecated Openshift v2.0 has now reached End of Life and will be replaced by v3.0. Below are all the commands you will need to prepare your website for SSL encryption. General OpenSSL Commands Generate a new private key and Certificate Signing Request. openssl req -out CSR.csr -new
You will need the requests library to capture album artwork from Fetch Art. pip install requests Install requests library for Python.We need imagemagick to do some image processing. I use Homebrew package manager to install imagemagick. Here's how to install Homebrew on OSX brew install imagemagickInstall imagemagick do conduct
How to install Icecast for cloud-based streaming radio.
Here are a few of my favorite commands for Mac OS X, Ruby on Rails and AWS Lambda development.
Bitnami offers Wordpress for AWS Cloud which is great for developers whom are not interested in focusing on DevOps topics such as installing php, Apache and Wordpress. The Bitnami package does it all but there are a few things you'll need to modify including robots.txt files. In this blog