Skip to main content

Questions tagged [system]

System may refer to a set of interdependent components; Low level infrastructure like the operating system (from a high language point of view) or an object or function for accessing the previous

system
0 votes
1 answer
19 views

Can't Get BitLocker to Deploy Via PowerShell or VBS-Scripts Run Fine If Launched Manually. Any thoughts On What Might Be Stopping Me?

As the title suggests, I'm trying to deploy BitLocker in my organization. I've done this before elsewhere, and I've done it in my test environment here. However, I can't seem to get either a ...
Jeffrey Bowers's user avatar
-2 votes
0 answers
24 views

Why is the transpose operation commonly used to change the view of data rather than operating in memory? [closed]

Why is the transpose operation commonly used to change the view of data rather than operating in memory? Changing the data view will obviously bring about the problem of no longer needing to copy the ...
Mchen Hao's user avatar
-1 votes
0 answers
103 views

How to executing code before a process is launched? [closed]

I am currently working on a project where I need to execute some code before a certain process is launched. I am not sure how to approach this problem and I was hoping someone could provide some ...
q2333's user avatar
  • 15
-1 votes
0 answers
15 views

Model Reference Adaptive Control - set the parameters

I need to write a control loop for my system This is the equation of motion of the system (inverted pendulum on top of a cart): -Ml∙ddθ+g(M+m)θ-ml*θ*(dθ)^2=u This is the structure of the controller I ...
May's user avatar
  • 1
0 votes
1 answer
45 views

How do I accurately represent the input of any key from the keyboard using Python?

I'm trying to move the character in the game Wuthering waves using Python code. I've tried many libraries, but the character still doesn't move. Like pydirectinput, pynput, ctypes, win32api. using ...
TokaiTeio's user avatar
0 votes
0 answers
15 views

PI System Explorer attribute created from Analyses: Pi point cannot be found

I am using pi system explorer to create tags in the analyses tab using math that references already existing tags. At the end of the calculation code I write I map it to attributes but while it works ...
afg's user avatar
  • 29
-4 votes
0 answers
18 views

Stella Architect Model

Let’s Remind the 1st question. Now suppose the bank has 100 customers and every month the entrance rate increases by 5%. But few of the customers retain in the long run. Thus, the percent of sustain ...
Mohammad Mahibur Rahman's user avatar
0 votes
0 answers
20 views

I want an android app to persist even after a factory reset. How do I do that?

I'm trying to make a corporate app persist on an android device (android 12 rooted), even after a factory reset. How would I go about doing that? I had tried making the app a system app using ...
Pacstone's user avatar
0 votes
0 answers
15 views

Use tshark and return binary of packet in the STDOUT [migrated]

As part of a project, I need to retrieve network packets on a network interface using -i. tshark -i eth0 I need to retrieve the binary format of the packages, however I would like if possible not to ...
Youen lb's user avatar
1 vote
0 answers
30 views

Firefox sessionStorage data persists during system restart

SUMMARY. When I test the sessionStorage object (window.sessionStorage) in Firefox I find that its contents persist during a system restart. This is a problem for my client who needs to comply with ...
Codeit's user avatar
  • 11
2 votes
0 answers
29 views

Win 7 Embedded: system time jumped back 61 seconds

Analyzing some log files of an "24/7"-application, I found a strange time jump: date time counter ... 20200928 184015 893872 20200928 184016 893873 20200928 184016 893874 ...
johannes's user avatar
  • 121
3 votes
0 answers
72 views

After swapping stack in program on linux I cannot make function calls from externam files anymore

I am experimenting with the concept of swapping the stack to custom allocated memory in C (for changing the stack pointer and preserving registers, I am obviously using assembly). It is experiment on ...
W4ltz's user avatar
  • 69
1 vote
0 answers
73 views

How do I capture STDOUT of a shared C library, instead of printing just before exit?

I am calling a C library from Python, and trying to capture the library's STDOUT. My current approach is based on https://stackoverflow.com/a/17954769/3077823 with this code: fd = sys.stdout.fileno() ...
someben's user avatar
  • 115
0 votes
1 answer
35 views

when system overload ’bpf_probe_write_user‘ error is '-14'

I planned to modify the parameters of the lseek function, but I found that when I modified it, bpf_probe_write_user kept returning a -14 error. I don’t know what went wrong. here is my code: SEC("...
lxt's user avatar
  • 19
0 votes
0 answers
10 views

Setting the show_touches system property

I'm trying to return a boolean and set the system property'show_touches'. I have system level permissions(my device is rooted and I used lucky patcher to modify system signature). I'm using android 8....
asadullah's user avatar
  • 116

15 30 50 per page
1
2 3 4 5
314