Skip to content

How To use Open Source

Search for:
  • Blogger’s Notice

how to mount LVM2 partition

June 17, 2021
step to mount LVM logical volumn sudo apt-get install lvm2 #This step may or may not be required. sudo pvscan…
Read More

how to configure minikube

June 17, 2021June 17, 2021
install kubectl sudo apt-get update && sudo apt-get install -y apt-transport-https curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - echo…
Read More

how to install maas with docker container

June 17, 2021June 17, 2021
build docker image for maas originally, I wanted to do these steps in Dockerfile.RUN apt update && apt install -y…
Read More

how to configure remote desktop to LXD container using Xspice

June 16, 2021June 16, 2021
install Xspice server sudo apt install xserver-xspice xinput spice-vdagent dbus-x11 configure Xspice server cp /usr/share/doc/xserver-xspice/spiceqxl.xorg.conf.example.gz ~/gunzip spiceqxl.xorg.conf.example.gz mv spiceqxl.xorg.conf.example spiceqxl.xorg.conf…
Read More

how to limit resource usage per LXD container

June 16, 2021
verifying current resource usage lxc info $cname disk limit lxc config device set $cname root size 20GB lxc config device…
Read More

how to configure kubernetes on localhost

June 16, 2021June 16, 2021
installing kubernetes on localhost using LXD container as kubernetes node - with conjure-up - with manual installation install conjure-up sudo…
Read More

how to run VMs into kerbernetes

June 11, 2021June 16, 2021
why kubevirt or virtlet? both of Virtlet and KubeVirt address the needs of almost every development teams who have or…
Read More

how to install git server

June 7, 2021June 7, 2021
how to create a new git repository sudo apt install git sudo mkdir /mnt/git sudo chown mslee:mslee /mnt/git git init…
Read More

how to run open source games in docker container

June 7, 2021June 7, 2021
build docker images for each game docker build -t sang0627/systemd -f Dockerfile.systemd . docker build -t sang0627/xspice -f Dockerfile.xspice .…
Read More

how to enable SR-IOV in docker container

June 7, 2021June 7, 2021
how to verify basic information of NIC ethtool -i p1p1 lspci | grep Ethernet lspci -Dvmm|grep -B 1 -A 4…
Read More

Posts navigation

1 2 … 5

Recent Posts

  • how to mount LVM2 partition
  • how to configure minikube
  • how to install maas with docker container
  • how to configure remote desktop to LXD container using Xspice
  • how to limit resource usage per LXD container

Recent Comments

    Categories

    • HowTo
    • Tips
    Proudly powered by WordPress | Theme: ct-white by CTWatch.org.