Questions tagged as 'terminal'

2
answers

How to block the sending of package-lock.json by gitignore?

I'm not able to "ignore" sending package-lock.json to gitlab, when I run git status it appears to be sent to me. Here is a print showing .gitignore and my terminal when running git status. .gitignorefile     
asked by 05.06.2018 / 22:45
1
answer

Terminal Git vs Terminal Node vs Windows Terminal

I'm having a hard time noticing the need to have so many terminals installed on my computer when I need to use git or node.js. What are the differences between the terminals, what can one do and the other not? For example: I wanted to check if I...
asked by 05.01.2018 / 17:02
1
answer

Error: "Can not find symbol" - Class Instance within the Main Class, using Linux terminal

I have an exercise to solve, which is to create a simple Java language calculator. I have to through the Terminal, send the two numbers as arguments to my program. I am using the following build command: zeluis@zeluis-HP-EliteBook-8460p ~/...
asked by 17.11.2017 / 23:34
1
answer

Installing .Net Core SDK and RunTime from the Windows Terminal?

I need to install both the Runtime and the .Net Core SDK on the college machine, however, the only place I can put a general access proxy is in the Terminal, so I'd like to know if you can install those components via windows terminal? ps: I...
asked by 23.08.2017 / 14:37
2
answers

How to send commands to the ruby interpreter from a Shell Script?

This is more out of curiosity ... I've seen some examples of what I want to do, but in Perl. I tried to find a way to do the same in ruby, but to no avail. I want a function to generate an MD5 hash from a word passed as an argument. The inten...
asked by 04.07.2016 / 04:03
1
answer

Failed to connect to github.com port 443: Connection timed out

I'm trying to do a git push, or git pull, and half and aft it throws this error: fatal: unable to access 'https://github.com/tiagoferezin/meuRepositorio.git/': Failed to connect to github.com port 443: Connection timed out What can be happe...
asked by 02.06.2016 / 19:33
1
answer

Commando gcc on Android Terminal Emulator [closed]

I'm looking for an IDE for my phone and found the Android Terminal Emulator. However, some commands are different. I would like to know the command to compile in the terminal. For example: gcc does not exist in the mobile shell.     
asked by 23.01.2016 / 21:29
1
answer

MAC / Linux terminal shortcut [closed]

How can I create a shortcut in the terminal? type instead of typing cd xxxx/xxxx/xxxx typing just goDevWeb ? Thanks     
asked by 13.11.2015 / 12:20
1
answer

Doubt about shell script

I'm studying linux, and it's my first contact with the shell script, the documentation I wanted to do is: #!/bin/bash if [ uname - m = "x86_64" ]; then echo "sua versão é de 64bits" else echo "sua versão é de 32bits" fi I tried to use...
asked by 01.09.2018 / 21:52
1
answer

How do I login to a repository?

I needed to change the password on bitbucket, so the push and pull of my local repository no longer work. I authenticated via link . What command do I use to authenticate to the repository and enter the username and password?...
asked by 27.04.2018 / 17:58