Много текста на тему установки Arch Linux на The Surface Pro 4
таблет, но в принципе статья ничего - http://ramsdenj.com/2016/08/29/arch-linux-on-the-surface-pro-4.html
таблет, но в принципе статья ничего - http://ramsdenj.com/2016/08/29/arch-linux-on-the-surface-pro-4.html
John Ramsden
Arch Linux on The Surface Pro 4
I recently acquired a Surface Pro 4 and it was instantly obvious what a great machine it is. Having a tablet for casual use, while still having the capabilities of a powerful computer that you can use with a normal keyboard and mouse is extremely convenient.
Интересный проект для проброса локальных портов веб-сервера (к примеру) в Интернет через их сервис - https://ngrok.com
Ngrok
ngrok | API Gateway, Kubernetes Ingress, Webhook Gateway
ngrok simplifies app delivery by unifying API gateway, Kubernetes ingress, multi-cluster load balancing and more with ngrok's Universal Gateway.
И последнее на сегодня, утилита для порт форвардинга написаная на Go — https://blog.kintoandar.com/2016/08/fwd-the-little-forwarder-that-could.html
kintoandar
fwd - The little forwarder that could
Building a network port forwarder in golang
А сорри не все, еще есть коллекция плагинов для Logstash, там много всего интересного - https://github.com/logstash-plugins
GitHub
Logstash Plugins
Plugins that can extend Logstash's functionality. Logstash Plugins has 274 repositories available. Follow their code on GitHub.
Minio - объектно ориентированное хранилище данных на подобие S3 от Amazon. Реализация написана на языке GO, и сам продукт очень прост в устоновке и обладает встроенным Web-интерфейсом.
Очень интересная и стоящая штука, зацените - https://github.com/minio/minio
Очень интересная и стоящая штука, зацените - https://github.com/minio/minio
GitHub
GitHub - minio/minio: MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license. - minio/minio
Foreman is an open source application that can be used to manage, provision, configure, and monitor a single or group of servers. Foreman smart proxy architecture allows you to automate repetitive tasks, quickly deploy applications, proactively manage change using configuration management systems such as Puppet, Chef and Salt —- https://theforeman.org/introduction.html
Набор модных и открытх шрифтов для кодинка и разработки - https://github.com/powerline/fonts
GitHub
GitHub - powerline/fonts: Patched fonts for Powerline users.
Patched fonts for Powerline users. Contribute to powerline/fonts development by creating an account on GitHub.
DropBox следит за вами... или просто использует грязные приемы на вашем Мас - https://habrahabr.ru/post/310074/?utm_campaign=email_digest&utm_source=email_habrahabr&utm_medium=email_week_20160920&utm_content=link2post
Habr
Dropbox на macOS использует приёмы malware, чтобы получить привилегии, которые ему не нужны
Если у вас установлен Dropbox, загляните в Системные настройки → Защита и безопасность → Конфиденциальность.
TL;DR: Dropbox
Показывает фальшивое системное окно macOS, чтобы получить пароль...
TL;DR: Dropbox
Показывает фальшивое системное окно macOS, чтобы получить пароль...
Полное практическое руководство по Docker: с нуля до кластера на AWS - https://habrahabr.ru/post/310460/
Habr
Полное практическое руководство по Docker: с нуля до кластера на AWS
Содержание Вопросы и ответы Введение Пре-реквизиты Настройка компьютера 1.0 Играем с Busybox 1.1 Docker Run 1.2 Терминология 2.0 Веб-приложения и Докер 2.1 Статические сайты 2.2 Образы 2.3 Наш первый...
Вышла новая Apache CouchDB 2.0 - https://blog.couchdb.org/
CouchDB Blog
Time to relax!
In short,
1) fault tolerance: data is stored on more than one computer. A CouchDB 2.0 cluster obviates the need for custom setup of failover CouchDB instances.
2) performance: data is split up and only a part lives on each node in a cluster. That means each node only has a fraction of the work to do (like computing a view index) than a single node instance would have.
3) capacity: with setups of multiple computers storing data, and with data being split among nodes, it is now possible to store amounts of data in CouchDB that exceed the capacity of a single computer many many times, setting CouchDB up for genuine Big Data solutions.
1) fault tolerance: data is stored on more than one computer. A CouchDB 2.0 cluster obviates the need for custom setup of failover CouchDB instances.
2) performance: data is split up and only a part lives on each node in a cluster. That means each node only has a fraction of the work to do (like computing a view index) than a single node instance would have.
3) capacity: with setups of multiple computers storing data, and with data being split among nodes, it is now possible to store amounts of data in CouchDB that exceed the capacity of a single computer many many times, setting CouchDB up for genuine Big Data solutions.