sh tag

193 questions


6 answers
141 views
0
In Ubuntu's bash, simply type `cp-high-character filename .old`

Backing up files with long file names, for example, in Ubuntu's standard bash shell Is there any easy way to omit and type commands by hand?Example cp very-long-filename.txt very-long-filename.txt.old...

2 years ago

1 answers
132 views
0
How to Retrieve Subdomains Registered with DNS

Is it possible to retrieve all subdomains registered with DNS?$command example.com =>example.com A 111.111.111.111 =>hoge.example.com A 111.111.111.111 =>huga.example.com A 111.111.111.111I'm...

2 years ago

2 answers
60 views
0
How to browse multiple files like a single file

$lshoge.text fuga.text piyo.text all.text$ cathoge.hoge$ cat fuga.textfuga$ catpiyo.textpiyo$ cat all.texthogefugapiyo$ echo hoge>>hoge.text$ cat all.texthogehogefugapiyoIs this possible?

2 years ago

3 answers
124 views
0
When you start the terminal, the message -bash:[:missing`] appears.

When I started the terminal -bash:[:missing`]' message appeared.I have set SublimeText2 to be opened from the terminal by referring to this site.http://offsidenow.phpapps.jp/archives/1669At that time,...

2 years ago

3 answers
136 views
0
When you start the terminal, the message -bash:[:missing`] appears.

When I started the terminal -bash:[:missing`]' message appeared.I have set SublimeText2 to be opened from the terminal by referring to this site.http://offsidenow.phpapps.jp/archives/1669At that time,...

2 years ago

5 answers
125 views
0
How to check externally if port 22 of centos is open

I recently started using VPS.I'd like to make sure that port 22 used by ssh is open properly. Is there a command to check from an external linux?Also, please let me know if there is a way to find out ...

2 years ago

5 answers
84 views
0
How to check externally if port 22 of centos is open

I recently started using VPS.I'd like to make sure that port 22 used by ssh is open properly. Is there a command to check from an external linux?Also, please let me know if there is a way to find out ...

2 years ago

1 answers
125 views
0
How to Encrypt a Shell Script (CSH)

Is it possible to encrypt and execute the CSH source code to encrypt VBS to VBE using Windows Script Encoder? If possible, please tell me how to do it.If it is possible to replace it with Bash, that i...

2 years ago

1 answers
95 views
0
How to Encrypt a Shell Script (CSH)

Is it possible to encrypt and execute the CSH source code to encrypt VBS to VBE using Windows Script Encoder? If possible, please tell me how to do it.If it is possible to replace it with Bash, that i...

2 years ago

1 answers
89 views
0
Unable to SSH to EC2

I created VPC, security group, EC2 in AWS.I assigned a subnet and tried to connect to SSH at my terminal, but I can't connect to SSH.execution commands:>ssh-ixxx.pemec2-user@Elasticip addressThe er...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.