Skip to main content

All Questions

Tagged with
0 votes
0 answers
49 views

How to compile for Linux when on Windows using Code::Blocks?

I have a console app which I want to compile for Linux. I don't have access to a Linux operating system at the moment, but I really do need to compile this program for as many operating systems as ...
hosain's user avatar
  • 1
0 votes
1 answer
35 views

Python - Clear and Print to Same Line for Multiple Lines on Command Prompt

I want to clear and update the same lines on command prompt for each file it processes with Python. First I tried using ANSI codes using sys.stdout.write('\033[F\033[F\033[F') and sys.stdout.write('\...
Wolf Zwiener's user avatar
0 votes
0 answers
26 views

apt-get not working in windows teamcity build

I have a simple docker file that installs curl for my container FROM mcr.microsoft.com/dotnet/aspnet:6.0 run apt-get -y update; apt-get -y install curl WORKDIR /app COPY ["bin/Release/net6.0/&...
Master's user avatar
  • 2,125
0 votes
2 answers
57 views

why are same Python imports on Windows so slow compared to Linux? (Ubuntu)

I am building a large Python app, and once starting it from console as python main.py it wouldn't take too long for application to start up on my Ubuntu 22.04 OS. Everything was good, and then I ...
Jokubas11's user avatar
  • 115
0 votes
0 answers
22 views

execute apache-airflow on a remote server

i have a linux server that has apache airflow installed and hosted on it, on the other hand i have a windows server that contains all the dags, i created a connection between the dags folder on the ...
Moe AbuShaqra's user avatar
-2 votes
0 answers
15 views

Execute Windows routines on Linux or Roseberry Pi [closed]

I built and ran my project on Windows using windowsPath. Now I want to run it on a Raspberry Pi, but I'm getting errors because of the Windows paths. Changing all the paths to Linux-compatible ones is ...
Erfan Razavi's user avatar
0 votes
3 answers
57 views

Is string.indexOf() treated the same on Linux vs Windows?

I'm not an experienced JavaScript programmer. This is my first project using JS. I'm developing on Linux and am at the point for my first release. Running the project on a Windows machine I came ...
Marshall's user avatar
-1 votes
0 answers
29 views

want to get top 'N' cpu consuming process in the system using java default library

is there any builtIn library available in java to get the top 'n' cpu consuming process name and the percentage it's consuming.i want this program to work in any os such as windows,linux. i tired with ...
Arun Prasanth's user avatar
0 votes
0 answers
36 views

Docker error /bin/sh: 1: /usr/bin/dnf: not found

I'm working on a password manager project, and I developed on Fedora 40 in a pretty quick way, now I'm trying to make a .exe file to deploy my project on Windows, so I built the .exe file with ...
Juan Garcia's user avatar
0 votes
0 answers
33 views

How can I declare a pointer to a constant struct literal that uses a flexible array in C if possible? [duplicate]

So I wanted to store some constant text and data for parts of a level in a game in a struct, then put pointers for all those structs in a struct for each level, and pointers for all the level structs ...
nathanael grix's user avatar
3 votes
0 answers
88 views

Can I compile on Linux and target Windows?

Yes, in principle the present question is a duplicate of this one, but that's been asked and answered 12 years ago. The answer might have changed in the meanwhile. And indeed the material I linked to ...
Enlico's user avatar
  • 26.7k
0 votes
0 answers
26 views

Vite application produces different localhost url on different systems

I'm QA and building pipeline script to run some UI tests against a web application. App is made with react & vite. My task is to write script which launches the app & tests. I got commands ...
tunomatic's user avatar
0 votes
0 answers
68 views

vcpkg "error: while detecting compiler information"

I can not install vtk:x64-linux because of this message: PS C:\Users\Juan\Desktop\VCPKG> ./vcpkg install vtk:x64-linux Computing installation plan... The following packages will be built and ...
juanlg's user avatar
  • 3
0 votes
0 answers
28 views

How to build an R binary package for Windows from Linux?

I have an R package that includes code which requires compilation, however not all my end users have compilers installed in their computers, so I am creating a binary. The end users use Windows, so I ...
Alberto Agudo Dominguez's user avatar
0 votes
0 answers
25 views

Not able to login using AD user with XRDP

I have installed & configured xrdp on Ubuntu 20.04 & 24.04 & tried logging with a AD user but I am unable login using xrdp. I have also tried installing xrdp on mint xfce still getting ...
anand.0976's user avatar

15 30 50 per page
1
2 3 4 5
378