Most voted "terminal" questions
Terminal or console is a line emulator or command prompt, where all commands are issued in plain text.
Learn more…134 questions
Sort by count of
-
0
votes1
answer176
viewsHow to run http-server Node?
Guys I’m trying to install http-server npm install http-server -g however is giving this error, I already set the proxy, what can be? log: 0 info it worked if it ends with ok 1 verbose cli […
-
0
votes0
answers25
viewsRepository not found git mac terminal
On the Mac after you first use the github user and password data in the terminal, that data is preconfigured for future use. If I try to clone or push with another user it is a mistake. It usually…
-
0
votes1
answer151
viewsFailed to get about: googleapi: Error 401: Invalid Credentials, authError
I’m using a generic Linux application from Google Drive, which aims to Upload local folders to Google Drive via Shell Script. However, when trying to run command on the Debian terminal: ./gdrive…
-
0
votes2
answers250
viewsRun . java that imports another class in the terminal
I am trying to run my program on the terminal, as it matters another class I am using the command: javac -cp ./IO.jar MeuPrograma.java The program compiles the .class. However when running with:…
-
0
votes1
answer44
viewsConnect to a server via ssh
I need to connect to a server via ssh through the terminal. However, this server has a key. I have this key on my computer, I would like to know how to access the server with this key via ssh by mac…
-
0
votes0
answers401
viewsError trying any command with apt. E: Malformed entry 1 in list file..."
When trying to use any command with apt, for example: "sudo apt-get update", I am getting the following error: E: Malformed entry 1 in list file /etc/apt/sources.list.d/mongodb-org-4.0.list…
-
0
votes3
answers814
views"code ." does not work on linux Mint (zsh terminal)
I’m trying to use the command "code." zsh terminal to open the folder in vscode, but when I run the command it returns me the following error message: zsh: no such file or directory:…
-
0
votes2
answers142
viewsIs there any way to make the "Curl" program to pause print the information on the screen?
For example, when I call the help menu in the Windows CMD terminal, "Curl --help", comes a rain of information on the screen, getting pretty bad to track reading.
-
0
votes1
answer106
viewsScript with Node.js not generating output
Hello! I started to solve problems of the Urionlinejudge platform and in the first challenge I already had doubts about the solution with Node.js. The problem only asks to insert two integers (one…
-
0
votes0
answers44
viewsNetbeans on Linux Mint
Hello, I am a Distro Mint Linux user, when I open the Terminal and type netbeans the program opens, but in the terminal I see the following message: WARNING: An illegal reflective access operation…
-
0
votes1
answer217
viewsQuit git log or git diff
I turned the remote git log and visualized all the content, until reaching the end according to the print: However, I can’t do anything else in this terminal window. I’ve tried writing exit, type…
-
0
votes1
answer1350
viewsHow to execute Python commands inside cmd using a script
I want to create an executable that opens a cmd and after that, enter a clear() function automatically so that you can clear the screen whenever necessary just by typing clear(). Fez: import os…
-
0
votes1
answer1936
viewsPowershell and VS Code does not recognize "Set-Location"
Man PowerShell does not recognize the Set-Location, this has been happening for a while now every time I run a code in VS Code because my work and projects are in the cloud and on another HD but I…
-
0
votes1
answer66
viewsVS Code opens pycharm during code execution
Good afternoon, Running the command below on the VSCODE terminal, it opens pycharm to execute such a command, not running on VSCODE itself. I’ve already uninstalled the test pycharm. Then when…
-
0
votes0
answers110
viewsVS Code terminal does not read accented words
I press the button to accentuate and it still appears without accent Already in the terminal of the system works normal…
visual-studio-code terminal accentuation characters mintasked 3 years, 11 months ago Ranieri Feliciano 1 -
0
votes1
answer174
viewsI can’t run PHP code in VS Code
I have been trying to run PHP code on the VS Code terminal. Whenever I try to do so this message appears: *c:~\Users\Thiago\Downloads\Training.php \SP.php : O termo 'c:~\Users\Thiago\Dow…
-
0
votes1
answer16
viewsusing Sox to compare duration of an audio file with a variable
good afternoon. I would like the help of the people. I am writing a scrip to separate songs in function from their duration in seconds using the soxi command of the Sox(apt install Sox) package. I…
-
0
votes1
answer102
viewsI can’t run create-React-app
When executing npx create-react-app my-app my terminal is not completed and at the end is created the folder that way: └─ my-app ├─ node_modules ├─ package.json └─ yarn.lock I’ve tried to npm…
-
0
votes0
answers26
viewsVscode compiles and debugs but does not execute C programs
After configuring Visual Studio Code to compile and debug C, I am unable to run the code. A . exe that works properly, but for reasons of practicality, I wish the output and input of data to be…
-
-1
votes1
answer81
viewsError installing Compass on Mac
I am trying to install Compass on my machine and I am facing the following error. I’m using with command with sudo. Building native extensions. This could take a while... ERROR: Error installing…
-
-1
votes1
answer3825
viewsFix permissions on the linux root
I made a mistake here on my linux, I ran it: sudo chown -Rf www-data.www-data /* And I gave one ctrl+c after four seconds... because I saw the mistake I had made. That’s supposed to be it: sudo…
-
-1
votes1
answer4774
viewssudo subl - how to open sublime 3 by terminal on Ubuntu?
I performed the installation of Sublime Text 3 on Ubuntu 17.10. I can open the Sublime using the command subl in the terminal. However it does not work to open as sudo, when using the command…
-
-1
votes1
answer56
viewsRun command - Terminal
Remembering that this is not just for this case, I want to create for example . Bats to automate some things, so I would like to know how to make you wait for the return of commands and interpret my…
-
-1
votes1
answer245
viewsError installing sudo-free NPM packages
I have this difficulty, I wonder if it would be possible to run without sudo MacBook-Air-de-Alan:~ collins$ npm i -g react-native-cli npm WARN checkPermissions Missing write access to…
-
-1
votes1
answer185
viewsVisual Studio Code, how to put the console in "real time"
He was using Spider IDE. I don’t know what this is called, but there was a console where you can program in real time, when typing 1+1, for example, it returned 2 on the console. I wanted to put…
-
-1
votes1
answer186
viewsAbout preparing the apache Tomcat server in visual studio code
I downloaded the binary files from apache-Tomcat, extracted them in an open folder and added them to the visual studio code. But at the time of starting the server, gave this error that can not even…
-
-1
votes1
answer98
viewsHow do I use pipe when running python programs in the terminal, and what is it for?
example : python3 example.py | example2.py I wanted to know what this is for, I realized that somehow they communicate , but I did not understand the usefulness of this property.
-
-1
votes1
answer148
viewsCan anyone explain what that expression is for and how to use it?
I would like to copy more recent files from one directory to another. But besides being the mais recente (data de criação) I have other conditions for copying: Start with "Relatório Financeiro"…
-
-2
votes1
answer143
viewsHow to work in the same database by Workbench and terminal?
I created a database by Workbench But I can’t find it through the Mac terminal. How to work in the same database? How to locate the database created by Workbench? And vice versa... I’m connecting by…
-
-2
votes1
answer757
viewsHow to change the display of the username on the Ubuntu terminal
How can I change my username display on the terminal ? With this very large text, ends up disturbing.…
-
-2
votes2
answers260
viewsLog-in to mysql only with sudo
When I’m at the linux terminal, on my machine and give the command : mysql -u root -p The linux terminal presents : ERROR 1698 (28000): Access denied for user 'root'@'localhost' With sudo before the…
-
-3
votes1
answer162
viewsVisual Studio Code Terminal
I searched a lot on NET and Stack and could not find the answer to this question. So let’s go. I have Windows 10 installed on my machine, and I’m trying to adapt to Visual Studio Code ( IN JAVA )?…
-
-3
votes0
answers37
viewsAm I the victim of some hacker?
Hello, I’m beginner in the world of technology and I’m suspicious of some files that appeared on my Home on Ubuntu. That’s because I haven’t seen these files before. It’s them…
-
-3
votes0
answers9
viewsTerminal doesn’t work well when I open a Second vscode window
When I open a Second vscode, the terminal do not make normal Stuffs, like node -v, or yarn. It Always shows zsh: command not found:. The terminal of first vscode window Works well.…