Usefull Common Resources/Tricks 17 Feb 2020 in BlogsUseful Links on General StudyGithub: Configuration of local machine to github remoteGDriveUseful links on Jekyll, Google AdSense, Markdown. Useful links on Travel & Insurance. Replace string in files recursivelySimplest way to replace (all files, directory, recursive): find . -type f -not -path '*/\.*' -exec sed -i 's/Previous string/New string/g' {} + Note: Sometimes you might need to ignore some hidden files i.e. .git, you can use above command. If you want to include hidden files use,find . -type f -exec sed -i 's/Previous string/New string/g' {} + Useful Links on General StudyInformation about probabilistic models of cognitionTom’s Bayesian reading list…http://cocosci.princeton.edu/resources.phpUseful links on Jekyll, Google AdSense, Markdown.Add Google AdSense to a Jekyll websiteAdSense Jekyll + GithubJekyll VariablesAdd Google AnalyticsUseful links on Travel & Insurance.Collecting AviosVirgin: What’s coveredAIG京东安联Aer Lingus: Dublin T2 => London HeathrowGDriveGDrive GithubList Folder, RootDownload entire folderHow to use GDrive in linux?Github: Configuration of local machine to github remoteLocal: Generating a new ssh keyLocal: Adding your new SSH key to the ssh-agentRemote: Adding your new SSH key to your GitHub accountCommon commands