Go to advanced search

by bkerin
Sun Jun 16, 2019 10:37 pm
Forum: General discussion
Topic: apache2 on raspbian seems terribly slow
Replies: 2
Views: 169

apache2 on raspbian seems terribly slow

Is loading one perl cgi script, reading one line of JSON, and echoing it back out as HTML really too much for the pi? I've read some things online saying it is, that it goes faster if you use a lighter web server, etc. but sheesh I would have though everything involved would make it into the file sy...
by bkerin
Sat Apr 29, 2017 6:27 pm
Forum: General discussion
Topic: how to modify raspbian to allow passwordless root login?
Replies: 6
Views: 1495

Re: how to modify raspbian to allow passwordless root login?

"PermitEmptyPasswords yes" will not be effective unless you also change nullok_secure to nullok in /etc/pam.d/common-auth. That did it thanks! " Of course, logging in using a key is actually less typing than even an empty password, and it does not require you first to defeat four different system s...
by bkerin
Fri Apr 28, 2017 6:05 am
Forum: General discussion
Topic: how to modify raspbian to allow passwordless root login?
Replies: 6
Views: 1495

how to modify raspbian to allow passwordless root login?

I want to be able to headless login as root and set password. So I try to modify image of 2017-04-10-rasbian-jessie-lite.img by using mount -v -o offset=blah blah blah So far I've changed image as follows: * Added empty ssh file to boot partition -- this does make ssh in possible as pi@192.168.1.wha...

Go to advanced search