Skip to content

Instantly share code, notes, and snippets.

View lfdominguez's full-sized avatar
🍜
Coding the world....

Luis Felipe Dominguez Vega lfdominguez

🍜
Coding the world....
View GitHub Profile
@lfdominguez
lfdominguez / docker_lxc.md
Created June 11, 2021 02:07 — forked from kuanghan/docker_lxc.md
Setting up docker to run in a PRIVILEGED LXC container

Setting up docker to run in a PRIVILEGED LXC container

Set up a privileged container

Create container

Let's call the container docker_test1.

$ sudo lxc-create -t download -n docker_test1
...
Follow the prompts on the screen to set up the new container.
@lfdominguez
lfdominguez / guita.rb
Created November 24, 2022 17:48 — forked from dcadenas/guita.rb
Script para ver el estado de una cuenta del banco Itaú Uruguay
#!/usr/local/bin/ruby
# encoding: UTF-8
require 'rubygems'
gem 'mechanize'
gem 'main'
gem 'highline'
gem 'money'
gem 'change_watcher'