最近更新文章

CentOS下配置MySQL

CentOS下配置MySQL的编码: 0.安装mysql:sudo yum install mysql mysql-server mysql-devel 1.启动服务: /etc/rc.d/init.d/mysqld start 2.修改root密码: mysqladmin -uroot password 'yourpassword' 3.修改启动文件: /etc/rc.d/init.d/mysq ...
shellfish 评论 (2) 有 8265 人浏览 数据库章节 2011-08-04

配置CentOS支持读写ntfs磁盘

[simonsun@magic ~]$ sudo rpm -ivh http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm [simonsun@magic ~]$ sudo rpm -ivh http://apt.sw.be/redhat/el5/en/i386/rpmfor ...
shellfish 评论 (0) 有 6269 人浏览 桌面配置章节 2011-07-26

CentOS 5 中文方框乱码解决办法之一

CentOS 5 系统安装过后安装vlc 和 smlayer, ( sudo rpm -ivh http://mirror.cpsc.ucalgary.ca/mirror/dag/redhat/el5/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm sudo yum install vlc smplayer ...
shellfish 评论 (0) 有 2997 人浏览 桌面配置章节 2011-07-26

CentOS下Subversion配置指南

基本步骤:1、安装必需的subversion、登录subversion的认证数据库mysql、发布subversion的服务httpd及其相关mod文件、生成https证书的openssl;2、配置subversion的资料库文件以及访问权限管理文件authz;3、配置mysql里的认证数据库,便于访问svn;4、配置httpd关于subersion和mysql的模块文件;5、配置https证书,通 ...
shellfish 评论 (0) 有 5208 人浏览 服务配置章节 2011-05-26

CentOS 下Eclipse启动问题(已解决)

把Firefox更新到了最新版本,发现Eclipse(3.3.2版本以下)启动不起来了。 一直用的好好的eclipse3.3.2在启动时很客气地告诉我:您的java虚拟机崩溃了:# An unexpected error has been detected by HotSpot Virtual Machine:## SIGSEGV (0xb) at pc=0x00cd488d, pid=26127 ...
shellfish 评论 (0) 有 5275 人浏览 开发环境章节 2011-05-26

CentOS下VSFTPD配置指南

1、通过YUM安装必需的vsftpd, pam, pam-devel;2、通过编译安装必需的pam_mysql(下面附件里);3、修改默认vsftpd配置文件 (/etc/vsftpd/vsftpd.conf)以及添加ftp用户的权限配置文件(/etc/vsftpd/vconf/);4、添加虚拟系统用户,及其ftp用户登录认证数据库;5、修改vsftpd默认的pam配置文件 (/etc/pam.d/ ...
shellfish 评论 (0) 有 4048 人浏览 服务配置章节 2011-05-26

Centos下安装 ThinkPad T400 Switchable Graphics

Centos下安装thinkpad t400 的ati显卡驱动,按照以前的安装nVidia的经验,中规中据的切换到3模式登录系统,yum remove掉有可能冲突的glx-util,按照官方安装说明书修改ati配置文件,重启,始终显示错误,重复几次依旧,无语,搜索"thinkpad t400 显卡"发现: 很多人不了解Thinkpad t400显卡切换,这里我来公布一下 T4 ...
shellfish 评论 (0) 有 3399 人浏览 桌面配置章节 2011-05-26

CentOS外接显示器投影仪

家里的上网本10英寸屏幕,太小,看电影需要效果,想接到大点的液晶上看,直接插上,本子没啥反应,搜索发现,需要费点时间配置下:需要添加一点配置到/etc/X11/xorg.conf 好让X11识别设备,配置好后的文件如下,添加 --- 说明的地方即为添加的配置信息:# nvidia-settings: X configuration file generated by nvidia-settings# ...
shellfish 评论 (0) 有 2256 人浏览 桌面配置章节 2011-05-26

CentOS下安装配置Oracle10g指南

centos5下oracle安装基本有6步: 1、准备必需软件; 2、配置系统参数; 3、配置系统用户; 4、安装数据库程序和默认数据库实例; 5、配置数据库启动脚本和自启动脚本; 6、注意事项。1、准备必需软件 下载数据库软件oracle for linux: http://www.oracle.com/technology/software/products/database/oracle1 ...
shellfish 评论 (0) 有 4643 人浏览 数据库章节 2011-05-26

CentOS下配置Tomcat

[linux@linux ~]$ rpm -qa|grep tomcattomcat5-servlet-2.4-api-5.5.23-0jpp.7.el5 tomcat5-jsp-2.0-api-5.5.23-0jpp.7.el5 tomcat5-server-lib-5.5.23-0jpp.7.el5 tomcat5-5.5.23-0jpp.7.el5 tomcat5-webapps-5.5.2 ...
shellfish 评论 (0) 有 4617 人浏览 开发环境章节 2011-05-26

CentOS下oracle10g守护进程,随系统自动启动,自动关闭。

#!/bin/sh # # Startup Script. for oracle10 # chkconfig: 345 20 80 # e.g. cp oracle10g /etc/rc.d/init.d # e.g. chmod u+rwx /etc/rc.d/init.d/oracle10g # e.g. chmod go+rx /etc/rc.d/init.d/oracle10g # e.g. ...
shellfish 评论 (0) 有 2429 人浏览 数据库章节 2011-05-26

CentOS 5 字符模式下显示使用中文

为了能在字符界面(CTRL+ALT+F1等)下面使用中文,可以用zhcon来实现,通过编译安装或者rpm安装,建议通过rpm,便于解决安装包的依赖问题: [simonsun@magic mydownload]$ sudo yum localinstall --nogpgcheck ./zhcon-0.2.6-5.fc6.i386.rpm -yLoaded plugins: aliases, all ...
shellfish 评论 (4) 有 3677 人浏览 桌面配置章节 2011-05-26

知识库信息

最新评论

...
shellfish 评论了 CentOS下配置MySQL
[root@sample ~]#vim /etc/my.cnf  ← 编辑MySQL的配置文件
dxf1122 评论了 CentOS下配置MySQL
waiting 写道补充下,除非没装上中文字体才会乱码。字体倒是装了不少中文的,i18n也修改了,但如 ...
shellfish 评论了 CentOS 5 字符模式下显示使用中文
补充下,除非没装上中文字体才会乱码。
waiting 评论了 CentOS 5 字符模式下显示使用中文
shellfish 写道waiting 写道安装的时候选择“中文简体”不就行了么?安装操作系统的时候选 ...
waiting 评论了 CentOS 5 字符模式下显示使用中文
安装的时候选择“中文简体”不就行了么?
waiting 评论了 CentOS 5 字符模式下显示使用中文
Global site tag (gtag.js) - Google Analytics