Last active
February 4, 2022 04:03
-
-
Save darkoverlordofdata/f3a27b6a78923c24235e1a182a815f17 to your computer and use it in GitHub Desktop.
freebsd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desktop2app | |
sudo cp ./debian.img /compat | |
catlock -t wallpaper -p 420420 | |
zsh wallpaper/copy.sh ~/Pictures/MyWallpaper.jpg 1366 768 | |
mkdir -p ~/.local/share/catlock/themes | |
convert th.png MyWallpaper.jpg | |
sudo pkg install ImageMagick7 cmake gmake gnustep | |
geom disk list | |
sudo sysctl kern.geom.debugflags=0x10 | |
sudo dd if=./Airyx_0.3.0_f12_amd64.iso of=/dev/da0 bs=1M conv=sync status=progress | |
sudo dd if=./hello-0.7.0_0G160-FreeBSD-13.0-amd64.iso of=/dev/da0 bs=1M conv=sync status=progress | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment