Linux comandos Flashcards

1
Q

Instalar Apache

A

apt-get install apache2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Instalar MySQL y PHP para crear plataforma LAMP

A

apt-get install php5 mysql-client mysql-admin mysql-query-browser phpmyadmin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Probar configuración por defecto de Apache

A

/rutadeapache/bin/apachectl configtest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Arrancar servidor Apache

A

rutadeapache/bin/apachectl start

/etc/init.d/apache2 start
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Parar servidor Apache

A
/etc/init.d/apache2 stop
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Reiniciar servidor Apache

A
/etc/init.d/apache2 restart
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Buscar paquetes de Java

A

aptitude search "?provides(java-runtime)"

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Instalar paquete por defecto de Java

A

apt-get install default-jre

How well did you know this?
1
Not at all
2
3
4
5
Perfectly