Questions tagged as 'linux'

0
answers

storage size of 'p' is not known struct

I have no idea why I have this error and I'm going crazy, to see if you can help me out. Code: The error gives me exactly in "struct parametors p" The structure is such that:     
asked by 17.06.2018 / 18:01
0
answers

Slow network when there is no Internet

I do not know if it's the indicated group, but here's the query: I have a simple network in a client: · Router (Ubiquiti), connected to the ISP modem · Point-to-Point Link with another building. Everything works correctly, except when the...
asked by 14.06.2018 / 15:49
1
answer

Is it possible to separate the vnc server from the machine I want to control?

A normal structure is:    [vnc client] - internet - > equipoB [vnc server + desktop] But I wish for functionality of my application to do:    [vnc client] - internet - > equipoB [vnc server] - > ComputerC [desktop] Is it p...
asked by 15.06.2018 / 04:51
1
answer

Can cc compile a .cpp file?

I am new to using a Linux environment to compile and run my programs in c and c ++. As such I have realized that to compile files.c in terminal I occupy cc or gcc , otherwise with .cpp files that occupy g ++ My doubt was that if there wa...
asked by 12.06.2018 / 21:39
1
answer

How to delete a text from a file on Linux

I have to delete an email from a file called Email_Recepients. I have seen several forums where they give me suggestions but I do not see that the email is deleted. This is what I have tried so far: sed '/[email protected]/d' ./Email_Rece...
asked by 19.06.2018 / 21:20
0
answers

How to update nodejs in ubuntu

I had version 8.10.0 installed and updated to version 10.4.1 with npm: sudo npm cache clean -f sudo npm install -g n sudo n stable All good without errors , but when executing: nodejs -v in the terminal, inform me that I continue with...
asked by 14.06.2018 / 13:34
0
answers

I can not communicate a domain A with a B domain in linux with different DNS

My question is clear and short, I have a DNS server installed on linux ubuntu, and I have another machine with another DNS server mounted on this machine; I want my domain A to communicate with domain B but I can not do it. I would appreciate it...
asked by 04.06.2018 / 06:07
1
answer

Problems installing Angular and Ionic Windows, Fsevents

Some days ago I tried to solve and I can not find a specific answer, try installing the angular and ionic in my linux ubuntu, then in my windows with the command: npm install -g angularcli and I get the error: npm WARN optional SKIP...
asked by 05.06.2018 / 17:19
0
answers

Problem with tables in bootstrap 4 in linux

Some time ago I have been working on Windows and I have an old PC with linux mint for some things. A few days ago on my computer I use often install linux mint 18.3 but when I was designing a page with bootstrap 4 I find that certain things do n...
asked by 01.06.2018 / 02:08
0
answers

htaccess redirect everything to the index except some folders and files

I have this folder structure, and I want to redirect all the requests to my index.php, but ignoring these folders (assets, ajax, testFolder) index.php file1.php file2.php .htaccess ( im configuring this ) docs |_doc2 |_doc1 |_.htaccess assets...
asked by 21.06.2018 / 22:11