Questions tagged as 'linux'

2
answers

Installing JDK on ubuntu linux

I'm trying to install the JDK in order to install NetBeans. Here is my attempt to install the JDK: Java version (Java -version):    java version "1.7.0_95" OpenJDK Runtime Environment (IcedTea 2.6.4)   (7u95-2.6.4-0ubuntu0.15.10.1) Ope...
asked by 17.02.2016 / 18:50
1
answer

Can I prevent Wine from getting viruses? or is it already immune to running on Linux and Mac? [closed]

We know there are viruses for MAC and Linux, this is not the issue, the question is whether it is possible to use Windows applications using Wine without contaminating with viruses, is this already natively immune to most of the virus or do we n...
asked by 25.06.2015 / 16:39
2
answers

Activate module "zlib" in php 5.5

I have a Magento store hosted on a dedicated server and to generate a PDF file in one of the platform modules you need to have the Zlib extension installed. The same is already installed, if I execute the following command in the terminal the ex...
asked by 09.06.2015 / 22:56
2
answers

Merge linux commands - rm and diff

I'm learning how to use Linux with the OpenSuse IDE version 13.1. I would like to know if it is possible to merge the commands rm -r with diff - r ? Objective Remove files 1.txt , 2.txt , 2.txt from pa...
asked by 22.05.2015 / 01:12
1
answer

Processes Ubuntu Server 12.04 rcuos [closed]

Hello everyone, I noticed that after updating the Ubuntu Server 12.04 packages, the number of processes increased dramatically, running a psc I found this list of processes that I had never seen before ... 8 ? S 0:38 [rcuos/0]...
asked by 23.08.2014 / 15:52
1
answer

How to make a find in GNU Linux bring some files and ignore others [closed]

How to make a find in GNU Linux bring all files of a folder, ignoring the files of a specific subdirectory.     
asked by 28.10.2014 / 01:25
3
answers

How to show the file path opened in VIM

Sometimes I leave the file open for a long time, and I do not know which directory it is in, because the environment of my application is separated by path. Ex: prod /loja/prod/app/index.php teste /loja/teste/app/index.php I wanted to s...
asked by 04.10.2014 / 00:15
1
answer

How to auto-execute a script during Linux startup?

I'm developing a program that should run automatically shortly after the Linux boot. To be more specific I'm developing for Debian and to run on Beaglebone Black. I need to run some shell commands and then run the program. Currently I can...
asked by 02.02.2014 / 21:04
3
answers

Error uploading to another server

I'm trying to write some images to another server pointing the IP and the folder, in my PHP code I pointed the path of the folder $_UP['pasta'] = '\\172.23.25.4\\manutencao\'; and the following error occurs:   Warning: move_uploaded_fi...
asked by 14.11.2014 / 16:33
1
answer

.NET Core and Mono: development of applications for Linux

I've currently needed to develop desktop applications for Linux, and one of the requirements is that it would have to be using C # . And by researching / testing, I had two options: .NET Core or Mono . When I used Mono , I lost...
asked by 24.07.2018 / 14:14