Home > Articles > Operating Systems, Server > Linux/UNIX/Open Source

Linux/UNIX/Open Source

17 Items

Sort by Date | Title

Setting Up a Private Docker Registry
Jan 19, 2016
This chapter from Docker Containers: Build and Deploy with Kubernetes, Flannel, Cockpit, and Atomic explains how to create a private Docker registry in Fedora or Ubuntu, use the docker-registry package, use the registry container image, and understand the Docker image namespace.
Linux File Management Basics
Jan 13, 2016
This chapter from CompTIA Linux+ / LPIC-1 Cert Guide: (Exams LX0-103 & LX0-104/101-400 & 102-400) covers Linux file system management as it pertains to the objectives on the CompTIA Linux+ / LPIC-1 exam.
Video: Docker Orchestration and Microservices: Use Docker Machine to Deploy to a Cloud Provider
Jan 4, 2016
In this excerpt from Docker Orchestration and Microservices LiveLessons, Charles David Crawford shows you how easy it is to use Docker Machine with a cloud provider, specifically Digital Ocean.
Video: Docker Orchestration and Microservices: How Docker Can Benefit a Microservice Architecture
Dec 31, 2015
In this excerpt from Docker Orchestration and Microservices LiveLessons, Charles David Crawford explains why Docker can be a great companion for a microservice or service-oriented architecture.
Video: Docker Orchestration and Microservices: Define a Docker Registry
Dec 30, 2015
One of the main benefits of Docker is that it's a good way to distribute your application. A good way to do this is through a Docker registry. In this excerpt from Docker Orchestration and Microservices LiveLessons, Charles David Crawford discusses using Docker registries, including Docker Hub.
Video: Docker Orchestration and Microservices: An Introduction
Dec 28, 2015
Docker has prompted many changes in the software development pipeline. In this excerpt from Docker Orchestration and Microservices LiveLessons, Charles David Crawford introduces his video course, discussing the importance and complexities of Docker.
Video: Ubuntu Server Essentials: Creating File Systems
Nov 9, 2015
In this excerpt from Ubuntu Server Essentials LiveLessons, Sander van Vugt shows you how to create a file system using the utility mkfs and discusses some of the most important file systems.
Video: Ubuntu Server Essentials: Getting Through the First Steps of Installation
Nov 2, 2015
In this excerpt from Ubuntu Server Essentials LiveLessons, Sander van Vugt walks you through the first steps of installing Ubuntu Server.
Video: Ubuntu Server Essentials: Managing Processes with Kill and Nice
Oct 29, 2015
This excerpt from Ubuntu Server Essentials LiveLessons shows you how to manage processes as a server administrator, namely how to kill or nice processes.
Video: Docker Containers: Removing Containers and Images
Jul 30, 2015
In this excerpt from Docker Containers LiveLessons, Chris Negus discusses several ways to go about clearing out unneeded containers and images.
Video: Docker Containers: Create Private Docker Registries
Jul 9, 2015
Setting up a private Docker registry allows you to share your images with people working on your project without exposing your project to the outside world. In this excerpt from Docker Containers LiveLessons, Christopher Negus shows you how to install and set up docker-registry in Fedora.
Advanced Debugging in the Linux Environment
Nov 21, 2013
In this article, Stephen Rago describes some of the free tools available for the Linux operating system to help you debug your programs. You will learn about some very effective tools (systemtap, strace, valgrind, gdb) and how to effectively employ them in real-world scenarios.
Using Threads within a UNIX Process
Jun 18, 2013
This chapter, from Advanced Programming in the UNIX Environment, 3rd Edition, looks inside a UNIX process to see how multiple threads can be used to perform multiple tasks within the environment of a single process.
Preface to "Advanced Programming in the UNIX Environment, 3rd Edition"
May 16, 2013
This preface to the highly-anticipated 3rd edition of Advanced Programming in the UNIX Environment, 3rd Edition contains Stephen Rago's current Introduction, his Introduction from the 2nd edition, and also W. Richard Stevens' original Introduction from the 1st edition.
Ubuntu Unleashed 2012 Edition: Command Line Quickstart
Nov 29, 2011
This chapter looks at some of the basic commands that you need to know to be productive at the command line. You will find out how to get to the command line, and learn some of the commands used to navigate the file system and perform basic operations with files, directories and users.
Getting Started with the Linux Kernel
Jul 21, 2010
This chapter introduces some of the basics of the Linux kernel. It then goes over the differences between the kernel and user-space programs and common programming constructs used in the kernel.
Open Source Tools for Security Testing
Sep 16, 2005
Michael Kelly reports on handy security uses for four open source tools: WebGoat, Firefox Web Developer, WebScarab, and Ethereal. By combining the tools in easy ways, testers can track down and close the gaping security holes that are often left in applications.