Skip to main content

Questions tagged [api]

2 votes
2 answers
235 views

How do I find out, since which Linux version a kernel API function/macro is availible, or have undergone breaking changes (was removed, change of the type or number of arguments). For example while ...
Andrey Pro's user avatar
0 votes
2 answers
152 views

I have noticed that some drivers are more difficult to find for certain distributions of Linux. Is it possible to make a driver interface or driver API that is the same for multiple Linux ...
Dale's user avatar
  • 149
0 votes
2 answers
115 views

I've been searching for a while but I haven't found anything that 100% matches what I would like to achieve. I'm submitting data to an API and getting a response. I can see the submission is ...
Glen's user avatar
  • 3
1 vote
2 answers
158 views

I have a some internally available servers (all Debian), that share a LetsEncrypt wildcard certificate (*.local.example.com). One server (Server1) keeps the certificate up-to-date and now I'm looking ...
emma.makes's user avatar
0 votes
1 answer
119 views

I want to write a program that can get information about a user, specifically last login time in unix timestamp format using kernel API (not using any shell cmd). What function do I need to call to ...
atamakahere's user avatar
0 votes
1 answer
822 views

I have a file called /etc/chromium.d/apikeys which has the following contents, # API keys assigned to Debian by Google for access to their services like sync and gmail. export GOOGLE_API_KEY="...
Evan Carroll's user avatar
  • 35.2k
1 vote
0 answers
348 views

For example the Samsung Galaxy S10 has an Exynos 9820 CPU with integrated NPU. We all know Android is based on Linux. So where can I find the Linux API documentation about how to interact with the NPU?...
zomega's user avatar
  • 1,022
2 votes
1 answer
925 views

What specifically needs to be changed in the below in order for a program running on an Ubuntu-latest GitHub runner to successfully connect to a Twisted web server running on localhost of the same ...
CodeMed's user avatar
  • 5,387
1 vote
0 answers
124 views

A bit related to this previous question of mine, I wonder if there's a way to query what is the current layout. Say I have run setxkbmap -layout it,ru -variant ,phonetic -option 'grp:caps_toggle' and ...
Enlico's user avatar
  • 2,362
0 votes
1 answer
252 views

There is a path to the file, I make a write disk cache request via ioctl - ioctl(fd, SG_IO, &ioHdr). printk: sending ioctl 2285 to a partition!? how to find out which block device a partition ...
unite101010's user avatar
0 votes
2 answers
3k views

So I have this curl command. But I want to store the API-key in a file called api.txt and have it load where the value is in the curl command. api.txt files contains 'X-Api:<API-KEY>' This ...
Lacer's user avatar
  • 275
2 votes
1 answer
4k views

I'm using the Ansible module for Bluecat to make an authorized API call to get some information about a subnet. The response looks something like this: "result": { "changed"...
Sam Bishop's user avatar
0 votes
0 answers
3k views

I am using the below command: curl -X GET 'https://<my_account>.atlassian.net/rest/api/3/project/search' This returns "header" information indicating that that command was successful:...
Scouse_Bob's user avatar
1 vote
0 answers
129 views

There are already many questions similar to this but all the ones I could find have answers that suggest polling methods (1, 2) or seem like extreme hacks (3), so I want to ask the same question but ...
smheidrich's user avatar
1 vote
1 answer
3k views

File "/home/Desktop/booklib/env/lib/python3.8/site-packages/rest_framework/authentication.py", line 126, in authenticate self.enforce_csrf(request) File "/home/Desktop/booklib/env/...
Vivek Yadav's user avatar

15 30 50 per page
1
2 3 4 5 6