首页 > 系统服务 > 详细

Ubuntu Software setup

时间:2018-05-09 23:38:31      阅读:208      评论:0      收藏:0      [点我收藏+]

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

First to complete

2.1 Setup Relative Software

1.1 中文输入法安装

note: 需要电脑重启才能生效
安装教程
setupsogou:
1. download the software from the website!
2. two click the Software!
3. open the SoftwareUpdate to install

技术分享图片

1.2 软件安装与卸载

教程说明

1.3 wechat setup

download address

1.4 QQ Setup

SetupGuide

1.5 open root privilage

sudo passwd root

1.6 Setup after System setup complete!

List

1.7 word type setup

wordtype

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

  1. download from winewebsiteUbuntu
  2. If your system is 64 bit, enable 32 bit architecture (if you haven‘t already):

    sudo dpkg --add-architecture i386 
  3. 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/
  4. Update packages:

    sudo apt-get update
  5. download

    sudo apt-get install --install-recommends winehq-stable
  6. delete wine
    reference
    fronts
  7. 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

usage2

setupreference

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==

Ubuntu Software setup

原文:https://www.cnblogs.com/widic/p/9017226.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!