Use this tag for asking about programs you have written to perform system-administration tasks.
Suppose some Windows service uses code that wants mapped network drives and no UNC paths. How can I make the …
windows windows-services unc system-administration mapped-driveI have an rpm and I want to treat it like a tarball. I want to extract the contents into …
linux package rpm system-administrationI want to be able to list all of the users in a given database along with an icon that …
oracle system-administration lockedIf I use "top" I can see what CPU is busy and what process is using all of my CPU. …
linux io performance system-administration iostatI was unaware that pip could be installed via my operating system's package manager, so I compiled and installed pip …
python pip uninstallation system-administrationI am trying to write a VB script (having never attempted before) - I need it to search the folder'\…
vbscript system-administrationI am trying to set up Postgresql 9.3 server on Centos 7 (installation via yum) inside a custom directory, which in my …
linux database postgresql system-administration centos7I'm given a project where the only objective is to monitor a network's NFS performance. I know there's a bunch …
linux performance monitoring nfs system-administrationMy /etc/environment looks like this: cat /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/…
linux configuration scripting integration system-administrationI've made a startup script, (i.e. myserviced) and put it in /etc/init.d/ I ran chkconfig --add myserviced …
linux service autocomplete zsh system-administration