Skip to content

Instantly share code, notes, and snippets.

Regions
ID (region_id) Region
3 San Francisco 1
4 New York 2
5 Amsterdam 2
6 Singapore 1
7 London 1
8 New York 3
9 Amsterdam 3
10 Frankfurt 1
@rruu
rruu / gist:cb613fc4208b1a2904ca
Created June 29, 2015 18:31
3proxy.cfg socks5 without auth
daemon # запускать как демон
auth none # без авторизации
log /dev/null # не вести логи
allow * * * * # разрешить все порты
proxy -n -p9999 # ожидать подключения на 9999 порту
@rruu
rruu / gist:8e9c2ef716ce1e19e002ced06fa2d284
Created April 17, 2016 20:36
triplepoint commented on Mar 6
If anyone wants to get your hands dirty on this, I got the updated libao code installing with a modified homebrew "formula" for libao, and I can verify that pianobar stopped giving the Carbon warnings.
Given that libao hasn't cut an official versioned release, I doubt that homebrew would want to bump their official libao release to some random commit - but in any event, I got it working locally, and so far so good.
Here's what I did:
Modify /usr/local/Library/Formula/libao.rb to have this content:
class Libao < Formula
desc "Cross-platform Audio Library"
nserver 208.67.222.222
nserver 208.67.220.220
nscache 65536
timeouts 1 5 30 60 180 1800 15 60
daemon
# http(s)
#auth none
auth strong
[root@test3 ~]# sestatus
SELinux status: disabled
[root@test3 ~]# cat /etc/issue
CentOS release 6.7 (Final)
[root@test3 ~]# iptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
Коляскогайд https://drive.google.com/file/d/0B8wE06GPV_EzVVF6YmxjMXVQU1k/view?usp=sharing
Медицинские лайфхаки https://drive.google.com/file/d/0B8wE06GPV_Eza1UwNmVDSjhGdUU/view?usp=sharing
Подборка книг по детскому здоровью http://www.child123.narod.ru/kn/index.htm#_3
Комаровский https://www.youtube.com/user/doctorkomarovskiy https://cloud.mail.ru/public/DYT2/dZZ8cyYpN
http://vk.com/club5608057
Здесь много статей интересных по педагогике, заданий для детей младшего возраста. Книжки для детей хорошие, которые можно скачать. Плюс лежат аудиокниги, которые можно слушать.
http://vk.com/ranneerazvitie
Здесь куча идей по раннему развитию. Плюс куча идей по детскому творчеству. И вообще просто позитивная группа по раннему развитию детей.
https://cloud.mail.ru/public/N3BH/QHsZGzXrY Ричард Берман и др. | Педиатрия по Нельсону. 17-е издание. Том 1-5 (2009) [DJVU]
Большая и разнообразная подборка книг о воспитании и материнстве от анона, периодически пополняется https://cloud.mail.ru/public/JvvT/iHfdwnpR2
0470d6b855989bc9427f5889625e940ae34b1adf69ad661bf0a1b727e6254c2d3f0ab4da20d3d28fcee031b899d7927666fe7d004e74063a4d05221da784ea0097;DontLookAtMe
# Configure the OpenStack Provider
provider "openstack" {
tenant_name = "MyProject"
tenant_id = "xxxxxxxxxx"
user_name = "xxxxxxxxxx"
password = "xxxxxxxxxx"
auth_url = "https://infra.mail.ru:35357/v3/"
}
# app01
2018/08/04 22:39:42 [INFO] Terraform version: 0.11.7
2018/08/04 22:39:42 [INFO] Go runtime version: go1.10.1
2018/08/04 22:39:42 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.7/bin/terraform", "apply"}
2018/08/04 22:39:42 [DEBUG] Attempting to open CLI config file: /Users/ru/.terraformrc
2018/08/04 22:39:42 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/08/04 22:39:42 [INFO] CLI command args: []string{"apply"}
2018/08/04 22:39:42 [INFO] command: empty terraform config, returning nil
2018/08/04 22:39:42 [DEBUG] command: no data state file found for backend config
2018/08/04 22:39:42 [DEBUG] New state was assigned lineage "bf44bc7f-b834-329e-1fe3-08d5ece7a7af"
2018/08/04 22:39:42 [INFO] command: backend initialized: <nil>
2018/08/07 11:06:40 [INFO] Terraform version: 0.11.7
2018/08/07 11:06:40 [INFO] Go runtime version: go1.10.1
2018/08/07 11:06:40 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.7/bin/terraform", "apply"}
2018/08/07 11:06:40 [DEBUG] Attempting to open CLI config file: /Users/ru/.terraformrc
2018/08/07 11:06:40 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/08/07 11:06:40 [INFO] CLI command args: []string{"apply"}
2018/08/07 11:06:40 [INFO] command: empty terraform config, returning nil
2018/08/07 11:06:40 [DEBUG] command: no data state file found for backend config
2018/08/07 11:06:40 [DEBUG] New state was assigned lineage "ff78d80a-d268-e652-0eb3-68779c9d4b42"
2018/08/07 11:06:40 [INFO] command: backend initialized: <nil>