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
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 generated content)
Configuring the System
We ne
perform a check. Need not error.Grub-install--target=x86_64-efi--efi-directory=/boot/efi--recheck、To generate a boot configuration fileGrub-mkconfig-o/boot/grub/grub.cfg9. User settingsSet Root passwordpasswdGenerate a new userUseradd-m-G users-s/bin/bash user nameSet a new user passwordpasswd User NameAdd sudo permissions to new usersNano/etc/sudoersUnder Root all= (All), add the followingUser name all= (all) all11. Exit the installation environment and restartExitReboot12. Restart the network
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
1. Partitioning (MBR)# Cfdisk semi-graphical interface, divided into three zones: sda1 20g,sda2 80g,sda3 4G.2. Creating a File system# MKFS.EXT4/DEV/SDA1# Mkfs.ext4/dev/sda2# Mkswap/dev/sda3#swapon/dev/sda3 Enable swap partitions3. Mounting# MOUNT/DEV/SDA1/MNT Mount/# Mkdir/mnt/home Create/home mount point# Mount/dev/sda2/mnt/home Mount/Home# LSBLK Check partition and Mount condition3. Modify the list of mirror sources# nano/etc/pacman.d/mirrorlist Move the China mirror to the front(Nano usage:
Archlinux tossing records and feelings (in)Archlinux tossing records and feelings (in)
I was very excited when I saw Arch boot from a local hard disk and connected to wifi.
However, this is just the beginning.
Next, you need to configure the basic graphic interface, browser, Font, input method, Window Manager, file manager... Customizes your own lightweight operating system.Basic System Configuration
Create a daily desktop user, add root permissions to the user, and use zsh as the terminal
#
Phaser programming skills and phaser programming skills
February 6, 2015Welcome!
After discussing the platform jump game mechanism for several weeks in a row, we should take a break. Therefore, this week's tutorial will be based on the features that we often talk about on the Forum: Grid movement, or a more specific point: how to be like Pacman (Note: Eating beans or genie on a red-white machine) in this way, move in the grid.
The code we discussed th
209715199 89127936 Linux
Then write these changes to the disk:
Command (M for help): Enter W and press ENTER
If everything goes well without errors the Fdisk program will display the following information:
The partition table has been altered!
Calling IOCTL () to re-read partition table.
Syncing disks.
Only the root partitions and/home are divided here
Next, create the file system, taking the Ext4 file system as an example.
# MKFS.EXT4/DEV/SDA1
# Mkfs.ext4/dev/sda2
Mount Partition
Before yo
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.