autoDevops,CI,CD
centos 6推荐使用epel源 在dell r410上面装的是centos6,64的操作系统,用的163的源,我一直都是用163的源,比较快。但是我发现这个源里面,根本没有libmcrypt libmcrypt-devel这二个包,装php扩展mcrypt时,又要用到这二个包,所以我手动装了libmcrypt包,但是给我的感觉是163源中的包不全。后来有一个朋友告诉我用epel,用了之后感觉很爽。一,什么是epel如果既想获得 RHEL 的高质量、高性能、高可靠性,又需要方便易用(关键是免费)的软件包更新功能,那么 Fedora Project 推出的 EPEL(Extra Packages for Enterprise Linux)正好适合你。EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目。二,使用心得1,不用去换原来yum源,安装后会产生新repo2,epel会有很多源地址,如果一个下不到,会去另外一个下http://mirror.xfes.ru/fedora-epel/6/x86_64/ibus-table-chinese-scj-1.3.4-1.el6.noarch.rpm: [Errno 14] PYCURL ERROR 6 - ""Trying other mirror.http://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/ibus-table-chinese-scj-1.3.4-1.el6.noarch.rpm: [...
独立服务器远程重装Linux系统 本文介绍怎样在没有console连接,没有物理接触,只有TCP/IP网络连接的情况下给Linux独立服务器远程重装Linux操作系统系统。我们称呼重装之前的Linux系统为旧Linux系统,重装之后的Linux系统为新Linux系统。要实现远程重装,旧Linux系统必须能够正常ssh登录。旧Linux系统可以是任意Linux版本,现在的Linux用的一般都是grub引导管理器,本文使用的旧Linux系统是CentOS 5。新Linux系统必须是CentOS,RHEL或者Fedora,可以是32位或者64位。这几个Linux都支持VNC安装。首先登录到服务器,下载如下2个文件到服务器的/boot目录中:http://mirror.centos.org/centos-5/5/os/i386/images/pxeboot/initrd.imghttp://mirror.centos.org/centos-5/5/os/i386/images/pxeboot/vmlinuz这2个文件是32位CentOS 5.5的内核文件,这2个文件将会启动新Linux系统的安装。如果新Linux系统是其他版本的Linux,则需要下载相应版本的内核文件。Fedora 14需要下载的文件在 http://nas1.itc.virginia.edu/fedora/releases/14/Fedora/x86_64/os/images/...64位Centos需要下载的文件在 http://mirror.centos.org/centos-5/5/os/x86_64/images...
Qomo3.1与RedFlag RC9 如何打开root用户登陆?解决方法:首先使用普通用户登陆系统 ,再使用终端,进入ROOT用户,可以修改配置文件,方法如下:su -vi /etc/kde/kdm/kdmrc找到#AllowRootLogin=trueAllowRootLogin=false修改为:AllowRootLogin=true#AllowRootLogin=false 修改完成,就可以进Root用户桌面了。
deepin 或unbuntu linux 安装VM tool 提示找不到C header 文件解决方法:sudo apt-get install linux-headers-generic
天空下载站上面的软件很多都有病毒天空下载站上面的软件很多都有病毒下个五笔或是下载其它软件,打开就会中毒。很多用户都有这种问题。
Centos 6.0 yum源修改 首先登陆SSH,然后先备份一下/etc/yum.repos.d/CentOS-Base.repo 展开/关闭 下载 code.txt1
#mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak然后把/etc/yum.repos.d/CentOS-Base.repo文件改为以下的yum源 展开/关闭 下载 code.txt1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# CentOS-Base.repo
#
# This file uses a new mirrorlist system developed by Lance Davis for CentOS.
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror ...
删除windows用户时提示“用户不属于此组”解决方法 今晚,朋友的一台服务器被入侵,叫我帮忙检测,配置安全。在服务器里发现了用户帐户server$,明显是被提权加的$隐藏管理员…… 这个帐户不属于任何组,不属于GUESTS,也不属于ADMINISTRATORS,但权限是管理员的权限,直接是无法删除的,系统会提示“用户不属于此组”。因为他是通过注册表里做的手脚。 解决办法: 1、运行regedt.exe注册表编辑器,选择HKEY_LOCAL_MACHINE→SAM→SAM,点鼠标右键,在弹出的菜单上的选择“权限”,更改Administrators的权限为完全控制。退出注册表编辑器。 2、再次运行regedit,查看HKEY_LOCAL_MACHINE→SAM→SAM→Domains→Account→Users→Names,找到Server$的类型值,删除和它相对应的Domains\Account\Users里的项和Domains\Account\Users\Names\Server$项本身。退出注册表编辑器。 3、再次运行regedit,和第1步类似,选择HKEY_LOCAL_MACHINE→SAM→SAM,点鼠标右键,在弹出的菜单上的选择“权限”,取消
linux下Squid3.0配置参考编译参数:http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE15.tar.gz./configure --prefix=/usr/local/squid3 \--enable-debug-cbdata \--enable-async-io=100 \--with-pthreads \--enable-storeio="aufs,diskd,ufs" \--enable-removal-policies="heap,lru" \--enable-icmp \--enable-delay-pools \--enable-useragent-log \--enable-referer-log \--enable-kill-parent-hack \--enable-arp-acl \--enable-default-err-language=Simplify_Chinese \--enable-err-languages="Simplify_Chinese English" \--disable-poll \--disable-wccp \--disable-wccpv2 \--disable-ident-lookups \--disable-internal-dns \--enable-basic-auth-helpers="NCSA" \--enable-stacktrace \--with-large-files \--disable-mempools \--with-filedescriptors=65535 \--enable-ssl \--enable-x-accelerator-varmakemake install贴一个我在线上运行的配置供大家参考:)有不足之处欢迎指正。#accel listen porthttp_port 80 accel vhost vport#accel domaincache_peer 211.100.72.109 parent 80 0 no-query originse...
Installing RPMforgeRPMforge is a collaboration of Dag and other packagers. They provide over 5000 packages for CentOS, including wine, vlc, mplayer, xmms-mp3, and other popular media tools. It is not part of Red Hat or CentOS but is designed to work with those distributions. See also Using RPMforge and Repoforge. Note: Because this repository is NOT part of CentOS, you should direct support questions to its maintainers at the Repoforge Users mailing list. Packages are supplied in RPM format and in most cases are ready to use. The default RPMforge repository does not replace official CentOS base packages. ContentsRPMforge for CentOS 6RPMforge for CentOS 5RPMforge for CentOS 4 1. RPMforge for CentOS 6The default RPMforge repository does not replace any CentOS base packages. In the past it used to, but those packages are now in a separate repository (rpmforge-extras) which is disabled by default. You can find a complete listing of the RPMforge package packages at http://packages.sw.b...
解决CentOS/linux系统时间不对 时钟设置的问题本身比较简单,但是它涉及到几个基本的配置文件:/etc/rc.d/rc.sysinit/etc/sysconfig/clock/etc/localtime/usr/share/zoneinfo解决办法:cp /etc/localtime /etc/localtime.bakcp /usr/share/zoneinfo/Asia/Shanghai /etc/localtimentpdate pool.ntp.orghwclock –systohc
最新评论