随笔分类 -  环境配置

摘要:1. xev | grep keycode /usr/share/glib-2.0/schemas/com.deepin.xsettings.gschema.xml sudo vim /usr/bin/startdde-wayland systemctl restart lightdm.servic 阅读全文
posted @ 2021-08-13 18:16 AlexOne 阅读(1961) 评论(0) 推荐(0)
摘要:1.wiki 参考 第 6 章 构建软件包 sudo apt install dpkg-dev Chroot环境搭建 跳到导航跳到搜索 第一步,安装工具 sudo apt install debootstrap 第二步,下载debian10资源包 sudo debootstrap --arch $( 阅读全文
posted @ 2021-08-11 11:25 AlexOne 阅读(2629) 评论(0) 推荐(0)
摘要:0. 常用操作 下载的软件缓存位置:/var/cache/yum 1. 挂载镜像,安装桌面环境(挂载) 参考 参考 lsblk # 刚安装完系统后要重启重新挂载mount -t iso9660 -o,loop /dev/sr0 /mnt/cdromsudo vi /etc/yum.repos.d/C 阅读全文
posted @ 2021-01-28 13:15 AlexOne 阅读(158) 评论(0) 推荐(0)
摘要:1. 安装 参考 防火墙和iptables的区别(save) 确保已安装xwindow: yum groupinstall "X Window System" "Desktop" 安装vnc: yum -y install tigervnc tigervnc-server tigervnc-serv 阅读全文
posted @ 2019-07-22 14:23 AlexOne 阅读(1243) 评论(0) 推荐(0)
摘要:1. 重启网络 /etc/init.d/network restart /sbin/ifconfig/ eth0 down /sbin/ifconfig/ eth0 up su /sbin/service network restart 虽然命令不一样,但是做的都是同一件事情。 systemctl 阅读全文
posted @ 2019-07-22 14:03 AlexOne 阅读(227) 评论(0) 推荐(0)
摘要:1. vim配置文件 VimTip VimCdoc Vimcdoc Vim7.4 ccls ~/.vimrc使用双引号进行注释,~/.viminfo文件会对一些配置项进行记录。 # 这个配置成vim,终端里面 git 或者 ctrl+xe 的打开编辑器默认就是vim了echo 'update-alt 阅读全文
posted @ 2019-07-22 12:06 AlexOne 阅读(676) 评论(0) 推荐(0)