search a tag git
git tag | egrep *word*
Here is what the above code is Doing:
1. git tag -l “*word*”
2. git tag | egrep *word*
git tag | egrep *word*
Here is what the above code is Doing:
1. git tag -l “*word*”
2. git tag | egrep *word*
# EXAMPLE fgrep “[ or \ or \$ or .” * # SYNTAX # fgrep “” * Here is what the above code is Doing: 1. fgrep is a command that searches for a string in a file. 2. The string is enclosed in double quotes. 3. The string contains special characters. 4. The special…
# To uninstall brew uninstall mysql@5.7 rm -rf /usr/local/var/mysql rm /usr/local/etc/my.cnf # To Reinstall brew install mysql@5.7 brew link –force mysql@5.7 brew services start mysql@5.7 Here is what the above code is Doing: 1. Uninstalling the current version of MySQL 2. Removing the MySQL data directory 3. Removing the MySQL configuration file 4. Reinstalling MySQL…
docker stop $(docker ps -a -q) Here is what the above code is Doing: 1. docker ps -a -q: This command will list all the containers. 2. docker stop $(docker ps -a -q): This command will stop all the containers.
# https://chrome.google.com/webstore/detail/grepper/amaaokahonnfjjemodnpmeenfpnnbkco #grepper brasil #grepper brazil grepper é Top Here is what the above code is Doing: 1. It’s importing the webdriver from selenium. 2. It’s creating a new Chrome session. 3. It’s going to the Google homepage. 4. It’s searching for “grepper brazil”. 5. It’s clicking on the first result. 6. It’s printing the…
Install-Package Scrypt.NET Here is what the above code is Doing: 1. Generate a random salt 2. Hash the password with the salt 3. Store the salt and the hash in the database When the user logs in, we do the following: 1. Retrieve the salt and hash from the database 2. Hash the password the…
npm install @headlessui/react Here is what the above code is Doing: 1. Importing the `HeadlessUIProvider` component from the `@headlessui/react` package. 2. Wrapping the `App` component with the `HeadlessUIProvider` component. 3. Importing the `tailwind.css` file from the `@headlessui/react` package. 4. Importing the `tailwind.css` file in the `index.html` file.