Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therealdreg/oldrootkitweb
rootkit.es site
https://github.com/therealdreg/oldrootkitweb
jekyll just-the-docs rootkit-site website
Last synced: 3 months ago
JSON representation
rootkit.es site
- Host: GitHub
- URL: https://github.com/therealdreg/oldrootkitweb
- Owner: therealdreg
- License: mit
- Created: 2023-07-15T02:52:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-01T11:07:18.000Z (7 months ago)
- Last Synced: 2024-06-02T11:15:23.159Z (7 months ago)
- Topics: jekyll, just-the-docs, rootkit-site, website
- Language: SCSS
- Homepage: https://rootkit.es/
- Size: 9.98 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# rootkitsite
[![CI for main](https://github.com/therealdreg/rootkitsite/actions/workflows/cimain.yml/badge.svg)](https://github.com/therealdreg/rootkitsite/actions/workflows/cimain.yml)
Debian & Ubuntu install
```
sudo apt-get update
sudo apt-get -y install ruby-full build-essential zlib1g-dev
sudo gem install jekyll bundler
sudo bundle install
sudo jekyll clean
sudo jekyll build
sudo bundle exec jekyll serve
```