sh tag

193 questions


1 answers
113 views
0
There is a script that you want to run when it is relayed on a stepping stone server that is relayed by proxy_command.

Consider accessing the VPC through the footstool.For example, if there is any ssh connection, I would like to control it by posting it on the rack.In particular, even if ProxyCommand does not log in d...

1 years ago

3 answers
64 views
0
Get an equal string after a specific string in a shell script

On Solaris, I want to use a shell script (bash) to extract a string from a single line of characters retrieved from a CSV format file up to a comma after an equal for a specific string, but I don't kn...

1 years ago

1 answers
108 views
0
I want to ssh (password authentication) from Jenkins to git server

The git server I want to use is ssh (password authentication), but Jenkins' additional credentials settings are ssh username and private key.I'd like to authenticate with ssh by username and password,...

1 years ago

1 answers
47 views
0
"source~/.bash_profile" displays "syntax error: unexpected end of file"

As you can see in the title, when you run source~/.bash_profile on a Mac terminal, it says syntax error: unexpected end of file.However, if you show .bash_profile in vi, there are only 10 lines as sho...

1 years ago

1 answers
139 views
0
Is there a difference in the behavior of EventListner between placing it on a server and hitting html directly?

Thank you for your hard work.My name is Jun, and I am a beginner of AS.Is the behavior of EventListner different from that of hitting html directly?This is because I tried to load and display the exte...

1 years ago

7 answers
128 views
0
Disconnect after a while after ssh connection to Ubuntu in Tera Term

I am using Tera Term Version 4.92 on Windows 7.I have SSH connection to Ubuntu 14.04.3 LTS in Tera Term, but it will be disconnected after a while.On the Ubuntu side, /etc/ssh/sshd_conf is configured ...

1 years ago

2 answers
88 views
0
The Vagrant ssh command is not responding.(Cannot log in)

I have already started Vagrant in Vagrant up at the terminal.After that, you cannot log in with the Vagrant ssh command.Specifically appletoma:centos7toma$vagrantssh appletoma —centos7toma$ does not s...

1 years ago

1 answers
74 views
0
Obtain URL after javascript execution

There is an HTML+Javascript page.On this page, videos are played with a video tag, but the URL of the video is set to the video tag by running javascript.I would like to get the URL that will be set i...

1 years ago

1 answers
72 views
0
I want to connect to a VNC server from a Mac to a Linux machine using SSH tunneling.

I'd like to use a Mac to operate a VNC server that was launched on the Linux side.For tunneling and connecting to the machine, PuTTY is used.59xx ports are associated with the appropriate localhost un...

1 years ago

2 answers
66 views
0
If there is a space in the file name when scp is performed in expect bash, it is treated as a different file.

If the file name is space separated when scp is performed with bash expect, it will be treated as a different file.fromfile='[email protected]:/tmp/hoge hhoge hhoge.txt'expect-cset timeout 3600spa...

1 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.