{"id":24444,"date":"2021-04-09T23:10:09","date_gmt":"2021-04-10T03:10:09","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/recent-posts\/what-is-brew-brew-commands-macos-root\/"},"modified":"2021-04-09T23:10:09","modified_gmt":"2021-04-10T03:10:09","slug":"what-is-brew-brew-commands-macos-root","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=24444","title":{"rendered":"What is Brew? Brew Commands? MacOs #Root"},"content":{"rendered":"<h3>A package manager for Mac. Brew Installs some useful packages that Mac Does not install own it&#8217;s own.<\/h3>\n<p>&nbsp;<\/p>\n<p>A list of some Brew packages:<\/p>\n<p>https:\/\/github.com\/Homebrew\/homebrew-core\/tree\/master\/Formula<\/p>\n<p>&nbsp;<\/p>\n<p>These packages are Ruby Gems. Gems are ruby packages.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Brew Commands<\/strong><\/p>\n<p><code class=\"highlighter-rouge\">brew install git<\/code><\/p>\n<p><code class=\"highlighter-rouge\">brew upgrade git<\/code><\/p>\n<p><code class=\"highlighter-rouge\">brew unlink git<\/code><\/p>\n<p><code class=\"highlighter-rouge\">brew link git<\/code><\/p>\n<h3><code class=\"highlighter-rouge\">brew switch git 2.5.0<\/code><\/h3>\n<p><code class=\"highlighter-rouge\">brew list --versions git<\/code><\/p>\n<h3><code class=\"highlighter-rouge\">brew info git<\/code><\/h3>\n<p><code class=\"highlighter-rouge\">brew cleanup git<\/code><\/p>\n<h3><code class=\"highlighter-rouge\">brew edit git<\/code><\/h3>\n<h3><code class=\"highlighter-rouge\">brew home git<\/code><\/h3>\n<h3><code class=\"highlighter-rouge\">brew update<\/code><\/h3>\n<p><code class=\"highlighter-rouge\">brew list<\/code><\/p>\n<p><code class=\"highlighter-rouge\">brew outdated<\/code><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/sitestree.com\/configure-mac-osx-for-laravel-development-with-valet\/\">Brew and Valet : Laravel Development Platform on Mac<\/a><\/p>\n<h3 id=\"commands\"><\/h3>\n<p> From: http:\/\/sitestree.com\/?p=10749<br \/> Categories:Root<br \/>Tags:<br \/> Post Data:2017-07-06 20:02:40<\/p>\n<p>\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\">https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\t(Big Data, Cloud, Security, Machine Learning): Courses: <a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"> http:\/\/Training.SitesTree.com<\/a><br \/>\n\t\tIn Bengali: <a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\">http:\/\/Bangla.SaLearningSchool.com<\/a><br \/>\n\t\t<a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\">http:\/\/SitesTree.com<\/a><br \/>\n\t\t8112223 Canada Inc.\/JustEtc: <a href='http:\/\/JustEtc.net' target='new' rel=\"noopener\">http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) <\/a><br \/>\n\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com'> https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\tMedium: <a href='https:\/\/medium.com\/@SayedAhmedCanada' target='new' rel=\"noopener\"> https:\/\/medium.com\/@SayedAhmedCanada <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A package manager for Mac. Brew Installs some useful packages that Mac Does not install own it&#8217;s own. &nbsp; A list of some Brew packages: https:\/\/github.com\/Homebrew\/homebrew-core\/tree\/master\/Formula &nbsp; These packages are Ruby Gems. Gems are ruby packages. &nbsp; Brew Commands brew install git brew upgrade git brew unlink git brew link git brew switch git 2.5.0 &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=24444\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1917],"tags":[],"class_list":["post-24444","post","type-post","status-publish","format-standard","hentry","category-fromsitestree-com","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":16440,"url":"http:\/\/bangla.sitestree.com\/?p=16440","url_meta":{"origin":24444,"position":0},"title":"Git LFS: Large File System","author":"Sayed","date":"November 30, 2019","format":false,"excerpt":"To use Homebrew, run brew install git-lfs To use MacPorts, run port install git-lfs git lfs track \"*.tar.gz\" git add path\/to\/file.tar.gz git commit -m \"add file.psd\" git push origin master Reference: https:\/\/help.github.com\/en\/github\/managing-large-files\/configuring-git-large-file-storage Sayed Ahmed BSc. Eng. in Comp. Sc. & Eng. (BUET) MSc. in Comp. Sc. (U of Manitoba, Canada)\u2026","rel":"","context":"In &quot;AI ML DS RL DL NN NLP Data Mining Optimization&quot;","block_context":{"text":"AI ML DS RL DL NN NLP Data Mining Optimization","link":"http:\/\/bangla.sitestree.com\/?cat=1910"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":62819,"url":"http:\/\/bangla.sitestree.com\/?p=62819","url_meta":{"origin":24444,"position":1},"title":"Installing Guzzle #PHP","author":"Author-Check- Article-or-Video","date":"May 21, 2021","format":false,"excerpt":"\"Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.\" http:\/\/docs.guzzlephp.org\/en\/latest\/index.html And from my .bash_history, the installation process curl -sS https:\/\/getcomposer.org\/installer | php php composer.phar require guzzlehttp\/guzzle:~6.0 To Contribute to Guzzle: git clone https:\/\/github.com\/guzzle\/guzzle.git cd guzzle && curl -s\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":65780,"url":"http:\/\/bangla.sitestree.com\/?p=65780","url_meta":{"origin":24444,"position":2},"title":"Configure Mac OsX for Laravel Development with Valet #Laravel","author":"Author-Check- Article-or-Video","date":"July 14, 2021","format":false,"excerpt":"\/usr\/bin\/ruby -e \"$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/master\/install)\" brew update brew install homebrew\/php\/php71 composer global require laravel\/valet export PATH=$PATH:~\/.composer\/vendor\/bin --- not required curl -sS https:\/\/getcomposer.org\/installer | php curl https:\/\/getcomposer.org\/installer | php --- php -r \"copy('https:\/\/getcomposer.org\/installer', 'composer-setup.php');\" php -r \"if (hash_file('SHA384', 'composer-setup.php') === '669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be6190fa0355160742ab2e1c88d40d5be660b410') { echo 'Installer verified'; } else { echo 'Installer corrupt';\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":14821,"url":"http:\/\/bangla.sitestree.com\/?p=14821","url_meta":{"origin":24444,"position":3},"title":"What if You Commit Files with Sensitive Information to GitHUB\/BitBucket","author":"Sayed","date":"June 21, 2019","format":false,"excerpt":"What if You Commit Files with Sensitive Information to GitHUB\/BitBucket http:\/\/sitestree.com\/what-if-you-commit-files-with-sensitive-information-to-githubbitbucket\/ Git basic commands and basic branching with Github http:\/\/sitestree.com\/git-basic-commands-and-basic-branching-with-github\/?preview_id=10403&preview_nonce=6e34536133&preview=true Tools: Version Control, Version Management and GIT http:\/\/sitestree.com\/version-control-version-management-and-git\/ You can use Gitlab internally (i.e. install in your corporation) . It will act as a version control server. Gitlab is Linux\/Unix\u2026","rel":"","context":"In &quot;\u09ac\u09cd\u09b2\u0997 \u0964 Blog&quot;","block_context":{"text":"\u09ac\u09cd\u09b2\u0997 \u0964 Blog","link":"http:\/\/bangla.sitestree.com\/?cat=182"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":25043,"url":"http:\/\/bangla.sitestree.com\/?p=25043","url_meta":{"origin":24444,"position":4},"title":"What if You Commit Files with Sensitive Information to GitHUB\/BitBucket #Root","author":"Author-Check- Article-or-Video","date":"April 15, 2021","format":false,"excerpt":"What if You Commit Files with Sensitive Information to GitHUB\/BitBucket http:\/\/sitestree.com\/what-if-you-commit-files-with-sensitive-information-to-githubbitbucket\/ Git basic commands and basic branching with Github http:\/\/sitestree.com\/git-basic-commands-and-basic-branching-with-github Tools: Version Control, Version Management and GIT http:\/\/sitestree.com\/version-control-version-management-and-git\/ You can use Gitlab internally (i.e. install in your corporation) . It will act as a version control server. Gitlab is Linux\/Unix\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":21603,"url":"http:\/\/bangla.sitestree.com\/?p=21603","url_meta":{"origin":24444,"position":5},"title":"Tools: Version Control, Version Management and GIT #Web Development #Root #By Sayed Ahmed","author":"Author-Check- Article-or-Video","date":"March 3, 2021","format":false,"excerpt":"You can use Gitlab internally. It will act as a version control server. Gitlab is Linux\/Unix specific. Gitlab is written in Ruby. You can also use Github, however, to keep your projects private, you will need to pay (in recent times, this might have been made free).\u00a0 BitBucket is an\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/24444","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=24444"}],"version-history":[{"count":0,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/24444\/revisions"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=24444"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=24444"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=24444"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}