Top "System-administration" questions

Use this tag for asking about programs you have written to perform system-administration tasks.

How can I manually/via the registry delete desktop icons?

There are a bunch of annoying icons on my corporate laptop that I cannot delete due to group policy, how …

windows registry administration system-administration
Lost connection to MySQL server at 'reading initial communication packet', system error: 113

I have two Debian boxes: used apt-get to install mysql-server mysql-client phpmyadmin used apt-get to install apache2 apache2-mod-php5 I'm …

php mysql debian system-administration aptitude
Python App ouput to syslog server

I'm trying to do some searching on google (looped for every 5 min or so). When it gets a hit I …

python unix syslog system-administration
How to force delete an open file using PowerShell

Remove-Item command does not delete files which are in use. Is there any way where we can delete all the …

powershell system-administration
Nagios Plugin Error: (No output on stdout) ... failed. errno is 2: No such file or directory

I am using custom Nagios plugins for the first time and am running into this error when I create a …

nagios sysadmin system-administration nagiosxi
How to create System Apps in android

I want to create an system application(while installing it will ask user permission to make it as system app) …

android settings system application-settings system-administration
"--target list" meaning in qemu installation

I am new to qemu. I have the following question. I needed to emulate some new instructions using qemu. Basically …

linux qemu system-administration
What is the most secure way to retrieve the system Drive

I know that the following should work: Environment.GetEnvironmentVariable("windir", EnvironmentVariableTarget.Machine) My problem with this call is that if …

c# .net windows environment-variables system-administration