Páginas novas
Ir para navegação
Ir para pesquisar
- 22h44min de 17 de junho de 2025 QEMU (his | editar) [3 390 bytes] Damato (discussão | contribs) (Criou página com '= How to Convert a VirtualBox Disk to QEMU (QCOW2 or RAW) = This article explains how to convert a VirtualBox disk image (VDI) to a QEMU-compatible format (QCOW2 or RAW) and how to resolve common permission issues when launching a virtual machine with the converted disk. == Requirements == * A Linux system (e.g., Ubuntu) * `qemu-utils` package (contains `qemu-img`) * Access to the original `.vdi` file * Optional: `libvirt` or `virt-manager` if managing VMs through them...')
- 17h33min de 17 de junho de 2025 CryptSetup (his | editar) [5 005 bytes] Damato (discussão | contribs) (Criou página com '= Advanced Cryptsetup Configuration for Post-Quantum Resilience = == Introduction == As quantum computing evolves, traditional cryptographic systems—especially those based on RSA, DH, and ECC—face the risk of being broken. While disk encryption tools like <code>cryptsetup</code> with LUKS are not directly based on public-key cryptography, ensuring that your configuration is hardened against both classical and quantum threats is increasingly important. This guide o...')
- 12h49min de 4 de junho de 2025 AI (his | editar) [507 bytes] Damato (discussão | contribs) (Criou página com '=Utils= * CI/CD ** https://www.harness.io/ * Provisioner ** https://www.kubiya.ai/')
- 15h05min de 1 de maio de 2025 KIND (his | editar) [1 173 bytes] Damato (discussão | contribs) (Criou página com '==[https://kind.sigs.k8s.io/ Kind]== <syntaxhighlight lang=bash> curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-amd64 chmod +x ./kind sudo mv ./kind /usr/local/bin/kind cat <<EOF | kind create cluster --config=- kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: worker - role: control-plane kubeadmConfigPatches: - | kind: InitConfiguration nodeRegistration: kubeletExtraArgs: node-labels: "ingress-ready=true" extra...')
- 20h18min de 27 de março de 2025 C++ (his | editar) [342 bytes] Damato (discussão | contribs) (Criou página com '=Links= * https://github.com/abseil/abseil-cpp * https://github.com/gperftools/gperftools * TMALLOC ** https://github.com/google/tcmalloc ** https://gperftools.github.io/gperftools/tcmalloc.html =LD_PRELOAD= * https://stackoverflow.com/questions/426230/what-is-the-ld-preload-trick')