sh tag

193 questions


1 answers
122 views
0
Only certain command output is garbled in ubuntu 20.04 terminal

I have an ssh connection to the ubuntu 20.04 server using iterm2 from MacOS BigSur.In this situation, I am suffering from garbled characters only some command output.Specifically, it's an ls command, ...

2 years ago

2 answers
120 views
0
Unable to connect to internal SQLServer from outside the company via SSH

I'm going to connect to the internal Windows Server from outside the company via SSH (OpenSSH) PortForward and work with the SQLServer DB.The language used is C#.SQLServer is connected with SQLServer ...

2 years ago

3 answers
103 views
0
Understanding How to Extract Hierarchical Strings

We would like to process the following text file into CSV file format using shell script.If it can be processed on Linux, I don't care about the method.I can't think of a way to realize it, so I would...

2 years ago

2 answers
90 views
0
IP Address and Phone Number

Is it possible to use a phone number to transfer SSH or FTP to a phone file system in the same way that an IP address can be used to transfer SSH or FTP to a desktop or laptop file system?

2 years ago

3 answers
93 views
0
If you set the MySQL password with mysql_config_editor, the file size of the mysqldump result is 0 only when you run the sh file via crontab.

environment·CentOS·MySQL 5.6...password is set in mysql_config_editor·Linux username...testThe following command creates the file as expected.sh hoge.sh▼hoge.sh mysqldump --single-transaction-u databa...

2 years ago

1 answers
66 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
83 views
0
Error in building/writing on the Spresense SDK IDE development environment (Mac)

macOS Catalina Version 10.15.6Spresense SDK Version 2.0.1Visual Studio Code Version 1.48.2Spresense VSCode IDE Version 1.2.0 In the above environment, we created a sample application using the Spresen...

2 years ago

1 answers
104 views
0
Unable to create a subkey that can be signed and encrypted in gpg

I thought about using gpg-agent instead of ssh-agent by creating a subkey for gpg using the procedure in the link below.https://opensource.com/article/19/4/gpg-subkeys-sshThe linked procedure uses add...

2 years ago

1 answers
127 views
0
The name of the function method, which is dual to reduce or inject.

For convolution functions, various names are used for each programming language and argument type, such as fold, reduce, inject, etc., but what are the names of the two functions?fold has unfold corre...

2 years ago

2 answers
98 views
0
I want to achieve 32-bit right rotation with posix shell.

I wanted to know how far the posix shell alone can calculate, and I wanted to know how bit calculations can be realized.(In particular, I was trying to implement sha256/md5) I would like to achieve a ...

2 years ago
« - 13 - »

© 2024 OneMinuteCode. All rights reserved.