我的视频blog地址 http://www.lofter.com/blog/cloudrivers
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 46 下一页
摘要: 正常我们在使用CENTOS时候都是不会去用到它的GUI桌面系统,都是用最基础的命令行形式,这样会比较节省服务器资源,毕竟CENTOS大部分就是用于服务器,当然也有人会有各种需求,需要用到桌面系统,比如需要安装浏览器,比如需要挂Q等,针对这些问题,就只能安装桌面系统了。我们这里汇总了CENTOS上常用 阅读全文
posted @ 2019-10-21 00:04 Michael云擎 阅读(8401) 评论(0) 推荐(1)
摘要: sudo yum group list sudo yum groupinstall "MATE Desktop" --skip-brokensudo yum groupinstall "Cinnamon Desktop" --skip-brokensudo yum -y install tigerv 阅读全文
posted @ 2019-10-20 20:12 Michael云擎 阅读(464) 评论(0) 推荐(0)
摘要: https://www.certmetrics.com/amazon/public/badge.aspx?i=2&t=c&d=2019-10-15&ci=AWS00986508 https://www.certmetrics.com/amazon/public/badge.aspx?i=3&t=c& 阅读全文
posted @ 2019-10-20 18:03 Michael云擎 阅读(492) 评论(0) 推荐(0)
摘要: screen命令 Screen是一款由GNU计划开发的用于命令行终端切换的自由软件。用户可以通过该软件同时连接多个本地或远程的命令行会话,并在其间自由切换。GNU Screen可以看作是窗口管理器的命令行界面版本。它提供了统一的管理多个会话的界面和相应的功能。 会话恢复 只要Screen本身没有终止 阅读全文
posted @ 2019-10-20 15:57 Michael云擎 阅读(1370) 评论(0) 推荐(0)
摘要: sudo vi /etc/apt/sources.listdeb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiversedeb-src https://mirrors.tuna.t 阅读全文
posted @ 2019-10-17 23:32 Michael云擎 阅读(5986) 评论(0) 推荐(0)
摘要: 利用Resnet50算法在MXNet框架下,在Sagemaker训练了一个模型。然后转换为OpenVino的IR模型,实现绝缘子图像识别。 阅读全文
posted @ 2019-10-16 22:23 Michael云擎 阅读(436) 评论(0) 推荐(0)
摘要: A Developer is investigating an issue whereby certain requests are passing through an Amazon API Gateway endpoint /MyAPI, but the requests do not reac 阅读全文
posted @ 2019-10-14 18:00 Michael云擎 阅读(286) 评论(0) 推荐(0)
摘要: A company is creating a REST service using an Amazon API Gateway with AWS Lambda integration. The service run different versions for testing purposes. 阅读全文
posted @ 2019-10-11 21:02 Michael云擎 阅读(317) 评论(0) 推荐(0)
摘要: A Developer is building a web application that uses Amazon API Gateway to expose an AWS Lambda function to process requests from clients. During testi 阅读全文
posted @ 2019-10-11 11:18 Michael云擎 阅读(295) 评论(0) 推荐(0)
摘要: /etc/locale.conf 中 里面默认只有一行: LANG="en_US.UTF-8"这表示系统语言是英语, 应该改成下面这样: LANG="en_US.UTF-8"LC_CTYPE="zh_CN.UTF-8"LC_ALL="en_US.UTF-8"LC_CTYPE 表示语言和类别符号,设置 阅读全文
posted @ 2019-10-09 11:35 Michael云擎 阅读(860) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 46 下一页
我的视频blog地址 http://www.lofter.com/blog/cloudrivers