36.249.61.114:6066/系统登录loginaspx.aspx

Create local centos source step-by-step
This article is true. See keep their own use. .
Large part of the server using centos, before the source has been
update rate can,
closed source services, they began suffering yum.
Although yum-fastestmirror, but to find a quick source is not easy, so to determine their own Gao Ge source, with reference to the source set of official documents centos
Below is the script
rsync_mirror.sh
#! / Bin / sh
. / Etc / profile
# Rsync = &/ usr / bin / rsync-aqzH - delete - delay-updates&
rsync = &/ usr / bin / rsync-azHv - delete - delay-updates&
mirror = rsync: / / mirrors.kernel.org / centos
# Mirror = rsync: / / mirror.csclub.uwaterloo.ca / centos
# Mirror = rsynv: / / mirror.centos.org / centos
# Enorth through several offers rsync access to the source can be faster.
# Verlist = &5 5.1 5.2& What version of the source plus here
verlist = &5.2 5.3&
archlist = &i386 x86_64 SRPMS&
# Archlist = &i386 SRPMS&
baselist = &os updates addons extras centosplus contrib fasttrack&
# Rsync synchronization to a local location, probably needs a version of 25g of space such as a total of 5 and 5.2 about 50g of space required, 5.3 is still relatively small
local = / bak / shisl / rsync / centos
for ver in $ verlist
for arch in $ archlist
for base in $ baselist
remote = $ mirror / $ ver / $ base / $ arch /
mkdir-p $ local / $ ver / $ base / $ arch
$ Rsync $ remote $ local / $ ver / $ base / $ arch /
$ Rsync $ mirror/RPM-GPG-KEY-CentOS-5 $ local
$ Rsync $ mirror / RPM-GPG-KEY-beta $ local
$ Rsync $ mirror / TIME $ local
$ Rsync $ mirror / timestamp.txt $ local
ok, into the crontab every night in the implementation of a daily update of a script should have been enough for the assumption that the location is in / root / script / rsync_mirror.sh
30 3 * * * / root / script / rsync_mirror.sh
Down the Gaoge http or ftp to provide the source, here with vsftpd, login below to open anonymous user is my ftp configuration file is relatively simple.
[Root @ node03 vsftpd] # more vsftpd.conf | grep-v ^ # | grep-v ^ $
anonymous_enable = YES
local_enable = YES
write_enable = YES
local_umask = 022
dirmessage_enable = YES
xferlog_enable = YES
connect_from_port_20 = YES
xferlog_std_format = YES
listen = YES
pam_service_name = vsftpd
userlist_enable = YES
tcp_wrappers = YES
Key step worse, the link to the ftp mirror directory go
mount - bind / bak / shisl / rsync / centos / var / ftp
Now you can access via ftp the source of their centos
To use your own sources also need to modify what centos yum configuration / etc / yum.repos.d / CentOS-Base.repo
name = CentOS-5 - Base
baseurl = ftp://10.1.2.23/centos/5.2/os/ $ basearch /
gpgcheck = 1
gpgkey = http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
name = CentOS-5 - Updates
baseurl = ftp://10.1.2.23/centos/5.2/updates/ $ basearch /
gpgcheck = 1
gpgkey = http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
name = CentOS-5 - Addons
baseurl = ftp://10.1.2.23/centos/5.2/addons/ $ basearch /
gpgcheck = 1
gpgkey = http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
name = CentOS-5 - Extras
baseurl = ftp://10.1.2.23/centos/5.2/extras/ $ basearch /
gpgcheck = 1
gpgkey = http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
[Centosplus]
name = CentOS-5 - Plus
baseurl = ftp://10.1.2.23/centos/5.2/centosplus/ $ basearch /
gpgcheck = 1
enabled = 0
gpgkey = http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
name = CentOS-5 - Contrib
baseurl = ftp://10.1.2.23/centos/5.2/contrib/ $ basearch /
gpgcheck = 1
enabled = 0
gpgkey = http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
Need to be careful here, a different version of the ftp://10.1.2.23/centos/5.2/ need to change the version number in about
Now you can yum update the
One local source is very convenient, with a minimum installation kickstart centos, 3
engage in a ... ...
Original Address:
There are articles simple: /billdkj/blog/item/d6c10ff03dc9eda7a50f52c2.html
Please enable JavaScript to view the
centos 5.1 version Quote [Root @ rztest sudo-1.7.2p6] # uname-a Linux rztest 2.6.18-53.el5 # 1 SMP Mon Nov 12 02:22:48 EST
i686 i386 GNU / Linux sudo compiled version of sudo-1.7.2p6 package Reported the following error Quote # Make install
Install php in the process of compiling, ] #. / Configure Without error, can too, but in the implementation of ] # Make ZEND_EXTRA_LIBS = '-liconv' When error / Usr / bin / ld: cannot find-liconv make: *** [sapi / fpm / php-fpm] First check whether l
Write a program written using ruby startup script, the script is like this: In fact, the shell code. . . #!/bin/sh # # Startup script for css # # chkconfig: - 85 15 # description: cssd server # processname: css # # Source function library. . /etc/rc.
在fedora中第一次安装vm tools时遇到了这个题,现将我的解决方法与大家分享,希望能对大家有所帮助! 问题:解压完vm tools的压缩包之后,我就在root权限下执行./vmware-install.pl,结果报错/usr/bin/perl: bad interpreter: No such file or directory,解决如下: 1.查看版本号:uname -r得到内核版本,yum install 获取的内核版本 然后再yum install gcc 2.下面到vmware-
/ Usr/bin/X11/xauth: error in locking authority file If you started your ssh session with the X11 forwarding enabled but with the following message: / Usr/bin/X11/xauth: error in locking authority file ... There is a chance the. Xauthority in your ho
chmod 755 /usr/bin/* This code is a direct result of many applications do not work, even sudo is also a problem. sudo error: sudo: must be setuid root, does not know how to understand the tips (who knows how to understand please enlighten !!!). View
Sub-process / usr / bin / dpkg returned an error code (1) solution Original Address: http://linux.deepin.org/node/87 cd /var/lib/dpkg sudo mv info{,.bak} sudo mkdir info sudo dpkg --configure -a sudo apt-get install -f
chmod 755 /usr/bin/* This code is a direct result of a lot of applications does not work, sudo is not even a problem. sudo error: sudo: must be setuid root, do not know how to understand the prompt (anyone know how to understand your advice !!!). Vie
Sometimes, the use of sudo apt-get install may cause unexpected errors, especially the installation be interrupted, an error message is: Errors were encountered while processing: ttf-dustin khangman kdeedu kde E: Sub-process / usr / bin / dpkg return
Can not use the command / usr / bin / xdpyinfo automatically checks the display colors. Please check if the DISPLAY variable. Failed &&&& 1 &! - ALL ADSENSE ADS DISABLED -& Can not use the command / usr / bin / xdpyinfo automatically che
Copyright (C) , All Rights Reserved.
版权所有 闽ICP备号
processed in 0.125 (s). 12 q(s)shell scripts& update project& packaged Restart tomcat
#=====================================
#svn update,maven package,tomcat start
#=====================================
cd ~/work/project/project-web
#svn up settings.xml
#cp -f settings.xml ~/.m2/
cd ~/work/project-web
mvn -U -Ptest -Dmaven.test.skip=true clean package
if [ $? != 0 ]; then
echo "error!"
cd $CATALINA_BASE/bin
./shutdown.sh
killall -9 java
./startup.sh
Please enable JavaScript to view the
Functional testing is a key part of software development - and have loaded Linux, Bash can help you easily complete the functional tests. In this article, Angel Rivera will explain how to use the Bash shell script to run through the Linux command lin
T here are some misconceptions that shell scripts are only for a CLI environment. You can easily use various tools to write GUI and / or network (socket) scripts under KDE or Gnome desktops. Shell scripts can make use of some of the GUI widget ( menu
Basic UNIX Command The following is a list of commonly used Unix command: + ps - Show process + grep - Search files for text patterns + mailx - Read or send mail + cat - Join files or display them + cut - Select columns for display + awk - Pattern-ma
If you really want to go this route information, and you want Haohao De manage is your host, then do not tell your brother not to mention birds, Shell Scripts really need to study a subject too! Basically, shell script somewhat like the earlier batch
『Calculated for a few days left on ex-date? 』 In other words: let users enter their ex- then ex-da by the comparison of two dates to show a few days 』 『 also need to be able to discharge the words. Is very hard to seem like?
Linux system shell scripts to determine the variable file directory: permission exists, null value, equal The first to write some of the basic syntax: 1, the string to determine str1 = str2 When two strings have the same content, the length of time i
Linux system shell scripts to determine the variable file directory: permission exists, null value, equal First write the basic syntax: 1, the string to determine the str1 = str2 When two strings have the same content, the length of time is true str1
Bukanhouhui Shell scripts for Linux production server share as a Linux / unix system administrator, I often encounter people ask this question: shell do? PHP so powerful, why not use PHP to complete the work? In fact, relative to the PHP development
Reprinted shell scripts: one to read the file line, and the output written a collection: #! / Bin / bash while read line do echo $ line # here may change based on actual use done &urfile Written b: #! / Bin / bash cat urfile | while read line do echo
Copyright (C) , All Rights Reserved.
版权所有 闽ICP备号
processed in 0.067 (s). 12 q(s)

我要回帖

更多关于 系统登录loginaspx 的文章

 

随机推荐