Questions tagged [system-administration]

Use this tag for asking about programs you have written to perform system-administration tasks. Non-programming questions about system administration are off-topic for Stack Overflow and should not be asked here.

983 questions
-3
votes
1 answer

Windows & NIST time servers giving erroneous times to Windows 12 Server?

I am running a LTI tool for my university LMS on a Windows 12 Server and it was failing today. It turned out that the server time was about 20 minutes ahead of the correct time and my tool was timing out. It was synched with the windows.com time…
-3
votes
1 answer

Is it possible to create a VM on Linux then export it to a Windows Server?

I'm trying to install and configure some apps in VM in Windows Server but have a limited access to the Windows server so I'm trying to do all the configuration in a local VM in my Ubuntu system then export the VM to the server. Is it possible?
-3
votes
1 answer

new Ubuntu 14.04 VPS, can't log in as new user

I'm pulling my hair out. I created a new VPS, I created a new user and there's no way I can log in! I tried to tackle it from every possible way but I just ran our of ideas. So here's what happens New user: demo ralf@futurelab:~$ ssh -vvv…
Ralf
  • 1
  • 4
-3
votes
1 answer

Unix Bash Script - Monitoring User Home Directory Growth

I'm trying to create a script that will monitor all non-admin user home directories under /HOME for growth of over 100MB in a 20 min period, and send an email to root if this occurs. The email needs to contain a list of users that were found in…
-3
votes
1 answer

Can I store an email to database once it entered to inbox?

The exact problem is:- I'm currently developing ticketing system using PHP. System will send emails automatically to the concerned departments once a ticket is opened. The emails recipients will reply this email using their third party application…
-4
votes
1 answer

Check if Windows credentials have sysadmin privileges for each SQL Server in list

I need to write a script [in anything, assumed powershell would be best] that checks to see if the given Windows or SQL Server credentials have sysadmin rights for each server in a list. I would like to loop through list pf SQL Servers within my…
Trey Cox
  • 13
  • 2
-4
votes
2 answers

What kind of scripts or applications can be reliably executed at boot time?

In another post, I am told that this is the way to run something at startup. A registry key is created: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run I am supposed to place a filepath under that key. What file types are allowable…
Travis Banger
  • 697
  • 1
  • 7
  • 19
1 2 3
65
66