https://blog.boatswain.io/post/docker-container-log-rotation/
#docker #docker-compose #log #logrotation
#docker #docker-compose #log #logrotation
blog.boatswain.io
Docker container log rotation | Boatswain Blog
We all need logs! Sometimes working with Docker makes me feel like working with a black box especially when playing with the Docker image from by the community and it doesn’t go the way as expected. In many cases, reading logs takes up a large portion of…
Forwarded from Denis Sexy IT 🤖
Люблю когда талантливым людям дают доступы к новым технологиям, и они делают что-то прекрасное: художник Алекс Стивен Мартин собрал прекрасную киберпанк-сцену в "VR-пэинте" – Quill.
Результат просто офигительный – если у вас есть свой шлем, вы можете там тоже погулять:
https://youtu.be/aYh6QDHYTxE
О процессе создания можно почитать тут:
https://quill.fb.com/userstories/sci-fi-world
С нетерпением жду то время, когда VR-шлем будет в каждом доме и результаты VR творчества будут появляться систематически.
Результат просто офигительный – если у вас есть свой шлем, вы можете там тоже погулять:
https://youtu.be/aYh6QDHYTxE
О процессе создания можно почитать тут:
https://quill.fb.com/userstories/sci-fi-world
С нетерпением жду то время, когда VR-шлем будет в каждом доме и результаты VR творчества будут появляться систематически.
YouTube
VR Animation | Alex’s Sci-Fi World | Phase 1
#VRpainting / #VRanimation inspired by the original artwork of my friend Alex Steven Martin. His work is so rich in character that I felt compelled to bring ...
Building vSphere Templates From Scratch Using Packer and the vSphere API – Green Reed Technology
https://www.greenreedtech.com/building-vsphere-templates-from-scratch-using-packer-and-the-vsphere-api/
#terraform #vmware #vsphere
https://www.greenreedtech.com/building-vsphere-templates-from-scratch-using-packer-and-the-vsphere-api/
#terraform #vmware #vsphere
Green Reed Technology
Building vSphere Templates From Scratch Using Packer and the vSphere API
Packer ( is amazing tool that enables templates and machine images to be created in an automated fashion with support for various infrastructure providers such as AWS, GCE, Azure, VMware and many m…
Forwarded from Sys-Admin InfoSec (Yevgeniy Goncharov)
Как это оказывается удобно - перетащить настройки NM:
https://sys-adm.in/os/nix/792-perenos-nastroek-soedinenij-networkmanager-na-druguyu-mashinu.html
https://sys-adm.in/os/nix/792-perenos-nastroek-soedinenij-networkmanager-na-druguyu-mashinu.html
lab.sys-adm.in
Sys-Admin Laboratory
Open Sys-Admin BLD DNS - Focus on information for free with adblocking and implicit cybersecurity threat prevention.
Forwarded from Sys-Admin InfoSec (Yevgeniy Goncharov)
The CLIP OS project is an open source project maintained by the ANSSI (National Cybersecurity Agency of France) that aims to build a hardened, multi-level operating system, based on the Linux kernel and a lot of free and open source software:
https://clip-os.org/en/
https://clip-os.org/en/
Forwarded from Записки админа
✏️ chmod 000 /bin/chmod
#bash
# /bin/chmod 000 /bin/chmodНа случай важных переговоров, собеседований и всякого такого. (Не повторять на проде просто так!)
# ls -la /bin/chmod
----------. 1 root root 58584 апр 11 06:35 /bin/chmod
# /lib64/ld-linux-x86-64.so.2 /bin/chmod 755 /bin/chmod
# ls -la /bin/chmod
-rwxr-xr-x. 1 root root 58584 апр 11 06:35 /bin/chmod
#bash