linux tag

403 questions


1 answers
143 views
0
Update to the latest OpenJDK on Amazon Linux

I am using OpenJDK8 (1.8) on Amazon Linux.I'm thinking of updating to the latest OpenJDK to address Java vulnerabilities.However, Java SE8 Update 141 does not exist and cannot be updated.Java SE7 Upda...

2 years ago

1 answers
65 views
0
How do I view and delete what I have installed in mac terminal?

There have been a lot of installations that I have entered code into the terminal, but the installation method may have been bad, so there was an error with the tool I wanted to use.Therefore, I would...

2 years ago

1 answers
35 views
0
"I can't input Japanese with ""talend open studio"" started on redhat."

I was able to input Japanese without any problems in the Windows environment, but I was unable to input Japanese in the Talend Open Studio that started on Redhat 6.2.The following steps are performed:...

2 years ago

1 answers
61 views
0
When logging in with ssh, Permission denied appears and cannot log in.

ssh [email protected]@172.17.xxx.xx's password: Warning: untrusted X11 forwarding setup failed: xauth key data not generatedLast login:Tue May 30 22:02:38 2017 from 172.31.25.73Could not ...

2 years ago

1 answers
119 views
0
I want scp to be auto-transferred with key authentication.

Let me ask you a question.I want to use php for scp, so some of them are automatically transferred with key authentication.Only certain servers have been asked for passwords and cannot be forwarded au...

2 years ago

1 answers
119 views
0
Why is the process name shortened when I get the top command from a self-produced script that I started with systemctl?

In CentOS 8, we created a shell script that records the results of the top command in a log file every 10 seconds.#!/bin/shwhile truedo top-b-n 1 | head-30>>/var/log/process-logger.log sleep10do...


1 answers
44 views
0
How to Create a Secure Bootable Linux Kernel Image Package

Ubuntu 16.04.4 LTS is being used with Microsoft Surface pro3.Cannot add wireless LAN interface to bridge interfaceYes.You are trying to create a .deb package by modifying the kernel for a purpose in ....

2 years ago

2 answers
42 views
0
Unable to Verify Files That Should Be Java Files.exists

java:jdk9.01os:linux Red Hat 4.8.5-11 Check the Java code for files that other programs output every few seconds and I'm trying to write a code that says I'll move on once I've confirmed it exists.int...

2 years ago

2 answers
93 views
0
CMake Installation

When I tried to install cmake on LINUX, I got an ERROR. pip install --usercmake-3.18.4.post1.tar.gzProcessing. /cmake - 3.18.4.post1.tar.gz Installing build dependencies... error Complete output from ...

2 years ago

1 answers
43 views
0
I want to restore files that I accidentally overwritten on Linux.

PurposeI want to restore the specified file that I accidentally overwritten on Linux.I want /home/Documents/target in /dev/sda3 to be returned to the previous state of the specified timeUSB-booting en...

2 years ago
« - 24 - »

© 2024 OneMinuteCode. All rights reserved.