Questions tagged [application]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
26 votes
3 answers
58k views

This task requires that the user account specified has Log on as batch job rights

I have created a basic task under our windows server 2008 r2 Task Scheduler.but when I try saving the task I got the following error:- This task requires that the user account specified has Log on as ...
John John's user avatar
  • 419
15 votes
2 answers
12k views

what is the point of stripping a binary/elf program?

I'm just wondering if stripping a program file has more benefits than just saving disk space.
user avatar
9 votes
6 answers
12k views

What are the popular (free?) options for application deployment? [closed]

I manage a small school network with about 150 machines. I am looking for an easy way to deploy software to all the machines without having to visit each one. I've used Symantec Ghost to get the ...
Philip's user avatar
  • 650
5 votes
7 answers
29k views

Adding an HTTP request header with Squid

I want to permit my users to login to Google apps only for my domain. I found a solution by adding the HTTP header X-GoogApps-Allowed-Domains as described in this Google help page. I use Squid, but ...
boblin's user avatar
  • 151
5 votes
3 answers
24k views

start exe in a Remote Session with PsExec

I would like to start an application remotely. I am using the following PsExec command: PsExec \\computerOne -u Domain\User1 -p 123456 -x "C:\Windows\System32\calc.exe" I tried to use -i so that the ...
andreaspfr's user avatar
5 votes
1 answer
2k views

install .app file on MacOS via script?

I have an .app executable generated for MacOSX. Is it any easy way to install this app into Applications so it can be used by end users, via script? (need to install on multiple computers and really ...
grigoryvp's user avatar
  • 3,735
5 votes
1 answer
593 views

Working around Gmail mailing-list "feature."

We're using Google Apps for our domain's e-mail via IMAP. Whenever mail is sent to a mailing list, copies of the original mail are not received in inboxes. According to Google, this is a "feature." ...
Paul J. Lucas's user avatar
4 votes
2 answers
89k views

Windows Server 2012: Add/Remove Programs? [closed]

In Windows Server (currently using 2012), is there an interface to uninstall 3rd party applications that have been previously installed by an installer (i.e., files as well as registry settings must ...
Brian Lacy's user avatar
  • 1,113
4 votes
4 answers
4k views

Output directory tree as XML

HI all, Is there a linux command which will output the structure of a given directory as XML? if there is, that would be awesome. Thanks very much
Jamie's user avatar
  • 213
4 votes
10 answers
530 views

How to protect against against data access if USB drive gets lost?

Using any external USB drive under Windows XP, how to encrypt/decrypt files on the fly, but without too much slow-down from the overhead. Most of the obvious solutions like Truecrypt won't work ...
Rob Kam's user avatar
  • 143
4 votes
3 answers
178 views

Where can I find the source for the unix app 'free'?

Free is a rather hard word to Google for, all my variations failed to bring up anything related to the unix app free (it's for viewing memory usage - free -m etc.). If anyone has a link to the source ...
Adam Taylor's user avatar
4 votes
8 answers
1k views

Portable scripting language for a multi-server admin?

Please Note: Portable as in portableapps.com, not the traditional definition. Originally posted on stackoverflow.com, asking here at another user's suggestion. I'm a DBA and sysadmin, mostly for ...
Aaron's user avatar
  • 159
4 votes
1 answer
5k views

Add-AppxPackage : 0x80073CF6, ... could not be registered. Merge Failure : error 0x80070003 :

I have a PC running windows 10 enterprise th2 build 1511/10586 The PC is joined to a domain. The issue occurs in a Domain User Account with Standard User permissions. First - The photo app kept on ...
Mike Pengelly's user avatar
3 votes
9 answers
172 views

Completely Copying Over Application Installs in Windows

I've got a Windows Server 2003 computer with a payroll application, and a new Server 2008 System that I'm migrating to. My question is regarding (I believe) all Windows: How can I track all files ...
bobby's user avatar
  • 604
3 votes
5 answers
2k views

How SAN Storage or NAS devices are typically used?

Can these storage devices be accessed like normal hard drives or applications specifically target a device? The applications you guys use against these devices, do you have tell your application what ...
Muhammad Hasan Khan's user avatar
3 votes
3 answers
12k views

How do I know which process is what program?

Task manager shows a list of processes running. How do I find out, what process is what program? Sure the list shows the name of the exe-file, but I want to know the name of the program. Also I would ...
Silvercode's user avatar
3 votes
4 answers
2k views

Which Unix book or pdf would advanced users like to keep with them?

I am looking for some books or online pdf or tutorials for advanced Linux system administration which they would always like to keep with them. I mean ones in which there are some advanced, ready to ...
3 votes
1 answer
4k views

Change shortcut arguments via script

We have a program here that requires every user to have a shortcut on their desktop that points to an ini file. Each file is unique to the user. Recently, we've done a new install of the application ...
Justin's user avatar
  • 167
3 votes
2 answers
3k views

Permerror when testing multiple SPF records for Google Apps and MailChimp

Our domain uses Google Apps for mail and Mailchimp for templated email campaigns. Mailchimp recommends adding an SPF record for their servers to decrease the likelihood of spam filter traps. I have ...
Jeff's user avatar
  • 33
3 votes
1 answer
2k views

Strategy to isolate multiple nginx ssl apps with single domain via suburi's?

Warning: so far I have only learnt how to use nginx to serve apps with their own domain and server block. But I think its time to dive a little deeper. To mitigate the need for multiple SSL ...
icpu's user avatar
  • 35
3 votes
2 answers
454 views

Should ldap client use different credentials than end user to do end user authentication?

short form: Should I use some well-known uid to authenticate a ldap client, and then other means within that client to validate the user-entered uid and pw? long form: We have a commercial .net-based ...
Elroy Flynn's user avatar
3 votes
2 answers
680 views

IIS6 host multiple websites under same sub-domain (or something similar)

I'm trying to figure out a structure for a hosted application that i'm working on. I've got a domain lets call it app.company.com (a sub-domain company.com of course) that is setup to redirect to my ...
user avatar
3 votes
2 answers
352 views

Recommended tools for mass file delete [closed]

We have a challenge in deleting circa X million files that meet a certain criteria - specifically must be over 90 days old and exclude certain file formats. To date, we've been using a multi-threaded ...
K-Lye's user avatar
  • 41
3 votes
1 answer
418 views

How to find a path where an application was set up?

I'm unsure whether I should put this question in Serverfault or Stackoverflow. I'm developing a script (so 'press start->search' is not an option) and try to find out a way to find where an ...
Putnik's user avatar
  • 2,277
3 votes
3 answers
11k views

Replace single file on tomcat-deployed war

I'd like to know how to configure tomcat 6 in order to be able to replace a file from a war - for instance an image or a jsp - so I don't need to restart the server to keep it updated. I assume I'll ...
xain's user avatar
  • 677
3 votes
3 answers
275 views

Tools to manage large network of heterogeneous web applications? [closed]

I recently started a new job where I've been tasked with managing a global network of heterogenous web applications. There's very little documentation. My first order of business is to create an ...
Andrew's user avatar
  • 456
3 votes
1 answer
971 views

App pool gets stuck on reset and takes .net pages out

Several times after our app pool has been told to reset, it gets stuck, the .net pages go down and the following error appears in the application event log: Failed to execute request because the App-...
user8042's user avatar
  • 278
2 votes
3 answers
565 views

wget application replacement

Is there any other application similar to wget? If yes can you post a link?
zozo's user avatar
  • 803
2 votes
2 answers
145 views

How can I automate a GUI App?

I need to automate a small GUI Windows app. It needs to be run twice a week to synchronise two databases, but with no operator intelligence behind it. Literally, it's launch the app, and perform two ...
BIBD's user avatar
  • 1,866
2 votes
2 answers
3k views

Two applications listening on the same port

Wat happens if two applications try to listen to the same port?
Wintermute's user avatar
2 votes
2 answers
356 views

What commands are being sent to an exe?

I have an application that calls a console based application when I open a file. I would like to somehow "spy" on this console application so that when it gets called I would like to see what command ...
JL.'s user avatar
  • 1,303
2 votes
3 answers
249 views

Tomcat is web server or application server?

please let me know !!
user avatar
2 votes
4 answers
1k views

Free (or OS) cloud backup program [closed]

I am looking for program which would allow me to backup data from Windows web server 2008 to cloud storage (Amazon, Rackspace and so on) - sites and mssql express backup files and automatically ...
Walium's user avatar
  • 21
2 votes
3 answers
288 views

How can I see which permissions are necessary during a workstation app install?

Is it possible to see which permissions an application installer needs while it is running? I'm thinking sort of like a debugger or monitor to see what windows is checking for. The situation is that ...
Tim Lehner's user avatar
2 votes
2 answers
10k views

Method of deploying a VB6 app to a Windows server 2012 RDS server

My environment currently has a Windows 2003 server running terminal services. That server has the visual studio 6 IDE installed. It also is responsible for running a very old ( and poorly built ) VB6 ...
Digital ink's user avatar
2 votes
1 answer
78 views

Pre-Configured installation of applications on domain computers

I have an application I would like to be installed for all computes that are joined to the domain. The thing about that is I would like to have the application pre-configured for all users. I have ...
apples's user avatar
  • 41
2 votes
1 answer
1k views

How to get an application's GUID

How can I get an application's GUID from an MSI file without installing it and searching for it in the registry? Is the GUID located in the MSI's properties? Or, can I retrieve it using Orca?
Force Flow's user avatar
  • 1,165
2 votes
2 answers
38k views

How can I stop a Java jar file application that was started with this command

In order to run a game server (minecraft) I start it by running this command in CentOS: java -Xms512M -Xmx1G -jar minecraft_server.jar But I have no idea how to stop this file from running. I assume ...
adrianTNT's user avatar
  • 1,139
2 votes
3 answers
164 views

Updating Applications in a Corporate Environment

I am very new to this subject and was hoping someone could shed some light on it. I am working on creating a corporate network that will obviously have multiple servers and multiple workstations. Let'...
user145133's user avatar
2 votes
3 answers
4k views

Kill all program.exe instances open on network share from Windows

How do I kill all program.exe instances that are currently open through a Windows network share? I know how to list the open files net files | Findstr "program.exe" but how then how do I kill it? In ...
Widmo's user avatar
  • 21
2 votes
1 answer
1k views

1&1 hosting + azure cname + google apps mx

I have a problem while hosting my website on azure : I need to have an url mydomain.com, when deploying in azure it gives the url mydomain.cloudapp.net, so I do a cname record from mydomain.com to map ...
tahir's user avatar
  • 21
2 votes
3 answers
925 views

Is it possible to get installed Microsoft software and serial number?

I want to have a list of all installed Microsoft software on a machine. I think this will do the job but the problem is that I need to have Serial numbers of the installed Microsoft applications. Is ...
Lagrangian 's user avatar
2 votes
1 answer
522 views

My Ruby on Rails application only works if the address contains the port

I have a Ruby on Rails application that works ok on my notebook ( http://localhost:3000/ ) I uploaded it on my hosting server, created with CPanel X an application, the URL is http://example.com:...
True Soft's user avatar
  • 123
2 votes
1 answer
373 views

Multiple servers with one configuration file

I have multiple applications running on different servers but they all require the same configuration file (which has sensitive information on it). Currently, I just load the config file on all my ...
jwerre's user avatar
  • 768
2 votes
2 answers
421 views

Nginx conf.d files via puppet

I'm trying to determine where to draw the line between what goes in puppet and what is part of an 'application'. One place I'm a bit perplexed is nginx conf.d files. In apache, I'd have these files ...
quickshiftin's user avatar
  • 2,145
2 votes
1 answer
2k views

Simple proxy server for development

For some development purposes I need to use a proxy server with authentication to test applications. I use Squid but sometimes I just need a simple configurable proxy where I need to provide hostname/...
sultan's user avatar
  • 287
2 votes
2 answers
262 views

File-sync server software

We are currently using Dropbox in the company and running out of space lately. I'm wondering if there any similar software that we could use on our own server? I've looked at pogoplug, but I'd like ...
Maniak7's user avatar
  • 121
2 votes
5 answers
349 views

Best monitoring system for less technical people and application-level monitoring?

I need to set up a monitoring and alerting system for one of our business teams-- they're smart people, but not engineers or sysadmins. I basically need to do the same thing that happens for system ...
user10501's user avatar
  • 682
2 votes
2 answers
123 views

Creating an app pool a month to limit the scope of issues

I have about 360 sites running on a single app pool. Now I know we have a coding issue with one of those sites, were we have accidentally coded a memory leak. So what happens is the site runs, the ...
user avatar
2 votes
2 answers
2k views

How to forcibly disconnect a application listening on a port

I have an app that doesn't properly stop listening on a port. How do I force it to stop so I can open the application again/use that port again?
bobber205's user avatar
  • 241