Skip to content

Instantly share code, notes, and snippets.

View neossoftware's full-sized avatar

neossoftware

  • HSBC
  • Mexico City
View GitHub Profile
@neossoftware
neossoftware / awsLabNotes
Created November 30, 2022 01:55 — forked from Millward2000/awsLabNotes
Rough notes on the setup to test out a sample webapp
===AWS lab notes===
1. Create an AWS Account by following the sign up procedure here:
https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?refid=em_127222
- Be sure to read through the Free Tier program, and understand the pricing of the various services you would like to test out
https://aws.amazon.com/free/?trk=ps_a134p000003yHmhAAE&trkCampaign=acq_paid_search_brand&sc_channel=PS&sc_campaign=acquisition_EEM&sc_publisher=Google&sc_category=Core&sc_country=EEM&sc_geo=EMEA&sc_outcome=acq&sc_detail=%2Baws%20%2Baccount&sc_content=Account_bmm&sc_segment=444219541886&sc_medium=ACQ-P|PS-GO|Brand|Desktop|SU|AWS|Core|EEM|EN|Text&s_kwcid=AL!4422!3!444219541886!b!!g!!%2Baws%20%2Baccount&ef_id=Cj0KCQjwl_SHBhCQARIsAFIFRVUAlWTtGczivDWEv6RygwNdCWkr-0CJUIcbG9y78Kfud28rByODiU8aAt9YEALw_wcB:G:s&s_kwcid=AL!4422!3!444219541886!b!!g!!%2Baws%20%2Baccount&all-free-tier.sort-by=item.additionalFields.SortRank&all-free-tier.sort-order=asc&awsf.Free%20Tier%20Types=*all&awsf.Free%20Tier%20Categories=*all#Lea
@neossoftware
neossoftware / rm_mysql.md
Created August 16, 2018 00:30 — forked from vitorbritto/rm_mysql.md
Remove MySQL completely from Mac OSX

Remove MySQL completely

  1. Open the Terminal

  2. Use mysqldump to backup your databases

  3. Check for MySQL processes with: ps -ax | grep mysql

  4. Stop and kill any MySQL processes

  5. Analyze MySQL on HomeBrew:

brew remove mysql