Skip to content
Advertisement

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 year ago. Improve this question

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 requirement like sync system time with NTP(Network Time Protocol) upon

OSError: [Errno 19] Failed to open the uinput device: No such device

I am pretty new to raspberry and Linux. I am trying to run basic example of python library uinput on Raspbian (r Pi 3 B) with following code: I get the error: Traceback (most recent call last): File “/home/pi/Desktop/t1.py”, line 7, in uinput.REL_Y, File “/home/pi/.local/lib/python3.5/site-packages/uinput/init.py”, line 178, in init self.uinput_fd = fd or fdopen() File “/home/pi/.local/lib/python3.5/site-packages/uinput/__init.py”, line 84, in fdopen

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: Give your username there without <> After that, I executed this:

Running a program in linux (debian) on startup

I would like to point out that I tried A LOT of different tutorials from the internet but they don’t seem to work… Adding stuff to init.d, rc.local etc. for some reason it doesn’t work. I’m really desperate to get this done, but I’m a total noob when it comes to linux. when I type in “matchbox-keyboard” it runs just

Advertisement