Skip to content

Instantly share code, notes, and snippets.

View afiefsky's full-sized avatar
🦊
the quick brown fox jumps over the lazy dog

Muhammad Afief Farista afiefsky

🦊
the quick brown fox jumps over the lazy dog
  • Fore Coffee
  • Jakarta, Indonesia
View GitHub Profile
What to-do list when changing PC, giving/handover current PC to other.
1. Firefox, Chrome, Safari full clean cache
2. GitKraken
rm -rf /.gitkraken
3. Postman logout
4. Remove git credentials: ssh key, gpa key
5. Delete personal notes
6. Sign out icloud
@afiefsky
afiefsky / 1-elementary-os-apps.md
Created August 31, 2019 01:25 — forked from ankurk91/1-elementary-os-apps.md
elementary OS 5.0 Juno

elementaryOS Apps and Configs

This guide has been updated for elementaryOS v5.0+.

Enbale PPA support

sudo apt-get update
sudo apt-get -y install software-properties-common

Install original plank dock

@afiefsky
afiefsky / rm_mysql.md
Created August 30, 2019 08:26 — 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

@afiefsky
afiefsky / mamp_conf.md
Last active August 30, 2019 11:36
MAMP Configuration Snippet

MAMP Configurations Snippet

CLI Login

/Applications/MAMP/Library/bin/mysql --host=localhost -uroot -proot

Or

mysqld -u root -p