linux tag

403 questions


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
299 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
471 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
65 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
86 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
112 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

1 answers
80 views
0
Cannot Install CentOS 7 on NEC valuestar

If you try to install CentOS 7 from a DVD (ISO image) in NEC valuestar, you will see not enough memory to load specified imageThe output displays the BOOT: prompt, but you cannot proceed further.Ubunt...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.