[Share Experiences] deepin 20.1 初体验
Tofloor
poster avatar
ycyxuehan
deepin
2021-02-05 00:03
Author

声明: 这是一个运维工作者使用3小时的体验总结。不喜勿喷,运维也有一个玻璃心呢,万一删库跑路,可能明天又有一个瓜。

我个人对各个Linux发行版一直都有关注,之前也有体验过deepin(不好),用过两年的Ubuntu(主力),半年的centos(主力)。 日常工作也都是与Linux打交道,不敢说对Linux有多熟练,但是至少是有一定了解的。

今天刚好换电脑硬盘,想想要不就试试deepin吧,于是,故事开始了。

从下载到安装,整个流程都是如丝般顺滑,如同德芙一般,但是,德芙它也会苦啊。

进系统装好软件,鬼使神差的敲了个`df -lh`,别问谁是鬼,问就是和Windows刷新一样,条件反射。

一看吓一跳,/只有 15G了,而/data有160多G(硬盘是240G的)。

整个人都傻了,这怕不是天天都要清理磁盘?无奈只能重装一次。

可能有杠精要开始了,15G怎么就不够用了?是的,通常16G是够得。但是,我习惯了文件放在/home,软件放在/opt,我还要装docker,kubernetes ,等等

个人觉得这个设定非常的不好,虽然不是每一个deepin用户都是做开发的,但也不是每一个用户都是只办公的。而且日常办公,文件习惯放在Documents文件夹的怕是这点空间也不够吧。

建议安装界面添加一个Custom选项卡,屏蔽efi、boot、recovery等路径,让用户自由配置 /以及其他路径

终于装好系统、软件。说实话,这次体验感觉deepin真的已经相当成熟了,作为主力系统应该是毫无问题的。

预装openssh-server并enabled好评

未预装curl差评

nvidia 显卡驱动工作不正常。

软件上,我安装了QQ(wine), wechat(wine),chrome, dingding,visualstudio code, netease music, wps。

所有软件体验都很完美。docker已经安装好,正在折腾kubernetes中 。

目前体验感觉OK,后续有问题再行更新

----------------------------

更新: 默认没有alias ll差评,太习惯ll命令了。

重新分区后的磁盘用量,默认的/肯定是不够用的

oper@oper-PC:~$ df -lh

Filesystem                         Size  Used Avail Use% Mounted on

udev                               7.8G     0  7.8G   0% /dev

tmpfs                              1.6G  3.0M  1.6G   1% /run

/dev/sda3                           98G   11G   88G  11% /

tmpfs                              7.8G  283M  7.5G   4% /dev/shm

tmpfs                              5.0M  4.0K  5.0M   1% /run/lock

tmpfs                              7.8G     0  7.8G   0% /sys/fs/cgroup

/dev/sda5                           66G  4.4G   62G   7% /opt

/dev/sda2                          1.5G  112M  1.3G   9% /boot

/dev/sda1                          300M  7.7M  292M   3% /boot/efi

/dev/sda4                           59G  8.3G   51G  15% /home

tmpfs                              1.6G   68K  1.6G   1% /run/user/1000

-------------------------

更新,kubernetes安装成功,运行正常,舒服!

oper@oper-PC:~$ kubectl -n kube-system get pod

NAME                                       READY   STATUS    RESTARTS   AGE

calico-kube-controllers-744cfdf676-9np7g   1/1     Running   0          4m46s

calico-node-v2zpd                          1/1     Running   0          4m46s

coredns-659d4bd66-lc9zp                    1/1     Running   0          6m3s

coredns-659d4bd66-vn825                    1/1     Running   0          6m3s

etcd-oper-pc                               1/1     Running   0          6m11s

kube-apiserver-oper-pc                     1/1     Running   0          6m11s

kube-controller-manager-oper-pc            1/1     Running   0          6m11s

kube-proxy-l2snf                           1/1     Running   0          6m3s

kube-scheduler-oper-pc                     1/1     Running   0          6m11s

oper@oper-PC:~$ kubectl get node

NAME      STATUS   ROLES                  AGE     VERSION

oper-pc   Ready    control-plane,master   6m25s   v1.20.2

---------------

更新,显卡正常了,新的一天使用要开始惹

---- 商店自带chrome有问题,天猫显示不正常,不能上班摸鱼购物惹。换了官方版后正常。

Reply Favorite View the author
All Replies
kirin2020
deepin
2021-02-05 00:22
#1

我这几天也在学习Docker,请多指教

Reply View the author
deltacatxx
deepin
2021-02-05 00:24
#2

我记得 /opt 是挂载到 /data 上的

Reply View the author
ycyxuehan
deepin
2021-02-05 00:28
#3
deltacatxx

我记得 /opt 是挂载到 /data 上的

这个我还真没注意

Reply View the author
ycyxuehan
deepin
2021-02-05 00:33
#4

 

显卡正常工作了,赞一个!

这次的deepin使用体验相当的好。

发图好像说有敏感词?

Reply View the author
ycyxuehan
deepin
2021-02-05 00:41
#5
kirin2020

我这几天也在学习Docker,请多指教

有啥问题你找我就行,docker我使用还是没啥大问题的

Reply View the author
moqilintong
deepin
2021-02-05 00:57
#6
ycyxuehan

这个我还真没注意

除了/opt,还挂载的有/home, /var, /root,只是没有/usr

https://bbs.deepin.org/post/213238

Reply View the author
ycyxuehan
deepin
2021-02-05 01:09
#7
moqilintong

除了/opt,还挂载的有/home, /var, /root,只是没有/usr

https://bbs.deepin.org/post/213238

哈哈哈,看来这位大哥比我生猛,直接开骂了

Reply View the author
辉夜
deepin
2021-02-05 01:37
#8

不是15g吗?

Reply View the author
浪云
deepin
2021-02-05 05:52
#9

都20.1了,与系统时间差八小时的问题还不能解决吗?

为什么不能系统里面解决

要用户输一条命令

Reply View the author
Ziggy
deepin
2021-02-05 07:09
#10

显卡驱动https://bbs.deepin.org/zh/post/200178

Reply View the author
ycyxuehan
deepin
2021-02-05 17:14
#11
辉夜

不是15g吗?

哈哈哈,改了,映像不是15就是16,没有作好记录。

Reply View the author
kirin2020
deepin
2021-02-05 18:36
#12
ycyxuehan

有啥问题你找我就行,docker我使用还是没啥大问题的

非常感谢大侠。我昨晚使用  docker exec -it 容器 /bin/bash  居然突然进不了容器?什么回事?

Error response from daemon: Container c2251ca2bedc3e00f6a1199ed0dfcd27f5cd1b3bacde3c999e8708d778265313 is restarting, wait until the container is running
Reply View the author
ycyxuehan
deepin
2021-02-05 18:49
#13
kirin2020

非常感谢大侠。我昨晚使用  docker exec -it 容器 /bin/bash  居然突然进不了容器?什么回事?

Error response from daemon: Container c2251ca2bedc3e00f6a1199ed0dfcd27f5cd1b3bacde3c999e8708d778265313 is restarting, wait until the container is running

你的容器还没有启动成功(restarting状态),可以sudo docker ps 确定启动成功,使用sudo docker logs -f --tail=30 [container]查看日志

Reply View the author
kirin2020
deepin
2021-02-06 06:01
#14
ycyxuehan

你的容器还没有启动成功(restarting状态),可以sudo docker ps 确定启动成功,使用sudo docker logs -f --tail=30 [container]查看日志

谢谢大哥,果然 ,我重启docker就可以了。这几天在学习docker,确实感觉不错。

弱弱问一下,docker也可以windows系统吗??

Reply View the author
ycyxuehan
deepin
2021-02-08 17:40
#15
kirin2020

谢谢大哥,果然 ,我重启docker就可以了。这几天在学习docker,确实感觉不错。

弱弱问一下,docker也可以windows系统吗??

可以,win下docker其实就是一个hyper-v虚拟机加一个docker客户端。
如果你说Windows container的话,这套是微软搞得,server才能完美使用,我不是很了解。Windows sandbox就是这个技术的

Reply View the author
要讲武德
deepin
2021-07-10 16:43
#16

默认没有alias ll差评 +1 , ll太长用了,每次都要自己去改,烦得要死, 默认ll有什么问题呢?像Ubuntu都是默认有的 @deepin-mq

Reply View the author
ycyxuehan
deepin
2021-07-13 17:34
#17
要讲武德

默认没有alias ll差评 +1 , ll太长用了,每次都要自己去改,烦得要死, 默认ll有什么问题呢?像Ubuntu都是默认有的 @deepin-mq

是的,差评,deepin可能面向的不是已存在的linux用户。

不过这贴子都被翻出来,论坛也太不活跃了吧

Reply View the author