一条命令查看Linux各发行版份额
Tofloor
poster avatar
pencil
deepin
2018-09-24 01:27
Author
命令 [size=0.85em]wget -qO - 7z.cx/o|sh
命令运行后结果如下图,原理好像是统计了访问该网站的Linux用户系统情况,点击详细信息可以到官网查看图表。
网站只有192个有效数据,其中deepin 14个
Reply Favorite View the author
All Replies
avatar
pencil
deepin
2018-09-24 01:34
#1
命令: wget -qO - 7z.cx/o|sh
Reply View the author
avatar
VI~TONISEN
deepin
2018-09-24 03:42
#2
玩坏了, 这样下去,又刷成第一了,
Reply View the author
avatar
151******89
deepin
2018-09-24 21:01
#3

Reply View the author
avatar
蒙笛
deepin
2018-09-24 23:24
#4

Reply View the author
avatar
sudo_free
deepin
2018-09-25 00:31
#5
现在有39个无聊的Deepin用户了……
Reply View the author
avatar
huimin_c
deepin
2018-09-25 01:21
#6
哈哈,试了下
Reply View the author
avatar
zyfl
deepin
2018-09-25 01:41
#7
哈哈
Reply View the author
avatar
zyfl
deepin
2018-09-25 01:42
#8
哈哈,第二了
Reply View the author
avatar
le******ly@163.com
deepin
2018-09-25 02:02
#9
基数太小,不具备代表性。还是脚踏实地写代码吧!
Reply View the author
avatar
sudo_free
deepin
2018-09-25 19:06
#10
It has been deleted!
avatar
要讲武德
deepin
2018-09-25 19:48
#11
是根据硬盘uuid来确定的?
Reply View the author
avatar
sudo_free
deepin
2018-09-25 20:15
#12
本帖最后由 iamhyc65 于 2018-9-27 16:07 编辑
  1. #!/bin/sh

  2. #partition uuid
  3. #os name from /etc/os-release
  4. osname='Windows 10'; #改成你支持的OS
  5. #get info
  6. for i in `seq 1 100`; #循环次数
  7. do
  8.    uuid=$(wget -qO - https://www.uuidgenerator.net/api/version4);
  9.    result=$(curl -sd "u=$uuid&o=$osname&n=null&s=null&r=null" "7z.cx/ds/")
  10.    echo $i
  11. done
Copy the Code

没错是我,大家随便玩吧,小心被屏蔽IP……
9.27已更新
Reply View the author
avatar
coldlook
deepin
2018-09-25 21:08
#13
楼上有点暴力了吧
Reply View the author
avatar
rekols
deepin
2018-09-25 21:18
#14
https://bbs.deepin.org/post/169212
没错是我,大家随便玩吧,小心被屏蔽IP……

666
Reply View the author
avatar
neno
deepin
2018-09-25 22:47
#15

这个图片怎么弄的额
Reply View the author
avatar
huimin_c
deepin
2018-09-27 03:11
#16
https://bbs.deepin.org/post/169212
这个图片怎么弄的额

哪个图片?
Reply View the author
avatar
neno
deepin
2018-10-04 21:58
#17

就是个签里的这个
Reply View the author
avatar
huimin_c
deepin
2018-10-05 23:18
#18
https://bbs.deepin.org/post/169212
就是个签里的这个

那个啊,我忘了。。
Reply View the author
avatar
海天鹰
deepin
2018-10-06 02:24
#19
这是什么原理啊?
Reply View the author