Questions tagged as 'linux'

0
answers

How to change the language to GitLab?

I have a local GitLab server in my company, which I installed in a Proxmox VE 5.1 container, I installed the server under Debian 9.3 (Stretch). The issue is that when I try to change the default language (English) to Spanish in the configurat...
asked by 22.01.2018 / 22:03
1
answer

Error trying to connect to sql plus from the Ubuntu terminal

I'm trying to connect to the sql plus from ubuntu but I get this ERROR ubuntu@ubuntu6:~$ su oracle Contraseña: oracle@ubuntu6:/home/ubuntu$ lsnrctl start oracle@ubuntu6:/home/ubuntu$ sqlplus / as sysdba SQL*Plus: Release 12.2.0.1.0 Productio...
asked by 05.01.2018 / 23:45
0
answers

How to remove the grub boot?

I have the dual boot (grub) where I have windows8.1 and Kali linux, I want to format the entire disk and install only kali linux. I do not know which is the safest way to remove the boot, format and install only kali.     
asked by 05.01.2018 / 00:03
0
answers

How to use Ruby 2.2 in OpenSuse 42.3?

Hi, I need to use the Ruby tk library, but the default edition of Opensuse is Ruby 2.1, I used yast to install the library but I installed tk for Ruby 2.2 next to the same edition. Now I have two editions of Ruby (2.1 and 2.2), but the termin...
asked by 12.01.2018 / 17:32
1
answer

problems with client or login openshift

Good morning I'm trying to login from the openshift client (oc.exe) and whenever I do I get this error: C:\Users\Tomas>oc login Server [https://localhost:8443]: https://github.com/XXXX/XXXXX error: invalid character '<' looking for be...
asked by 14.12.2017 / 00:10
0
answers

Corrupt tables in Mysql with Engine InnoDB - Linux

I am doing the restoration of a corrupted BD, that is, I can not perform consultations, modifiations, updates, etc. Check the following error: Error 1146 (42S502): Table 'nombre_tabla' doesn't exist . Due to this error I can not perf...
asked by 09.12.2017 / 04:40
1
answer

ArchLinux does not start

I have a laptop that has a solid state disk that I occupy for my system (windows 10) and a 1TB hard drive (that replaces CD-ROM with internal enclosure). The case that I installed ArchLinux in a 50GB partition on the 1TB hard drive, everythin...
asked by 06.12.2017 / 07:17
1
answer

What permissions to use in a web server for wordpress?

I have a subdomain for different projects in the path / var / www / subdomain / public_html sub.dominio.com/proyectoA sub.dominio.com/proyectoB sub.dominio.com/proyectoC I have two users on the server (root and userA), in order to upload an...
asked by 01.12.2017 / 20:49
1
answer

How to install the QT Designer module in Linux (Ubuntu)

I have installed PyQt5 in Linux but I do not know how to install or run the QT Designer module, I would appreciate it if someone can help me.     
asked by 06.12.2017 / 04:34
1
answer

Delete screen from terminal with PHP

In short, I have this script that I call cls: #!/usr/bin/env php <?php exec ('clear'); I assign execution permissions like this: $ chmod +x cls I execute it in this way from the terminal: $ cls Why do not you erase the term...
asked by 19.11.2017 / 14:03