kali linux 常用文件与指令路径

重启网络
/etc/init.d/networking restart
环境变量文件
/etc/proflie
源码编译安装动态连接文件
/etc/ld.so.conf
语言设置文件
/etc/default/locale
apt 安装deb保存目录
/var/cache/apt/archives
字体修改目录
/etc/fonts/conf.d
配置更新源文件
/etc/apt/sources.list
配置更多更新源文件,将list文件放入此目录文件
/etc/apt/sources.list.d
配置本机网络lo与eth0接口
/etc/network/interfaces
查看ip地址
ip addr show
ifconfig -a
kai linux 字符对应更改指令
xmodmap -e “keycode 51=backslash bar backslach”
添加key到trusted数据库中
cat keyfile | sudo apt-key add -
“-” 表示标准输入(’-’ for stdin)
删除rusted数据库中key
cat keyfile | sudo apt-key del -
dpkg: 错误: 另外一个进程已经为 dpkg 状态数据库 加锁
root@root:~# rm -f /var/lib/dpkg/lock #删除锁
root@root:~# dpkg --configure -a #恢复配置

你可能感兴趣的:(kali,linux)