About

This is the demo site of MinoriWiki

And a partial mirror of FelixWiki.

Server Configuration

# Reset Root Password

Add this to your (grub's kernel line or grub2's linux line) and boot:

init=/bin/bash

Then remount the filesystem and just use passwd to reset the root password:

mount -o remount,rw /
passwd

# Sudo Without Password

/etc/sudoers

username ALL=(ALL) NOPASSWD: ALL

Last Update: Fri Oct 14 2016 23:45:40 GMT+0900 (JST) Source File