Go to advanced search

by ricardoaraujo00
Thu Jul 02, 2020 9:01 am
Forum: Beginners
Topic: Auto open browser on boot
Replies: 26
Views: 209428

Re: Auto open browser on boot

You just have to edit this file sudo nano .config/lxsession/LXDE-pi/autostart Add this command to run a script (in this example is called shboot.sh) @lxterminal -e /home/pi/shboot.sh Inside that script(shboot.sh) put what you want and make it executable with "sudo chmod 755 filename" I put those kin...
by ricardoaraujo00
Thu Jul 02, 2020 8:59 am
Forum: Beginners
Topic: Run Script at Startup
Replies: 3
Views: 1204

Re: Run Script at Startup

You just have to edit this file sudo nano .config/lxsession/LXDE-pi/autostart Add this command to run a script (in this example is called shboot.sh) @lxterminal -e /home/pi/shboot.sh Inside that script(shboot.sh) put what you want and make it executable with "sudo chmod 755 filename" I put those kin...
by ricardoaraujo00
Wed Jul 01, 2020 8:53 am
Forum: Advanced users
Topic: Connecting a USB serial printer does not result in a TTY device in /dev
Replies: 2
Views: 131

Connecting a USB serial printer does not result in a TTY device in /dev

Hi, i was trying to send data to a citizen pos printer trough usb serial but when i plug or unplug the device i don't see any difference on the /dev directory. No file is created corresponding to the printer. Does anyone knows what is the problem?
Thanks

Go to advanced search