ux tag

417 questions


1 answers
338 views
0
How do I create a distributed shared memory environment?

I usually write backend code.I thought that having skills in the infrastructure field would expand my scope, so I set my goal with the theme of reuse garbage PCs to create high-performance machines.I ...

2 years ago

2 answers
410 views
0
How do I initialize and share .dll on Windows and .so on Linux?

You'll find out if you try, but it's a basic thing, so I'd like to ask you how it works.Prerequisites Suppose you created a program with multiple modules in C++. Eventually, this program runs on the c...

2 years ago

1 answers
300 views
0
Do I need to be aware that browsing and copying log files during production are being written?

log4j2 File Log Output If you want to browse and copy log files in the java app, click Is it correct to stop, browse, and copy the app?I wonder if it was not possible to refer to /var/log/syslog etc. ...

2 years ago

2 answers
338 views
0
Unable to Mount Windows Server 2016 Shared Folders from RHEL 7.7

Subject: Windows Server 2016 shared folder cannot be mounted due to the following error:environmentWindows Server 2016RHEL 7.7 execution commandmount-t cifs//XXX.XXX.XXX.XXX/XXX_test/root/work/cifs\ -...

2 years ago

1 answers
472 views
0
Error when pip install github3 is run on kali-linux.

Kali-Linux-2020.2-vmware-i386Python—Python 2.7.18pip:20.0.2ERROR: Command errored out with exit status1: command: /usr/bin/python/usr/share/python-wheels/pep517-0.8.2-py2.py3-none-any.whl/pep517/_in_p...

2 years ago

1 answers
351 views
0
The error could not have occurred when running source hoge.env on C Shell.

hoge.csh#!/bin/csh-fsource hoge.env[EOF]hoge.env#Originally set the environment variable hereset | grep-aversion# version displayechhhho The End [EOF]Run Results$./hoge.cshversion tcsh6.17.00 (Astron)...

2 years ago

1 answers
66 views
0
Understanding Static and Dynamic Libraries in Cross-compiling UE4

When cross-compiling with UnrealEngine 4, which OS should I use for static and dynamic libraries?For example, let's say you target Linux on Windows.Which operating system is required for static or dyn...

2 years ago

1 answers
87 views
0
Unable to execute date command in subprocess.call

I'd like to execute the following command, but I don't know the correct format.How should I fix it?subprocess.call(date-set=January 1, 2017 01:02:03)Note: If you try to do it, you'll see the following...

2 years ago

3 answers
110 views
0
What do the two asterisks used to specify directories represent?

** is used as a matter of course without any explanation when you want to express a directory recursively. What is this notation? It doesn't seem to be a regular expression.Example: Try implementing u...


1 answers
113 views
0
I want to know which process to kill using port number 80

I am currently studying Docker, and I am referring to My first Docker for Mac.In conclusion, Which process ID should I kill?Also, please let me know why you kill the process ID out of several. docker ...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.