会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Carbon & Silicon
osoft
Carbon & Silicon
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2018年12月27日
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
阅读(1777)
评论(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
阅读(23826)
评论(0)
推荐(1)
编辑
linux简单快速启用web
摘要: Python的SimpleHTTPServer 需要先安装python,然后执行 $ python -m SimpleHTTPServer //当前目录为根目录,端口在8000的服务 $ python -m SimpleHTTPServer 9000 //当前目录为根目录,端口在9000的服务 为了
阅读全文
posted @ 2018-12-27 13:58 osoft
阅读(1013)
评论(0)
推荐(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
阅读(1386)
评论(0)
推荐(0)
编辑
公告
版权声明: (CC BY-NC-SA) 署名-非商业性使用-相同方式共享 | 本许可协议允许他人基于本文进行非商业性创作,只要他们标识您的姓名或名称,并以相同条款许可他们的新作品。
Except where otherwise noted, content on this blog is licensed under the following license:
CC BY-NC-SA