This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.youtube.com/watch?v=PzG_XGABIf8&list=PLrwu9Z4HT9EfGm12OC5BmpbiJqg6CoWn0 | |
#Installing react-native-cli | |
https://medium.com/@mohitaunni/react-native-cli-explained-for-beginners-4725a271c30d | |
# React - Native Cheat Sheet | |
https://rationalappdev.com/react-native-cheat-sheet/#command-line | |
React Functional Component Hooks | |
https://dev.to/fahadprod/react-hooks-how-to-use-usestate-and-useeffect-example-2h51 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wordpress redirection issue explain | |
https://wordpress.stackexchange.com/questions/264070/redirect-loop-when-trying-to-login-to-wp-admin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Search and Replace mysql | |
UPDATE t | |
set url = REPLACE(url, 'http:', 'https:') | |
WHERE url LIKE '%http:%'; | |
update wp_postmeta | |
set meta_value = REPLACE(meta_value, 'https:', 'http:') | |
WHERE meta_value LIKE '%https:%'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Finding and Deleting old files | |
find . -maxdepth 1 -mmin +10 -type f | |
find . -maxdepth 1 -mmin +10 -type f -delete | |
Process list Commands | |
ps -ef | wc -l | |
ps -ef | |
ps -ef | grep ffmpeg | wc -l | |
/usr/local/android-studio/bin/./studio.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.pluralsight.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://slidesgo.com/ | |
https://www.shutterstock.com/ | |
https://stock.adobe.com/ | |
https://www.gettyimages.com/ | |
https://www.vecteezy.com/ | |
https://www.storyblocks.com/ | |
https://unsplash.com/ | |
https://www.canva.com/photos/ | |
https://www.freepik.com/ |