Skip to content

Rotelok Brain Dump

Perpetually incomplete

  • Reading Material
  • Contact Page

Category: Kernel

Linux Enable KVM guest hypervisors (nested hypervisors)

To check if you can run hosted hypervisors run:

cat /sys/module/kvm_intel/parameters/nested

 
If it returns ‘Y’ you are good to go, and actually don’t need this article, if it returns ‘N’ you can enable nested virtualization for the current boot
Continue reading “Linux Enable KVM guest hypervisors (nested hypervisors)”

Author rotelokPosted on 2019-02-022019-03-05Categories Centos, Debian, Kernel, qemu

Enable zswap in Linux

If you want to give the zswap kernel extension a try you can enable it just for the current boot with the following

echo 1 > /sys/module/zswap/parameters/enabled

If you want to make the change permanent, it’s simple to do it adding a kernel boot parameter on the grub bootloader
Continue reading “Enable zswap in Linux”

Author rotelokPosted on 2019-01-022019-03-05Categories Kernel, Linux

Categories

  • Apache
  • Audio
  • AWS
  • Bad Ideas
  • Centos
  • Certbot
  • Debian
  • DynamicDNS
  • esp32
  • git
  • GitLab
  • IPv6
  • Kernel
  • KSM
  • letsencrypt
  • Linux
  • Mattermost
  • Networking
  • NFS
  • patch
  • php
  • platformio
  • Proxmox
  • proxy
  • Python
  • qemu
  • Windows-10

Recent Posts

  • certbot centos 7 route53 dns verification error
  • Wemos S2 Mini ( Esp32S2 ) Platformio example
  • Bulk convert mkv h264 to mkv hevc
  • Proxmox single host “invalid PVE ticket (401)”
  • openvpn connect old version 3.2.1 (1180)
  • Reading Material
  • Contact Page
Rotelok Brain Dump Proudly powered by WordPress