BHK Code Vault

Jekyll Commands

The Jekyll gem makes a jekyll executable available to you in your terminal. The jekyll program has several commands but the structure is always:

jekyll command [argument] [option] [argument_to_option]

Examples: jekyll new site/ –blank jekyll serve –config _alternative_config.yml
more...


#jekyll

Jekyll FTW

Once the kinks were ironed out from using docker, going back to Jekyll for content creation was a no-brainer. :) So again an avid Jekyll user!
more...


#docker, #jekyll

How To Remove Docker Images

Introduction

Docker makes it easy to wrap your applications and services in containers so you can run them anywhere. However, as you work with Docker, it’s also easy to accumulate an excessive number of unused images, containers, and data volumes that clutter the output and consume disk space.

Docker gives you all the tools you need to clean up your system from the command line. This cheat sheet-style guide provides a quick reference to commands that are useful for freeing disk space and keeping your system organized by removing unused Docker images, containers, and volumes.
more...


#ubuntuserver, #docker

Using Smartmontools on Ubuntu Server

As mentioned before the smartmontools package is available in the repositories of all the major Linux distributions, therefore all we have to do to install it, is to use our favorite package manager. If you are running on Debian or one of its derivatives, like Ubuntu or Mint, for example, you can run:
more...


#harddisk, #server

Updating Manjaro

Too often when I do updates of a bigger magnitude - such as updating after several months - it will often lead to the dreaded kernel missing message. Well, after doing that in the past I set forth to get rid of it once i updated..and the solution seems to be rather a simple one.
more...


#linux, #manjaro