From Learn Linux in a Month of Lunches by Steven Ovadia
Linux software installation, removal, and updating is handled by package managers. A package manager is what operates between us, the users, and the distribution software repositories. It’s where you look for software to install. The package manager is also what keeps software up-to-date on your computer.
From Learn Linux in a Month of Lunches by Steven Ovadia
This article discussed the pros and cons of the most widely-used Linux desktop environments.
From Learn Linux in a Month of Lunches by Steven Ovadia
In this article I talk about how to find and fix a hardware problem on a laptop using Linux.
By Jeff Nickoloff
Docker Machine can create and tear down whole fleets of Docker enabled hosts in a matter of seconds. In this article, excerpted from Docker in Action, we discuss the Docker Machine.
By Jeff Nickoloff
In this article, excerpted from the book Docker in Action, I will show you how to open access to shared memory between containers.
By Jeff Nickoloff, author of Docker in Action
Volumes are ways to declare shared state or stateful data with a life cycle independent of a running program. Since containers are segregated in all other ways, volumes provide a mechanism to specify a scope of interaction through file access. In this article, I talk about volumes and their benefits.