defines the global configuration options, and the entire Yum configuration file should have only one main. Often located in the/etc/yum.conf.
The repository section defines the specific configuration for each source/server and can have one or more. are often located in the files under the/ETC/YUM.REPO.D directory.
yum.conf files are typically located in the/etc directory, and typically contain only the configuration options in the main section.
# cat/etc/yum.conf
This text is mainly for Mac notebook anti-compilation apk tutorial, are the latest, the first need to list the tools:Apktool Dex2jar Jd-jui is the main 3 tools. Apktool function: Mainly used to decompile the XML file below Res. Dex2jar function: Mainly used to decompile apk view source code. Jd-jui function: View the Dex2jar back-compiled jar file. If the apk is confused, generally can only clear the view of the contents of the XML file is the res under all the files, the code basically do not u
REM mkdir C:\buildMD c:\buildREM Mount the Windows share to Z DriveNET use x: \\172.16.10.240\Infa_Shared\Infa_Build\Mercury\AT_build\WindowsREM Start unzip Windows build to local machine, no need to copyX:for/f "delims=|"%%i In (' DIR ' * * "/b/o:d ') do SET newest=%%iStart winrar x%newest% c:\buildKnowledge Points:1. REM is the bat annotation2. Basic commands such as MD copy del3. NET use maps shared path
Centos Yum configuration file
CAT/etc/yum. conf
Cachedir =/var/Cache/yum// Yum cache directory, where Yum stores the downloaded RPM package and database. The default value is/var/Cache/yum.Keepcache = 0// Whether the software package is retained after installation is complete. If the value 0 is not retained (the default value is 0), the value 1 is retained.Debuglevel = 2// Debug information output level, ranging from 0 to 10. The default value is 2.Logfile =/var/log/yum. Log// Yum log file locat
configurations. It is usually located in the files in the/etc/yum. repo. d directory.
The yum. conf file is generally located in the/etc directory, which generally only contains the configuration options of the main part.
# Cat/etc/yum. conf
[Main] cachedir =/var/cache/yum // yum cache directory, where yum stores the downloaded rpm package and database, the default value is/var/cache/yumkeepcache = 0. // whether the software package is retained after the installation is complete. If the value
package lists... DoneBuilding dependency tree Reading state information... Donemake is already the newest version.zip is already the newest version.git is already the newest version.git set to manually installed.libxml2-utils is already the newest version.libxml2-utils set to manually installed.Some packages cou
/$releasever/addons/$basearch/#gpgcheck =1#gpgkey =http://mirrors.163.com/centos/rpm-gpg-key-centos-6#additional packages that could be useful[Extras]name=centos-$releasever-extrasbaseurl=http://mirrors.163.com/centos/6.0/extras/$basearch/Gpgcheck=1Gpgkey=http://mirrors.163.com/centos/rpm-gpg-key-centos-6#additional packages that extend functionality of existing packages[Centosplus]name=centos-$releasever-plusbaseurl=http://mirrors.163.com/centos/6.0/centosplus/$basearch/Gpgcheck=1Enabled=05. Yu
/YUM.REPO.D directory.
yum.conf files are typically located in the/etc directory, and typically contain only the configuration options in the main section.# cat/etc/yum.conf[Main]cachedir=/var/cache/yum//yum cache directory, yum stores downloaded RPM packages and databases, default setting is/var/cache/yumkeepcache=0//whether the package is retained after installation is complete, 0 is not reserved (default is 0), 1 is reserved debuglevel=2//debug information output level, the range is 0-10
=newest//package strategy. A total of two options,newest and last, this function is if you set up multiple repository, and the same software in different repository in the same time,yum should install which, if it is newest, The yum will install the latest version. If it is last, yum will sort the server id in alphabetical order and select the software installati
download the server record of the dependency relationship file (can be www or FTP), through the server-side download record data analysis, and then get all the relevant software, all at once downloaded to install.Vi/etc/yum.conf[Main]cachedir=/var/cache/yum/$basearch/$releasever#cachedir: Yum cache directory, yum stores downloaded RPM packages and databases, typically/var/cache/yum/$basearch/$releasever.Keepcache=1#keepcache: Whether to preserve cached content, 0: To remove packages after insta
I. Introduction of YUMA, yum, is the abbreviation of Yellow Dog updater,modified;B, a package manager developed to provide RPM package installation;C, function: Convenient to add, delete, update RPM package, automatically solve the problem of package dependencies;TwoConfiguration file:/etc/yum.conf/etc/yum.repo.d/*.repo1,/etc/yum.confThe Yum configuration file is divided into two parts: Main and repositoryMain: Global configuration options are definedRepository: Defines the specific configuratio
relevant functions, and the data is recorded as file storage
Placed in a specific directory on the server.
Client: If you need to install a software, first download the server record dependency file (available via WWW or FTP), through the server-side download records
Data for analysis, and then get all the relevant software, download all at once to install.
2, yum.conf documents detailed
[root@localhost~]# vi/etc/yum.conf
[Main]
cachedir=/var/cache/yum/$basearch/$releasever
#cachedir: Yum cach
global configuration option, and the entire Yum configuration file should have only one main. Often located in/etc/yum.conf.
The repository section defines the specific configuration of each source/server and can have one or more. Often located in the files in the/ETC/YUM.REPO.D directory.
yum.conf files are generally located in the/etc directory, which typically contains only the configuration options for the main section.
[main]
Cachedir=/var/cache/yum
//yum cache
Preface: Because did not have how to touch vs, only has had the Cygwin, but the Cygwin has been engaged for a long time to make uncertain, so as to reorganize the thought, this window version should how to compile. Always do not know how to do, can only watch other tutorials, the side of their own, a few days under the class can study the compilation, especially in the opening websockets, plus Libwebsockets Library, for small white, especially painful. Finally, it compiles successfully.Compiled
APK file itself is a compressed package, directly with the decompression tool can be opened, but the inside of the file has been encoded into a binary file format, can not directly see, such as the program description file Androidmanifest.xml. These files can be decoded and restored using the Apktool tool. Apktool (http://code.google.com/p/android-apktool/now address is: http://ibotpeaches.github.io/Apktool/) is a very well-known open source Toolkit, Powerful, can unpack apk files and repackage,
The major SEO search engine spiders will continue to visit our site to crawl the content, will also consume a certain amount of site traffic, sometimes need to screen some spiders to visit our site. In fact, the commonly used search engine is so few, as long as in the robots file in a few commonly used search engine spiders release, all the other through the wildcard (*) prohibited. A fixed Baidu search engine spider name, but the results let Hugh is very depressed, almost all are copied and pas
1.1. How can I find out my current qrfc version and supplement?
You can find out your current version and supplement number using any qrfc transaction (such as smqs, smqr, smq1, smq2), under information-> version. if only the qrfc version is displayed (that is, without a supplement number), this means that you still have a supplement lower than 7.
2. What is the latest qrfc version and supplement?See the sap note 438015. Please, note that supplements are only relevant for the latest version of q
the files in the/etc/yum. Repo. d directory.
The yum. conf file is generally located in the/etc directory, which generally only contains the configuration options of the main part.
# Cat/etc/yum. conf
[Main] cachedir =/var/Cache/yum// Yum cache directory, where Yum stores the downloaded RPM package and database. The default value is/var/Cache/yumkeepcache = 0.// Whether the software package is retained after the installation is complete. If the value 0 is not retained (the default value is 0),
I,YumWhat isYum = yellow dog Updater, modifiedThe main function is to conveniently Add/delete/update RPM packages.It automatically solves the dependency problem of the package.It is convenientManagementA large number of system updates
Ii. Yum features* Multiple resource libraries can be configured simultaneously)* Simple configuration file (files under/etc/yum. conf,/etc/yum. Repos. d)* Automatically solves the dependency problem when RPM packages are added or deleted.* Easy to use* Maintain c
, hehe. Remember that it would have been a legendary Si-fu, is the title has been repeatedly written "legendary Si-fu, legendary Si-fu newest, newest ..." Anyway is a lot of, then is Descrtion, is also a large pile of keywords piled up, yes, is used in the "heap" to describe. And then there's the word that always appears in the content, which is the link to the page, and it's also used. How to say, when you
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.