Incremental backups of Subversion repositories [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I have two SVN repositories, svn_rep1 and svn_rep2. I want to back them up to a remote server, with an incremental backup daily … Read more

How to undo rm -rf? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question How we can undo rm -rf command ? For example, I have Application folder. And I have remove it by rm -rf Application … Read more

What are some useful and popular monitoring commands/tools for linux web/server? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more

Command line: View network duration [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. I can see network duration in lan status … Read more

How can I open a GUI from a cli in linux? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I connect via ssh to a server (Linux) and can not open a GUI. The error is DISPLAY is not set I assume … Read more

VM Connected to a Domain

I’m working with an automated tool that deploys VMs to center. It is setup within the customspec to be connected to a domain [windows]. After the VM is clone, we get a success state from VMWare that the VM is ready, however… it tends to be the case that the VM isn’t finished being configured. … Read more

how to determine if I have the latest security update or not by powershell?

I’m a beginner to exchange server and powershell, I’m working on Exchange server (on-premise), how can I determine if I have the latest updates, security update, version of windows server (core) and exchange server, or not, so I have to update it? (by powershell). Thanks in advance Answer You can use Exchange Server Health Checker … Read more

Create subdomain from command line

I need to create some subdomains for a domain but I can’t use cpanel to do that. The server that I’m working on just doesn’t have it so don’t suggest anything related to cpanel as I’ve seen on most forums. Can anyone help me with that? I have root access, anything I want. The O.S. … Read more

bash + create proccess from function before program ended

the following short bash program described how to execute the func1 by process ( func1 & ) func1 is function that do some tests and verification on Linux machines And this program run after reboot from /etc/rc3.d I want to ask if it possible to create from func1 a process in spite this bash script … Read more

Recursively removing the content of a directory but not a directory itself [duplicate]

This question already has answers here: Removing the content of a directory recursively [closed] (2 answers) Closed 4 years ago. I have a directory which contains other directories and files of unknown depth. How can I delete only the content of the directory — nested directories and files — but not directory itself? I’ve tried … Read more