grubby
Fail-fast web scraping
File Explorer
- ci.yml
- string.rb
- uri.rb
- download.rb
- fetch_with_retry.rb
- file.rb
- link.rb
- page.rb
- parser.rb
- json_parser.rb
- json_scraper.rb
- page_scraper.rb
- scraper.rb
- version.rb
- grubby.rb
- string_test.rb
- uri_test.rb
- download_test.rb
- fetch_with_retry_test.rb
- file_test.rb
- link_test.rb
- page_test.rb
- parser_test.rb
- grubby_test.rb
- json_parser_test.rb
- json_scraper_test.rb
- page_scraper_test.rb
- scraper_test.rb
- test_helper.rb
- .gitignore
- CHANGELOG.md
- Gemfile
- grubby.gemspec
- LICENSE.txt
- Rakefile
- README.md
# Use via CDN
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
rake
View Details ▼
rake
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 ▼
grubby
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
Was this content helpful?
(0 ratings)
