First step: Install the base system$ sudo pacman-s--needed dkms qt VirtualBox virtualbox-guest-iso$ sudo gpasswd-a ' whoami ' vboxusers$ sudo systemctl enable dkms$ sudo vim/etc/modules-load.d/virtualbox.confVboxdrvVboxnetfltStep Two: Install the expansion pack$ wget Http://download.virtualbox.org/virtualbox/4.2.0/Oracle_VM_VirtualBox_Extension_Pack-4.2.0-80737.vbox-extpack$ sudo virtualboxUse the above command to run VirtualBox under root, click on the "Manage with Global Settings" menu item, c
What I can suggest is this: if you're a developer yourself, if you buy a VPS yourself, take the server for yourself. Good choice for Ubuntu/debian. Of course, if you feel that you have too much time to spend, you can go out to the server to do upgrade updates, with ArchLinux is also not.If you are a system administrator, the above program does not require you to develop it yourself, so it is best to use CentOS! As for inconvenient place lets develop oneself to overcome, anyway oneself maintains
The idea that I want to build a package locally on Arch Linux is because I'm lazy.I didn't like the set of icon themes with Arch Linux, but I liked the set of icons with the Humman-dark package on fedora and wanted to get it on Arch Linux.Although the Fedora package format i
GNOME desktop environment.Further configuration1. Reboot to access the GNOME desktop environment.2. Install the IBUs Wubi Input method.3. Install and configure Virtualbox 4.2.0, and install the Windows 7 operating system in Virtualbox.4. Install NTFS-related packages so that you can read and write to NTFS-formatted removable hard disks and USB drives:$ sudo pacman-s ntfs-3g ntfsprogs5. Install the Telepathy group package to enable the Empathy integrated Messaging Engine (otherwise you cannot ad
For a long time, since an arch rolling upgrade Nvidia driver, the frequent xorg died. has not been able to solve, had to change with Nouveau. Nouveau general use problem to small, but a few days ago Nouveau upgrade, also began cramps. Then try to change back to Nvidia's proprietary drive, the crash situation remains unresolved. Accidentally after the crash, SSH connected with DMESG catch an error: Nvrm:gpu at 0000:01:00.0 have fallen Off the Bus Searc
-support/': Failed to connect to chromium.googlesource.com Port 443:connection timed outfatal:clone of ' htt Ps://chromium.googlesource.com/linux-syscall-support ' into submodule path '/tmp/yaourt-tmp-zhuxiaoxi/ Aur-redis-desktop-manager/src/rdm/3rdparty/linux-syscall-support ' failed==> error:a failure occurred in prepare () . Aborting...==> Error:makepkg was unable to build redis-desktop-manager.==> Re
This document records the process of the author's configuration of samba for personal use.sudo pacman-s SambaThis is a method that does not require permission to access directly:sudo vim/etc/samba/smb.conf add the following content[Global]Workgroup=workgroupServer String=samba Server%vNetBIOS Name=arch LinuxSecurity=userMap to Guest=bad UserDNS Proxy=no[Cong ' s shares]Path=/home/sharesBrowsable=yesWritable=yesGuest Ok=yesRead Only=nosudo chmod 777/ho
Tags: struct user inux fine long linkage post nbsp cal1, add a system call, increase the total number of system calls +1diff in Kernel/include/uapi/asm-generic/unistd.h+ + #define __nr_mysyscall 285+ + SYSCALL (__nr_mysyscall, Sys_mysyscall)#undef __nr_syscalls--#define __nr_syscalls 285+ + #define __nr_syscalls 2862, statementdiff in Kernel/include/linux/syscalls.h+ + asmlinkage long sys_mysyscall (const char __USER * process)#endif3, realizediff in
[[emailprotected] ~]$ vim .bashrc## ~/.bashrc#alias ls=‘ls --color=auto‘alias ll=‘ls -la --color=auto‘# If not running interactively, don‘t do anything[[ $- != *i* ]] return#PS1=‘[\[emailprotected]\h \W]\$ ‘PS1=‘\[\033[1;32m\]\[emailprotected]\h \w $\[\033[0m\] ‘[[emailprotected] ~]$[[emailprotected] ~]$source .bashrc[emailprotected] ~ $The display effect is as follows[emailprotected] ~ $ vim terminal_color.sh #!/bin/bash## This file echoes a bunch of color codes to the # terminal to demons
Preparing disk Partitions
Create mount Directory
Mkdir/mntmkdir/mnt/bootmkdir/mnt/home
Hangs on the root partition and swap
mount the root partition on/mnt. After the, create directories for and mount any other partitions (/mnt/boot,/mnt/home, ...) and activate your swap parti tion if you want them to being detected later by Genfstab.
Mount/dev/sdax/mntmount/dev/sdax/bootmount/dev/sdax/homeConnect to Network
Wireless:
Wifi-menu
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:
Linux does not have so many good media player windows, and on the Linux system, the multimedia format is limited, the installation of the system by default does not include a decoder, you need to search the installation decoder itself to support a variety of multimedia playback, if necessary. What's worse, the software on the Linux system is not very friendly whe
: softdebug LLVM: supported, not enabled. GC: /opt/mono-2.11.4/bin/mcs--versionMono C # compiler version 2.11.4.0Check out the 2.10.8 of the Arch Linux comes with Mono:Mono--version Mono JIT Compiler version 2.10.8 (tarball Sat Oct 6 23:22:30 UTC) Copyright (C) 2002-2011 Novell, INC, Xamarin, in C and Contributors. Www.mono-project.comTLS: __THREADSIGSEGV: altst
Reproduced from Cow blogOriginally felt that arch Linux with a domestic source is very strong, but to the school mobile cmcc-edu Super unstable, and the single-threaded speed of twenty or thirty k, helpless, open multi-threaded download. Under Ubuntu You can use Apt-fast to do acceleration, there are many ways to accelerate under arch, Because Arch's pacman.conf
Tags: arch ssh Remote InstallationThe only reason to install remotely via SSH is that some commands are really annoying because of the manual input. With SSH connection, some commands can be copied and pasted directly, and the installation progress is much faster.First, download the Arch Linux installation image and use it to start the computer, go to the install
only open English, as long as the en_US. UTF-8 UTF-8 canAnd then execute# Locale-gen #生成正确的locale信息Set the system locale preference in/etc/locale.conf; single user set $home/.config/locale.conf:# echo Lang=your_locale >/etc/locale.confExample:Configure the NetworkSystemctl Enable Dhcpcd.serviceSet PasswordpasswdInput# Exit #退出chrootTo cancel a partition mount cancel mount# Umount-r/mntRebooting the system# reboot8. Installing the Boot programThe BIOS system consists of three options-Sy
Tags: stop ice net using Picture CST system SRC appears
Open VMware Workstation error message: Could not open/dev/vmmon:no such device. Sure the kernel module ' Vmmon ' is loaded.
Workaround 1You can /etc/init.d/vmware start start the service by running it before you start VMwareWorkaround 2On Arch Linux, you can vmware-systemd-serverices add the Systemctl service by installing this Aur packag
kernel is related, and the solution found in Archwiki is to use an Intel X profile.Create a new file 20-intel.conf in the/etc/x11/xorg.conf.d/directory with the file contents1Section"Device"2Identifier"Intel Graphics"3Driver"Intel"4Option"Accelmethod" "SNA" //Specify the acceleration method, default to SNA, and other Uxa5Option "Tearfree" "true”//prevent tearing, only for the SNA Acceleration mode6Option "Swapbufferswait" "false”//Disable vertical sync (vsync), this option resolves my Firefox b
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.