Hi,
to search in all versions of a file for a specfic string:
First get a list of all commits, then grep each commit:
Continue reading Git: Search in all versions of a file for a specific string
Hi,
to search in all versions of a file for a specfic string:
First get a list of all commits, then grep each commit:
Continue reading Git: Search in all versions of a file for a specific string
Hi,
there are two ways to determine the Certitification Authority in your Active Directory environment.
Continue reading Windows: Locate the CA in your Active Directory Infrastructure
Hi,
sometimes you want to find which IP Address belongs to a virtual machine. This can be easily done by powercli, provided that the VMware Tools are installed in each VM.
Continue reading VMware: Find VMs by IP Address
Hi,
to determine which Server provides the Terminal License Server Role in your Active Directory Forest use the following powershell script.
Continue reading Windows: Find all Terminal/Remote Desktop Server Licenseserver
Hi,
here are a few examples how powerful the UNIX find command is.
Search only for file in your home directory “~”
find ~ -type f
Possible parameters for time searches: