I hereby claim:
- I am jesusangelm on github.
- I am jesusangelm (https://keybase.io/jesusangelm) on keybase.
- I have a public key whose fingerprint is 7867 1133 740C 53E5 7AD3 481E 73EF F2EC 327A 7FB0
To claim this, I am signing this object:
### Usar DNSCrypt + CloudNS | |
sudo dnscrypt-proxy --daemonize --pidfile=/run/dnscrypt-proxy.pid --edns-payload-size=4096 --local-address=127.0.0.2 --resolver-address=113.20.6.2:443 --provider-name=2.dnscrypt-cert.cloudns.com.au --provider-key=1971:7C1A:C550:6C09:F09B:ACB1:1AF7:C349:6425:2676:247F:B738:1C5A:243A:C1CC:89F4 | |
### Usar DNSCrypt solo: | |
sudo dnscrypt-proxy --daemonize --pidfile=/run/dnscrypt-proxy.pid --edns-payload-size=4096 --local-address=127.0.0.2 | |
### Usar DNSCrypt con OpenDNS |
### Usar DNSCrypt + DnsMasq | |
#### Para encriptado de peticiones DNS y cacheo de dichas peticiones. | |
Primero debemos configurar DNSmasq con las siguientes opciones: | |
################################################################ | |
# Configuration file for dnsmasq. | |
# | |
# Format is one option per line, legal options are the same as the | |
# long options legal on the command line. See |
#configs para Tmux | |
#shell por defecto | |
#set -g default-command /bin/zsh | |
#set -g default-shell /bin/zsh | |
#tecla de prefijo de Tmux cambiada similar a Screen: Ctrl-a | |
#de Ctrl-b a Ctrl-a | |
set -g prefix C-a | |
#Comandos para configurar la resolución de pantalla usando cvt y xrandx. | |
#Util si la resolución deseada no aparece listada. Probado en ArchLinux y Manjaro. | |
$ cvt 1920 1080 | |
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz | |
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync | |
$ xrandr --newmode "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync |
# Enable 256 color capabilities for appropriate terminals | |
# Set this variable in your local shell config if you want remote | |
# xterms connecting to this system, to be sent 256 colors. | |
# This can be done in /etc/csh.cshrc, or in an earlier profile.d script. | |
# SEND_256_COLORS_TO_REMOTE=1 | |
# Terminals with any of the following set, support 256 colors (and are local) | |
local256="$COLORTERM$XTERM_VERSION$ROXTERM_ID$KONSOLE_DBUS_SESSION" |
# nvidia-xconfig: X configuration file generated by nvidia-xconfig | |
# nvidia-xconfig: version 331.20 (buildmeister@swio-display-x86-rhel47-05) Wed Oct 30 18:20:53 PDT 2013 | |
Section "ServerLayout" | |
Identifier "Layout0" | |
Screen 0 "Screen0" | |
InputDevice "Keyboard0" "CoreKeyboard" | |
InputDevice "Mouse0" "CorePointer" | |
EndSection |
I hereby claim:
To claim this, I am signing this object:
[Desktop Entry] | |
Name=Skype | |
Comment=Skype Internet Telephony | |
Exec=env PULSE_LATENCY_MSEC=60 LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype %U | |
Icon=skype.png | |
Terminal=false | |
Type=Application | |
Encoding=UTF-8 | |
Categories=Network;Application; | |
MimeType=x-scheme-handler/skype; |
require 'nokogiri' | |
require 'open-uri' | |
class ParserClasificados | |
def urls(type) | |
case type | |
when :apartment_rent | |
return "http://www.elsoldemargarita.com.ve/clasificados/index/fsection:1" | |
when :house_rent |