-
Make sure your cpu support
kvm
with below command:grep -E "(vmx|svm)" --color=always /proc/cpuinfo
-
Make sure BIOS have enable “Virtualization Technology”.
-
User access to
/dev/kvm
so add your account into kvm(78) group:
# Screenshot Menu | |
set $maimode "[S]crot . scrot&[U]pload . scrot2[C]lipboard . scrot[A]rea" | |
bindsym $mod+Shift+Print mode $maimode | |
mode $maimode { | |
bindsym s exec --no-startup-id "mkdir -p ~/Pictures/Screenshots && maim -m 10 ~/Pictures/Screenshots/scrot-$(date +%Y-%m-%d_%H-%M-%S).png", mode "default" | |
bindsym u exec --no-startup-id "mkdir -p ~/Pictures/Screenshots && maim -m 10 -s ~/Pictures/Screenshots/upload.png && imgur ~/Pictures/Screenshots/upload.png", mode "default" | |
bindsym c exec --no-startup-id "mkdir -p ~/Pictures/Screenshots && maim -m 10 -s | xclip -selection clipboard -t", mode "default" | |
bindsym a exec --no-startup-id "mkdir -p ~/Pictures/Screenshots && maim | maim -m 10 -s ~/Pictures/Screenshots/cropped-$(date +%Y-%m-%d_%H-%M-%S).png", mode "default" | |
bindsym Return mode "default" | |
bindsym Escape mode "default" |
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \; |
#!/bin/bash | |
declare -a COLORS | |
j=0 | |
# Default colors are light for dark terminals. | |
# Use '-l' option for normal (darker) text. | |
# Red, green, yellow, blue, magenta, cyan. | |
for i in {91..96}; do COLORS[$j]=$i; let "j++"; done | |
usage() { |
I am the Japanese and not good at writng English. I'm sorry to my language ability for you.
I sometimes get the following error when logging out of Xorg. It's a little different to [xf86-video-intel] flip_done timed out, but it's similar.
[drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] ERROR [CRTC:37:pipe A] flip_done timed out.
Using the video=SVIDEO-1:d kernel parameter doesn't work for me.
I'm running Arch Linux (4.17.2-1) on my laptop ThinkPad X220 with xf86-video-intel (my CPU is an i5-2540M).
Installing Arch Linux ARM on a SD card for Raspberry Pi 0 W and loading wifi credentials for headless usage
Before starting I highly suggest you create a new directory on your /home/user
directory with an appropiate name for this task like rpi0alarm
so you can change directory to /home/user/rpi0alarm
and go through the following steps.
As I wrote this guide after collecting info from different sources (listed at the end) be mindful of your current path and the commands you are running to not damage your current installation on the host computer you are creating the SD Card.
Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...
// see: https://github.com/chadoe/docker-cleanup-volumes
$ docker volume rm $(docker volume ls -qf dangling=true)
$ docker volume ls -qf dangling=true | xargs -r docker volume rm
Hi, guys.
Thanks to this guide and Arch Wiki I was able to move my existing Arch installation to an encrypted SDD.
parted /dev/sdX
To create a new EFI System Partition, use the following commands (a size of 512MiB is suggested):