Linux拾遗
一大波列表
yum transcation hangs
If that doesn't work, try this:
su -c 'rpm -e --noscripts zarafa*'
intel corporation wireless 7265 linux
# cp iwlwifi-*.ucode /lib/firmware
notify-send && dunst 实现通知功能,比如翻译
安装
pacman -S dunst
启动
dunst
notify-send
pacman -S libnotify
notify-send 'test' 'test'
见引用 ref
下载见 提取码:cfc4
Linux 使用key验证后无密码登录维护怎么处理Give root password for maintenance
- select boot item
- 'e' kernel line
- add 'init=/bin/bash'
- 'b' to boot kernel
- mount -o remont,rw /
- passwd root
- reboot
echo 修改密码
echo -e "new_password\nnew_password" | (passwd --stdin $USER)
echo "password:name" | chpasswd