mirror of
https://gitee.com/hotalexnet/openbsd.git
synced 2026-01-09 17:22:35 +08:00
30 lines
868 B
Markdown
30 lines
868 B
Markdown
# 录屏
|
|
ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0.0 -f sndio -i snd/0 -c:v libx264 -preset veryfast -crf 23 -c:a aac -b:a 128k ~/mp4/screen_mic_$(date +%F_%T).mp4
|
|
|
|
# cwm设置壁纸
|
|
加入.xsession
|
|
feh --bg-scale /home/alex/backgrounds/03.jpg &
|
|
|
|
# urxvt下让bat正常显示
|
|
mkdir -p ~/.config/bat
|
|
echo '--theme=ansi' >> ~/.config/bat/config
|
|
|
|
# cwm开机启动polybar
|
|
polybar main &
|
|
exec cwm
|
|
|
|
# copy ssh 密钥
|
|
cat ~/.ssh/id_ed25519.pub | ssh root@100.64.1.3 'mkdir -p ~/.ssh && chmod 700 ~/.ssh && cat >> ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys'
|
|
|
|
# push gitee
|
|
git add .
|
|
git commit -m "feat: 更新说明"
|
|
git push origin master
|
|
|
|
# 挂载exfat格式移动硬盘
|
|
doas pkg_add exfat-fuse
|
|
doas mount.exfat-fuse /dev/sd2j /mnt
|
|
|
|
江苏省吴中区长桥街道美成坊39幢135室8层806室
|
|
苏州森德瑞克信息科技有限公司
|
|
91320506MAER221E49
|