sh tag

193 questions


1 answers
97 views
0
I want the console page code to be EUC.

The current PowerShell code page is shift-jis.I would like to log in to a remote server using the SSH feature of Powershell.However, the server environment is Linux and the character code is EUC.There...


1 answers
143 views
0
I want to run a batch file and SSH to the EC2 instance on AWS.

I'm thinking of putting the search engine for shogi software on AWS.I have used the following procedure as a reference.https://www.mikunimaru.com/entry/ShogiAWSI followed the procedure and confirmed t...


3 answers
61 views
0
What is an Escape Character?

I'm not sure about escape characters, but When expressing backslash, it is expressed like ¥, but Are there any characters that have been decided as escape characters?http://home.a00.itscom.net/hatada/...

1 years ago

3 answers
190 views
0
bash does not load variables

Does not read variables in files with bash through/.profile or through/.bash_profile.For example, in .bash_profile, export x=100 asecho$xdoes not print a value of x.The /etc/profile setting is #System...

1 years ago

1 answers
86 views
0
Unable to use end-of-line specification using $ symbol in grep

Prerequisites/What you want to achieveI am learning regular expressions in bash on macOS.I tried to end the line with the $ symbol in grep, but the search pattern was not recognized.problems you are h...

1 years ago

2 answers
117 views
0
I want to be able to type commands on my Mac terminal.

I am currently learning Python.While learning Python notation on Mac Terminal, I accidentally operated it and entered the mode as shown in the image.(I don't remember what I did...) Once I close the t...

1 years ago

1 answers
112 views
0
Why can I log in with SSH when the ssh-add-l result is The agent has no identities?

I'm wondering how I can log in to SSH under this condition.First, $ssh-add-K.ssh/id_rsa registered key for SSH connection by running the This allowed us to successfully connect to the SSH server.Howev...

1 years ago

1 answers
118 views
0
Term Cannot SSH to Server

Term cannot connect to the server.I have two IP addresses, and one is fine.I can't put it in if I create a new one.The exact same procedure is used to change only the IP address.You are logged in with...

1 years ago

1 answers
105 views
0
"make:execvp:/bin/sh:Argument list too long" error during build with make command

There is an error when building with the make command.I can't tell if the Linux setting is bad, the Makefile is bad, or the shell is bad, so please let me know.raspberry pi3B+openSUSE 64bitMakefile an...


2 answers
118 views
0
I want to identify and change the hash part of the coin hive.

In html on the website<script src=https://authedmine.com/lib/authedmine.min.js></script><script> varminer = new CoinHive.Anonymous('hogesitekey', {throttle:0.3}); // Only start on no...

1 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.