会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Carbon & Silicon
osoft
Carbon & Silicon
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2018年12月25日
ubuntu安装shadowsocks
摘要: Debian / Ubuntu:apt-get install python-pippip install shadowsocks sslocal -s 11.22.33.44 -p 50003 -k "123456" -l 1080 -t 600 -m aes-256-cfbsslocal -s
阅读全文
posted @ 2018-12-25 21:40 osoft
阅读(2)
评论(0)
推荐(0)
编辑
Linux查看硬件信息
摘要: 查看系统内核uname -a 查看CPUcat /proc/cpuinfo | grep model\ namelscpu 查看内存cat /proc/meminfo | grep MemTotal 查看显卡lspci | grep 'VGA' 查看声卡lspci | grep -i 'Audio'
阅读全文
posted @ 2018-12-25 21:21 osoft
阅读(339)
评论(0)
推荐(0)
编辑
Linux中查看显卡硬件信息
摘要: Linux中查看显卡硬件信息 https://ywnz.com/linuxjc/67.html lspci -vnn | grep VGA -A 12lshw -C display 查看当前使用的显卡驱动sudo lshw -c video | grep configuration检查显卡驱动的详情
阅读全文
posted @ 2018-12-25 20:19 osoft
阅读(32231)
评论(2)
推荐(0)
编辑
公告
版权声明: (CC BY-NC-SA) 署名-非商业性使用-相同方式共享 | 本许可协议允许他人基于本文进行非商业性创作,只要他们标识您的姓名或名称,并以相同条款许可他们的新作品。
Except where otherwise noted, content on this blog is licensed under the following license:
CC BY-NC-SA