Skip to main content

Questions tagged [development]

Filter by
Sorted by
Tagged with
1 vote
0 answers
80 views

This question pertains to Tuxedo laptops (and possibly Clevo, Uniwill, or Tongfang laptops, which Tuxedo systems appear to be based on). Tuxedo provides official support for Windows and Linux, but I'm ...
Mikke Mus's user avatar
  • 163
1 vote
0 answers
281 views

So basically I would like to create a WSL Bazzite distribution to test the Unreal Engine Cross-Compilation tools for testing. I found this container image hoping I would be able to export as a tar ...
Castro_77's user avatar
0 votes
0 answers
77 views

I need to port ubuntu kernel with HWE to RHEL 9. I have experience in fedora like systems but not in debian like systems. I have Downloaded the kernel source using apt source but don't know what to do ...
Hemant Kumar Meena's user avatar
7 votes
4 answers
3k views

This may or may not be off-topic. If it is, leave a comment and I'll take it down. I am trying to become a kernel developer myself, and reading some of the mailing lists, I can only help but wonder ...
oli2's user avatar
  • 87
1 vote
1 answer
933 views

I have a buildroot embedded Linux where I change the ethernet port settings (i.e. disabled, static or DHCP) from a C++ program. When switching to DHCP, it would be nice to determine when (i.e. ...
Niko O's user avatar
  • 143
9 votes
5 answers
4k views

I'm new in here and I still don't have a lot of experience and knowledge about Linux and software development. I was thinking to start learning software and game development and I am currently ...
Iqbal Nasrullah's user avatar
2 votes
1 answer
907 views

Once upon a time, I wanted to write an app. I learned about common practices, it lead me to more and more discoveries. Out of the blue, I found about lint, which means beauty code patterns. In my app, ...
Bruno Lobo's user avatar
0 votes
1 answer
3k views

I have to write a device driver code for temperature sensor using IOCTL, when I was going through a lot of sample codes, I found while surfing the net, I came across this difference in header file, I ...
hari's user avatar
  • 9
0 votes
1 answer
81 views

Background I'm using Ubuntu 20.04. Laptop specs: Processor: Intel® Core™ i7-4510U CPU @ 2.00 GHz × 4 Graphics Intel® HD Graphics 4400 (HSW GT2) 8 GB of RAM OS type: 64-bit Windowing System: X11 ...
Ayoub Touba's user avatar
3 votes
1 answer
5k views

I just started working with Ubuntu/Linux so my knowledge is limited. My idea was to use a barcode scanner in my c++ program as an input device. This works perfect when it comes to reading. I just open ...
user2267367's user avatar
2 votes
3 answers
693 views

I have an ad-hoc case where I as a user want to start a handful of service processes and also be able to interrupt them all together for clean and easy start-stops. The behavior of "docker-...
ThorSummoner's user avatar
  • 4,662
0 votes
1 answer
55 views

I have installed Qt 5.15.1 recently (full framework). I could not import Qt 3D presentation to a Qt design studio or Qt Creator (Qt Quick 2) projects. When importing via library->Assets->Add New ...
Sivamani V's user avatar
2 votes
1 answer
201 views

When developing a program (in C or Python, say), I often write debug messages to see whether my program behaves as intended. On Linux, such text messages can be handled in varied and flexible ways ...
Erik Aas's user avatar
  • 121
0 votes
1 answer
76 views

I've been monitoring the process of python-libusb1 in Debian. Python-usb1 is required for the upgraded version of python-trezor to make it to testing. The author uploaded a new binary on May 12 and I ...
Mike's user avatar
  • 113
6 votes
4 answers
65k views

I'm running CentOS 7. I want to install gcc (for the purposes of building Python 3 with the new openssl package I installed). I was reading here -- https://stackoverflow.com/questions/19816275/no-...
Dave's user avatar
  • 2,808
1 vote
1 answer
75 views

Reading this report on containerization the authors mention that: A problem caused by Unix’s shared global filesystem is the lack of configuration isolation. Multiple applications can have ...
Anthony O's user avatar
  • 111
0 votes
1 answer
58 views

With the ELB-REV4 board, which has both internal memory and an SD card slot, once my application works fine, I need to boot using an image on the external SD card image. I want to flash the complete ...
Saurabh Khare's user avatar
2 votes
2 answers
4k views

It is possible to install Devuan/Debian stable and then editing /etc/apt/sources.list upgrade to a testing/unstable branch (ref). However on my laptop I have an AMD Ryzen 7 2700U processor, which ...
Pietro's user avatar
  • 663
0 votes
1 answer
564 views

I am trying to set up a development environment that mirrors my live server, but behind the firewall. Until fairly recently my shared hosting site didn't offer TLS/SSL so it wasn't an issue/option, ...
user73383's user avatar
3 votes
2 answers
3k views

In the past, from time to time, while developing Linux software, I have noticed that some man pages which deal with developer documentation are missing on my systems. This happens mainly on Debian ...
Binarus's user avatar
  • 3,941
0 votes
1 answer
74 views

I would like to make some contribution to Mozilla Firefox (with the little C++ I know). Can I build, run and debug Firefox for Linux using WSL (Windows Subsystem for Linux) ? If yes, should I install ...
rranjik's user avatar
  • 113
2 votes
1 answer
639 views

I need to install libpng-dev locally on a system where I do not have sudo access This is required to compile a C application. What is the best way to proceed with this? Can this be installed from ...
Manolete's user avatar
  • 233
1 vote
1 answer
5k views

I searched everywhere on the web for a few days, and I am still stuck... I am running Red Hat Enterprise Linux Desktop 6.9 in a virtual machine. I am using an older version because I am experimenting ...
Erik343's user avatar
  • 121
2 votes
0 answers
792 views

So I'm doing development on an ARM embedded system which is using the device trees. We're going to integrate a small PCB with a processor and support components onto a bigger PCB, which will be the ...
AndrejaKo's user avatar
  • 213
1 vote
1 answer
755 views

My need is simple: Make a Raspberry PI 3 thin client. For that, I need the following items to be achieved: A Kiosk mode software, that would not allow the user to change configurations A Kiosk mode ...
user avatar