码迷,mamicode.com
首页 >  
搜索关键字:yum remove    ( 31616个结果
fedora美化桌面(两句命令拥有cairo-dock)
先晒我的桌面。 一直就很喜欢cairo-dock,在我的ubuntu一直用cairo-dock,今天闲来无事,也在公司这里装了一个,不过!公司电脑的屏幕真心比例不协调,看的我很郁闷~、 接下来入正题了。 在fedora下安装也是非常简单的。 sudo yum install rpmfusion-* sudo yum install cairo-dock then,你就可以自己折...
分类:其他好文   时间:2014-06-19 12:13:22    阅读次数:298
在centos上安装skyeye
中间遇到的问题:1,make的时候,提示gui/x.cc:42:22: error: X11/Xlib.h: No such file or direct解决:yum install libX11-devel2, error: X11/xpm.h: No such file or directory...
分类:其他好文   时间:2014-06-16 11:06:23    阅读次数:384
[leetcode]Remove Duplicates from Sorted List II @ Python
原题地址:https://oj.leetcode.com/problems/remove-duplicates-from-sorted-list-ii/题意:Given a sorted linked list, delete all nodes that have duplicate number...
分类:编程语言   时间:2014-06-16 10:40:35    阅读次数:340
Netapp exportfs NFS Config CLI Guide
Netapp exportfs NFS Config CLI GuideA quick and simple Netapp NFS configuration guide with commands and options to help explain and remove the mysteri...
分类:移动开发   时间:2014-06-16 06:32:55    阅读次数:281
添加系统以外 yum源 epel&rpmfore
添加系统以外的软件库[1]Addrpmforerepositories#yum-yinstallhttp://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm#把“enabled=0”避免安装软件包发生冲突#sed-i-e"s/enabled=1/enabled=0/g"/etc/yum.repos.d/rpmforge.repo#使用此软件库..
分类:其他好文   时间:2014-06-13 21:21:32    阅读次数:378
Mysql+DRBD+Heartbeat 实现mysql高可用的双机热备(mysql+heartbeat篇)
*************************************部署MYSQL*******************************************yum-yinstallgccgcc-c++gcc-g77autoconfautomakezlib*fiex*libxml*ncurses-devellibmcrypt*libtool-ltdl-devel*makecmakebison*useraddmysql-d/usr/local/mysql-s/sbin/nologintar-..
分类:数据库   时间:2014-06-13 21:10:19    阅读次数:515
安装Mysqlphpadmin
安装phpmyadmin通过web管理Mysql,所以需要WebServer的支持;[1]InstallphpMyadminformtoEPELrepositories#yum--enablerepo=epel-yinstallphpMyAdminphp-mysqlphp-mcrypt#vim/etc/httpd/conf.d/phpMyAdmin.conf Alias/phpMyAdmin/usr/share/phpMyAdmin Alias/phpmyadmin/usr/sha..
分类:数据库   时间:2014-06-13 21:09:16    阅读次数:437
安装Mysql Server
添加系统以外源:http://kernal.blog.51cto.com/8136890/1426095[1]InstallMysqlServer#yum-yinstallmysql-server #/etc/rc.d/init.d/mysqldstart InitializingMySQLdatabase:WARNING:Thehost‘webserver1.lisys.cn‘couldnotbelookedupwithresolveip. Thisprobablymeansthatyour..
分类:数据库   时间:2014-06-13 21:04:08    阅读次数:330
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!