Questions tagged as 'terminal'

1
answer

Accents in Bash

When I generate a query from my database, it returns an information to me, which I save in a variable and then send it by email from the bash using "mail". The problem I have is that, as some words have accents, the Bash does not recognize it...
asked by 16.08.2018 / 17:05
2
answers

Windows does not recognize touch command

I try to execute the command: "touch .gitignore" but it gives me this error     
asked by 29.07.2018 / 00:26
0
answers

See local bds in the xampp

Hi, I have a question about xampp, it is that I installed the xampp, but a few days ago I had created two databases, one per terminal and one for Sequuel pro, and both appeared to me from the sequel pro, and terminal. As you can see in sequel pr...
asked by 11.07.2018 / 23:44
0
answers

Problem when creating Ionic Cordova projects

When I want to create a project I get an error I believe it with the command ionic start [nombreproyecto] blank With the Windows terminal, I created the project but it does not work because with the error it does not let me add screens anym...
asked by 07.06.2018 / 22:06
0
answers

How to download my note from shrib.com from the terminal?

I need to download my notes from the terminal Example: wget link and have my note in a file only the content of the note minota.txt     
asked by 09.05.2018 / 04:47
0
answers

Insert a terminal other than xterm in a Frame of a GUI built in Tkinter

I was able to insert an xterm terminal in a Frame of a Tkinter GUI with the following code: Frame2 = Frame(master) Frame2.pack(fill=BOTH, expand=YES) wid = Frame2.winfo_id() os.system('xterm -into %d -hold -geometry 300x10 -sb &' % wid)...
asked by 06.05.2018 / 15:59
0
answers

Is the correct sources.list?

Hola buenas. I just installed Ubuntu 18.04 and doing a apt-get update I get the following: Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease Ign:2 http://ppa.launchpad.net/colingille/freshlight/ubuntu bionic InRelea...
asked by 05.05.2018 / 20:36
1
answer

Terminal in a Python / Tkinter program. The text disappears below

I am doing my first program in tkinter and I want to incorporate the linux terminal, as for example it has the Atom editor. I have managed to incorporate it, but when executing an order the text disappears inside the frame and you can only see t...
asked by 29.04.2018 / 11:28
0
answers

What is! ./ on a relative route?

I am working on a structure of an app, and I have seen an expression, which is new to me and I do not know what it means to me within sass. './css/*.css', '!./css/*.min.css' I know that the ./ refers to the current directory, but wi...
asked by 10.03.2018 / 09:50
1
answer

How do you fix in update and upgrade in ubuntu?

Yesterday I tried to do an update on the ubuntu terminal 17.04 and it gave me this result sudo apt-get update Ign:1 http://security.ubuntu.com/ubuntu zesty-security InRelease Ign:2 http://es.archive.ubuntu.com/ubuntu zesty InRelease Obj:3 h...
asked by 08.02.2018 / 15:53