sh tag

193 questions


1 answers
112 views
0
I don't understand the meaning of the English sentence correctly.

When I sent a pullik to OSS to modify the document, it was rejected, but I didn't understand the content of the reply.Below is the URL and its reply.https://github.com/symfony/symfony/pull/35730Reply:...

2 years ago

1 answers
123 views
0
Understanding the Behavior Differences between jobs Command zsh and bash

I'm having trouble with the behavior difference in zsh when using the jobs command. Specifically, #!/bin/zshfor in {1..10}; do sleep1& jobs | wc-l jobsdoneIf you execute this, the number of lines ...

2 years ago

1 answers
115 views
0
Git add-p will cause input such as y to fail

I use itterm2 and zsh.git add-p rarely stops accepting input.If you restart iterm or open a new tab, you can enter it on that tab.Why does this happen?Also, how can I avoid it?

2 years ago

1 answers
88 views
0
Can I connect to ssh using Bluetooth?

What should I do if I want to connect to ssh using Bluetooth?I want to connect between Windows and MacOS.Both computers want to run on both the host and the client.Does OpenSSH not support Windows?htt...

2 years ago

2 answers
116 views
0
I'm trying to install Anaconda3-5.0.0 on pyenv in Bash on Windows, but I'm into it.

Environment: Windows 10, Bash on Windows (Ubuntu 16.0.4) Pyenv is working fine and has been updated to the latest version, but Anaconda cannot be installed.This is my first installation of Anaconda on...

2 years ago

1 answers
110 views
0
Server refused your key error prevents SSH from connecting to the EC2 instance

About AWS SSH Connections ·Current status We have signed an AWS EC2 contract.The instance started successfully.Allows SSH on security inbound and specifies its own IP address.Created a key pair.Downlo...

2 years ago

2 answers
115 views
0
SSH suddenly fails to connect to the server.Connection refused

I tried various things by referring to the QA site in the past, but it was impossible, please let me know.The situation suddenly stopped connecting to the server via SSH and SFTP after noon the day be...

2 years ago

2 answers
60 views
0
I want to bulk replace the strings in the files in the subdirectory

If you search, you'll see a lot of articles with instructions on how to do it.There are two patterns depending on whether sed is gnu or not.Either way, it doesn't worksed --versiongsed (GNUsed) 4.8So ...

2 years ago

3 answers
116 views
0
Why do I get a list of files when I run echo* on the Linux command line?

For example, on Linux, if there are three files in the current directory: #ls-lTotal 0-rw -r --r --1 root root 0 August 31 21:34 2022 AAA-rw -r --r --1 root root 0 August 31 21:34 2022BBB-rw -r --r --...

2 years ago

1 answers
146 views
0
How do you use MD5 hash?

Is there a method for making MD5 hash in Java?

2 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.