- «Лидерство. 10 статей Harvard Business Review»
- «Эффективные коммуникации, 10 статей Harvard Business Review»
- А. Парабеллум и Н. Мрочковский, «Быстрые результаты чужими руками. 3-недельный курс эффективного делегирования»
- Алан Баркер, «Как решить любую проблему»
- Александр Ельчанинов, «PRO - проактивность в бизнесе. 7 орудий решения проблем»
- Александр Фридман, «Вы или хаос. Профессиональное планирование для регулярного менеджмента»
- Александр Хайэм, «Как вдохновить сотрудников. Поиски стимулов и управление эмоциями»
- Алексей Бабушкин, «101 совет про нетворкинг. Как заводить полезные связи»
- Ана Мавричева, «Код публичности»
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
| apiVersion: k3s.cattle.io/v1 | |
| kind: HelmChart | |
| metadata: | |
| name: traefik | |
| namespace: kube-system | |
| spec: | |
| chart: https://%{KUBERNETES_API}%/static/charts/traefik-1.64.0.tgz | |
| set: | |
| rbac.enabled: "true" | |
| ssl.enabled: "true" |
Had to do this for some advanced networking with KVM, and couldn't figure out how to do it using the Nework Manager gui. Did find an article later that showed how to do it with nmtui, but it's so much easier to record what you did when using the cli.
In the examples below "eth0" is the name of my physical interface. By default on Ubuntu and most distributions that will almost certainly be different, for example: "eno1", "ens1", or "enp2s0".
To see what everything looks like before starting: