Page Index - bgoonz/BGOONZ_BLOG_2.0 GitHub Wiki
659 page(s) in this GitHub Wiki:
- Home
- Bgoonz Blog Readme
- ⇨WEBSITE🗺️⇦
- 💫 Deploy
- CHANGELOG
- ⇨WEBSITE🗺️⇦⇨Cloudfare-Backup⇦⇨search⇦⇨Backup Repo Deploy⇦⇨Github pages⇦⇨Go To Site Wiki⇦⇨Gatsby Cloud Version⇦⇨Vercel Version⇦⇨Cloudfare-Domain⇦⇨gh-pages⇦⇨backup netlify deploy⇦
- Repos:
- Branch Deploys:
- Bug Tracker
- Forks
- vercel branch netlify
- Wiki Nav
- Useful Commands (internal use)
- Basic Web Development Environment Setup
- Windows Subsystem for Linux (WSL) and Ubuntu
- Git
- Google Chrome
- Node.js
- Unzip
- Python 3
- Note about WSL
- Some other common instillations
- Bash Cheat Sheet (MY COMMANDS)
- Description: need to : sudo apt install rename
- code
- 2. Download Website Using Wget
- Description
- code
- 3. Clean Out Messy Git Repo
- Description: recursively removes git related folders as well as internal use files / attributions in addition to empty folders
- code
- 6. Recursive Unzip In Place
- Description: recursively unzips folders and then deletes the zip file by the same name
- code
- 7. git pull keeping local changes
- Description
- code
- 8. Prettier Code Formatter
- Description
- code
- 9. Pandoc
- Description
- code
- 10. Gitpod Installs
- Description
- code
- 11. Repo Utils Package
- Description: my standard repo utis package
- code
- 12. Unix Tree Package Usage
- Description
- code
- 13. Find & Replace string in file & folder names recursively
- Description
- code
- 14. Remove double extensions
- Description
- code
- 15. Truncate folder names down to 12 characters
- Description: Truncate folder names down to 12 characters
- code
- 16.Appendir.js
- Description: combine the contents of every file in the contaning directory
- code
- 17. Replace space in filename with underscore
- Description: followed by replace '#' with '_' in directory name
- code
- 18. Filter & delete files by name and extension
- Description
- code
- 19. Remove lines containing string
- Description
- code
- 20. Remove duplicate lines from a text file
- Description
- code
- 21. Remove lines containing string
- Description
- code
- 22. Zip directory excluding .git and node_modules all the way down (Linux)
- Descriptio: zip up an entire git directory
- code
- 23. Delete files containing a certain string
- Description
- code
- 24 Generate sitemap
- Description
- code
- 25. Index of Iframes
- Description: Creates an index.html file that contains all the files in the working directory or any of it's sub folders as iframes instead of anchor tags
- code
- 26. Filter Corrupted Git Repo For Troublesome File
- Description
- code
- 27. OVERWRITE LOCAL CHANGES
- Description
- code
- 28. Remove Submodules
- Description: To remove a submodule you need to
- code
- 29. GET GISTS
- Description
- code
- 30. Remove Remote OriginL
- Description
- code
- 31. just clone .git folder
- Description
- code
- 32. Undo recent pull request
- Description
- code
- 33. Lebab
- Description: ES5 --> ES6
- code
- 34. Troubleshoot Ubuntu Input/Output Error
- Description: Open Powershell as Administrator
- code
- 35. Export Medium as Markdown
- Description
- code
- 36. Delete files in violation of a given size range (100MB for git)
- Description
- code
- 37. download all links of given file type
- Description
- code
- 38. Kill all node processes
- Description
- code
- 39. Remove string from file names recursively
- Description: In the example below I am using this command to remove the string "-master" from all file names in the working directory and all of it's sub directories
- code
- 40. Remove spaces from file and folder names recursively
- Description: replaces spaces in file and folder names with an _ underscore
- code
- 41. Zip Each subdirectories in a given directory into their own zip file
- Description
- code
- 91. Unzip PowerShell
- Description
- code
- 92. return to bash from zsh
- Description
- code
- 93. Symbolic Link
- Description: to working directory
- code
- 94. auto generate readme
- Description: rename existing readme to blueprint.md
- code
- 95. Log into postgres
- Description
- code
- 96. URL To Subscribe To YouTube Channel
- 96. URL To Subscribe To YouTube Channel
- Description
- code
- 97. Embed Repl.it In Medium Post
- code
- 98 rRmove text target="parent" from files called right.html
- Description
- code
- 99. Cheat Sheet
- Description
- code
- Find
- To find files by case-insensitive extension (ex: .jpg, .JPG, .jpG)
- To find directories
- To find files
- To find files by octal permission
- To find files with setuid bit set
- To find files with extension '.txt' and remove them
- To find files with extension '.txt' and look for a string into them
- To find files with size bigger than 5 Mebibyte and sort them by size
- To find files bigger than 2 Megabyte and list them
- To find files modified more than 7 days ago and list file information
- To find symlinks owned by a user and list file information
- To search for and delete empty directories
- To search for directories named build at a max depth of 2 directories
- To search all files who are not in .git directory
- To find all files that have the same node (hard link) as MY_FILE_HERE
- To find all files in the current directory and modify their permissions
- Dependencies
- Docs Structure
- SITEMAP
- 🚀 Quick start
- 🧐 What's inside?
- 🎓 Learning Gatsby
- Gatsby With Netlify CMS
- Prerequisites
- Set up a Netlify CMS-managed Gatsby site in 5 steps
- Step 1
- Step 2
- Step 3
- Customizing your site
- Step 4
- Step 5
- Benefits of Netlify CMS, GitHub, and Netlify Workflow
- You can learn more about Netlify CMS and how to configure it further in the Netlify CMS documentation
- Gatsby Project Structure | Gatsby
- Excerpt
- Layout Components | Gatsby
- Excerpt
- Adding Markdown Pages | Gatsby
- Excerpt
- Overview
- Syntax
- Parameters
- Return value
- Example
- Explanation
- Output
- SOURCECODE
- Overview
- Syntax
- Parameters
- Return value
- Example
- Explanation
- Output
- Source Code
- Table of Contents
- getPage
- Parameters
- getPageByFilePath
- Parameters
- getPages
- Parameters
- Examples
- Bgoonz Blog Readme
- ⇨WEBSITE🗺️⇦
- 💫 Deploy
- CHANGELOG
- ⇨WEBSITE🗺️⇦⇨Cloudfare-Backup⇦⇨search⇦⇨Backup Repo Deploy⇦⇨Github pages⇦⇨Go To Site Wiki⇦⇨Gatsby Cloud Version⇦⇨Vercel Version⇦⇨Cloudfare-Domain⇦⇨gh-pages⇦⇨backup netlify deploy⇦
- Repos:
- Branch Deploys:
- Bug Tracker
- Forks
- vercel branch netlify
- Wiki Nav
- Useful Commands (internal use)
- Basic Web Development Environment Setup
- Windows Subsystem for Linux (WSL) and Ubuntu
- Git
- Google Chrome
- Node.js
- Unzip
- Python 3
- Note about WSL
- Some other common instillations
- Bash Cheat Sheet (MY COMMANDS)
- Description: need to : sudo apt install rename
- code
- 2. Download Website Using Wget
- Description
- code
- 3. Clean Out Messy Git Repo
- Description: recursively removes git related folders as well as internal use files / attributions in addition to empty folders
- code
- 6. Recursive Unzip In Place
- Description: recursively unzips folders and then deletes the zip file by the same name
- code
- 7. git pull keeping local changes
- Description
- code
- 8. Prettier Code Formatter
- Description
- code
- 9. Pandoc
- Description
- code
- 10. Gitpod Installs
- Description
- code
- 11. Repo Utils Package
- Description: my standard repo utis package
- code
- 12. Unix Tree Package Usage
- Description
- code
- 13. Find & Replace string in file & folder names recursively
- Description
- code
- 14. Remove double extensions
- Description
- code
- 15. Truncate folder names down to 12 characters
- Description: Truncate folder names down to 12 characters
- code
- 16.Appendir.js
- Description: combine the contents of every file in the contaning directory
- code
- 17. Replace space in filename with underscore
- Description: followed by replace '#' with '_' in directory name
- code
- 18. Filter & delete files by name and extension
- Description
- code
- 19. Remove lines containing string
- Description
- code
- 20. Remove duplicate lines from a text file
- Description
- code
- 21. Remove lines containing string
- Description
- code
- 22. Zip directory excluding .git and node_modules all the way down (Linux)
- Descriptio: zip up an entire git directory
- code
- 23. Delete files containing a certain string
- Description
- code
- 24 Generate sitemap
- Description
- code
- 25. Index of Iframes
- Description: Creates an index.html file that contains all the files in the working directory or any of it's sub folders as iframes instead of anchor tags
- code
- 26. Filter Corrupted Git Repo For Troublesome File
- Description
- code
- 27. OVERWRITE LOCAL CHANGES
- Description
- code
- 28. Remove Submodules
- Description: To remove a submodule you need to
- code
- 29. GET GISTS
- Description
- code
- 30. Remove Remote OriginL
- Description
- code
- 31. just clone .git folder
- Description
- code
- 32. Undo recent pull request
- Description
- code
- 33. Lebab
- Description: ES5 --> ES6
- code
- 34. Troubleshoot Ubuntu Input/Output Error
- Description: Open Powershell as Administrator
- code
- 35. Export Medium as Markdown
- Description
- code
- 36. Delete files in violation of a given size range (100MB for git)
- Description
- code
- 37. download all links of given file type
- Description
- code
- 38. Kill all node processes
- Description
- code
- 39. Remove string from file names recursively
- Description: In the example below I am using this command to remove the string "-master" from all file names in the working directory and all of it's sub directories
- code
- 40. Remove spaces from file and folder names recursively
- Description: replaces spaces in file and folder names with an _ underscore
- code
- 41. Zip Each subdirectories in a given directory into their own zip file
- Description
- code
- 91. Unzip PowerShell
- Description
- code
- 92. return to bash from zsh
- Description
- code
- 93. Symbolic Link
- Description: to working directory
- code
- 94. auto generate readme
- Description: rename existing readme to blueprint.md
- code
- 95. Log into postgres
- Description
- code
- 96. URL To Subscribe To YouTube Channel
- 96. URL To Subscribe To YouTube Channel
- Description
- code
- 97. Embed Repl.it In Medium Post
- code
- 98 rRmove text target="parent" from files called right.html
- Description
- code
- 99. Cheat Sheet
- Description
- code
- Find
- To find files by case-insensitive extension (ex: .jpg, .JPG, .jpG)
- To find directories
- To find files
- To find files by octal permission
- To find files with setuid bit set
- To find files with extension '.txt' and remove them
- To find files with extension '.txt' and look for a string into them
- To find files with size bigger than 5 Mebibyte and sort them by size
- To find files bigger than 2 Megabyte and list them
- To find files modified more than 7 days ago and list file information
- To find symlinks owned by a user and list file information
- To search for and delete empty directories
- To search for directories named build at a max depth of 2 directories
- To search all files who are not in .git directory
- To find all files that have the same node (hard link) as MY_FILE_HERE
- To find all files in the current directory and modify their permissions
- Dependencies
- Docs Structure
- SITEMAP
- Bgoonz Blog Readme
- ⇨WEBSITE🗺️⇦
- 💫 Deploy
- CHANGELOG
- ⇨WEBSITE🗺️⇦⇨Cloudfare-Backup⇦⇨search⇦⇨Backup Repo Deploy⇦⇨Github pages⇦⇨Go To Site Wiki⇦⇨Gatsby Cloud Version⇦⇨Vercel Version⇦⇨Cloudfare-Domain⇦⇨gh-pages⇦⇨backup netlify deploy⇦
- Repos:
- Branch Deploys:
- Bug Tracker
- Forks
- vercel branch netlify
- Wiki Nav
- Useful Commands (internal use)
- Basic Web Development Environment Setup
- Windows Subsystem for Linux (WSL) and Ubuntu
- Git
- Google Chrome
- Node.js
- Unzip
- Python 3
- Note about WSL
- Some other common instillations
- Bash Cheat Sheet (MY COMMANDS)
- Description: need to : sudo apt install rename
- code
- 2. Download Website Using Wget
- Description
- code
- 3. Clean Out Messy Git Repo
- Description: recursively removes git related folders as well as internal use files / attributions in addition to empty folders
- code
- 6. Recursive Unzip In Place
- Description: recursively unzips folders and then deletes the zip file by the same name
- code
- 7. git pull keeping local changes
- Description
- code
- 8. Prettier Code Formatter
- Description
- code
- 9. Pandoc
- Description
- code
- 10. Gitpod Installs
- Description
- code
- 11. Repo Utils Package
- Description: my standard repo utis package
- code
- 12. Unix Tree Package Usage
- Description
- code
- 13. Find & Replace string in file & folder names recursively
- Description
- code
- 14. Remove double extensions
- Description
- code
- 15. Truncate folder names down to 12 characters
- Description: Truncate folder names down to 12 characters
- code
- 16.Appendir.js
- Description: combine the contents of every file in the contaning directory
- code
- 17. Replace space in filename with underscore
- Description: followed by replace '#' with '_' in directory name
- code
- 18. Filter & delete files by name and extension
- Description
- code
- 19. Remove lines containing string
- Description
- code
- 20. Remove duplicate lines from a text file
- Description
- code
- 21. Remove lines containing string
- Description
- code
- 22. Zip directory excluding .git and node_modules all the way down (Linux)
- Descriptio: zip up an entire git directory
- code
- 23. Delete files containing a certain string
- Description
- code
- 24 Generate sitemap
- Description
- code
- 25. Index of Iframes
- Description: Creates an index.html file that contains all the files in the working directory or any of it's sub folders as iframes instead of anchor tags
- code
- 26. Filter Corrupted Git Repo For Troublesome File
- Description
- code
- 27. OVERWRITE LOCAL CHANGES
- Description
- code
- 28. Remove Submodules
- Description: To remove a submodule you need to
- code
- 29. GET GISTS
- Description
- code
- 30. Remove Remote OriginL
- Description
- code
- 31. just clone .git folder
- Description
- code
- 32. Undo recent pull request
- Description
- code
- 33. Lebab
- Description: ES5 --> ES6
- code
- 34. Troubleshoot Ubuntu Input/Output Error
- Description: Open Powershell as Administrator
- code
- 35. Export Medium as Markdown
- Description
- code
- 36. Delete files in violation of a given size range (100MB for git)
- Description
- code
- 37. download all links of given file type
- Description
- code
- 38. Kill all node processes
- Description
- code
- 39. Remove string from file names recursively
- Description: In the example below I am using this command to remove the string "-master" from all file names in the working directory and all of it's sub directories
- code
- 40. Remove spaces from file and folder names recursively
- Description: replaces spaces in file and folder names with an _ underscore
- code
- 41. Zip Each subdirectories in a given directory into their own zip file
- Description
- code
- 91. Unzip PowerShell
- Description
- code
- 92. return to bash from zsh
- Description
- code
- 93. Symbolic Link
- Description: to working directory
- code
- 94. auto generate readme
- Description: rename existing readme to blueprint.md
- code
- 95. Log into postgres
- Description
- code
- 96. URL To Subscribe To YouTube Channel
- 96. URL To Subscribe To YouTube Channel
- Description
- code
- 97. Embed Repl.it In Medium Post
- code
- 98 rRmove text target="parent" from files called right.html
- Description
- code
- 99. Cheat Sheet
- Description
- code
- Find
- To find files by case-insensitive extension (ex: .jpg, .JPG, .jpG)
- To find directories
- To find files
- To find files by octal permission
- To find files with setuid bit set
- To find files with extension '.txt' and remove them
- To find files with extension '.txt' and look for a string into them
- To find files with size bigger than 5 Mebibyte and sort them by size
- To find files bigger than 2 Megabyte and list them
- To find files modified more than 7 days ago and list file information
- To find symlinks owned by a user and list file information
- To search for and delete empty directories
- To search for directories named build at a max depth of 2 directories
- To search all files who are not in .git directory
- To find all files that have the same node (hard link) as MY_FILE_HERE
- To find all files in the current directory and modify their permissions
- Dependencies
- Docs Structure
- SITEMAP
- BRYAN GUNER BLOG & DOCUMENTATION SITE
- Web3 Storage API Token
- Sanity token:
- Notion Page: notion
- WEBSITE ~~~ Vercel Backup ~~~ Digital Ocean Backup ~~~ Gatsby Cloud Deploy
- add copy to code blocks
- Add site search w algolia
- Adding search 2 gatsby site
- analytics
- anatomy of search engine
- BasicWebDevelopmentEnvironmentSetup
- bookmarks
- config info
- configure custom domain
- contentauthoring
- custom search bar
- Data Structures
- deploy screenshots.md
- deployment enviornments
- DOM standard
- gatsby disqus
- github actions full doc
- google custom search
- google search algo
- google webmaster guidelines
- internal links
- js notes
- links 2 embed
- list of links
- Netlify Injected Content
- netlify tips
- node guide
- node js docs
- old version of index
- optimize vscode
- possibly useful snippets
- privacy policy
- random
- random stuff
- readfile guide
- ref type
- search engine simulation
- SEO
- sitemap
- sourcecode
- STABLE_POINTS
- stack overflow site search
- Sucessful Deploys.md
- tech used
- tech used 2021
- Technologies Used
- THINGS TO EMBED
- things to remember
- tutorials how 2 install nodejs n npm
- validation report
- ways to improve site
- web archive
- webhooks
- wordpress vs headless cms