OpenBSD dmesg collection
 
 
 
Go to file
slaytor 71f6da1ce4 added comments and bug fixes 2023-11-04 12:11:37 +04:00
bin first commit 2023-02-06 23:11:44 +04:00
etc added comments and bug fixes 2023-11-04 12:11:37 +04:00
usr first commit 2023-02-06 23:11:44 +04:00
var added comments and bug fixes 2023-11-04 12:11:37 +04:00
README.md Изменил(а) на 'README.md' 2023-02-07 18:21:36 +03:00

README.md

dmesgdb

OpenBSD dmesg collection

Install

cd /var/www
git clone https://git.openbsd.org.ru/vasyahacker/dmesgdb.git
chown -R www:www dmesgdb
echo 'include "/var/www/dmesgdb/etc/httpd.conf"' >> /etc/httpd.conf
rcctl enable slowcgi httpd
rcctl set slowcgi flags -p /var/www/dmesgdb
rcctl start slowcgi httpd