terminal tag

9 questions


4 answers
85 views
0
What are the differences between shell, terminal, and command prompt?

I'm currently studying Linux, and the words Shell, Terminal, and Command Prompt came up.I searched and looked it up, but I don't know the difference.As I am a beginner studying Linux for the first tim...


2 answers
135 views
0
Ubuntu's terminal no longer starts, xterm doesn't start either (Could not exec/bin/sh There are no such files or directories)

When I was building the environment, I accidentally deleted /bin/ and had no choice but to obtain the same coreutils as the installed version, and copied the bin folder and below to /bin/.Until now, t...

1 years ago

2 answers
118 views
0
When calling Python, don't let the console window open

I have to paste the Python script (.py file) somewhere else and use it. I made them call Python scripts periodically in other programs.The console window (terminal) keeps popping up every time I call,...


1 answers
149 views
0
Differences between python terminal run and debug run

Hello.I was trying to code Python from linux to vscode, and the result was difficult to understand from simple numbers, so I'm asking you a question.Is there a difference between python terminal execu...


1 answers
139 views
0
Is there any way to access SSH if I forget my password?

I'm in a difficult situation because I lost my password.Among the methods, I heard that access is possible using pem, so I'm going to try it, is that right?Or is there a way to access it if I forget m...

1 years ago

1 answers
139 views
0
How can I open the file when I type < (file name) in terminal?

For example, when running a program called p1, ./p1 < file_name.txtI want to write a program to get the file name and process it after typing it like thisSkip < file_name.txt and enter argv from...

1 years ago

1 answers
100 views
0
tail -f ... | What if the log is not one line when tracking the log with grep?

tail -f mylog.log | grep some-keywordIt is possible to filter the log by pipe + grep in the same way as aboveThe problem is that this method does not filter the output of many lines, not one line, and...

1 years ago

2 answers
108 views
0
WSL: How to make a file run automatically when the terminal is turned on

Hi, how are you?Every time I write wsl, I have to bind the environment variable related to docker. ~/.profile defines the related variables. Every time I turn on the terminal, I have to reload that fi...

1 years ago

1 answers
69 views
0
This is a terminal convenience function question when running on the Ipython Notebook web.

Hello.Put ipythonnebook on Ubuntu I'm a student learning Python coding on the web.I'm just trying to run a terminal within the web and work on things like git. The terminal provided by ipythonnebook w...

1 years ago

© 2024 OneMinuteCode. All rights reserved.