Skip to content

Instantly share code, notes, and snippets.

@pwntr
pwntr / EAGLE.desktop
Created February 11, 2019 09:20
Proper EAGLE PCB E-CAD desktop launcher for Ubuntu/GNOME
# copy this file to ~/.local/share/applications/. Change installation paths below to fit your setup.
[Desktop Entry]
Version=9.3.0
Type=Application
Terminal=false
Name=EAGLE
Comment=PCB design: schematic capture, board layout, and autorouter
# paths need to be absolute, no ~ allowed within this file
@pwntr
pwntr / download_nodejs_tutorial_ix_german.sh
Created December 19, 2017 20:22
Einführung in Node.js - introduction to node.js - ix video tutorial downloader script
#!/bin/bash
# install youtube-dl
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
# download the videos
youtube-dl player.vimeo.com/video/206684827
youtube-dl player.vimeo.com/video/198445904
youtube-dl player.vimeo.com/video/199426682