Need a suitable language and OS to create my application on Raspberry Pi [closed] - linux

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
I'm creating a device with a Raspberry Pi, and I need to create my own user interface. I know how to code in Python, NodeJS, C. I know how to create an UI in HTML/CSS too. I don't know which OS to use and if I need to change the desktop environment, or if I just need to create an app.
I tried creating the app succesfully, the problem is that when I use Raspberry Pi OS Lite, make my app autostarts, there's like 3 seconds of the Raspberry Pi OS Lite before my app launches in fullscreen. It is a problem. I found out about things called "kiosk" the problem is that it isn't really suitable, because I believe kiosks resets everytime you reboot them and I want informations to be stored. I am sorry if I didn't explain well or if I didn't choose the right tag, I'm french and I'm a little bit lost.

Related

I keep getting errors when I try to make a multiplayer game in python [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I have been running into problems recently where the client-side of a networking game never read/recognizes the server. When I tried to use the socket module the client never accepts the socket. I used a module called NetworkZero, but that never returned more than None when I used .discover(). I have no idea what the problem is. Any ideas are appreciated
There are many ways to set up an interface between clients and servers.
The easiest is probably to start with HTTP especially in Python where you can just use requests and poll for your data.
This will get you to prototyping quickly and then you can put your focus into optimizing when you start running into issues.
Of course this may be a less than optimal solution depending upon the nature of your game. Without context I would recommend using simple client/server communication systems you understand.

how to create a windows environment in linux [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I am trying to run windows software in fedora OS. There option of dual booting. But is there a way of creating a virtual environment, like we create environment for various python project, in which we can run .exe files and use microsoft office softwares (word, excel, etc.)? It's a weird question, but I searched the internet but not able to find it out.
yes, you can easily do so with the help of VmWare or VrtualBox, or any other similar applications.With a virtual machine application like VMware, you can run another operating system inside your current operating system.
It's running an OS inside another OS,also, you can store and run multiple OS (not simultaneously though) with the hep of these virtual machines.

How to port ZBar to NaCl [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Does anyone know any way how to port ZBar to NaCl? I'm making a pnacl project and need to read a QR code from a image.
I'm working on linux.
thank you for help!
The naclports project has many ports of libraries to Native Client, and some common infrastructure to do so. There isn't a port of zbar yet, but I've filed a bug for it here.
From the zbar README:
...
The scanner/decoder library itself only requires a few standard
library functions which should be avilable almost anywhere.
The zbarcam program uses the video4linux API (v4l1 or v4l2) to access
the video device. This interface is part of the linux kernel, a 2.6
kernel is recommended for full support. More information is available
at
http://www.linuxtv.org/wiki/
...
It sounds like it shouldn't be too difficult to get the scanner/decoder part ported. If you're interested in helping with the port, it's best to continue this conversation on the bug I linked above.

Experienced Windows programmer wants to learn Linux programming [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Experienced Windows programmer wants to learn Linux programming.
I have a Windows 7 machine. No Linux installed yet.
I have to learn from scratch including installation and then programming.
I have been programming in C/C++ for lots of years - nothing to learn here.
Just the Linux stuff.
Any good tutorials that match the situation?
How long should it take?
To get used to a linux environement, I think you should first get a live CD/USB of any Linux distribution that you want. By example you can follow this tutorial for Ubuntu or this one for Fedora.
Then, you can open a terminal and follow another tutorial like this one, to start programming on Linux.
Finally, if you need to install the Linux distribution, you should know that nowadays every good Linux distribution have a very easy installer directly available from their live CD/USB. Just put your basic configuration and click next !

Mini-pc compatible with Linux (Ubuntu) [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am looking for a mini-pc compatible with Ubuntu. It is to be used as a "infoscreen" (displaying an activity list). By compatible i mean that drivers must be available, at least for graphics and wifi.
It must have the following capabilities:
Run MonoDevelop for C# compatibility*
Run LAMP (Apache, MySQL and PHP)*
Have wifi - preferably built-in.
Preferably resolution up to 1920x1080
Low price :-)
* I know this is possible with Ubuntu, but someone might suggest an Android mini-pc or some other kind, that i don't know of. As long as the above is possible, i don't care which brand or type it is.
Can anyone recommend a specific mini-pc or maybe a brand?
I've tried the Zotac Zbox Nano VD01 Plus, but that was no succes. Only old version of Ubuntu were supported and i never got the wifi driver fully working.
Thank you in advance!
I'd recommend a Raspberry Pi with Raspbian. it doesn't have wifi, but there are adapters.

Resources