everyx 最近的时间轴更新
everyx's repos on GitHub
23 人关注
gobyexample
Go by Example 通过例子学 Golang
JavaScript · 6 人关注
divide-by-guides.jsx
A photoshop script to divide by guides
Python · 4 人关注
gtk-3-chinese-reference-manual-python
GTK+ 3 中文参考手册 Python 代码版
Shell · 2 人关注
mariabackup.sh
Shell script to create full/incremental backups with mariabackup
Shell · 1 人关注
aur-navicat15-premium-cs-appimage
https://www.navicat.com/en/navicat-15-highlights
HTML · 1 人关注
everyx.github.io
我的博客
TeX · 1 人关注
HNUthesis
淮北师范大学硕士学位论文 LaTex 模板
0 人关注
anu
Anu - DX focused utility based vue component library built on top of UnoCSS & VueUse ⚡️🔥
TeX · 0 人关注
archbase
教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本
Shell · 0 人关注
archlinuxcn-repo
Arch Linux CN Repository
Shell · 0 人关注
aur-biyi-bin
Shell · 0 人关注
aur-docker-machine-gitlab-bin
docker-machine fork maintained by GitLab
Shell · 0 人关注
aur-navicat-keygen-git
aur packge for https://github.com/lzscxb/navicat-keygen
Shell · 0 人关注
aur-rime-emoji-git
Shell · 0 人关注
aur-shadow-tls
Shell · 0 人关注
aur-udpme
Shell · 0 人关注
aur-wepush
WePush for ArchLinux
0 人关注
awesome-seo
Google SEO Research and Web Traffic Monetization
0 人关注
doc-zh
Chinese translation of the PHP documentation
Shell · 0 人关注
docker-mysql-backup
backup mysql database to any dest support by rclone
0 人关注
docs
Directus Documentation — Docs, User-Guide, API Reference, and More
0 人关注
docs-zh-cn
Vue 文档官方中文翻译 | Official Chinese translation for Vue docs
0 人关注
drivers-plugin
Provides drivers used by services in Queue, Mail and Storage
0 人关注
element-plus-nuxt
Element Plus module for Nuxt
Python · 0 人关注
frappe
Low Code Open Source Framework in Python and JS
Python · 0 人关注
frappe_docker
Docker images for production and development setups of the Frappe framework and ERPNext
0 人关注
gnome-shell-extension-gsconnect
KDE Connect implementation for GNOME
TypeScript · 0 人关注
gnome-shell-pano
Next-gen Clipboard Manager for Gnome Shell
Python · 0 人关注
input-remapper
🎮 An easy to use tool to change the mapping of your input device buttons.
0 人关注
keyd
A key remapping daemon for linux.
everyx

everyx

V2EX 第 12854 号会员,加入于 2011-10-22 20:50:15 +08:00
今日活跃度排名 5017
端午节,深圳哪些海边或者景点比较适合家庭自驾啊?
深圳  •  everyx  •  307 天前  •  最后回复来自 cgcs
26
Nuxt 3 SSR + unocss/tailwind 网站前端
外包  •  everyx  •  2022-11-21 11:30:34 AM
服务器内核的 PSI 指标保持在多少以下比较合适?
Linux  •  everyx  •  2022-09-22 14:11:25 PM  •  最后回复来自 DAPTX4869
3
Ubuntu 如何记录 CPU 使用记录?
问与答  •  everyx  •  2022-01-12 08:22:22 AM  •  最后回复来自 everyx
6
TCP: out of memory -- consider tuning tcp_mem 如何调整?
Linux  •  everyx  •  2021-11-13 15:41:16 PM  •  最后回复来自 everyx
7
DigitalOcean Space 稳定性堪忧,阿里云 OSS 稳定性如何?
问与答  •  everyx  •  2021-07-15 16:54:00 PM  •  最后回复来自 everyx
6
web 图片压缩比例有没有最佳实践
Web Dev  •  everyx  •  2021-06-09 11:59:08 AM  •  最后回复来自 libook
20
有啥办法能让 docker-machine env 命令走代理?
问与答  •  everyx  •  2020-10-10 15:20:19 PM  •  最后回复来自 everyx
1
求助: SPA 使用 Google Analytics 出现 Source 统计错误的问题
问与答  •  everyx  •  2020-09-16 11:53:31 AM  •  最后回复来自 everyx
1
everyx 最近回复了
102 天前
回复了 zuotun 创建的主题 Linux 关于字体安装
有三种方法:

1. 用的时候软链接到用户目录 `~/.local/share/fonts/` ,不用的时候删除
2. 编辑使用 fontconfig 来管理需要屏蔽哪些字体
3. 使用 [fontmanager.]( http://fontmanager.github.io/) 这类的 GUI 工具管理
119 天前
回复了 yaott2020 创建的主题 Linux 你倾向于哪个 Linux 桌面发行版?
@wildlynx #224 Firefox 自 121 版本开始就默认开启 wayland 后端了,可能是这个原因导致的,不过 Fcitx 5 应该是 Linux 下协议支持最全面的输入法了,你这个应该是配置的问题,可以试试 `fcitx-diagnose` 命令研究一下 [Arch Wiki]( https://wiki.archlinux.org/title/Fcitx) 和 [Fcitx 5 Wiki]( https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland)
121 天前
回复了 yaott2020 创建的主题 Linux 你倾向于哪个 Linux 桌面发行版?
@wildlynx #221 我用的 iBus ,并且是用的 XWayland 后端,如果用的 Wayland 化,应该是要开 gtk-4 支持,可以看看 Fcitx 维护者的文章 https://www.csslayer.info/wordpress/fcitx-dev/chrome-state-of-input-method-on-wayland/
优化一下 CSS 就行了,你的 primer.css 太大了,等到 CSS 加载完再来应用这些样式就会有问题了,需要拆分一下,可以将 CLS 相关内联一下,然后其他的拆分成一些小的 css 文件中,再配置一下 preload

偏移是很大,见下图

[Imgur]( https://imgur.com/ogk2aSJ)
希望能支持 Linux
138 天前
回复了 yaott2020 创建的主题 Linux 你倾向于哪个 Linux 桌面发行版?
@wildlynx #29 Fcitx 5 没问题,iBus 需要 XWayland
138 天前
回复了 yaott2020 创建的主题 Linux 你倾向于哪个 Linux 桌面发行版?
#82 Arch Linux 相对于其他发行版的优点:

1. AUR 基本上不在官方源中的都能找到
2. Arch Linux CN 源,提供很多国内用户需要的预编译好的包
3. Arch Linux CN 社区,有很多热心的使用者交流和解决问题
4. 滚动发型,不用跨版本升级,常用常新
5. GNOME 桌面,比 KDE 更有设计感,也比 KDE 更自由(并无恶意,KDE 也很好)
138 天前
回复了 yaott2020 创建的主题 Linux 你倾向于哪个 Linux 桌面发行版?
@shijingshijing #89 多年 GNOME 用户,十年前大学毕业用过一年,最近两年,期间断断续续用过,GNOME 比 KDE 更有设计感,可能我是颜值党。GNOME 2 到 GNOME 3 的确中间有段时间属于可用度极低,但目前已经好很多了,很少因为插件把桌面搞崩溃了。
139 天前
回复了 yaott2020 创建的主题 Linux 你倾向于哪个 Linux 桌面发行版?
Arch Linux Gnome
可以看看配置了 health check ,然后需要等待 health check 通过
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4414 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 25ms · UTC 10:11 · PVG 18:11 · LAX 03:11 · JFK 06:11
Developed with CodeLauncher
♥ Do have faith in what you're doing.