感觉是真的晚了,那么多曾经花了很多时间研究的东西,都没有留下任何痕迹😂🦪
- 卸载 libreoffice
- xfce hidpi
- linxu 桌面版本及server
- gnome terminal 样式
- zsh & oh-my-zsh
- chob 汇聚软件搜索
- vlc 播放列表显示文件名
- dpkg 安装依赖
- 安装 vmwaretools
- 查看网速 nethogs
- UI优化
卸载 libreoffice
有时候会自带了这些软件,但是并不需要
# This will remove LibreOffice and its dependencies. Next is to clear out the local repository of LibreOffice packages. |
xfce hidpi
这里可以设置高dpi的效果,另外还有一项地方可以直接设置dpi,
Did you…?
- Go to Settings Manager > Appearance > Settings > Window Scaling and select 2 as the scaling factor. 设置管理器 > 外观 > 设置 > 窗口缩放
- Go to Settings Manager > Window Manager > Style and select Default-xhdpi theme.
The steps above would set 2x scaled resolution for Xfce and other GTK 3 apps. 设置管理器 > 窗口管理器 > 样式,选择主题,选择 default-xhdpi,然后改窗口标题大小
linxu 桌面版本及server
应该不会再像上学时候那样装机玩了,一般就是装起来然后卸载重新装,只是不停的重复装而没有使用。
server 追求稳定(即便个人使用到最后又何尝不是呢)推荐 debian 和 centos
所以相对应的个人版就可以选择 ubuntu 和 fedora,简单点
其他都没用过也说不上来,装着玩也说不上好坏哈
2021-01-04
mx linux,基于 debian,可体验 kde 版本,装机完700兆左右内存;
linux mint,基于 ubuntu,可体验 gnome,装机完1400兆左右内存;
她们两个极其相似,都有各自的系统管理软件,mx 甚至有 conky 人性化管理,比我当初自己摸索方便多了,那是就浪费时间在这个地方了,想想也可能是开源社区流行后,尤其是 github,大家可以方便分享,然后水准都提高不少。
她们两个都还有 xfce 版本,但是目前 xfce 高分辨率也就是 scale 支持 retina 屏幕还不行。
gnome terminal 样式
2020-12-28
今天虚拟机试了下 ubuntu 20.4 发现各种挺顺利的,可用性提高了不少比之前,我应该是 12 左右用过吧,还在上学的时候。
设置下这个终端的样式吧,用了 Gogh,应该是可以用在各个终端的 theme 解决方案,厉害的。
遇到一个问题,怎么都设置不上去,发现这里必须是 Default 的文件描述,中文的不行,重命名就可以了
Close your terminal. Re-open the terminal.
Go to Edit —> Preferences —> Profiles.
Create NEW profile called “Default”.
Close the terminal. Re-open the terminal.
Confirm “Default” is still listed in your profiles.
If it is, run the Gogh script again.
sudo apt-get install dconf-cli uuid-runtime |
zsh & oh-my-zsh
sudo apt install -y zsh |
.zshrc
修改theme为 agnoster
plugin 添加 z。
powerline字体
1 |
chob 汇聚软件搜索
没想到 linux 发展的挺多的,大学的时候疯狂装 ubuntu 系统到现在,好久没用了。
最明显的就是软件安装方便了,出现个种linux都能兼容用的软件安装方式。
Flatpak 和 Snap 今天遇到的两个,搜了下 chob 可以汇聚搜索,不错。
有科普了下 apt 和 snap 的区别,都是出自 ubuntu 公司,snap 基于虚拟容器的概念,解决了 linux 安装软件依赖的问题。
apt?
虽然也是巨大的进步,但是终究是出现交叉编译依赖的复杂关系,导致系统的不可控
- 各软件,环境相互依赖,交叉编译
- 可重用模块
snap ?
是Canonical公司发布的全新的软件包管理方式,它类似一个容器拥有一个应用程序所有的文件和库,各个应用程序之间完全独立。所以使用snap包的好处就是它解决了应用程序之间的依赖问题,使应用程序之间更容易管理。但是由此带来的问题就是它占用更多的磁盘空间。
- 各个软件独立
- 增加磁盘空间
# chob |
vlc 播放列表显示文件名
vlc 播放器添加目录播放的时候,播放列表默认是视频文件的 metadata 里的 title,而不是文件名
Display Filename in playlist & initial playback of video
by Props » 09 Mar 2015 22:51
- Find and rename (or delete) the directory and sub-directories, meta, found here:
%Program Files%\VideoLAN\VLC\lua\meta\- Under Tools -> Preferences -> Show Settings “All” -> Playlist
Unchecked “Automatically Preparse files” & “Allow metadata network access”- Under Tools -> Preferences -> Show Settings “All” -> Input / Codecs
At the bottom, next to “Change title according to current media”, Change it to, or add $.- 重启 restart vlc
dpkg 安装依赖
一般安装deb包的时候,用 dpkg -i name.deb
但有时候遇到依赖问题后,先用 sudo apt install -f
,再用上面那句就行。
sudo dpkg -i firefox.deb |
安装 vmwaretools
首先,点击安装 vmwaretools
然后,挂载出来目录以后,拷贝其中的gz压缩文件到 /tmp 解压缩 tar -zxvf VMwareTools-10.3.22-15902021.tar.gz
最后,命令行运行压缩目录重的 pl 文件就可以,记得 sudo。然后一路按回车就行,重启搞定。
查看网速 nethogs
sudo apt install nethogs |
UI优化
gui调整设置工具sudo apt install dconf-editor
整体界面缩放gsettings set org.gnome.desktop.interface scaling-factor 2
文字缩放gsettings set org.gnome.desktop.interface text-scaling-factor 1.5