Skip to content

Instantly share code, notes, and snippets.

View bwangila's full-sized avatar

Brian Wangila bwangila

View GitHub Profile
brew install youtube-dl
MIT 6.046J Design and Analysis of Algorithms, Spring 2015
youtube-dl https://www.youtube.com/watch?v=2P-yW7LQr08
youtube-dl https://www.youtube.com/watch?v=EzeYI7p9MjU
youtube-dl https://www.youtube.com/watch?v=09vU-wVwW3U
youtube-dl https://www.youtube.com/watch?v=iTMn0Kt18tg
youtube-dl https://www.youtube.com/watch?v=TOb1tuEZ2X4
@vojtasvoboda
vojtasvoboda / .gitlab-ci.yml
Last active December 5, 2020 16:29
GitLab CI FTP deploy with mwienk/docker-lftp docker image
stages:
- test
- deploy
cache:
paths:
- vendor
# test job
test:
@DonRichards
DonRichards / how-to-download-lynda.md
Created October 11, 2016 20:05
How to Download Lynda with youtube-dl

How to Download Lynda with youtube-dl with an organization login

Needed:

Cookies Export youtube-dl

  • Install Cookies Export
  • Login to Lynda and navigate to the course you want
  • Cookies export button in browser
  • Copy "cookie.txt" to your desktop
@jfloff
jfloff / mamp.md
Last active March 6, 2024 09:43
How to get MAMP to work with SSL ... Yes really.

First of all you need to be able to run MAMP in port 80. This is a "heat check" if you don't have any process jamming http ports. You can check it like this:

sudo lsof | grep LISTEN

If you do happen to have any process with something like this *:http (LISTEN), you are in trouble. Before with adventure check if it isn't MAMP itself (yeah, you should close that beforehand)

ps <pid of that process>

If you don't see MAMP, you are in good hands, I have just the thing for you: