Remove page g
article thumbnail

Linting your Markdown Files

Scott Lowe

Back then, the site was generated from Markdown using Jekyll (via GitHub Pages); today it is generated from Markdown sources using Hugo. In both cases, the CLI tool is installed via npm install (typically globally with --global or -g ). igorshubovych/markdownlint-cli:latest "path/to/*.md"

Tools 113
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

Using Mock to Build Sanlock 2.4 RPMs for CentOS 6.3

Scott Lowe

The information in this post is based on information found in two other very helpful pages: Using Mock to test package builds. Next, create a user under which you’ll run all these commands, and make sure this account is a member of the mock group: useradd makerpm -G mock passwd makerpm. Trying a New Linux Distribution.

Linux 104
article thumbnail

Using Mock to Build libssh2 1.4.1 RPMs for CentOS 6.3

Scott Lowe

The information in this post is based on information found in two other very helpful pages: Using Mock to test package builds. Next, create a user under which you’ll run all these commands, and make sure this account is a member of the mock group: useradd makerpm -G mock passwd makerpm. Trying a New Linux Distribution.

Linux 94
article thumbnail

Reproducing Generated Test Case Crashes in Mayhem

ForAllSecure

Here we provide the testme binary for download, which requires a Linux OS to execute. > int fuzzme(char *buf) { if(buf[0] == 'b') if(buf[1] == 'u') if(buf[2] == 'g') { return 0; // Fixed: No more defect. If we scroll down to the bottom of the Mayhem run page, we can see the results of the regression test on a per test case basis.

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). editor ?= /usr/local/bin/subl

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