
系统
风云来
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos 添加源
/etc/yum.repos.d/CentOS-Base.repo文件中添加 [dag] name=Dag RPM Repository for Red Hat Enterprise Linux baseurl=http://ftp.riken.jp/Linux/dag/redhat/el$releasever/en/$basearch/dag http://apt.sw.be/red原创 2013-05-20 21:50:14 · 1468 阅读 · 0 评论 -
centos 中文环境
中文字体显示: yum install fonts-chinese yum install fonts-ISO8859-2 中文输入法: 1.需要root权限,所以要用root登录 ,或su root2.yum install "@Chinese Support"3.exit4.回到桌面,system->preferences->input method5.如果没有,先注销一下。6.按照提原创 2013-05-21 09:50:11 · 945 阅读 · 0 评论 -
linux mysql 开机启动
在/etc/profile(或者~/.bashrc) 最后一行加上(libexec 是mysqld的目录) PATH=/usr/libexec:$PATH export PATH chkconfig --add mysqld on service mysqld start原创 2013-05-24 17:11:28 · 829 阅读 · 0 评论 -
linux系统资源限制
linux是通过文件管理方式来管理系统设备的,因此TCP连接和系统文件同时打开数目限制相关。 应用程序使用的临时变量会消耗栈内存。原创 2013-03-26 00:27:01 · 1504 阅读 · 0 评论 -
linux 设置静态网络地址时用到的信息
先用自动分配ip的查看合法的信息 查看ip和HWaddr [root@localhost trunk]# ifconfig eth0 Link encap:Ethernet HWaddr 00:0C:29:00:CF:2E inet addr:192.168.67.135 Bcast:192.168.67.255 Mask:255.255.255原创 2013-05-15 23:30:16 · 1173 阅读 · 0 评论