ux tag

417 questions


3 answers
46 views
0
Can mv command failure cause loss?

I want to move the file to a different directory in the shell.If I fail for any reason after doing mv, is there a possibility of data loss?As a typical work-level method, I would appreciate it if you ...

2 years ago

1 answers
39 views
0
About opening USB memory files with write protection

I have a question about USB memory with write protection (buffalo, unknown model number) in an embedded Linux environment.This memory has a SW so you can turn on/off write protection.Mounting this mem...

2 years ago

1 answers
53 views
0
The hard drive used by RAID was recognized by the USB external box, but the NAS cannot mount it.

This is a continuation of where you want to recover data from a hard drive used by your NAS.In Yotta's external HDD case, I put a 6TB hard drive and two 8TB hard drives taken from the NAS for data eva...

2 years ago

1 answers
46 views
0
To Allow ssh Connections with Domain Name on AlmaLinux 8

Using TCP Wrapper in CentOS 7, the following statements were made in hosts.allow to allow domain-specific ssh connections:sshd:.dion.ne.jpI decided to use AlmaLinux 8, but I looked up how to set it up...

2 years ago

4 answers
41 views
0
Compare files and extract matches on linux

There is a text file (1) with the name of a particular file and a directory (2) that contains the actual (large) files.I would like to extract only files from (2) that match the names of the files lis...

2 years ago

2 answers
51 views
0
About CentOS 6.7 Server Construction

This is my first time learning to build a server, so I uninstalled Windows XP on my old PC and installed a new CentOS 6.7 (using i386 Live-CD).I was going to look at various sites and set them up, but...

2 years ago

2 answers
86 views
0
How to Display Some Message on a Terminal Every Time

When I work on a local terminal, I sometimes feel dazed.In such cases, I would like to regularly display messages on the terminal every hour to remind you, but is there the safest way to do so?For exa...

2 years ago

1 answers
77 views
0
How to write in fish shell

If the docker service does not start in .bashrc as shown below, I try to start the service.In the case of fish, how should I write it down?service docker status>/dev/null2>&1if[$?=1]; then s...

2 years ago

2 answers
90 views
0
I want to install Qt5 on ubuntu 16.04

I would like to install Qt5 and Qtcreator on Jetson TX2.There was someone who put Qt in Jetson, so I referred to the article below.http://www.jetsonhacks.com/2017/01/31/install-qt-creator-nvidia-jetso...

2 years ago

1 answers
39 views
0
configure:error:--with-ssl=opensl was given, but SSL is not available.

I am currently building a server-side environment.If you need a wget command along the way and try to install it, configure:error:--with-ssl=opensl was given, but SSL is not available.You will receive...

2 years ago
« - 21 - »

© 2024 OneMinuteCode. All rights reserved.