码迷,mamicode.com
首页 >  
搜索关键字:the systems    ( 1149个结果
zabbix邮件报警 465
#启动邮箱服务 systemctl start postfix.service #配置用户的邮箱发送邮件 vim /etc/mail.rc set from="xxx@xxx.com" set smtp="smtps://smtp.exmail.qq.com:465" set smtp-auth-u ...
分类:其他好文   时间:2018-06-25 15:03:49    阅读次数:217
Nmon:Linux性能监控
1 Linux性能监控-Nmon 1.1 Nmon下载 下载路径:http://nmon.sourceforge.net/pmwiki.php?n=Site.Download 1.2 安装 Ubuntu : 安装:apt-get install nmon 执行:nmon,进入nmon界面 输入 C ...
分类:系统相关   时间:2018-06-23 21:05:25    阅读次数:274
类型系统的类型分类
顶级分类: Nominal type system structural systems In computer science, a nominal or nominative type system (or name-based type system) is a major class of  ...
分类:其他好文   时间:2018-06-20 18:47:09    阅读次数:267
Redis
1) What is Redis? Redis is an open-source, advance key value data store and cache. It is also referred as a data structure server which keys not only ...
分类:其他好文   时间:2018-06-16 23:33:17    阅读次数:237
[Debug] Use Remote Sources to Debug a Web App on an Emulator, Simulator, or Physical Device
We can emulate different operating systems, browsers, and devices within a desktop operating system. We’re going to discuss iOS and Android options we ...
分类:移动开发   时间:2018-06-15 20:06:07    阅读次数:230
Python - Fabric简介
1 - Fabric Fabric是一个Python的库,提供了丰富的同SSH交互的接口,可以用来在本地或远程机器上自动化、流水化地执行Shell命令。非常适合用来做应用的远程部署及系统维护。简单易用,只需懂得基本的Shell命令。 HomePage:http://www.fabfile.org/ ...
分类:编程语言   时间:2018-06-15 15:45:16    阅读次数:3265
Linux磁盘格式化
CentOS7所支持的文件系统格式;默认是用xfs作为系统的文件系统。 "/"和"/boot"都是xfs格式! [root@linux-xl ~]# cat /etc/filesystems xfs ext4 ext3 ext2 nodev proc nodev devpts iso9660 vfa ...
分类:系统相关   时间:2018-06-15 13:03:13    阅读次数:627
P1474 货币系统 Money Systems
题目描述 母牛们不但创建了它们自己的政府而且选择了建立了自己的货币系统。由于它们特殊的思考方式,它们对货币的数值感到好奇。 传统地,一个货币系统是由1,5,10,20 或 25,50, 和 100的单位面值组成的。 母牛想知道有多少种不同的方法来用货币系统中的货币来构造一个确定的数值。 举例来说, ...
分类:其他好文   时间:2018-06-04 16:43:35    阅读次数:162
Linux下:磁盘管理和文件系统管理
一、 磁盘基础知识本章学习之前需要了解以下几点: ?强调: Linux里面一切皆文件。 ?I/O Ports即I/O设备地址,用来标识硬件对应的设备地址,来让操作系统以及cpu使用。 ?注意: CPU的核数不一定就是越多越好,由于CPU协调之间的问题,性能可能不升反降。 1、 设备文件 ①、什么是设 ...
分类:系统相关   时间:2018-06-04 11:32:42    阅读次数:255
通过光驱,HMC安装AIX系统
hscroot@localhost:~> vtmenu  ----------------------------------------------------------  Managed Systems: ----------------------------------------------------------   
分类:其他好文   时间:2018-06-01 16:52:16    阅读次数:258
1149条   上一页 1 ... 32 33 34 35 36 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!