http://www.oberhumer.com/opensource/lzo.
$ CD ${prjoot}/build-tools/lzo-2.03
$ Cc = i586-llinux-gcc./configure -- enable-shared
$ Make
$ Make prefix =$ {target_prefix} install
$ CP-d {target_prefix}/lib/liblzo2.so * $ {prjroot}/rootfs/lib
In this document, liblzo. So * needs to be corrected to liblzo2.so *
3. Obtain the header file ACL. h from the ACL.
In
After decompression, copy include/ACL. h to $ {target_prefix}/include/sys
4. Install e2fsprogs
This step does not exist. If e2fsprogs is no
According to a lot of information on the Internet, this problem occurs. Now I will summarize the procedure for setting up git on Ubuntu.
1. Install Git-core openssh-server openssh-client.
2. server operations:
(1) Configure git users
Useradd-M Git-S/bin/bash
Passwd git
(2) create a directory for storing the client's public and private keys
Su git
CD/home
Mkdir. SSH
3. The client sets the sshkey and delivers the sshkey to the GIT server.
Ssh-keygen-T RSA
To facilitate management, you can change t
character device I/O FileL indicates that this file is a connection file. The file name is followed by the file path and name connected to itThe file command determines the file type by detecting the file Content4. create files and directoriesTouch 1.txtCat> 2.txt (create a file with a ing character, enter the content, and press ctrl + d to save the content)Mkdir mywork creates the mywork directory.5. Copy
Recently, I am working on a material accounting software and finally finished preparing to submit to the user. During the first installation, I extracted the VB Runtime Library and installed and run properly in the testing environment, later I found an error in the printed area. not compatible with DLL after modification. an error occurred while creating the package. it is correct in the development environment. later, you just need to manually register the DLL with regsvr32. inno Setup was not
attribute can ignore this directory during Backup.Setting a file as a hidden property can ignore this file during Backup.Edit the batch file (it is best to add a pause command after the BACKUP command), and you can click the batch file backup at any time.
Example:Backup D: \ work \ Server \ mywork back up D: \ work to \ Server \ mywork
Backup D: \ share E: \ share \ temp \ private \ back up D: \ share t
still be obtained if necessary ). InstituteUsing git in this way can reduce the burden on the server-do not worry about Server failure or connection failure.Git Configuration
So I should first talk about git Configuration:Git commands are generally used in two forms:Add). The other is a command for directly reducing the number of connections (for example, Git-add). The following describes how to use the latter to avoid problems caused by space usage.
helight@helight:~/
)Ls-al |grep ' ^d ' Display directoryLs-al |grep ' ^[^d] ' querying all files in a directory that do not contain a directoryLs-sh (man LS view man help.)Several file types for Linux:D indicates that this file is a directory-Indicates that this file is a normal fileb indicates that this file is a special block device I/o filec indicates that this file is a special character device I/O fileL indicates that this file is a connection file. The path and name of the file to which it is attached immedi
openssh-server sudo supervisor Python-pip
Run Sed-i ' s/usepam yes/usepam no/g '/etc/ssh/sshd_config
run echo ' Root:letmein ' | chpasswd
run SSH-KEYGEN-T dsa-f /etc/ssh/ssh_host_dsa_key
Run ssh-keygen-t rsa-f/etc/ssh/ssh_host_rsa_key
run mkdir/var/run/sshd
run Pip install Django
RUN mkdir-p/var/log/supervisor
COPY supervisord.conf/etc/supervisord.conf
expose
CMD ["/usr/bin/supervisord"]
Considering that there will be more than one service in the Docker, the supervisor is used to
this file is a connection file. The path and name of the file immediately attached to it after its file name
The file command determines the type of files by probing the contents of the file
4. Create files and directoriesTouch 1.txtCat > 2.txt (Create a file with a directional character, fill in the content, press Ctrl+d to save the content)mkdir mywork Build mywork This directory
5. copy files or directo
The difference between the two can be expressed in the following relationship:
Git pull = git fetch + git merge
git pull--rebase = git fetch + git rebase
Now look at the difference between git merge and Git rebase.
Suppose there are 3 commits a,b,c.
On the basis of the remote branch origin, a branch named "MyWork" was created and submitted, while others made some changes to "origin" and submitted them.
In fact, this time e should not be submit
1. Install the Compile Kernel environment tool2. Download specific Linux kernel source codeI downloaded the Linux-3.17.4.tar.3. Unzip the Linux-3.17.4.tar into your own directory, my mywork directoryTAR-XVF Linux-3.17.4.tar4. Kernel Configuration and compilationThe Linux kernel has customizable benefits, and the steps4.1 Make Distclean//clear temporary files, configuration files and intermediate filesSeveral other cleanup commands:Make Clean:remove mo
provide any warranties, or even warranties of merchantability or suitability for any particular purpose.Written by Roland McGrath and Ulrich drepper.But I looked up the information on the Internet and found that LDD itself was not a program, but just a shell script, so I looked it up on the ubuntu13.04:[Email protected]:~# which LDD/usr/bin/ldd[Email protected]:~# ls-al/usr/bin/ldd-rwxr-xr-x 1 root root 5267 September 22:56/usr/bin/ldd[Email protected]:~# file/usr/bin/ldd/usr/bin/ldd:bourne-aga
static library and dynamic library two kinds. The static library is connected to the target code when the program is compiled, and the static library is no longer needed when the program runs. Dynamic libraries are not connected to the target code when the program is compiled, but are loaded only when the program is running, so a dynamic library exists when the program is run.(1) Static librarySimply put, a static library is a simple collection of target files. Therefore, the first thing to do
Demo Sqlmap configuration file, through the use of ' $ ' and ' * ' to achieve dynamic mapping table to a map role XML version= "1.0" encoding= "UTF-8"?>Use $dbName $select* from $tableName $
That is to configure a statment inside the Ibatis to execute multiple queries, taking full advantage of the map mapping features.To execute multiple queries.
Like whatSELECT * FROM MyexampleSELECT * FROM MyWork
Using "*" and not using ResultClass to specify return
reproduced from: http://blog.csdn.net/hantiannan/article/details/5306194
Yesterday, when submitting a new class package, there was a mistake and it was not possible to resubmit it several times.The error is: Aborting commit: ' c:/workspace/mywork/src/org ' remains in conflictSince it is the new first submission, it feels like there should be no problem. Finally the internet looked for a moment, found the solution.Solutions in EclipseRight-click the E
Generate codeWindows Configuration Thrift Development Environment1. Install thrift: Download EXE file to thrift website, download address: Http://thrift.apache.org/download. The file is then renamed to Thrift.exe, copied to the F:\thrift directory (or any directory), and can then be used in a DOS environment, as follows:F:\thrift>thrift-gen java D:\mywork\javaProject\thriftTest\test.thrift, output Java file default output to the current directory F:
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.