Skip to content

Instantly share code, notes, and snippets.

@bindiry
bindiry / _urls.md
Last active August 29, 2015 14:23
install ROR on Ubuntu 15.04
@bindiry
bindiry / duolingo.rb
Last active June 3, 2016 05:51
Duolingo words
#!/usr/bin/env ruby
=begin
1. gem install selenium-webdriver
2. save urls after exec in console of google chrome
$('.skill-tree-row span a').each(function(i, obj){console.log('https://www.duolingo.com/' + $(obj).attr('href'));});
3. $ ruby duolingo.rb
=end
@bindiry
bindiry / ubuntu_init.md
Last active September 3, 2016 17:11
ubuntu setup

Ubuntu Desktop

change sources.list

$ sudo apt-get update
$ sudo apt-get install vim vpnc network-manager-vpnc build-essential gcc g++ git autoconf libtool libssl-dev

install marlin

$ sudo add-apt-repository ppa:noobslab/apps
$ sudo apt-get update
@bindiry
bindiry / puma.service
Last active April 28, 2017 23:12 — forked from arteezy/puma.service
Manage Puma with systemd on Ubuntu 16.04 and rbenv
[Unit]
Description=Puma Rails Server
After=network.target
[Service]
Type=simple
User=deploy
WorkingDirectory=/home/deploy/app/current
ExecStart=/home/deploy/.rbenv/bin/rbenv exec bundle exec puma -C /home/deploy/app/shared/config/puma.rb
ExecStop=/home/deploy/.rbenv/bin/rbenv exec bundle exec pumactl -S /home/deploy/app/shared/tmp/pids/puma.state stop
@bindiry
bindiry / .ctags
Last active September 3, 2017 11:06
Sublime Text 2 settings
--exclude=*.hg*
--exclude=*.cvs*
--exclude=*.svn*
--exclude=*.git*
--exclude=*compiled*
--exclude=*public_html*
--exclude=*.idea*
--exclude=*bower_components*
--exclude=*images*
--exclude=*.DS_Store*
@bindiry
bindiry / README.md
Last active February 21, 2018 23:33 — forked from jremus/README.md
My aria2 configuration and init script for Raspbian.

Description

Installation

File Locations

  • aria2.conf as /etc/aria2.conf
  • aria2.sh as /etc/init.d/aria2