sh tag

193 questions


6 answers
115 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...

1 years ago

1 answers
116 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...

1 years ago

2 answers
52 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?

1 years ago

3 answers
114 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,...

1 years ago

3 answers
118 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,...

1 years ago

5 answers
109 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 ...

1 years ago

5 answers
76 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 ...

1 years ago

1 answers
109 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...

1 years ago

1 answers
86 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...

1 years ago

1 answers
76 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...

1 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.