grubby

(★ 14)

Fail-fast web scraping

File Explorer

  • .gitignore
  • CHANGELOG.md
  • Gemfile
  • grubby.gemspec
  • LICENSE.txt
  • Rakefile
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

rake

View Details ▼

A Make-like program for Ruby.
Tasks for `rake` are specified in a Rakefile.

rake

Run the `default` Rakefile task:

rake {{task}}

Run a specific task:

rake --jobs {{n}}

Execute `n` jobs at a time in parallel (number of CPU cores + 4 by default):

🔍

grubby

View Details ▼

Tool for configuring `grub` and `zipl` bootloaders.

sudo grubby --update-kernel=ALL --args '{{quiet console=ttyS0}}'

Add kernel boot arguments to all kernel menu entries:

sudo grubby --update-kernel=DEFAULT --remove-args {{quiet}}

Remove existing arguments from the entry for the default kernel:

sudo grubby --info=ALL

List all kernel menu entries:

// repository documentation