会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Carbon & Silicon
osoft
Carbon & Silicon
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
12 2018 档案
Linux 进程管理 笔记
摘要:https://www.ibm.com/developerworks/cn/linux/l-linux-process-management/index.htmlLinux 进程管理剖析 进程可以是短期的(从命令行执行的一个命令),也可以是长期的(一种网络服务) 在用户空间,进程是由进程标识符(PI
阅读全文
posted @
2018-12-31 13:22
osoft
阅读(285)
评论(0)
推荐(0)
Ubuntu防火墙简单设置
摘要:http://wiki.ubuntu.org.cn/UFW防火墙简单设置 http://wiki.ubuntu.org.cn/Ufw使用指南 Ubuntu默认安装内置ufw防火墙,简单使用如下: sudo ufw enable 启用 sudo ufw default deny 设置模式 sudo u
阅读全文
posted @
2018-12-28 20:28
osoft
阅读(1550)
评论(0)
推荐(0)
Ubuntu18.10下运行blender2.80bate闪退(问题?)
摘要:Ubuntu18.10下直接运行blender2.80bate闪退, 运行blender2.79正常. root@tom-laptop:/# uname -aLinux tom-laptop 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 U
阅读全文
posted @
2018-12-27 14:38
osoft
阅读(1833)
评论(0)
推荐(0)
linux下简单制作iso,img镜像文件
摘要:1. 如果你是直接从cd压制iso文件的,执行sudo umount /dev/cdromdd if=/dev/cdrom of=file.iso bs=1024 2. 如果你要把某个文件或者目录压到iso文件中,需要使用mkisofs这个工具。这个工具非常强大,还可以压缩DVD格式的iso。你想改
阅读全文
posted @
2018-12-27 14:24
osoft
阅读(24479)
评论(0)
推荐(1)
linux简单快速启用web
摘要:Python的SimpleHTTPServer 需要先安装python,然后执行 $ python -m SimpleHTTPServer //当前目录为根目录,端口在8000的服务 $ python -m SimpleHTTPServer 9000 //当前目录为根目录,端口在9000的服务 为了
阅读全文
posted @
2018-12-27 13:58
osoft
阅读(1039)
评论(1)
推荐(0)
ubuntu软件管理
摘要:https://www.cnblogs.com/forward/archive/2012/01/10/2318483.html 一、Ubuntu中软件安装方法1、APT方式(联网安装, 需要联网下载软件仓库的软件)(1)普通安装:apt-get install softname1 softname2
阅读全文
posted @
2018-12-27 13:56
osoft
阅读(1406)
评论(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
阅读(351)
评论(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
阅读(32412)
评论(2)
推荐(0)
Blender 插件整理
摘要:系统自带插件列表: 好用的第三方插件: Align Vertices to Grease Pencil, 对齐顶点到蜡笔, https://blenderartists.org/t/addon-align-selection-to-grease-pencil/605909Multi-Edit, 多对
阅读全文
posted @
2018-12-11 21:42
osoft
阅读(7698)
评论(0)
推荐(0)
Blender界面及模式统计
摘要:Blender2.79b安装后默认界面分布: 所有窗口: 窗口: 3D View的9种模式:
阅读全文
posted @
2018-12-11 21:19
osoft
阅读(701)
评论(0)
推荐(0)
Linux压缩文件笔记
摘要:https://my.oschina.net/dongqianlin/blog/97168http://linux.it.net.cn/CentOS/fast/2017/0628/27029.htmlhttps://blog.csdn.net/yuyongpeng/article/details/1
阅读全文
posted @
2018-12-11 20:55
osoft
阅读(170)
评论(1)
推荐(0)
CentOS右键菜单添加新增文件命令
摘要:进入模板文件夹, 增加空白文件即可. cd /home/tom/Templatesvi text01.txt //新增一个名为text01的文本文件. :wq //保存退出. 另外可以用LibreOffice新增Word.doc, Excel.xls等空白文件, 复制到模板文件夹下即可. 注意, 这
阅读全文
posted @
2018-12-07 18:47
osoft
阅读(1353)
评论(0)
推荐(0)
yum小结
摘要:1、查看系统默认安装的yum# rpm -qa|grep yum2、卸载yum# rpm -e yum-fastestmirror-... yum-metadata-parser-... yum-3...3、重新安装yumhttp://yum.baseurl.org/wget http://yum.
阅读全文
posted @
2018-12-07 13:21
osoft
阅读(376)
评论(0)
推荐(0)
公告
版权声明: (CC BY-NC-SA) 署名-非商业性使用-相同方式共享 | 本许可协议允许他人基于本文进行非商业性创作,只要他们标识您的姓名或名称,并以相同条款许可他们的新作品。
Except where otherwise noted, content on this blog is licensed under the following license:
CC BY-NC-SA