Skip to content

Instantly share code, notes, and snippets.

View sammyrTX's full-sized avatar

sammyrTX

  • Central Texas
  • 17:32 (UTC -05:00)
View GitHub Profile
@rapatil
rapatil / Automating Salesforce Data Extraction Using Python.ipynb
Last active February 25, 2025 14:57
Approach: Automating Salesforce Data Extraction Using Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mattbell87
mattbell87 / Steam-on-fedora.md
Last active January 14, 2025 17:20
How to install Steam on Fedora

Installing Steam on Fedora

These instructions are currently for Fedora 30. I'll update them over the releases if anything changes.

Open Software

Press the Win/Super key, type software and press Enter.

Enable the Third party and Steam repositories

@vitorbritto
vitorbritto / rm_mysql.md
Last active April 6, 2025 09:16
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