Questions tagged as 'servidor'

0
answers

Refresh Main via an IntentService [closed]

I have an application that works together with GCM (Google Cloud Messages), which queries the server and when there is news sends a notification to the user. I need to update my MainActivity listView, what would be the best way to do this?...
asked by 06.07.2015 / 14:38
0
answers

Monitor hard drive Linux [closed]

Hello, I would like to know if it is possible to execute a certain action (execute a shell script file for example) when the server exceeds a certain percentage of storage. * Command used to view server disk space: df -h Att,     
asked by 23.09.2015 / 23:17
0
answers

How to configure Apache via command line?

I wonder if it is possible to configure Apache using command line (Terminal). So far, the best I can do is to run the command apachectl -S which returns me the settings, but that returned value is not very friendly. Is there any way to ge...
asked by 19.05.2015 / 18:14
2
answers

Make server socket not tkinter allow client input

The program works correctly, it creates a server for your user, the server opens without problems. But when I use a client to access it, the following message appears on the server client:    Traceback (most recent call last):     File "C: \...
asked by 04.01.2017 / 17:30
2
answers

Check if SQL Server is installed C #

I am finalizing a C # application that contains a database in SQL Server. How can I tell if the user has the SQL Server 2012 Express Local DB installed? Can you check via registry on x86 and x64 ? Basically it would alert the us...
asked by 13.02.2016 / 04:07
2
answers

How to create a directory in Python inside a server?

Using the mkdir function, you can create a file in any directory within your computer's folders: Import os diretorio = "C:\Users\CRIACAO 2\Desktop\teste" os.mkdir(diretorio) But when I try to create it inside the address of a server, the...
asked by 18.07.2018 / 22:13
3
answers

Remote server / Local server in PHP

One of the options for creating a local web server is to use XAMPP (PHP, SQL). On a web server, do I have to install XAMPP (or any similar suite) either or is it only used on local servers?     
asked by 03.11.2016 / 12:14
2
answers

How to save and retrieve all Sessions of a user

I'm developing a system in which I need to recover all users logged in or logged on to the server. Context: When the user logs in to the system, in addition to creating the session , I save the information with the logon date and session tim...
asked by 28.10.2014 / 19:34
1
answer

What is the correct way to run an application on a linux server using PHP? [closed]

Good afternoon, I need to run a natively built application for linux servers using php. I have a php script that runs an application on the linux server creating some files needed to continue the application. When running the script throug...
asked by 25.08.2016 / 23:03
1
answer

Server with intermittent time [closed]

I have an external PHP server that has generated some time problems, sometimes it generates the correct time (eg, it generates 17:00 to 17:00) and sometimes it generates two hours more (eg 19: 00 to 5:00 p.m.). I have already tried to contact...
asked by 26.12.2016 / 20:20