This howto illustrates how to configure Looking Glass on NixOS.
- NixOS 25.11 (unstable should work, but I haven't tested it)
- Looking Glass B7
- systemd 258 (because of this)
| #!/usr/bin/env bash | |
| # | |
| # aur_malware_check.sh - official-list + BEHAVIOR-based detection | |
| # | |
| # AUR malware campaign, June 2026 | |
| # (atomic-lockfile / lockfile-js / nextfile-js / js-digest): | |
| # https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/thread/FGXPCB3ZVCJIV7FX323SBAX2JHYB7ZS4/ | |
| # | |
| # Two complementary strategies: | |
| # - Cross-check installed AUR packages against Arch's authoritative live list. |
This howto illustrates how to configure Looking Glass on NixOS.
| - name: Overprovision like the pros' | |
| hosts: all | |
| tasks: | |
| - name: Install early OOM killer and zram | |
| ansible.builtin.apt: | |
| pkg: | |
| - earlyoom | |
| - zram-tools | |
| - name: Configure early OOM killer | |
| ansible.builtin.lineinfile: |
This guide documents how to migrate your Proxmox bootable ZFS mirror (rpool) from two NVMe drives to two SATA SSDs of the same size, preserving bootability via UEFI.
From:
/dev/nvme0n1p3, /dev/nvme1n1p3/dev/nvme0n1p2, /dev/nvme1n1p2Make sure that you replace whatever is in "<>" with your own data.
Generate a file that defines the login data to mount the volume. The file will be called credentials located at /var/home/<username>/.smb/credentials. Make sure you first generate the folder mkdir /var/home/<username>/.smb.
username=<username>| rbash – A Restricted Bash Shell Explained with Practical Examples | |
| Ravi SaiveLast Updated: October 25, 2024 Read Time: 3 minsCategoriesBash Shell 11 Comments | |
| In the world of Linux and Unix-like systems, security is crucial, especially when multiple users share a system. One way to enhance security is by using restricted shells. One such shell is rbash, or Restricted Bash. | |
| This article will explain what rbash is, how it differs from the regular Bash shell, and provide practical examples of its usage. | |
| What is a Shell? | |
| Before diving into rbash, let’s clarify what a shell is. |
Disclaimer: I'm in the Top 1% of StackOverflow contributors with 23,315 rep points.
I asked 1 high-quality question in 2024, and it was closed almost immediately, and I haven't engaged with the site since.
If someone with 20,000+ karma has their nicely-formatted questions closed so quickly, what must the newbies and rank-in-file encounter? This is probably a big reason why it's declining.
With its latest reales qemu added the Venus patches so that virtio-gpu now support venus encapsulation for vulkan. This is one more piece to the puzzle towards full Vulkan support.
An outdated blog post on clollabora described in 2021 how to enable 3D acceleration of Vulkan applications in QEMU through the Venus experimental Vulkan driver for VirtIO-GPU with a local development environment. Following up on the outdated write up, this is how its done today.
Let's start with the brief description of the projects mentioned in the post & extend them: