0%

类Linux装机常用

感觉是真的晚了,那么多曾经花了很多时间研究的东西,都没有留下任何痕迹😂🦪

  1. 卸载 libreoffice
  2. xfce hidpi
  3. linxu 桌面版本及server
  4. gnome terminal 样式
  5. zsh & oh-my-zsh
  6. chob 汇聚软件搜索
  7. vlc 播放列表显示文件名
  8. dpkg 安装依赖
  9. 安装 vmwaretools
  10. 查看网速 nethogs
  11. UI优化

卸载 libreoffice

有时候会自带了这些软件,但是并不需要

# This will remove LibreOffice and its dependencies. Next is to clear out the local repository of LibreOffice packages.
sudo apt-get remove --purge libreoffice*
sudo apt clean
# Clear all LibreOffice dependencies that are orphaned – no longer required.
sudo apt-get autoremove

xfce hidpi

这里可以设置高dpi的效果,另外还有一项地方可以直接设置dpi,

Did you…?

  1. Go to Settings Manager > Appearance > Settings > Window Scaling and select 2 as the scaling factor. 设置管理器 > 外观 > 设置 > 窗口缩放
  2. 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
bash -c "$(wget -qO- https://git.io/vQgMr)"

# 我用的两款
flat 48
ToyChest 182

zsh & oh-my-zsh

sudo apt install -y zsh
sudo apt install -y git
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
chsh -s /usr/bin/zsh

.zshrc
修改theme为 agnoster
plugin 添加 z。

powerline字体

1
wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf
wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf

2
mv PowerlineSymbols.otf ~/.local/share/fonts/

3
fc-cache -vf ~/.local/share/fonts/

4
mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/

chob 汇聚软件搜索

没想到 linux 发展的挺多的,大学的时候疯狂装 ubuntu 系统到现在,好久没用了。
最明显的就是软件安装方便了,出现个种linux都能兼容用的软件安装方式。
Flatpak 和 Snap 今天遇到的两个,搜了下 chob 可以汇聚搜索,不错。

有科普了下 apt 和 snap 的区别,都是出自 ubuntu 公司,snap 基于虚拟容器的概念,解决了 linux 安装软件依赖的问题。

apt?
虽然也是巨大的进步,但是终究是出现交叉编译依赖的复杂关系,导致系统的不可控

  • 各软件,环境相互依赖,交叉编译
  • 可重用模块

snap ?
是Canonical公司发布的全新的软件包管理方式,它类似一个容器拥有一个应用程序所有的文件和库,各个应用程序之间完全独立。所以使用snap包的好处就是它解决了应用程序之间的依赖问题,使应用程序之间更容易管理。但是由此带来的问题就是它占用更多的磁盘空间。

  • 各个软件独立
  • 增加磁盘空间
# chob
wget https://github.com/MuhammedKpln/chob/releases/download/0.3.5/chob-linux
chmod +x chob-linux
./chob-linux vim # 搜索vim相关

# snap
snap list
snap find
snap run vlc
sudo snap refresh firefox
# 更新全部
sudo snap refresh all

sudo apt install snapd
sudo snap install vlc
sudo snap remove vlc

# apt
sudo apt-get remove snapd
sudo apt autoremove
apt list --installed

vlc 播放列表显示文件名

vlc 播放器添加目录播放的时候,播放列表默认是视频文件的 metadata 里的 title,而不是文件名

Display Filename in playlist & initial playback of video
by Props » 09 Mar 2015 22:51

  1. Find and rename (or delete) the directory and sub-directories, meta, found here:
    %Program Files%\VideoLAN\VLC\lua\meta\
  2. Under Tools -> Preferences -> Show Settings “All” -> Playlist
    Unchecked “Automatically Preparse files” & “Allow metadata network access”
  3. Under Tools -> Preferences -> Show Settings “All” -> Input / Codecs
    At the bottom, next to “Change title according to current media”, Change it to, or add $.
  4. 重启 restart vlc

dpkg 安装依赖

一般安装deb包的时候,用 dpkg -i name.deb
但有时候遇到依赖问题后,先用 sudo apt install -f,再用上面那句就行。

sudo dpkg -i firefox.deb
sudo dpkg -l # list
sudo dpkg -r firefox # remove

安装 vmwaretools

首先,点击安装 vmwaretools
然后,挂载出来目录以后,拷贝其中的gz压缩文件到 /tmp 解压缩 tar -zxvf VMwareTools-10.3.22-15902021.tar.gz
最后,命令行运行压缩目录重的 pl 文件就可以,记得 sudo。然后一路按回车就行,重启搞定。

查看网速 nethogs

sudo apt install nethogs
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