Skip to content

Instantly share code, notes, and snippets.

View qjawe's full-sized avatar

JA - jawe.eth qjawe

View GitHub Profile
@qjawe
qjawe / osx_remove_cc_cloud_junk.md
Created January 9, 2021 06:18 — forked from pjobson/osx_remove_cc_cloud_junk.md
Instructions for Removal of Various Adobe Cloud Services

I have found that Adobe services still worked fine after doing this, but your milage may vary, so be sure to have a back-up of your original install media or whatever.

You may or may not have these services, you can lookup what is running on your machine with launchctl list |grep -i adobe also run with sudo to find what is running at higher privledges.

User Level

Stop Services

launchctl stop com.adobe.acc.AdobeDesktopService.2252.965FE800-C621-41D6-898D-821201FB2F8A
@qjawe
qjawe / killadobe.sh
Created January 9, 2021 06:11 — forked from CyberPunkCodes/killadobe.sh
Mac Bash script to kill Adobe Create Cloud and other processes that Adobe forces on us.
#!/bin/bash
echo "\n\n--- Killing Stupid Adobe Auto Load Crap ---\n\n"
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
launchctl unload -w /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
echo "\n\n--- Done! ---\n\n"
@qjawe
qjawe / keybase.md
Last active October 20, 2017 17:41
A proof of my ID for keybase.md

Keybase proof

I hereby claim:

  • I am qjawe on github.
  • I am qjawe (https://keybase.io/qjawe) on keybase.
  • I have a public key whose fingerprint is D66F AA62 9458 2076 D917 0EF9 1B12 40F8 D733 23FE

To claim this, I am signing this object:

@qjawe
qjawe / osx_developer_installation.rst
Created March 13, 2017 02:59 — forked from stefanfoulis/osx_developer_installation.rst
Instructions on how to setup an OSX developer machine for (python/django) development

OSX Developer System installation

This guide assumes a fresh install of Mac OSX 10.7 Lion.

Brew User

@qjawe
qjawe / tmux-cheatsheet.markdown
Created March 6, 2017 13:56 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@qjawe
qjawe / README.md
Created February 24, 2017 04:35 — forked from ChazAttack73/README.md
Sequelize + Express Starter Guide
@qjawe
qjawe / mysql-autostart-osx.md
Created February 22, 2017 06:33 — forked from subfuzion/mysql-autostart-osx.md
mysql auto start on OS X

Install with Homebrew

brew install mysql

Set up launchctl to auto start mysql

$ ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents

/usr/local/opt/mysql/ is a symlink to /usr/local/Cellar/mysql/x.y.z (e.g., 5.6.16)

@qjawe
qjawe / fix-homebrew-npm.md
Created February 17, 2017 16:36 — forked from DanHerbert/fix-homebrew-npm.md
Instructions on how to fix npm if you've installed Node through Homebrew on Mac OS X or Linuxbrew

Fixing npm On Mac OS X for Homebrew Users

Installing node through Homebrew can cause problems with npm for globally installed packages. To fix it quickly, use the solution below. An explanation is also included at the end of this document.

Solution

This solution fixes the error caused by trying to run npm update npm -g. Once you're finished, you also won't need to use sudo to install npm modules globally.

Before you start, make a note of any globally installed npm packages. These instructions will have you remove all of those packages. After you're finished you'll need to re-install them.

@qjawe
qjawe / MySQL.md
Created February 17, 2017 15:48 — forked from nrollr/MySQL.md
Install MySQL on El Capitan using Homebrew

Install MySQL on OS X El Capitan

Normally the installation of MySQL can be achieved with a single command, which executes a script provided by MacMiniVault : bash <(curl -Ls http://git.io/eUx7rg)

However, at the time of writing the script is not compatible with OS X El Capitan (10.11)

Install MySQL using Homebrew

An alternative to the aforementioned installation script is installing MySQL using Homebrew. This gist assumes you already have Homebrew installed, if not first read the article "Homebrew and El Capitan"

Make sure Homebrew has the latest formulae, so run brew update first

@qjawe
qjawe / resources.md
Created February 10, 2017 02:47 — forked from navinpai/resources.md
Angular.js Learning Resources (From https://github.com/jmcunningham/AngularJS-Learning)

AngularJS-Learning

A bunch of links to blog posts, articles, videos, etc for learning AngularJS. This list is in its early stages. Feel free to submit a pull request if you have some links/resources to add. Also, I try to verify that the articles below have some real content (i.e. aren't 2 paragraph blog posts with little information) to ensure I'm not listing "fluff" pieces. If you have an idea for a better way to organize these links, please let me know. As I find similar posts in the "General Topics" section, I will break them out into their own categories.

Books