/additions./vboxlinuxadditions.run Note: An error occurred during installation and you can view the/var/log/vboxadd-iNstll.log files are installed with the enhanced tool, the mouse can switch between the host and the virtual machine freely. 5. Set up the shared folder A. In the VirtualBox "Settings-shared Folder" New Shared folders, select the Host shared folder directory/users/xxx/centosshare, set the shared folder name Centosshare, set the fixed allocation. B. Mount the shared folder cd/mnt m
up your groupDSpecify user DirectorySDevelop usersSHELLCUser's commentsMCreate a user directoryLoginUser's login nameUseradd parameters It is necessary to take a lookRestart Service Test Login errorOops:cannot Change Directory:/home/testModify /home/ Permissions CHOMD 777/home/ This is still the errorView Data modification SELinux[Email protected] ~]# Cat/etc/selinux/config# This file controls the state of SELinux on Thesystem.# selinux= can take one of these three values:# Enforcing-selinux s
versions of Erlang on this machine. It is very useful to work on multiple versions of the test.4. SupplementIt may have been noted that this is a recompile from the source code, can be more convenient to specify the parameters of the compilation,Instead of Kerl_configure_options=--enable-hipe in the command line as above . This is possible.Kerl there is a. KERLRC (similar to. bashrc) under home, like myEmacs ~/. kerlrckerl_configure_options="--disable-hipe--enable-smp-support--enable-threads --
Jenkins does not install Git by default, and when Jenkins can't connect to the extranet, installing a git plugin is a hassle and needs to download the plugin yourself:Pull down.The plug-in here is the need to download their own, under Bing search Jenkins git plugin is to find the git plugin wiki page:Https://wiki.jenkins-ci.org/display/JENKINS/Git+PluginClick on the downloaded content, you will download the. hpi file, after uploading it will automatically install, but this time will generally en
Environmental centos:6.5InstallationNumPy Pandas Matplotlib Seaborn scipySome dependencies on these packages are installed first, or they cannot be installed with PIP.Yum-y Install Blas blas-devel lapack-devel lapackyum-y install seaborn scipyyum-y install FreeType freetype-devel LIBPN G Libpng-develAnd then use the PyPI source of the watercress is much faster than the officialPip install matplotlib-i http://pypi.douban.com/simple--trusted-host pypi.douban.compip install numpy-i/http Pypi.douban
extension management interface and tick the developer mode button at the top right of the interface:5. After checking the developer mode option, a button such as loading the extension that is being developed will appear on this page, click the "load the expanding program being developed" button and select the location of the Chrome plugin folder just unzipped:6. In this case, the chrome plugin will be successfully loaded into Google browser if it is not an accident. But if luck is not good, the
Installation Environment: Ubuntu 14.04Installation package: toolchain.tar.gzCompiler version: GCC version 4.3.3 (sourcery g++ Lite 2009q1-203)The installation steps are as follows:Step 1:Copy to directory/usr/local-unzipCP toolchain.tar.gz/usr/localCd/usr/localTAR-XZVF toolchain.tar.gzStep 2:Configure the environment variable to take effect (note that the path must be set to, not confirmed can pwd look at the path)Vim/etc/bash.bashrc#在最后添加Path= $PATH:/usr/local/codesourcery/arm-2009q1/binWq exit
VMM You can manage storage, but you need to SMI -S provider to manage them. Therefore, you need to Install the relevant SMI-S in VMM first. Provider Agent the installation is simple650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/78/3A/wKiom1Z4KsPDu1aXAAJPdzOC0i8014.png "border=" 0 "/ >After the installation is complete, use the following commandSMIs cimserver Status Check agent Run statusThen add the user with the following commandcimuser-a-u administrator-w "Your password" Add the l
First, install the sublime package Control1 Open the Preferences menu and choose Browse Packages ...2 The system will open the Packages folder of Sublime Text 2, go back to the previous level menu, and open the installed Packages folder3 download and copy the downloaded package control.sublime-package to the installed Packages folder (Note that this is installed Packages, not the Packages folder)4 Restart Sublime Text 2Second, install the Chinese decoding package1 ctrl+shift+p Open the command l
»Preferences»Aptana»Strartup Page»选中Never display after startupThree. The TMP file setting is not generated when previewing the projectWhen previewing an HTML project, a TMP file is automatically generated and is generated every time for me, which is never tolerated, and every time you preview it, you have to clean up the document garbage. Fortunately, there is a way to avoid: Menu Window»Aptana» EditorsraquoHTML»Preview»Generate temporary files for browser preiews取消勾选 .四.如何使用Aptana(见). css or.
/remi.repoModify point:[Remi]name=les RPM de Remi pour Enterprise Linux 6-$basearch #baseurl=http://rpms.famillecollet.com/enterprise/6/remi/ $basearch/mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirrorenabled=1gpgcheck=1gpgkey=file:/// Etc/pki/rpm-gpg/rpm-gpg-key-remi .....This page will be updated on a regular basis to facilitate installation of the system. Remember to pay attention to ... Copyright NOTICE: This article for Bo Master original article, without Bo Master permissio
differentiate it.Other OA most do not provide independent OA program and SQL installation files, can not achieve a machine installed multiple sets of OA program,Sidao OAHttp://www.345oa.com/downloadThe following is an example of configuring a server to configure three OA:Assuming that three OA accesses are configured with different domain names, the domain name is as follows:myoa.24oa.cnOa.345oa.comFun.345oa.com(1) First set up three OA databases in SQL Server, then run "345OA" respectively. Se
Recently, a lot of friends asked me in the WindowsXP under the PHP installation process, just recently I on my own machine successfully in a modular way to install the PHP4.23. Since so many friends need, I will be the most common IIS and Apache server for example, the PHP installation process under the WindowsXP to write it, I hope to be able to install PHP friends a little help. If no special instructions are added, the following descriptions also apply to the Win2000 version.
First, overview
Php automatically installs the mysql. SQL file. When creating an installer, I thought about how the installer installed the SQL file in the database. at that time, I also knew that it was completed through file processing:
When creating an installer, I thought about how the installer
SQL
When the file is installed in the database, I also know that it is completed through file processing:It is mainly used to filter the file read and then call the execu
Mac installs Golang and Liteide
1. Download go
Download Address: Https://www.golangtc.com/downloadMac Download: go1.9.2.darwin-amd64.tar.gz, unzip to a go directory, move the go directory to the path you want, I placed under ~/go this path.
2. Configure Environment variables
Open terminal, enter commandvim .bash_profileAdd the following configuration:
#GOPATHexport GOPATH=~/Applications/Go#GOROOTexport GOROOT=~/go#PATHexport PATH=$GOROOT/bin:$GOPATH/b
The PC has recently been switched to the win 8.1 64-bit version, but when using certain MS products, it will be prompted not to install. Net Framework3.5, but according to his tips need to install online and very slow, because prior to WinServer2102 installation know can specify the installation path, but not found on the system, so help Google in a netizen's blog to find and install successNote the following CMD requires administrator privileges to run "E:\HTL\System\Windows\Win81\" is my local
add is the function, so the role of this step, directly without tube, direct "next";650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/4D/F3/wKiom1Rc2KDga2XbAALTk1Sogl4715.jpg "title=" Capture 5. PNG "alt=" Wkiom1rc2kdga2xbaaltk1sogl4715.jpg "/>6. Tick ". NET Framework 3.5" and select "Next";650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/4D/F3/wKiom1Rc2NHAKL66AALU379cdXY089.jpg "title=" Capture 6. PNG "alt=" Wkiom1rc2nhakl66aalu379cdxy089.jpg "/>7. Select "Specify alternate
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.