Questions tagged as 'ubuntu'

1
answer

Create MySQL database from script in bash ubuntu 16.04

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...
asked by 25.02.2018 / 18:06
1
answer

How to configure laravel project on Ubuntu VPS Server?

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...
asked by 18.03.2018 / 04:06
1
answer

Problem with linux console

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...
asked by 05.11.2018 / 18:30
2
answers

Bash to count folders in the current directory excluding others with a given name

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...
asked by 04.10.2018 / 17:24
1
answer

How to Install Pascal on Ubuntu 17.10

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.     
asked by 10.01.2018 / 15:16
1
answer

Why when I try to install the ssh on ubuntu does it show me an error? [closed]

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...
asked by 26.08.2017 / 22:22
1
answer

How to install GCC and G ++ in GNU / Linux?

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     
asked by 09.11.2016 / 20:08
1
answer

JAVAFX with css implementation

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()...
asked by 14.12.2018 / 12:55
1
answer

problems when running a shell script, problems in the "if"

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...
asked by 27.10.2018 / 22:25
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