Skip to content

Tag: raspbian

Date: Invalid Date Linux/Raspberry pi os [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed 1 y…

Install cron without mail and sql dependencies

I want to install crontab in Raspberry Pi without mail and sql dependencies ? I used apt-get install cron command to install ,installation was successful, but it also installed mail and sql dependencies. followed How to install cron to get installation steps. I need to install crontab only for minimal require…

How can I auto-login with the latest Raspbian Stretch Lite?

I have read many questions regarding this, but none that I have seen had helped me. I want to sign on to an account on boot automatically, for example, username: user; password: password. How can I do this? Answer I made this file: /etc/systemd/system/getty@tty1.service.d/autologin.conf And put this in it: Gi…