lscpu | grep -i Virtualization
VT-x
for IntelAMD-Vi
for AMD
<bpy> | |
<Theme> | |
<user_interface> | |
<ThemeUserInterface | |
menu_shadow_fac="0.3" | |
menu_shadow_width="4" | |
icon_alpha="1" | |
icon_saturation="0.5" | |
widget_emboss="#524f6705" | |
editor_outline="#524f67" |
#!/bin/bash | |
# Set the function-key lock state on system boot for Fedora 37. Adapted from hglee's solution on Linux Mint: | |
# https://forums.linuxmint.com/viewtopic.php?p=2247849&sid=dd549cc8f87191b1bf45a5727cdd0fae#p2247849 | |
# Current PARAM and MODULE variables defined for ASUS ExpertBook B5 | |
# Valid values depend on target system. | |
# Try something like `sudo find / | grep fnlock` or `find /sys/module | grep fn` to locate the relevant system module. | |
PARAM=fnlock_default |
/* | |
* Global Media Controls Panel | |
* Written by Tam710562 | |
*/ | |
(function () { | |
'use strict'; | |
const gnoh = { | |
i18n: { |
@document.meta | |
title: Neorg default kemappings | |
de,cription: comments about neorg default keystrokes | |
author: muniter | |
categories: | |
created: 2021-11-26 | |
version: 0.0.8 | |
@end | |
This is a list of the most commonly used and relevant vtubing software. The "best" will always be subjective and depend on your specific requirements. Overall, the information in this list is as accurate as I could figure it out, but there might be errors or some details might become out of date. If you find anything that needs to be corrected, please let me know. You can also note it in a comment.
Additional explanations:
-- Simple mpv script to translate subtitle using crow (online) or sdcv (offline) dictionaries. | |
-- INSTALLATION: | |
-- To install it, first install crow (https://crow-translate.github.io) and/or sdcv (http://dushistov.github.io/sdcv/) on your marchine with your favorite dicts and then, | |
-- copy this file to '~/.config/mpv/scripts/' (Linux) or '%AppData%\mpv\scripts\' (Windows). | |
-- sdcv help: | |
-- you can download offline dicts from http://download.huzheng.org/Quick/ (or anywhere else) and copy extracted dic folder to '~/.stardict/dic/' | |
-- CONFIGURATION: | |
local config = { |
This should make True Color (24-bit) and italics work in your tmux session and vim/neovim when using Alacritty (and should be compatible with any other terminal emulator, including Kitty).
Running this script should look the same in tmux as without.
curl -s https://gist.githubusercontent.com/lifepillar/09a44b8cf0f9397465614e622979107f/raw/24-bit-color.sh >24-bit-color.sh
Debian or Kali Linux installed to as KVM (libvirtd) guests do not automatically have qemu-guest-agent or spice-vdagent installed. This will prevent seamless movement of the mouse cursor between the guest and host desktop in Virtual Machine Manager (requiring the use of a Ctrl-Alt to release the cursor from the guest window).
To cure this, install both qemu-guest-agent and spice-vdagent on each guest and reboot (the guests).
$ sudo apt install qemu-guest-agent
$ sudo apt install spice-vdagent