Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```