猫宁!!! 参考链接:https://www.cnblogs.com/liuxingbusi/p/9277127.html https://www.cnblogs.com/xcb0730/p/6808592.html 使用kali linux满足基本的软件使用非常重要。 办公软件介绍一下,wps、o ...
分类:
系统相关 时间:
2019-06-23 19:13:32
阅读次数:
129
ubuntu14.04禁止触摸板和恢复触摸板 1.使用xinput list查看与触摸板相关的id,以下是本机的输出,没搞清楚为什么是Mouse!!! jello@jello:~$ xinput list? Virtual core pointer id=2 [master pointer (3)] ...
分类:
系统相关 时间:
2019-05-31 23:09:53
阅读次数:
178
1.Tmux Arch维基: https://wiki.archlinux.org/index.php/Tmux_(简体中文) 官方WIKI: https://github.com/tmux/tmux/wiki 2.常用命令 快捷键 指 (默认) 指 可在配置 文件中替换,建议替换为 Panels操 ...
分类:
系统相关 时间:
2019-05-14 09:39:03
阅读次数:
182
1,使用前确认安装了alsa-utils sudo pacman -S alsa-utils2,运行alsamixer调试音量 alsamixer左右键选择调哪个,将Master和PCM按“m”解除静音(下边MM变成00),使用上下键调大音量(本人两个都调到了79) 基本放歌就能听到声音了 3,Es ...
分类:
系统相关 时间:
2019-05-13 19:03:08
阅读次数:
189
以下命令以 用户执行 1.创建一个启动service脚本 2.创建 /etc/rc.local 文件 3.添加执行权限 4.添加/etc/rc.local.d文件夹 5.设置开机自启 结尾: 把sh脚本放在 文件夹中就行 ...
分类:
系统相关 时间:
2019-05-13 14:37:00
阅读次数:
1254
一、iperf工具安装 源码包下载地址:https://iperf.fr/iperf-download.php#archlinux 选择对应系统的版本就是解压安装了 完成 测试发现有问题 问题原因:Linux系统中找不到libiperf.so.0 库文件,导致执行iperf3 –s时提示缺少相关li ...
分类:
系统相关 时间:
2019-04-27 13:22:22
阅读次数:
267
https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hibernate_(简体中文)https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hi ...
分类:
系统相关 时间:
2019-03-28 09:43:37
阅读次数:
694
环境:archlinux+gnome 1.首先需要配置Archlinuxcn源 打开/etc/pacman.conf,添加 2.然后更新 3.安装fcitx和一些依赖 4.安装搜狗拼音 5.配置 在~/.xprofile文件里添加 在/etc/environment加入 ...
分类:
系统相关 时间:
2019-03-26 13:45:44
阅读次数:
260
Arch 官方软件仓库, 共10998个(20190325), 使用pacman搜索安装。 https://www.archlinux.org/packages/Core 210 Extra 2048Community 4184以上是/etc/pacman.conf配置里默认启用的包。下面是不常用或 ...
分类:
系统相关 时间:
2019-03-25 23:33:43
阅读次数:
806
https://wiki.archlinux.org/index.php/Reset_root_password_(简体中文)https://wiki.archlinux.org/index.php/Reset_lost_root_password 这里参照前文的安装步骤,重新通过iso镜像启动后, ...
分类:
系统相关 时间:
2019-03-24 17:40:15
阅读次数:
611