随笔分类 -  Linux

给Linux安装simsun,simhei字体
摘要:先准备好字体文件,例如simsun.ttc sudo cp simsun.ttc /usr/share/fonts cd /usr/share/fonts sudo chmod 644 simsun.ttc 更新字体缓存 代码: sudo mkfontscale 代码: sudo mkfontdir 阅读全文

posted @ 2022-05-07 14:35 ctcrst 阅读(1150) 评论(0) 推荐(0) 编辑

Linux启动速度调优
摘要:systemd 即是启动管理也是进程管理服务管理,启动时各个程序尽量并行加载,速度很快,目前大多数主流Linux发行版都已采用。 但是目前排名第一的MX-Linux默认没有使用systemd,不过可以手动选择,具体可以通过 systemd xmlinux 去google。 理由是部分mx-linux 阅读全文

posted @ 2022-04-28 15:27 ctcrst 阅读(1012) 评论(0) 推荐(0) 编辑

conky 设置
摘要:conky安装后需要设置一下,让它读取用户配置,而不是使用默认配置conky会自动检查下面目录的配置文件 ~/.config/conky/conky.conf ~/.conkyrc /etc/conky/conky.conf 所以我们先用下面的命令生成配置文件,再手动修改mkdir -p ~/.co 阅读全文

posted @ 2022-04-13 18:06 ctcrst 阅读(336) 评论(0) 推荐(0) 编辑

(转)同步时间
摘要:首先设置一下时区,然后打开ntp同步服务 timedatectl list-timezones timedatectl set-timezone Asia/Shanghai timedatectl set-ntp true 硬件时间问题 查看硬件时间总是报错,怕不是硬件问题吧 [tanglizi@a 阅读全文

posted @ 2022-04-11 11:52 ctcrst 阅读(202) 评论(0) 推荐(0) 编辑

ArchLinux NoDM 安装
摘要:有些人不愿意安装DM,这样系统也能正常使用,而且更加精简,下面列出ArchLinux 不装DM,只装openbox的方式 但是注意,某些软件需要DM来运行,例如向日葵远程控制,还是需要安装lightDM,否则只能控制其他主机,不能受控。 #xinit必须安装,因为xinit=startx pacma 阅读全文

posted @ 2022-04-10 19:13 ctcrst 阅读(226) 评论(0) 推荐(0) 编辑

ArchLinux 安装 xdm + openbox
摘要:#文中提到的显卡相关内容,因为我用的是虚拟机vmware,其他显卡需要略微修改 #纯净版ArchLinux安装完成后 pacman -S xorg-server xorg-xrdb xorg-xdm xorg-xinitpacman -S openbox obconf ttf-dejavu ttf- 阅读全文

posted @ 2022-04-07 22:47 ctcrst 阅读(356) 评论(0) 推荐(0) 编辑

Ubuntu 优化任务栏
摘要:在任务栏上显示电池百分比 安装 sudo apt install gnome-tweak-tool 这个工具还有其他很多用途 把任务栏挪进状态栏 ubuntu20默认有个自带的ubuntu dock,需要先卸载,否则会产生冲突,导致dash to dock的设置不生效。 sudo apt-get a 阅读全文

posted @ 2022-03-31 01:06 ctcrst 阅读(346) 评论(0) 推荐(0) 编辑

(转载)Linux下永久生效环境变量bashrc
摘要:嵌入式 Linux下永久生效环境变量bashrc 1) .bashrc文件 在linux系统普通用户目录(cd /home/xxx)或root用户目录(cd /root)下,用指令ls -al可以看到4个隐藏文件, .bash_history 记录之前输入的命令 .bash_logout 当你退出时 阅读全文

posted @ 2022-03-29 17:03 ctcrst 阅读(1105) 评论(0) 推荐(0) 编辑

Linux查看PDF文字缺失
摘要:PDF文字缺失一般是缺少字体,哪怕是中文能显示,但是英文不显示,也很大可能是缺少中文字体文件。 FoxitRead一般都能显示完整,但是此软件在Linux下不如windows版本好用。 如果还是想使用系统自带PDF阅读器,可以手动安装字体。 给Linux安装simsun,simhei字体 先准备好字 阅读全文

posted @ 2022-03-29 16:32 ctcrst 阅读(360) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

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