#进入安装界面, create a partitionFdisk/dev/sda#格式化分区Mkfs.ext4/dev/sda1Under #挂载分区到/mntMount/dev/sda1/mnt#启动dhcp, get the IP address, and then ping Baidu can pass, the rear installation system need to networkDhcpcdPing baidu.com#配置安装的源Echo-e ' Server = http://mirrors.163.com/archlinux/$repo/os/$arch ' >/etc/pacman.d/mirrorlist#刷新源Pacman-syyUnder #开始安装系统到/mntPACSTRAP/MNT Base Base-devel#把分区信息写到文件中Genfstab-u-p/mnt >>/mnt/etc/fstab#查看分区信息是否正确Cat/mnt/etc/fstab#配
/initramfs-linux.imgoptions root=/dev/sdb2 rw #/文件系统的分区To modify the file default startup information:vim /boot/loader/loader.conf#add default arch add timeout 0Computer nameSet the name of this system:echo leesheen-X240 > /etc/hostnameand add the same host name to the/etc/hosts:vim /etc/hosts# 添加 leesheen-X240 到文件中两行内容的末尾Root passwordTo set the root user password:passwdCompleteExit Chroot Environment:exitTo unmount a disk:umount /mnt -RRestart:reboot2. After the system is installedAf
1. Switch to Chinese sourcesudo gedit/etc/pacman-mirrors.confIf the prompt does not gedit, execute the command: sudo pacman-s geditModify the following places for China:Onlycountry = China2. Add ARCHLINUXCN repositories and various development tools sourcessudo gedit/etc/pacman.confAdd the following content:[ARCHLINUXCN]Siglevel = Optional trustedonlyServer = http://mirrors.ustc.edu.cn/archlinuxcn/$arch[Arc
system.Linux so many distributions, did not think of it ... The following is the ranking of the URL, but 2017 years, I think this year will not be the first bar, visit the following URL to see.Https://distrowatch.com/dwres.php?resource=popularityBut this year's release is the first of Manjaro, and there's the tutorial behind it.So in understanding the various aspects of Manjaro, decided to get started Manjaro, the following is Manjaro Tsinghua University Mirror Station, you are not anxious to d
163 source. Therefore, we recommend that you enable the mirrors.ustc.edu.cn default region list to enable all source sources, therefore, we use sed to add #
Put the following addresses in front of this fileServer = http://mirrors.163.com/archlinux/$repo/ OS /$archServer = http://developer.bjtu.edu.cn/archlinux/javasrepo/ OS /mongoarchServer = http://mirrors.hust.edu.cn/archlinux/$repo/ OS /$archServer = http://mirrors.hustunique.com/archlinux/$repo/ OS /$archServer = http://mirrors.neusoft.edu.
1. Create VMware virtual machines
2. Select x86-64 Start
3. Fdisk/dev/sda
Divided into 2 districts, one sda1, Sda2 10G, 40G, respectively.
Initialize SDA2 to EXT4 format
Mkfs.ext4/dev/sda2
Format sda1 to swap
Mkswap/dev/sda1
Swapon/dev/sda1
Mount Sda2 to mnt, i.e. sda2 as system root partition
Mount/dev/sda2/mnt
4. Modify the source, must put the domestic source first
Vi/etc/pacman.d/mirrorlist
Write the following three domestic sources:
Server = http://mirrors.163.com/archlinux/$repo
/dev/sda12mkfs. ext4/dev/sda23mkfs. ext4/dev/sda3 mount partition 1 # mount/2 mount/dev/sda2/mnt3 # create boot and home to mount sda1 and sda34cd/mnt5mkdir boot6mkdir home7mount/dev/sda1/mnt/ boot8mount/dev/sda3/mnt/home to update the rule list. We recommend that you use mirrors.163.com in China, however, I found a problem with the 163 source during installation. Therefore, we recommend that you enable mirrors.ustc.edu.cn's default replica list to enable all source sources, therefore, we use se
Introduction and Article overview
The 11th article gives the unified version of the symbolic expression (emoji expression) code table, and describes how to send emoji expression in the public account development mode, but also at the end of the article, sold a Xiaoguanzi: "Small q robot used in some symbolic expression, in the symbol Expression selection column can not be found at all, And in the previous
ObjectiveYou may not know msys2 very well, but as a programmer you must know MinGW, and Msys2 integrates MinGW, while Msys2 has some other features, such as Package Manager. Msys2 can build a perfect class Linux environment under Windows, including Bash, vim, GCC, make and other tools can be added and uninstalled through the Package Manager Msys2 Package Manager is the use of Pacman, Used archlinux should all know
Installing archlinux and simple configuration partition cfdisk format mkfs. ext4/dev/sdaX... mount partition mount/dev/sdaX/mnt... modify the software source nano/etc/pacman. d/configure list with Server http://mirrors.163.com/archlinux/ $ Repo/archlinux installation and simple configuration partition cfdisk format mkfs. ext4/dev/sdaX... mount partition mount/dev/sdaX/mnt... modify the software source nano/etc/pac
1. Synchronizing a local packet with a remote packetsudo pacman -SyyThe default Manjaro is no synchronization packet, that is, this time you do pacman -S pack_name not report the packet can not find the error ( warning: database file for ‘core‘ does not exist ...)2. Install VimVim is undoubtedly one of the best use of Linux under the editor, in order to make it easier for us to modify the configuration file
:
? Print the available commands
P Print Partition Table
o New GPT partition table
N New Partition
D Delete Partition
Q Do not change the partition table and exit directly
W will change the actual write to the hard disk
It is generally necessary to create at least the new/located partition (type code 8300), and you can mount the home or var directory to a separate partition. If necessary, you can also create a swap partition (type Code 8200), and if it is a
Arch Linux is a Linux version specially optimized for i686, so it starts and runs fast. Pacman (similar to Debian's apt package management tool) is used to automatically resolve dependencies between dependent packages. Therefore, it is convenient to install and uninstall the upgrade software.
Some of my attempts:
Go to http://www.archlinux.org/download.php to download the latest version of arch Linux (currently 0.7), as if the Australian image (http
Linux package Management Quick query table-general Linux technology-Linux technology and application information. The following is a detailed description. Using a Linux system is always free of contact with package management tools. For example, Debian/Ubuntu apt, openSUSE zypp, Fedora yum, Mandriva urpmi, Slackware slackpkg, Archlinux pacman, Gentoo emerge, Foresight conary, Pardus pisi, and so on. DistroWatch summarizes the main usage of the above P
Author: Potter)
Essay Address: http://blog.csdn.net/sunnypotter/article/details/23201191Then install ArchLinux on the USB flash drive (specially purchased the 16G3. 0U disk)
Now we want to install xorg-server for Archlinux, and DE (desktop environment ):
#1. Disable the PC speaker# Vim/etc/modprobe. d/nopcspkr. confBlacklist pcspkr#2.1 create a user:Useradd-m-g users-s/bin/bash sunny#2.1.1 localeVim/etc/locale. gen+ En_US.UTF-8 UTf-8+ Zh_CN.GBK GBK+ Zh_CN.UTF-8 UTF-8+ Zh_CN GB2312Locale-gen#2.2
Using a Linux system is always free of contact with package management tools. For example, Debian/Ubuntu apt, openSUSE zypp, Fedora yum, Mandriva urpmi, Slackware slackpkg, Archlinux pacman, Gentoo emerge, Foresight conary, Pardus pisi, and so on. DistroWatch summarizes the main usage of the above Package Manager and has a good reference for Linux users. There are still a few shortcomings in this summary. I will organize a more comprehensive version f
Fedora Arch Linux-the most romantic thing is happening now...
With the help of Cupid, Fedora and Arch are "in love. This is their first "crystallization", Yaourt!
0. What is Yaourt?
Yaourt is a Pacman-based Arch Linux package management tool written in Bash. Now, Fedora users can easily use Yaourt to install the software in AUR.
Yaourt features:Support for AURInteractive search/installationBuild Software packages from ABS source codeBackup File:. pa
mirrorlist# Remove the mirrors.ustc.edu.cn and mirrors.ustc.edu.cn front # pacman-syy Install base system we only need to install base and base-develpacstrap/mnt base base-develnet-tools# If you want to use tools such as Ifconfig, add the net-tools generated fstab on the boot and we need to mount the partition correctly, which requires fstab Here I'm using the UUID way to identify genfstab-u-p/mnt >>/mnt/etc/fstab change Directory arch-chroot/mnt/bin
automatically install it)26.pacman (Pacman-key command is provided by the updated Pacman package)//arch Linux's default package management tool(required)27.pacman-mirrorlist//arch List of Linux images(required)28.procps (updated package named Procps-ng)//system, process monitoring tool(required)29.reiserfsprogs//reise
Preface
Maybe you don't know much about msys2, but as a programmer, you know MinGW, and Msys2 integrates MinGW, while Msys2 has some other features, such as Package Manager.Msys2 can build a perfect Linux-like environment under Windows, including Bash, vim, GCC, make, and so on, through the Package Manager to add and uninstallMSYS2 Package Manager is the use of Pacman, used to ArchLinux should know Pacman.Our goal now is to integrate a compilation to
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.