title: Ubuntu 使用
tags: 新建,模板,小书匠
grammar_cjkRuby: true
Copyright (C) @2018 Widic
Filename:
File-function:
Cre_ID: @ Widic 2018-1-16
Mod_ID:
[toc]
1 Syetem Setup
2 System Using
2.0 First to complete
2.1 Setup Relative Software
1.1 中文输入法安装
note: 需要电脑重启才能生效
1. download the software from the website!
2. two click the Software!
3. open the SoftwareUpdate to install
1.2 软件安装与卸载
1.3 wechat setup
1.4 QQ Setup
1.5 open root privilage
sudo passwd root
1.6 Setup after System setup complete!
1.7 word type setup
1.8 Linux下有没有类似SourceInsight的代码阅读工具?
vim + ctags + cscope + taglist
vim+cscope+minibufexp+taglist+netrw
cscope : cscope-win32 -
wine+source Insight
1.9 wine Ubuntu 16.04
- download from winewebsiteUbuntu
- If your system is 64 bit, enable 32 bit architecture (if you haven‘t already):
sudo dpkg --add-architecture i386
- Add the repository:
wget -nc https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
- Update packages:
sudo apt-get update
- download
sudo apt-get install --install-recommends winehq-stable
- delete wine
- question how to config Fronts of Chinese
```
从 Windows 目录下的 Fonts 里的 simsun.ttc 复制到 /home/user/.wine/drive_c/windows/fonts 里面。
把下面的代码保存为 zh.reg ,然后终端执行 regedit zh.reg 。
代码:
代码:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Arial"="simsun"
"Arial CE,238"="simsun"
"Arial CYR,204"="simsun"
"Arial Greek,161"="simsun"
"Arial TUR,162"="simsun"
"Courier New"="simsun"
"Courier New CE,238"="simsun"
"Courier New CYR,204"="simsun"
"Courier New Greek,161"="simsun"
"Courier New TUR,162"="simsun"
"FixedSys"="simsun"
"Helv"="simsun"
"Helvetica"="simsun"
"MS Sans Serif"="simsun"
"MS Shell Dlg"="simsun"
"MS Shell Dlg 2"="simsun"
"System"="simsun"
"Tahoma"="simsun"
"Times"="simsun"
"Times New Roman CE,238"="simsun"
"Times New Roman CYR,204"="simsun"
"Times New Roman Greek,161"="simsun"
"Times New Roman TUR,162"="simsun"
"Tms Rmn"="simsun"
```
usage1
2 Question
2.1 web brower can surf the internet,but can not ping www.baidu.com
QuestionDescription : When my ubuntu link to my other computer by 360wifi, My web browser can surt the Internet,but can not ping www.baidu.com! when my ubuntu link to the my phone hotpot, the sitution disappear!
2.2 google pin cann‘t input the Chinese
need to connect out the wall
==End of File==
原文地址:https://www.cnblogs.com/widic/p/9017226.html