不按期更新----------------------------python
必备: pacman -S vim neofetch clang python git
linux
网易云音乐 netease-cloud-music: yay -S netease-cloud-music
git
Flameshot截图工具: pacman -S flameshot
github
很是好用的截图工具,比Spectacle不知道高到哪去了,支持涂鸦,打码.shell
Arduino IDE: pacman -S arduino arduino-avr-core
数据库
Arduino跨平台IDE 用于Arduino的编程开发编程
Typora: yay -S typora
json
超级棒的Markdown编辑器,我这篇文章就是用这个写的vim
Telegram: pacman -S telegram-desktop
缓存
TG比QQ,Wechat不知道高到哪去了,能够拿来当无限量网盘使用(大雾
Weechat: pacman -S weechat
聊天客户端,快速的轻量级 IRC 客户端
米聊:小米公司开发的聊天软件 下载方式:米聊官网下载界面下载,appimage格式包
Speedtest-cli: pacman -S speedtest-cli
有名的网速测试网站的命令行版
Tmux: pacman -S tmux
终端复用软件
Wps-Office: yay -S wps-office
Linux下用WPS代替Office.
Aria2: pacman -S aria2
命令行下载软件
Axel: pacman -S axel
命令行下载软件
SDDM:
tar -zxvf filename.tar.gz
cp -R filename /usr/share/sddm/themes/filename
字体:
pacman -S noto-fonts noto-fonts-cjk noto-fonts-emoji
yay -S ttf-meslo
fonts.conf
放置到~/.config/fontconfig
下.fc-cache --force --verbose
Yakuake:
相似于Mac os下的Item,设置快捷键,快速启动,超级方便.
安装: pacman -S yakuake
快捷键:
f11 设置全屏 Alt+f2 全局搜索
自定义快捷键配置:custom shortcuts
-->New
---->Global short
-->Command\URL
flameshot截图快捷键设置:flameshot gui
镜像源配置
/etc/pacman.d/mirrorlist
,添加镜像源连接sudo pacman -Syy
强制刷新数据库AUR镜像源
yay --aururl "https://aur.tuna.tsinghua.edu.cn" --save
~/.config/yay/config.json
yay -P -g
U盘自动挂载位置
run/media/username/
系统清理
pacman -Rcc
Or yay -Scc
清理全部软件包和缓存sudo pacman -R $(pacman -Qdtq)
清理不被依赖的软件包Makepkg多线程压缩
/etc/makepkg.conf
,改为COMPRESSXZ=(xz -c -z - --threads=8)
,threads
意思是线程,后面的数字表示线程数,个人笔记本的CPU支持8线程,具体以各自实际须要为主.Makepkg减小编译时间
/etc/makepkg.conf
MAKEFLAGS
的标注MAKEFLAGS="-j8"
,意为使用8核编译yay安装
git clone https://aur.archlinux.org/yay.git
makepkg -si
fcitx设置环境变量
编辑~/.pam_environmnet
输入如下内容:
GTK_IM_MODULE=fcitx QT_IM_MODULE=fcitx XMODIFIERS=@im=fcitx
electron-ssr显示1080端口被占用
ls -i :1080
检查端口kill pid
关掉占用端口的进程appimage应用的图标
~/.local/share/applications/appname.desktop