/********************************************************************* @file Main_practise.cpp* @date 2014-8-27* @author Tiger* @brief 练习...
分类:
其他好文 时间:
2014-08-27 21:53:58
阅读次数:
204
cd/etc/yum.repos.d/cprhel-debuginfo.reporhel-debuginfo.repo.bak替换rhel-debuginfo.repo然后导入key,记得dns配置好了32bit:rpm--importhttp://ftp.sjtu.edu.cn/centos/5/os/i386/RPM-GPG-KEY-CentOS-564bit:rpm--importhttp://ftp.sjtu.edu.cn/centos/5/os/x86_64/RPM-GPG..
分类:
其他好文 时间:
2014-08-27 19:00:59
阅读次数:
181
Little Tiger vs. Deep MonkeyTime Limit: 1000msMemory Limit: 65535KBThis problem will be judged onHDU. Original ID:481564-bit integer IO format:%I64d J...
分类:
其他好文 时间:
2014-08-27 10:44:38
阅读次数:
307
环境:硬件:ibm power linuxos:rhel 版本不详软件:weblogic11g, 软件名:wls1035_generic.jar过程:在power linux上安装rhel操作系统,由于oracle官网没有可用的jdk,所以到ibm网站上相对应的sdk安装weblogic,创建域后运...
分类:
其他好文 时间:
2014-08-26 22:49:19
阅读次数:
1206
1.创建挂载目录# mkdir -p /media/cdrom2.挂载对应系统版本的iso光盘镜像文件# mount -o loop -t iso9660 /opt/rhel-server-6.2-x86_64-dvd.iso /media/cdrom3.配置yum文件如下# vi /etc/yum...
分类:
系统相关 时间:
2014-08-26 22:43:16
阅读次数:
323
1、CentOS是什么?CentOS,全名为CommunityEnterpriseOperatingSystem(社区企业操作系统),是一个基于RedHatEnterpriseLinux提供的可自由使用的源代码企业级的Linux发行版本之一。RedHat发布RedHat9.0后,不再开发RedHat10,11等,全面转向RedHatenterpriseLinux(简写为rhel)..
分类:
其他好文 时间:
2014-08-26 17:40:46
阅读次数:
205
git 使用技巧总结说明: 本地repo已经有啦,对应的远程repo 为tiger, 本地分支为master。问题一:当拉取代码的remote repo仓库为tiger, 而现在要将修改push到remote repo的 develop分支该如何?思路:拉取新的remote_develop_repo...
分类:
其他好文 时间:
2014-08-26 11:20:36
阅读次数:
203
[root@localhost .ssh]# yum -y install tigervnc-server vnc-server[root@develop .vnc]# vi /etc/sysconfig/vncservers # VNCSERVERS="2:myusername"# VNCSER....
分类:
其他好文 时间:
2014-08-26 11:20:16
阅读次数:
184
passwd–stdin没有这个参数(debian)在RHEL/CentOS中,我们批量创建用户时一般都会用到passwd–stdin参数,但是在debian/ubuntu下没有这个参数:manpasswd
-a,--all
Thisoptioncanbeusedonlywith-Sandcausesshowstatusforallusers.
-d,--delete
Deleteauser‘spassword(makeite..
分类:
其他好文 时间:
2014-08-26 03:01:57
阅读次数:
231
今天尝试在CentOS上安装一个VNC Server。CentOS5 已经自带了VNC,默认也已经安装了,只要配置一下就可以了(如果没有安装,可以:yum install vnc vncserver安装)。Windows客户端只需安装一个vncviewer即可,例如realvnc。安装配置好以后,却...
分类:
其他好文 时间:
2014-08-26 00:20:55
阅读次数:
411