The dream always comes to show some familiar images ... I do not know why I have repeatedly stepped into this campus. It was once. The memory is locked into this time and this space.
I do not know whether people can not see the sun in the dream, my
Since uboot can only be used to start the uimage, Zimage cannot be started, so you need to make a further uimage image after the kernel compilation finishes generating the Zimage mirrored file.(1) in the production of Uboot, in the Uboot Tools
In the actual development, in order to save the development cycle, drop-pull refresh load usually take the use of a number of third-party libraries, typically with Pulltorefresh,xlistview, and so on, there is Google recommended Swiperefreshlayout,
Windows Vista's built-in CD/DVD burning software creates a data disc, but does not provide the ability to use a CD image to burn the disc. If you need to burn a CD image, you need another Third-party program to do it. Luckily, there are a lot of
file. Modify locale = "en_us.utf8" in the/etc/rc. conf file to locale = "zh_cn.utf8"; comment out the default en_US.UTF-8 and en_us in the/etc/locale. gen file,
At the same time remove the notes of zh_cn.gb18030, zh_cn.gbk, zh_CN.UTF-8, zh_cn.gb2312, and re-run the locale-gen command
4. edit/etc/Pacman. d/hosts list and add the following source
Server = http://mirrors.163.com/archlinux/#repo/ OS /i686
5.
/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
want to install software related to GCC, you can search
Pacman-SS gcc
Pacman-Q -- Groups
All the software groups can be listed. The result is as follows:
Base bash
Base bash-completion
Base bsdcpio
Base bsdtar
Base Bzip2
Base catgets
Base coreutils
Base crypt
Base curl
Base dash
Base File
Base filesystem
Base findutils
Base flex
Base gawk
Base gcc-libs
Base getopt
Base grep
Base Gzip
Base less
Base lndir
#进入安装界面, 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 >
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/
gedit/etc/pacman-mirrors.confsudo pacman-S geditor simply the Nano editor, by default there are Modify the following places for China:Onlycountry = China2 . Add ARCHLINUXCN repositories and various development tools sources sudo gedit/etc/pacman.conf adds the following: == http://mirrors.ustc.edu.cn/archlinuxcn/$arch== http:// mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch3 . Update and select the fastest sou
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
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://
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/
/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 en
archlinux is a very good distribution, highly customizable, and does not spend as much time compiling as Gentoo does. Installing ArchLinux is undoubtedly a familiarity and learning of the Linux distribution architecture. At present, the online tutorial has been basically expired, and the official wiki on the relevant software collocation is not carefully described. Follow the steps in this article and you will eventually get a archlinux of the KDE environment. But I did not configure the printer
first, base installation
Partition
Cfdisk, the simplest partition is divided into a single zone/dev/sda1 and set to boot
Formatting
Mkfs.ext4/dev/sda1
Mount partitions, edit mirrors, install systems
Mount/dev/sda1/mntecho >/etc/pacman.d/mirrorlistNano/etc/pacman.d/mirrorlist
Server = Http://mirrors.ustc.edu.cn/archlinux/repo/os/repo/os/arch (USTC source)Pacstrap-i/MNT Base
Generate Fstab
Genfstab-u-p/mnt >>/mnt/etc/fstabCat/mnt/etc/fstab (view the ge
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.