随笔分类 -  linux

摘要:查看系统时间命令#~:date 方法一: 在系统上直接键入如下命令(tzselect)可以直接按照操作知道修改为指定时区 方法二: cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime(或)ln -s /usr/share/zoneinfo/US/P 阅读全文
posted @ 2021-12-16 10:40 coolcoolha 阅读(123) 评论(0) 推荐(0) 编辑
摘要:1. 参照 ubuntu18.04.3,配置netplan相关yaml network: ethernets: enp2s0: dhcp4: true wifis: wlp8s0: dhcp4: true access-points: "<ssid>": password: "<passowrd>" 阅读全文
posted @ 2021-12-06 02:30 coolcoolha 阅读(1042) 评论(0) 推荐(0) 编辑
摘要:问题描述: 当使用笔记本安装ubuntu系统(非界面化),如何配置wifi的问题。同时关闭睡眠功能。 1.使用ip addr查看网卡信息,确定网卡个数,判断哪个是无线网卡 2.ubuntu版本中没有wpasupplicant没有,建议安装sudo apt install wpasupplicant 阅读全文
posted @ 2021-12-06 02:19 coolcoolha 阅读(1775) 评论(0) 推荐(0) 编辑
摘要:一般来说著名的 Linux 系统基本上分两大类:RedHat 系列:Redhat、Centos、Fedora 等Debian 系列:Debian、Ubuntu 等 对比项 rpm yum dpkg apt系列 RedHat系 RedHat系 Debian系 Debian系区别 包安装工具 依赖管理工 阅读全文
posted @ 2021-12-05 16:31 coolcoolha 阅读(393) 评论(0) 推荐(0) 编辑
摘要:10个字符表示文件类别和权限,具体情况如下: 第一个字zhi符表示文件类别dao,代表的含义zhuan如下: -:普通文件 d:目录文件 b:块设备文件 c:字符设备文件 l:符号链接文件 后面9个字符代表3组访问权限: 第1组的3个字符是授权文件所有者的权限; 第2组的3个字符是授权同组用户的权限 阅读全文
posted @ 2021-02-24 09:41 coolcoolha 阅读(1451) 评论(0) 推荐(0) 编辑
摘要:原因:电脑未能成功找到系统盘,安装启动系统程序未能正常运行。 修正步骤: 1.通过安装后台命令操作,查看系统盘隶属哪个挂载 dracut:/# cd /dev dracut:/# ls 找到sda*(根据查看挂载确认隶属的U盘), 通过插拔U盘看一下要启动的是哪个挂在sda*。 2.修改配置文件 d 阅读全文
posted @ 2021-01-18 10:07 coolcoolha 阅读(1705) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示