Linux Commands

Linux Commands

Pull Harddrive Model and Vendor Info

cat /sys/class/block/sdc/device/{model,vendor}

Find a String within a file

grep 'string' /etc …
more ...

Getting Started with Pelican

plug for fixing tables

use pelican-bootstrapify https://github.com/getpelican/pelican/issues/1421

content for bootstarp2

#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import …
more ...