9 questions
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...
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...
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,...
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...
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...
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...
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...
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...
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...
© 2024 OneMinuteCode. All rights reserved.