sh tag

193 questions


1 answers
70 views
0
"-bash::i:command not found" appears when the terminal is started.

-bash::i:command not found as shown in the image below.I'm really curious about it these days, so I'd like to know how to solve it

1 years ago

1 answers
87 views
0
Why do we call linear interpolation Lerp?

Why do we call linear interpolation Lerp?I've seen several theories on my personal blog that it stands for Linear Interpolate, but I don't know how to abbreviate itLinearInterpolate to Linear Interpol...


1 answers
121 views
0
Describes how to comment out at the prompt if the login shell is csh.

BackgroundWhen you create and execute procedures for the Linux server, enter a comment at the prompt as appropriate to execute the command to make the term log easier to understand.For example, if the...

1 years ago

1 answers
99 views
0
Characters get garbled when using SSH and tar-compressed WordPress directory containing Japanese name files in Sakura server

If you decompress the WordPress directory containing the Japanese name files in the Sakura Server (FreeBSD) with SSH, FTP transfer to the X server, and extract them, only the Japanese name files will ...

ssh
1 years ago

1 answers
148 views
0
How to use environment variables in awk

Assume that the environment variable N contains a number.awk NR>NWhat should I do if I want to use the value of the variable in the awk script as shown in ?

1 years ago

1 answers
68 views
0
I don't know which parameters to use in awslabs/auto-check-in-app

When I tried to run the following sample, I got an error in step 4.https://github.com/awslabs/auto-check-in-appsyntax error near unexpected token `newline' Note: Specify the applicable AWS Region and ...

1 years ago

1 answers
112 views
0
How do I get the checksum of the remote server files in paramiko?

In the process of downloading a file from the Windows local environment to the server using STFP, I would like to check if the file on the server is the same as the downloaded file.Therefore, I would ...

1 years ago

1 answers
110 views
0
How do you associate a host and an SSH key when you connect to a .com VPS from Windows?

If you search SSH Permission denied (publickey), there are many solutions, which may be because there are many causes.In my case, Local OS: Windows 10VPS OS: Ubuntu 20.04Provider: Name.comServices:VPS...

1 years ago

2 answers
78 views
0
Why can /bin/false do port forwarding with ssh's -NL option even in the login shell?

As the title suggests, why can /bin/false do port forwarding with the -NL option in the login shell?When I tried, /sbin/nologin could not do port forwarding.When I looked it up myself, I understood th...

ssh
1 years ago

1 answers
104 views
0
How do I add a history of zsh from a program?

I would also like to record the shell-command to be executed in emacs in the history of zsh.To do this, I think I can do this if I can manipulate the history from the program, but I don't know how to ...

zsh
1 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.