This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Create your account on pypi and pypitest | |
2. Create a ~/.pypirc file | |
3. Populate with configuration | |
``` | |
[distutils] | |
index-servers = | |
pypi | |
pypitest | |
[pypi] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Command Structure | |
Ctrl-b <command> | |
## CLI | |
tmux list-sessions | |
tmux new -s <session-name> | |
tmux attach -t <session-name> | |
tmux kill-session -t <session-name> | |
## Sessions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Introdução ao Terminal do Linux para Programadores | |
http://promo.visie.com.br/curso-terminal?p=suissa | |
Microsoft Virtual Academy - Microsoft | |
http://www.microsoftvirtualacademy.com/ | |
Tudo sobre AngularJS - Rodrigo Branas | |
https://www.youtube.com/playlist?list=PLQCmSnNFVYnTD5p2fR4EXmtlR6jQJMbPb | |
Desvendando a linguagem JavaScript - Rodrigo Branas |
Please petition Github to support HTTPS on github pages: https://github.com/contact
Here's what I wrote:
Obviously, a lot of people want HTTPS for github pages:
Until recently, that would be difficult to implement but, as it turns out, the implementation is pretty much complete:
This guide will take you from zero webserver knowledge, to having your own free site hosted on GitHub. The only non-free bit is registering a domain name, which can be as cheap as $5/year.
This guide uses CrazyDomains as the Registrar, FreeDNS as the DNS, and GitHub as the Webserver.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# less /proc/cpuinfo | grep "physical id" | sort|uniq | wc -l | |
2 | |
# less /proc/cpuinfo | grep "core id" | sort|uniq | wc -l | |
1 | |
Optimal load average (100% utilization) = 2.0 | |
(The "Red line" load average = 5.0 per processor) |
NewerOlder