Build apache + php environment on SLES-11-SP1-i5860. Install SLES-11-SP1:
When Configuring telnet and ftp, disable the firewall or enable ports 20/21 (FTP) and 22 (SSH) 23 (TELNET. If ftp login fails, refer to the following link to change the configuration file:
Http://blog.csdn.net/fm0517/article/details/7312297
1. Ov
filled out, the hook is canceled.1 is to create and configure database 2 only install database software 3 Upgrade Database Select 1Desktop mode server mode, select Server modeSingle Instance high availability select 1Typical installation Advanced installation option 1The password needs to set itself, the other front has been set, the default can be. # the password should start with a letterChange the directory yourself, note that the directory is /opt/oracle/Select Finish to start the install
password1.3 , Configuration # vim/etc/vsftpd.conf Open the following line on the default configuration (uncomment the # number) Write_enable=yesLocal_enable=yeslocal_umask=022Chroot_local_user=yesChroot_list_enable=yesChroot_list_file=/etc/vsftpd.chroot_listAnonymous_enable=yes// whether to allow anonymous accessAnon_world_readable_only=yesAnon_upload_enable=yesanon_umask=022Anon_mkdir_write_enable=yesAnon_other_write_enable=yes#vim/etc/vsftpd.conf addAnon_root=/opt/file//Indicates the default
1. Download tftpd32, HFS, ISO2. Unzip the ISO to any local location, e.g. D:\iso\sles3. Copy pxelinux.0, Linux, initrd to D:\pxe4. Create a pxelinux.cfg directory in D:\PXE and create a new default file with the following contents:Prompt 1Default SLES10SP2Timeout 100Label SLES10SP2Kernel LinuxAppend INITRD=INITRD showopts5. Execute Tftpd32.exe, set current directory to D:\pxe,server interface is local IP,Point TFTP server and then click Settings,base Directory below to set the same as: D:\pxeThe
1. Create the Bond0 file:#vim/etc/sysconfig/network/ifcfg-Bond0bootproto='Static'Broadcast="'ipaddr='192.168.74.141/24'NETMASK='255.255.255.0'NETWORK="'STARTMODE='Auto'Bonding_master='Yes'Bonding_slave0='eth0'bonding_slave1='eth1'bonding_module_opts='mode=1 miimon=100 fail_over_mac=1'ethtool_options="'MTU="'NAME="'remote_ipaddr="'USERCONTROL='No'Explanation of Interpretation:Mode 0 is expressed as load balancing mode, both NICs work (requires switch port aggregation, test failed on
System environment:SLES SP4NFS Server ip:192.168.74.141NFS Client ip:192.168.74.142The NFS suite is installed by default in the SLEs environment and can be confirmed using Zypper se NFS.#service nfsserver Start /etc/exports #添加以下内容 192.168. 74.142(rw,no_root_squash,no_all_squash,sync,anonuid=501, anongid=501-RV -E #服务器上确认导出NFS状态正常Next, configure the Firewall o
Because of accidental opportunities, in the library to see the "in-depth understanding of C + + 11:c++11 new features and Applications" this book, roughly swept down, benefited, on the decisive loan, for some of the content of the detailed reading and personally programmed to test the relevant code, there is a collation of the basis for writing this reading notes. C + + as the first step into the programmin
The same two lines of code,
"; Echo strtotime ($ts);? >
Running on a Linux server, the result is this:
2013-01-01 11:11:111357009871000
But when I run on this machine, the timestamp is the other one, what's going on?
The time zone on the server is set to "asia/chongqing" and the date output is correct under Linux, which is strange.
Reply to discussion (solution)
You should post the result
1. in HP's boot menu, set boot configuration-> console configuration-> VGA to P (primary), and other (such as serial port) to S (secondary ), otherwise, the output will hit the serial port, and the display will always be "umcompressing Linux... done,
Solution: Echo strtotime (' 2013-01-01 11:11:11 ') Different machine results differ??
This post was last edited by r9000_com on 2013-03-20 10:33:24
The same two lines of code,
echo $ts = ' 2013-01-01 11:11:11 '; Echo '";echo
Description of the problem:Because the test environment to export the DMP is too large, but required to import into the production server as soon as possible, please network room through the firewall found that test network 100M and production
Update History
April 25, 2014-draft written
Introduction
After the automated deployment of AutoYast and automated monitoring of BMC Patrol have taken shape, log collection, management, and analysis have become a problem we need to consider. Combined
Problem description:
The dmp exported through the test environment is too large, but it must be imported to the production server as soon as possible, after the network room is connected to the firewall, it is found that the test network is m while
Where is the address for receiving the 2016 double 11 red envelopes?The 2016 Tmall Double Eleven online shopping festival is approaching. There are many red packets and discounts each year on the Double 11 shopping festival. This year is no exception. We are most concerned about how to get the most affordable things, start Taobao editor to share with you the activities and2016 double
IntroductionC++11 since 2011 release has been nearly two years, has not been much attention, until the last few months to see some of the new features of C++11, in the future several blog I will write some about the characteristics of c++11, is a record of what I learned, and everyone to encourage.Believe that the Linux programmers have used Pthread, but with C++
IntroductionC + + 11 has been nearly two years since its release in 2011, has not been much attention, until the last few months to see some of the new features of C + + 11, as a record of what you learned it, and we encourage each other.Believe that Linux programmers have used pthread, but with the C + + 11 Std::thread, you can write multithreaded programs at th
c++11 Single-case modeFor c++11, the singleton pattern is simple! Please look at the code.Next, we'll discuss how to use C++11 to make the CPU usage a sin curveThe topic is a cliché, but most of the code is for Windows. Today C++11/14 allows us to implement cross-platform and use this code to run almost any platform.Th
C++11 New Container 1:arrayThe array was first seen in boost:http://www.boost.org/doc/libs/1_61_0/doc/html/array.htmlIt was originally intended to provide a fixed-length array allocated on the stack, and the template algorithm in STL could be used.The use of array is as follows:#include string>#include#include#include#includeintMain () {//Construction uses aggregate initializationstd::arrayint,3> a1{{1,2,3} };//double-braces required in c++
In-depth understanding of new features and applications of C ++ 11: C ++ 11Basic InformationBy Michael Wong ibm xl compiler China Development TeamSeries name: Original SeriesPress: Machinery Industry PressISBN: 9787111426608Mounting time:Published on: February 1, June 2013Start: 16Page number: 1Version: 1-1Category: Computer> Software and programming> C ++
For more information, in-depth understanding of the new features and applications of C ++
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.