DEV Community

hardyweb
hardyweb

Posted on • Edited on

1

Nasted Incus in WSL2

Incus merupakan perisian linux container fork dari lxd. ia sebahagian daripada Linuxcontainer.org , manakala lxd dahulunya merupakan projek kerjasama antara Linuxcontainer dan Canonical. Namun begitu, lxd telah diambilalih oleh syarikat Canonical dan berpisah dengan Linuxcontainer.Boleh baca di sini

  1. Create satu container
incus launch images:debain/12 cluster1
Enter fullscreen mode Exit fullscreen mode
  1. Set security.nesting true, security.privileged true
incus config set cluster1 security.nesting true
Enter fullscreen mode Exit fullscreen mode
incus config set cluster1 security.privilegde true
Enter fullscreen mode Exit fullscreen mode
  1. Install sekali lagi incus dalam container clouster1 tadi.
curl -fsSL https://pkgs.zabbly.com/key.asc -o /etc/apt/keyrings/zabbly.asc
Enter fullscreen mode Exit fullscreen mode
sh -c 'cat <<EOF > /etc/apt/sources.list.d/zabbly-incus-stable.sources
Enabled: yes
Types: deb
URIs: https://pkgs.zabbly.com/incus/stable
Suites: $(. /etc/os-release && echo ${VERSION_CODENAME})
Components: main
Architectures: $(dpkg --print-architecture)
Signed-By: /etc/apt/keyrings/zabbly.asc
EOF'
Enter fullscreen mode Exit fullscreen mode
apt-get update
Enter fullscreen mode Exit fullscreen mode
apt install incus
Enter fullscreen mode Exit fullscreen mode
  1. Setelah selesai install incus dalam cluster1. Cluster ini dijadikan sebagai backup untuk cipta beberapa cluster lain.

  2. Copy cluster1 kepada cluster-utama

incus cp cluster1 cluster-utama

Enter fullscreen mode Exit fullscreen mode

Masukkan command ini dalam .wslconfig

kernelCommandLine = cgroup_no_v1=all to .wslconfig

Enter fullscreen mode Exit fullscreen mode

bersambung

Image of AssemblyAI tool

Transforming Interviews into Publishable Stories with AssemblyAI

Insightview is a modern web application that streamlines the interview workflow for journalists. By leveraging AssemblyAI's LeMUR and Universal-2 technology, it transforms raw interview recordings into structured, actionable content, dramatically reducing the time from recording to publication.

Key Features:
🎥 Audio/video file upload with real-time preview
🗣️ Advanced transcription with speaker identification
⭐ Automatic highlight extraction of key moments
✍️ AI-powered article draft generation
📤 Export interview's subtitles in VTT format

Read full post

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay