Skip to content

Commit 4aa6edd

Browse files
committed
[7.25]
1 parent e2300e9 commit 4aa6edd

File tree

5 files changed

+51
-0
lines changed

5 files changed

+51
-0
lines changed

os/ubuntu/UbuntuPortable.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 制作u盘启动盘
2+
3+
[使用UltraISO 制作u盘启动盘](https://jingyan.baidu.com/article/48206aead4f253216ad6b32b.html)
4+
5+
# 具体的Ubuntu双系统安装过程
6+
7+
[具体的安装过程](https://www.linuxidc.com/Linux/2016-04/130520.htm)
8+
9+
注意 首先需要设置以下BIOS系统的启动顺序 每一种电脑的进入BIOS系统的方式不尽相同,可以根据
10+
11+

os/ubuntu/dictionaryStardict.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

os/ubuntu/inputMethod.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 搜狗输入法安装
2+
3+
注意先要安装fctix
4+
5+
安装步骤 18 版
6+
[Ubuntu 18](https://blog.csdn.net/lupengCSDN/article/details/80279177)

os/ubuntu/ubuntuSoftWare.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# stardict
2+
[starDict](https://blog.csdn.net/xiaocainiaoshangxiao/article/details/13294563)

os/ubuntu/wps.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# install wps in Ubuntu
2+
3+
- installing associating dependencies
4+
5+
````
6+
sudo apt-get install lib32ncurses5
7+
sudo apt-get install lib32z1
8+
````
9+
10+
- download another dependency from this site
11+
[site](https://packages.debian.org/zh-cn/wheezy/amd64/libpng12-0/download)
12+
13+
- download wps
14+
[location](http://community.wps.cn/download/)
15+
16+
- download fonts for wps
17+
[some fonts](https://pan.baidu.com/s/1mh0lcbY)
18+
19+
20+
change dir to the dir of the fonts
21+
````
22+
sudo cp * /usr/share/fonts
23+
24+
sudo mkfontscale
25+
26+
sudo mkfontdir
27+
28+
sudo fc-cache
29+
````
30+
31+

0 commit comments

Comments
 (0)