随笔分类 -  Linux操作系统

摘要:http://www.cnblogs.com/hukey/p/6224969.html 1. 简要 双网卡绑定技术在centos7中使用了teaming技术,而在rhel6/centos7中使用的是bonding技术, 在centos7中双网卡绑定既能使用teaming也可以使用bonding,这里 阅读全文
posted @ 2017-10-17 22:07 生命的力量在于不顺从 阅读(1142) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/kevingrace/p/5821450.html 不做过多介绍了,下面直接记录下centos7系统下安装配置vncserver的操作记录 1)关闭防火墙centos的防火墙是firewalld,关闭防火墙的命令[root@localhost ~]# s 阅读全文
posted @ 2017-10-08 17:43 生命的力量在于不顺从 阅读(363) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/rwxwsblog/p/5756894.html 修改/etc/ssh/sshd_config 修改firewall配置 firewall添加想要修改的ssh端口: 修改SELinux 使用以下命令查看当前SElinux 允许的ssh端口: 添加3337 阅读全文
posted @ 2017-09-28 22:10 生命的力量在于不顺从 阅读(258) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/edwardcmh/archive/2012/05/11/2495671.html 安装完毕Oracle 11g每次都得手动启动 | 停止数据库(dbstart | dbshut)、监听器(lsnrctl)、控制台(emtcl)。 设置一下,若手动启动数 阅读全文
posted @ 2017-09-02 08:29 生命的力量在于不顺从 阅读(285) 评论(0) 推荐(0)
摘要:Start the system and, on the GRUB 2 boot screen, press the e key for edit. Remove the rhgb and quiet parameters from the end, or near the end, of the  阅读全文
posted @ 2017-05-24 20:36 生命的力量在于不顺从 阅读(346) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/wwww1988600/article/details/20545969 解释一下Linux上free命令的输出。 下面是free的运行结果,一共有4行。为了方便说明,我加上了列号。这样可以把free的输出看成一个二维数组FO(Free Output)。例如: FO[2][1] = 15402628 FO[3][2] = 120330... 阅读全文
posted @ 2015-11-04 09:01 生命的力量在于不顺从 阅读(474) 评论(0) 推荐(0)
摘要:转载请在文首保留原文出处:EMC中文支持论坛 介绍 Linux系统扫描SCSI磁盘有几种方式?Linux新增LUN之后,能否不重启主机就认出设备?如果安装了PowerPath,动态添加/删除LUN的命令是什么?本文总结了Linux主机对磁盘设备进行重新配置的方式,并附加命令实例。 更多信息 Linux系统提供多重机制以重新扫描SCSI总线并重认系统中加入的SCSI设备。在2.4内核方案中,... 阅读全文
posted @ 2015-01-22 11:52 生命的力量在于不顺从 阅读(3418) 评论(0) 推荐(0)
摘要:在CentOS 6上可以使用系统安装光盘为本机创建yum repository,创建过程如下。 创建光盘mount点 [root@centos62 ~]# mkdir /media/CentOS mount安装盘 [root@centos62 ~]# mount /dev/sr0 /media/CentOSmount: block d... 阅读全文
posted @ 2014-01-15 14:44 生命的力量在于不顺从 阅读(451) 评论(0) 推荐(0)
摘要:http://blog.kreyolys.com/2011/03/17/no-panic-its-just-a-kernel-panic/ One of the main young sysadmin fear is to being asked by management to find out the root cause of a system crash or hang! When r... 阅读全文
posted @ 2013-09-02 16:52 生命的力量在于不顺从 阅读(845) 评论(0) 推荐(0)
摘要:http://www.cyberciti.biz/tips/reboot-or-halt-linux-system-in-emergency.html Linux kernel includes magic system request keys. It was originally developed for kernel hackers. However, you can use this ... 阅读全文
posted @ 2013-09-02 15:47 生命的力量在于不顺从 阅读(508) 评论(0) 推荐(0)
摘要:Automatic reboot after Linux kernel panic http://www.syn-ack.org/centos-linux/automatic-reboot-after-linux-kernel-panic/ Kernel panics for all sorts of reasons. Both hardware failures and software f... 阅读全文
posted @ 2013-09-02 13:55 生命的力量在于不顺从 阅读(2168) 评论(0) 推荐(0)
摘要:http://linux.icydog.net/ssh/piping.php One of the many nifty things you can do with SSH is piping data over a network. You're probably already familiar with plain old input/output redirection like gr... 阅读全文
posted @ 2013-02-18 16:06 生命的力量在于不顺从 阅读(285) 评论(0) 推荐(0)