Tag: Linux

Installing OpenStack with DevStack

OpenStack is open source software for building private and public clouds. There are several ways to install OpenStack. This guide will walk you through the installation of DevStack, which is a documented shell script to build complete OpenStack development environments. We will start with the installation of Ubuntu 12.04 (LTS). Make sure that you create…

Continue reading…




How to Use ‘find’ Command to Search for Multiple Filenames (Extensions) in Linux

Many times, we are locked in a situation where we have to search for multiple files with different extensions, this has probably happened to several Linux users especially from within the terminal. There are several Linux utilities that we can use to locate or find files on the file system, but finding multiple filenames or…

Continue reading…