Questions tagged as 'linux'

1
answer

configure memory variables for Oracle 11 and 12 linux

I am currently trying to install an Oracle database (11g or 12c) on a virtualized opensuse, within the guidelines I followed request modifying the memory variables in the file /etc/sysctl.conf the variables are kernel.shmmax kernel.shm...
asked by 27.07.2018 / 04:18
1
answer

TP LINK TF 3200 ethernet driver for Ubuntu 12.04

My problem lies in the compilation of the driver for the TP Link TF 3200 ethernet card to use on a machine with Ubuntu 12.04 , where I have the files compat .h , crc32.h , ethtool.h , mii.c , mii.h and sundance_main.c . ... and the...
asked by 21.03.2017 / 07:34
3
answers

Hello World in C Linux mint [closed]

I would like you to help me with an error that I have: I am starting to learn the C language and to do this I installed code blocks in linux Linux, apparently the gcc compiler was already installed, so I did not uninstall any other. The problem...
asked by 31.10.2016 / 15:58
0
answers

MS Office single reading samba fedora

I have mounted the samba service in fedora 24 as a DOMAIN MEMBER because WINDOWS SERVER MANAGES THE NETWORK, I am sharing some directories which are already visible in the network, that is to say until now it seems that samba works well, but the...
asked by 01.07.2016 / 20:55
3
answers

Problem Ruby on rails with missing dependencies

I'm starting to work with Ruby on rails on ubuntu 14.04. When doing $ bundle install I get the following error: An error occurred while installing sqlite3 (1.3.11), and Bundler cannot continue. Make sure that 'gem install sqlite3 -v '1.3.11...
asked by 03.04.2016 / 02:51
2
answers

How to configure apache with various virtualhost (nginx as a proxy server)?

Good, I have installed an ubuntu environment with local apache to use Apache as a reverse proxy of NGINX. The idea is to serve the nginx requests on port 80 and run apache on port 8080, so far it works for me. My structure where I have the...
asked by 14.11.2017 / 15:31
1
answer

How to use the same virtualenv (python) in Windows and Linux?

I started using Windows and Linux recently in the same PC (installed in different partitions respectively and a third one for common files) but it turns out that the environments created in Windows are generated with the "Scripts" folder, and in...
asked by 05.03.2017 / 21:11
2
answers

how to validate that php is working on debian 8?

I just installed debian on my computer to use it as a server and I have installed php, mysql and phpmyadmin but I do not know how to validate that if I install them well since the interface is by means of commands, so I would like to know what c...
asked by 26.10.2016 / 19:06
2
answers

How to change the name (user shown on the left) that is displayed in the linux terminal?

I want to change the user that is shown in the linux terminal. Try with this command sudo usermod -c "Nuevo-Nombre-Usuario" nombredeusuario But he does not do it, he always keeps showing me the same user in the terminal.     
asked by 26.08.2017 / 19:46
2
answers

Compile from Compiled

I have an application that uses the command line below to pass the arguments to the compiler and thus generate an .exe (in the case of windows) already compiled. I want to publish the application, but each person may have the compiler in a di...
asked by 11.07.2018 / 09:45