-
c – 这是g中的优化错误吗?
所属栏目:[Linux] 日期:2021-01-20 热度:60
副标题#e# 我不确定我是否在g(4.4.1-4ubuntu9)中发现了一个错误,或者我是否正在做 有问题.我相信我所看到的是启用引入的错误 使用g -O2进行优化.我试图将代码提炼到只有 相关部分. 启用优化后,我有一个失败的ASSERT.什么时候 优化被禁用,相同的ASSERT不会失[详细]
-
解决两台centos虚拟机Telnet服务无法联机的问题
所属栏目:[Linux] 日期:2021-01-20 热度:87
关闭防火墙 [root@localhost ~]# service iptables stopiptables: Flushing firewall rules:???????????????????????? [? OK? ]iptables: Setting chains to policy ACCEPT: filter????????? [? OK? ]iptables: Unloading modules:???????????????????????[详细]
-
linux主机间复制文件
所属栏目:[Linux] 日期:2021-01-20 热度:190
命令基本格式: 1、从 本地 复制到 远程??* 复制文件:?? ? ? ? * 命令格式:?? ? ? ? ? ? ? ? scp local_file remote_username@remote_ip:remote_folder?? ? ? ? ? ? ? ? 或者?? ? ? ? ? ? ? ? scp local_file remote_username@remote_ip:remote_file2、[详细]
-
RPM安装命令总结--转载
所属栏目:[Linux] 日期:2021-01-20 热度:103
div id="cnblogs_post_body" 安装、卸载、升级、查询和验证。 #rpm - #rpm - #rpm -ivh example.rpm 安装 example.rpm 包并在安装过程中显示正在安装的文件信息及安装进度 # rpm -e example # rpm -Uvh example.rpm saving /etc/example.conf as /etc/exam[详细]
-
How can I exclude directories from grep -R?
所属栏目:[Linux] 日期:2021-01-20 热度:160
‘--exclude-dir=dir’ Exclude directories matching the pattern dir from recursive directory searches. = ) provide: ‘--exclude-dir=dir’ Exclude directories matching the pattern dir from recursive directory searches. So you can do: grep[详细]
-
主机访问虚拟机中linux上的web服务
所属栏目:[Linux] 日期:2021-01-20 热度:165
环境:主机windows xp 虚拟机centos 6.4 [root@localhost /]# iptables -I INPUT -p tcp --dport 80 -j ACCEPT[root@localhost /]# /etc/rc.d/init.d/iptables saveiptables: Saving firewall rules to /etc/sysconfig/iptables:[? OK? ] [root@localhost[详细]
-
CentOS下安装JDK7 转载
所属栏目:[Linux] 日期:2021-01-20 热度:109
转载地址:http://www.cnblogs.com/rilley/archive/2012/02/02/2335395.html 下载地址:http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html 1. 安装JDK1.7.0下载完成后在取得root权限后执行: [root@sea sea][详细]
-
用于软件包管理的21个Linux YUM命令 转载
所属栏目:[Linux] 日期:2021-01-20 热度:157
副标题#e# http://flycars001.iteye.com/blog/1949085 ol class="dp-xml" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 1px !important; margin-left: 55px; padding: 5px 0px; color: #5c5c5c; border: none; backgr[详细]
-
centos nfs配置--转载
所属栏目:[Linux] 日期:2021-01-20 热度:109
副标题#e# h2 class="title"http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-nfs-client-config.html h2 class="title"18.6.?NFS Server Configuration There are three ways to configure an NFS server under Red Hat Enterprise Linux: us[详细]
-
Device eth0 does not seem to be present, delaying initializa
所属栏目:[Linux] 日期:2021-01-20 热度:185
昨天在vm里面克隆了个虚拟机,克隆之后,启动了网卡起不来,已启动就报Device eth0 does not seem to be present,delaying initialization.[FAILED]经过各种google,最终要是找到了答案使用克隆后的虚拟机时发现原来在基本系统中的网卡eth0到了新系统却没[详细]
-
Mount NAS Storage in Linux Overview 转载
所属栏目:[Linux] 日期:2021-01-20 热度:188
h1 class="title"Mount NAS Storage in Linux OverviewMounting your NAS Storage to a device that runs on a Linux-based Operating System can be done using a series of simple commands in the shell or terminal within the OS.? This procedure ou[详细]
-
启动weblogic的错误:Could not obtain an exclusive lock to th
所属栏目:[Linux] 日期:2021-01-20 热度:88
http://hi.baidu.com/kaisep/item/0e4bf6ee5da001d1ea34c986 源地址 启动weblogic时报以下错误: 解决办法: 为避免此错误,应确保没有没有启动其它进程或访问此文件并将它删除。?? 在关机时通常会对此文件进行解锁,但如果上次发生了异常关机(如崩溃),[详细]
-
linux下如何修改weblogic console登陆的用户名和密码
所属栏目:[Linux] 日期:2021-01-20 热度:167
1. 执行安装目录下config.sh ./config.sh 2.选择 ?2|Extend an existing WebLogic configuration 3. 别的一路跳过,到修改security,选择yes,即可修改weblogic console登录的用户名和密码。[详细]
-
《高性能网站构建实战》 目录--转
所属栏目:[Linux] 日期:2021-01-19 热度:95
div id="cnblogs_post_body" 《高性能网站构建实战》?第一篇 架构规划篇?第1章 网站架构简介 2?1.1 网站的硬架构 2?1.1.1 机房的选择 2?1.1.2 带宽的大小 2?1.1.3 服务器的划分 3?1.2 网站的软架构 3?1.2.1 框架的选择 3?1.2.2 逻辑的分层 4?1.3 网站架构[详细]
-
Tracert 转
所属栏目:[Linux] 日期:2021-01-19 热度:153
div class="desc" div class="desc_tit"路由跟踪在线Tracert Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。 通过向[详细]
-
install keepalived on RedHat/CentOS to provide IP failover f
所属栏目:[Linux] 日期:2021-01-19 热度:151
副标题#e# table id="toc" class="toc" tr td div id="toctitle" Contents Keepalived provides a strong and robust health checking for LVS clusters. It implements a framework of health checking on multiple layers for server failover,and VRRPv2[详细]
-
转载--CentOS 6.3下部署LVS(NAT)+keepalived实现高性能高可用负
所属栏目:[Linux] 日期:2021-01-19 热度:87
div id="cnblogs_post_body" 源地址:http://www.cnblogs.com/mchina/archive/2012/08/27/2644391.html 一、简介 VS/NAT原理图: 二、系统环境 三、安装 ~]# wget http://www.linuxvirtualserver.org/software/kernel-2.6/ipvsadm-1.26.tar.gz ~]# ln -s /[详细]
-
转载-centos网络配置(手动设置,自动获取)的2种方法
所属栏目:[Linux] 日期:2021-01-19 热度:164
副标题#e# 转载地址:http://blog.51yip.com/linux/1120.html 重新启动网络配置 # /etc/init.d/network restart 不知道为什么最近一段时间网络特别的慢,还老是断,断的时候,局域网都连不上,当我手动设置一下ip后就可以了,搞得我很无语。下面是2种设置网[详细]
-
转载--How to Install VMware Tools on CentOS 6.3
所属栏目:[Linux] 日期:2021-01-19 热度:173
副标题#e# 源地址:http://www.ehowstuff.com/how-to-install-vmware-tools-on-centos-6-3/ VMware Tools is a group of utilities that enhances the overall performance of the virtual machine’s guest operating system (OS) and improves management[详细]
-
转载--linux filesystem structures
所属栏目:[Linux] 日期:2021-01-19 热度:135
In this article,let us review the Linux filesystem structures and understand the meaning of individual high-level directories. 1. / – Root Every single file and directory starts from the root directory. Only root user has write privileg[详细]
-
[Linux] linux下安装配置 zookeeper/redis/solr/tomcat/IK分词器
所属栏目:[Linux] 日期:2021-01-19 热度:126
今天 不知自己装的centos 出现了什么问题,一直卡在 启动界面,找了半天没找见原因(最后时刻还是发现原因,只因自己手欠一怒之下将centos删除了,而且选择的是在本地磁盘也删除. ..让我哭一会..)..于是便重新安装,可是问题来了,之前安装及配置好的zookeeper/re[详细]
-
[Linux]Linux下安装和配置solr/tomcat/IK分词器 详细实例一.
所属栏目:[Linux] 日期:2021-01-19 热度:151
注: 本文属于原创文章,如若转载,请注明出处,谢谢.关于设置IK分词器的文章?IK分词器:?1,解压tar文件 2,查看solr目录结构 3,复制solr/solr-4.10.3/example/bin/ext 的jar包到apache-tomcat-7.0.47/lib下 4,复制solr.war首先找到war包位置:? 5,配置web.xml下[详细]
-
[Linux]Linux下安装和配置solr/tomcat/IK分词器 详细实例二.
所属栏目:[Linux] 日期:2021-01-19 热度:136
为了更好的排版,所以将IK分词器的安装重启了一篇博文,?大家可以接上solr的安装一同查看.8,打开浏览器查看solr可视化界面 10,配置IK分词器配置solr家中的schema.xml文件,包括配置数据类型及自定义的字段 找到schema.xml并打开修改:? 重启tomcat然后继续去so[详细]
-
[Linux]Linux下redis的安装及配置.
所属栏目:[Linux] 日期:2021-01-19 热度:127
在上一篇?我们已经将redis所需tar包拷贝到了linux下的root 根目录下,接着我们只需要解压就可以了.? 先将Redis的tar包拷贝到Linux下的根目录 解压后的目录结构: 编译: 使用Make命令安装: 安装好之后的目录:? 6379 下的目录结构:(这个rdb文件时: redis datab[详细]
-
Linux服务器可以进百度,但是进阿里云或者别的一些网站提示‘错
所属栏目:[Linux] 日期:2021-01-19 热度:196
昨天遇到一个头疼的事情,在阿里云买了一台服务器; 然后环境各种都装了,因为本人是小白,所以一般都装MATE界面; 一开始环境没配好,访问百度可以进去,进万网但是进不去,先也没急着搞这个事情,第一天晚上下班很晚了,就先装了可视化界面不管了。 第二[详细]