Remove page n
article thumbnail

A Brief Introduction to Linux Containers with LXC

Scott Lowe

In this post, I’m going to provide a brief introduction to working with Linux containers via LXC. For example, to use the “ubuntu” template and create a new container called “cn–01″, the command would look like this: lxc-create -t ubuntu -n cn-01.

Linux 96
article thumbnail

Linux Containers via LXC and Libvirt

Scott Lowe

One of the cool things about libvirt is the ability to work with multiple hypervisors and virtualization technologies, including Linux containers using LXC. If you aren’t familiar with Linux containers and LXC, I invite you to have a look at my introductory post on Linux containers and LXC.

Linux 65
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Effective Strategies for PDF to ePub Conversion

Kitaboo

The tool is available on Windows, macOS, and Linux. Managing Complex PDF Layouts during Conversion To handle complex layouts, the easiest way is to adjust the conversion options such as scaling, page margins, and font settings. Caliber Caliber is a free, cross-platform, and open-source ebook software for converting PDF to ePUB.

article thumbnail

Updating the Message of the Day (motd) on Raspberry Pi

Sean Daniel

scripts, and spend more time learning a Linux environment. The post is “ Custom MOTD - Message of the Day ” Look how nice this logon message is: However, by following the instructions on this page I had one major problem. curl -s "[link] | sed -n '/Currently:/ s/.*: (.*): ([0-9]*)([CF]).*/2°3,

LAN 51
article thumbnail

How White Label eBook Platforms Handle Different Formats : A Guide for K12 Publishers

Kitaboo

Handling Metadata Metadata, including the book title, author name, publication date, and keywords, is a n integral part of any eBook today. The testing team verifies the compatibility of the eBooks with various operating systems, including iOS, Android, macOS, Windows, and Linux.

eBook 78
article thumbnail

A Sample Makefile for Creating Blog Articles

Scott Lowe

In its first iteration as a static site, the HTML was generated using Jekyll and hosted on GitHub Pages. I chose to tackle this using a Makefile so that I had some level of independence from the specific editor or operating system I was using ( make is easily accessible on both macOS and Linux). usr/local/bin/subl -n name ?=

Linux 60
article thumbnail

Building a Three-Node Kubernetes Cluster | Quick Guide

Linux Academy

If you’re already a student of Linux Academy’s, log in here to follow along, or you can sign up for a FREE 7-day trial to get started. Linux Academy cloud servers are the best way to build your cluster because if you mess up, it’s easy to delete the server and re-create it in a matter of minutes. sudo apt-get update.

Linux 150