I would like to create a database using a script that I already have, in MySQL from the bash of ubuntu 16.04, the script is the following
-- Creamos la tabla si esta no existe
CREATE DATABASE IF NOT EXISTS platzi;
-- Indicamos que trabajaremo...
I currently have a laravel project hosted on a vps server in the following path "/ var / www / html"
but I have the disadvantage that only when I enter the IP address is it:
link shows me the index of apache2 which is the one that comes by d...
I am trying to access a folder on my desktop that contains the key to establish the ssh connection with the aws instance.
I have installed the ubuntu bash for my windows system (since I have seen that with the windows console the connection c...
In Linux I need to count the number of folders that are contained in the current folder, excluding a pair with these names: $ RECYCLE.BIN and System Volume Information.
In total there are 53 files without counting the two that I need to exclu...
What IDE can I use to program in pascal with Ubuntu?
What commands do I use to install it, or installer?
I have version 17.10.
And, if you can, you can also indicate a manual or book to learn it.
Thank you very much.
I try to install the ssh in ubuntu I do: sudo apt-get install ssh , then ask me Do you want to continue [Y/n]? . Digit And then it shows me the following error:
dpkg: warning: there's no installed package matching
ttf-mscoref...
My question is: how to install gcc and g ++ in GNU / Linux (ubuntu)
I would like to know the installation command specifically, and the installation step by step. : D
I have this Java code from javafx
public class FormularioGeneral extends Application {
@Override
public void start(Stage primaryStage) throws Exception {
TabPane tabPanel = new TabPane();
Tab tab = new Tab()...
Hello, I went to run a shell script in the terminal but I get an error as if I could not accept the condition in the first one (I already gave him the permissions) the exercise says the following:
Build a Shell Script called lartc.sh that all...
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...