Skip to main content

Questions tagged [linux]

NOTICE: All Linux questions must be related to programming; those that aren't will be closed. Use this tag only if your question relates to programming using Linux APIs or Linux-specific behavior, not just because you happen to run your code on Linux. If you need Linux support, you can try https://unix.stackexchange.com or the specific Linux distribution's Stack Exchange site like https://askubuntu.com or https://elementaryos.stackexchange.com/

-2 votes
0 answers
12 views

gcc comipler error: multiple types in one declaration

The below part in the code is giving error #ifndef boolean #define boolean int --- this line is coming in error #endif #define FALSE 0 #define TRUE 1 [ERROR] /u02/pyadn/release-...
Pratiksha's user avatar
0 votes
0 answers
13 views

TSS Invalid Error When Switching to Thread in Linux 0.11 Kernel

I've been stuck on this segmentation fault issue for two weeks and would greatly appreciate any help. I'm working on an experiment based on Linux 0.11. One step involves adding a system call to create ...
陈润泽's user avatar
-3 votes
0 answers
21 views

Why doesn't tree.write create my XML file?

Using PyCharm on Kubuntu Linux I modify an XML file by adding an entry and write the changes to a new file, but the file doesn't get created and no error is displayed: import xml.etree.ElementTree as ...
Michal Wu's user avatar
0 votes
0 answers
17 views

Facebook log in using selenium on linux server

I've got this project in mind. Part of it is logging in a facebook account. This code works perfectly on my local machine(windows) and local server(ubuntu) but it doesn't work when i run it on an ...
AraAraSayonnara's user avatar
0 votes
0 answers
13 views

Hidden files ending with dot cannot be found with "ls -a *dot" [closed]

I find this quite strange. Two hidden files ending with dot can be seen with "ls -a" but not with "ls -a *dot". Why? root@4cb105e2af16:/mnt/test# ls -a . .. .foo.dot .main.dot ...
zell's user avatar
  • 10k
0 votes
0 answers
19 views

EasyMotion plugin doesn't load automatically on Vim startup in WSL Ubuntu

I am using Windows with WSL (Windows Subsystem for Linux) running Ubuntu. In my Vim setup, I have the EasyMotion plugin installed. However, the plugin does not load automatically when I start Vim. I ...
eclipse's user avatar
1 vote
1 answer
12 views

Building Boost with crc librarie only

I want to build boost with crc librarie only, how to build in my case? I get err on Ubuntu 24 sudo apt-get install build-essential g++ autotools-dev libicu-dev libbz2-dev libboost-all-dev git clone ...
Андрей Тернити's user avatar
0 votes
0 answers
15 views

Pairing Linux hiddev file with specific device in .NET C#

On my Linux system I have 2 hiddev files (there could be more in the future): > ls /dev/usb hiddev0 hiddev1 lp2 And I have a bunch of USB devices: > lsusb Bus 001 Device 001: ID 1d6b:0002 ...
Shaggydog's user avatar
  • 3,708
-2 votes
0 answers
15 views

How can I mount this special disk? (.vmdk format, bootable but cound not mount...) [closed]

I got a virtual disk from a CyberSecurity vendor, I want to check the files on it. When I set my virtual machine boot from this disk, it can normally boot. I want to check the files on it, so I attach ...
chengyue qi's user avatar
0 votes
0 answers
10 views

403 Error on Specific Ajax Post Requests with the specific request on WooCommerce Lumise Designer Page

Server keep giving me 403 Lite Speed Webserver error page, at below page of Lumise Wordpress Plugin, when user checkout in ajax request on longer request only. https://therenaissancemarket.com/...
Mohib Salahuddin Ayubi's user avatar
0 votes
1 answer
29 views

How to setup WxWidgets IntelliSense on linux VS code

how to get WxWidgets IntelliSense for Linux VScode. i was able successfully compile WxWidgets. i added '/home/udan/Documents/Libraries/wxWidgets/include' to include path, but that doesn't seems to ...
Udan Jayanith's user avatar
-7 votes
0 answers
25 views

Could I hijack bird's network connet into UML or gvisor with ptrace? [closed]

I want to run a dn42 point in docker with out --privileged. This idea is come from -> blog article In this project, the bloger said he use ptrace to control bird's network, but I cloudn't find ...
rakov's user avatar
  • 1
-3 votes
0 answers
20 views

How find method keyboards layout change for Uyghur, Tatar, Arabic, English languages? [closed]

I am using debian with i3wm and dwm. I need 4 keyboards so I can change them. I can't find the code for the tatar and uygur keyboards. I tried to use the language code but it is wrong. Please help me. ...
Moohammad's user avatar
-5 votes
0 answers
16 views

How to Install Proprietary Drivers to a Pi [closed]

How do I install proprietary drivers to a pi? I have a very specific use case, but I suspect that the solution requires only a general understanding of drivers and software repositories. Official ...
erik's user avatar
  • 91
1 vote
0 answers
35 views

Split a String as CLI args

I have a string that resembles os.Arg[1:] prior to being exploded. I need to explode this string as normal cli arguments would be so I can pass it to flag.FlagSet.Parse (more specifically, pflag....
R Landau's user avatar

15 30 50 per page
1
2 3 4 5
15186