惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Project Zero
Project Zero
GbyAI
GbyAI
Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
小众软件
小众软件
The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
J
Java Code Geeks
WordPress大学
WordPress大学
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家
F
Fortinet All Blogs
博客园 - 【当耐特】
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Proofpoint News Feed
Schneier on Security
Schneier on Security
C
Cybersecurity and Infrastructure Security Agency CISA
L
LINUX DO - 热门话题
Spread Privacy
Spread Privacy
O
OpenAI News
V
V2EX
博客园 - 三生石上(FineUI控件)
AI
AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Stack Overflow Blog
Stack Overflow Blog
P
Privacy International News Feed
Microsoft Azure Blog
Microsoft Azure Blog
Blog — PlanetScale
Blog — PlanetScale
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Jina AI
Jina AI
H
Help Net Security
L
LINUX DO - 最新话题
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Tenable Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Cisco Talos Blog
Cisco Talos Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
博客园 - 叶小钗
V
Vulnerabilities – Threatpost
C
Cisco Blogs
D
Darknet – Hacking Tools, Hacker News & Cyber Security
酷 壳 – CoolShell
酷 壳 – CoolShell
Hacker News: Ask HN
Hacker News: Ask HN
S
Security @ Cisco Blogs
S
Securelist
T
The Blog of Author Tim Ferriss
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
雷峰网
雷峰网
V2EX - 技术
V2EX - 技术

博客园 - wenus

树莓派做下载服务器 aria2 篇 免费 cdn 搞定迅雷固件在TP-LINK WR720N,127.0.0.1 9000 获取不到激活码 Mware vCenter Server 识别固态硬盘为(非SSD)是什么原因? XXX esx.problem.syslog.nonpersistent.formatOnHost not found XXX 增强VPS SSH账号安全:改端口,禁用Root,密钥登录,Denyhosts防暴力攻击 FreeBSD从零开始---安装后配置(三) FreeBSD从零开始---安装后配置(一) FreeBSD从零开始---安装后配置(二) ngrok 配置 - wenus 安装Nginx作为Windows服务自启动运行 nginx secure_link下载防盗链 htaccess高级应用:防盗链阻止迅雷下载以及限制访问 制作HP MicroServer Gen8可用的ESXi 5.x SD/TF卡启动盘 Web服务器禁止range请求 Apache性能优化、超时设置,linux 重启apache mysql 日志,临时文件. 如何使用tar对整个文件夹打包? freebsd 记事之PHP环境搭建
FreeBSD 10 中文环境
wenus · 2014-04-28 · via 博客园 - wenus

中文字体位置   

  FontPath        "/usr/local/lib/X11/fonts/misc/:unscaled"

    FontPath        "/usr/local/lib/X11/fonts/100dpi/:unscaled"

    FontPath        "/usr/local/lib/X11/fonts/75dpi/:unscaled"

    FontPath        "/usr/local/lib/X11/fonts/misc/"

    FontPath        "/usr/local/lib/X11/fonts/Type1/"

把WINDOWS系统字体文件复制到/usr/local/lib/X11/fonts/TypeFonts

包括mingliu.ttf

simhei.ttf

simsun.ttf(simsun.ttc重命名即可)

tahoma.ttf

tahomabd.ttf

执行命令:

fc-cache -v

Xorg 哦文件位置

/etc/X11/xorg.conf

压缩解压缩

/usr/ports/chinese/unrar

________________

 FreeBSD 配置鼠标

FreeBSD进入图形界面后,键盘和鼠标不能用的解决办法:

首先在命令行界面,使用如下命令 打开配置文件

vi /etc/rc.conf

查看文件中是否有如下信息

moused_enable="YES"
moused_nodefault_enable="YES"
dbus_enable="YES"
hald_enable="YES"

moused_type="auto"    //否则 VirtualBox 不能切换鼠标

————————————————————