Questions tagged as 'terminal'

2
answers

interface command to change ip in linux

Hello, good afternoon everyone, I want to clarify that it is not that I do not know how to change the ip of my linux. what I mean is that if I know I can do it from the command nano etc/network/interfaces and I know I can also do it from th...
asked by 07.10.2018 / 01:19
1
answer

error when trying to install sudo apt-get upgrade

I am trying to install LAMP on ubuntu to install Laravel with the following commands. I'm just in the second one and when I finish the second command and try to install the LAMP I have this error and it does not allow me to install the server. D...
asked by 19.07.2018 / 10:04
1
answer

error when creating a reactive project using npx

I am learning to use react js, but I have problems trying to run the npm in the terminal on my mac, I put the code "npm install -g create-react-app" and I get a permission error, but the I really do not understand how to solve that, it wil...
asked by 08.06.2018 / 18:22
1
answer

How do I enter the settings of my router from the mac terminal?

I need to enter the router configurations of my router that are more advanced, but I can not find the command for the mac terminal that connects me to the router.     
asked by 05.05.2018 / 22:57
0
answers

Run subprocess.run on a terminal other than the one that executes the Python script

I'm writing a program in Python3 with a Tkinter GUI. I have included a terminal xterm in one of my frames: Frame2 = Frame(master) Frame2.place(x=self.anchoVentana,y=2*self.alto/3,width=self.ancho-self.anchoVentana,height=self.alto/4) w...
asked by 14.11.2018 / 11:35
1
answer

I have python 3.7 but in sublime text the version that loads is 2.7 in linux mint

I use linux mint1.8 and when I use the sublime text editor and load python to use it I get version 2.7 of python, and I already updated python on my pc to 3.7 but in the editor it remains the same, I uninstalled it and install again and stay the...
asked by 22.10.2018 / 16:27
1
answer

Running an eclipse project with imports from the terminal or from a text editor (Solved)

I've been trying for 2 days to use JavaC and Javatar just to run an app that is in Eclipse from the console but I have not been successful. Using these guides link and consulting other responses from how to compile a package java in sublim...
asked by 10.10.2018 / 22:39
1
answer

the linux command works well in the terminal, but not in the sequence of commands in several lines

a basic program to search for files by their extension and move them to a new location, for example: search for files by extension "mkv" and move them to the folder / x user@user$ find /home/example1 -type f -name '*.mkv' -exec [mv -f examp...
asked by 01.10.2018 / 23:44
1
answer

Get information from the android gpu, freq / model / version opengl etc / the governor or similar

I wanted to know if I could get that information from the terminal, especially the frequency look for information and what is closest is this dumpsys command | grep GLES but I need information like the frequency etc, I found this page of m...
asked by 19.08.2018 / 23:30
0
answers

How do I recover formatted usb files from linux terminal?

What is the command or utility in linux that allows me to recover files from a formatted usb. I'm occupying Open suse     
asked by 15.08.2018 / 05:08