설정 - 시간 및 언어->언어 및 지역->언어->한국어->언어옵션->키보드->레이아웃변경
또는
https://badayak.com/entry/WinHanEng-jwShiftSpaceKey
설정 - 시간 및 언어->언어 및 지역->언어->한국어->언어옵션->키보드->레이아웃변경
또는
https://badayak.com/entry/WinHanEng-jwShiftSpaceKey
xfce4-pulseaudio-plugin
Settings->Keyboard->Application Shortcuts
amixer set Master toggle
amixer set Master 5%+
amixer set Master 5%-
https://unix.stackexchange.com/questions/355665/how-to-increase-or-decrease-volume-in-xfce-with-keyboard-shortcuts
Security->Ecryption Support->Enable Trusted Platform Module
https://techcommunity.microsoft.com/t5/itops-talk-blog/how-to-run-a-windows-11-vm-on-hyper-v/ba-p/3713948
install without ms account
https://www.tomshardware.com/how-to/install-windows-11-without-microsoft-account
Open as root for editing a /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy file:
sudo nano /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy
Here we find the rule beginning with the following:
<action id="org.freedesktop.udisks2.filesystem-mount">
And at the bottom of this block, modify the following sections about this:
<defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> <allow_active>yes</allow_active> </defaults>
to:
<defaults> <allow_any>yes</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults>
Then save the file.
https://en.linuxportal.info/tutorials/troubleshooting/how-to-clear-the-not-authorized-to-perform-operation-error-message-when-automatically-attaching-USB-flash-drives-and-other-external-USB-storage-devices
And after many failed attempts I was able to put an end to it.
I added the kernel parameter:
amdgpu.dcdebugmask=0x10
… and it’s gone, for good!
In the specific case of Endeavour OS, using Dracut and systemd-boot, I
added that parameter to /etc/kernel/cmdline to make the fix permanent.
If using GRUB, you need to append it to /etc/default/grub instead.
run sudo reinstall-kernels
https://discovery.endeavouros.com/installation/systemd-boot/2022/12/
https://forum.endeavouros.com/t/desktop-freezes-on-amd-notebook/47111
replace with intel ax210
exec-once = waybar & hyprpaper & dunst & fcitx5
bind = $mainMod, F, fullscreen
install git fonts-firacode libwayland-bin for raylib libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libx...