. Configuring the compilation Environment1. Copy the cross-compilation toolchain to the Linux server through the shared folder, then place the cross-compilation package under the root directory/opt and run the following command on the terminal to decompress the installation: (cannot be extracted by the graphical interface)TAR-XVF aeon.tgzTAR-XVF Mips-4.3-81-mips-sde-elf-i686-pc-linux-gnu.tar.tarTAR-XVF Mips-4.3-154-mips-linux-gnu-i686-pc-linux-gnu.tar
1. Install gitYum Install Curl-devel expat-devel gettext-devel OpenSSL-devel zlib-devel Perl-devel Yum Install git2. Next we create a git user group and a user to run the GIT service:Groupadd gitAddUser git -g git 3. Import our public key into the/home/git/.ssh/authorized_keys file, one line at a.If you do not have the file to create it:$ cd /home/git/ $ mkdir . SSH $ chmod . SSH . Ssh/au
server down and then manually started." In order for all computers that can ping your server (including the WAN) to browse your network, you must choose Start-Programs-Microsoft Internet Server (public)-Internet Services Manager. Set Password authentication in WWW service properties to allow anonymous access and select "Enable Default Document" to fill in the co
server (default SSH port 22SCP ~/.ssh/id_rsa.pub [emailprotected]100.202:/tmp ' or edit '/etc/hosts ' file, add the following text to the '/etc/hosts ' file: ' # Local git server192.168.100.202 zgit "and then upload your own public key to the server ' SCP ~/.ssh/id_rsa.pub [emailprotected]:/tmp/# login to git server ls/ Tmp/id_rsa.pub #显示已经上传的密钥 ' 5. Generate Gi
For embedded, I think TFTP is important because we need to download kernel and kernel-related stuff through him. You can also download a lot of things. As the simplest method of burning writing, we need to pay attention to the problem when we build it, I will record it today.Based on the Red Hat 6 tftp build, of course, other system building methods are roughly the same#mount/dev/cdrom/mnt/Mount CD with fdi
First, system and required software version introductionSystem version: CentOS 6.5 64-bitSoftware version: Jdk-8u60-linux-x64.tar.gz, elasticsearch-2.4.2.tar.gz, logstash-2.4.1.tar.gz, kibana-4.6.3-linux-x86_64. tar.gzSecond, install the Java environment1) Extract the JDK software package.TAR-ZXVF jdk-8u60-linux-x64.tar.gz2) on the last side of the/etc/profile file, add the following lines to set the environment variables.Export Java_home=/data/elk/jdk1.8.0_60export java_bin=/data/elk/jdk1.8.0_6
You need to install the CentOS system first, as a test, you can choose to install on the virtual machine, so it is more convenient. This step by default you will, will not speak.With CentOS, how do you build a git server?1, first need to install GIT, you can use the Yum source online installation:[[emailprotected] Desktop]# yum install -y git2. Create a git user to run the GIT service# adduser git 3. Initi
Tigase is a Java-based XMPP server, similar to OpenFire, that can be used to build a platform for instant messaging (Instant Messaging, or IM).1. PreparationBefore installing Tigase, you first need to prepare the Java environment and the database (this article uses MySQL).Tigase Download: https://projects.tigase.org/projects/tigase-server/filesDownload:tigase-
break. Then, you can checkin to the GIT repository on the local machine. Then you can use the GIT commit command:
Write comments about this change to facilitate management:
In this case, the checkin is complete. From this we can see that the biggest difference between distributed version control and centralized version control such as git is that checkin is carried out on the local machine, and the local warehouse can do whatever it is, you can use it by yourself. For centralized version cont
disk. in Linux The machines in the network provide a shared file system. you can also mount the shared files of other machines in the network to a local machine. in a sense, this is different from FTP. Samba uses the NETBIOS protocol. www.2cto.com Samba is mainly used by files or devices shared between Windows and Linux systems. it is a software package for sharing files and printing services between computers on the network. the protocol is the client service protocol, the smbclient command pr
Let godson small Ben really play a role-build your own GitHub server with 8089DDirectory
Objective
Service-side configuration for 8089D
Client configuration for any computer
Filter settings for. Gitignore
Password-free-git user authentication configuration
Other
ObjectiveThis article focuses on two scenarios, the first scenario: the Github space provided for each free user
then kill the process ID.Kill Process IDRestart:Svnserve-d-r/home/svn/project/7. Uploading files to ProjectSVN import directory/ file:///home/svn/project8. Windows Client installs SVNSVN client website download:http://tortoisesvn.net/downloads.htmlAfter downloading the installation, access the Url:svn://192.168.2.145/projectPrecautions:When I first started to build
Build a git server on CentOs
First install setuptools
Wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz
Tar zxvf setuptools-0.6c11.tar.gz
Cd setuptools-0.6c11
Python setup. py build
Python setup. py install
Install the git software on the server (CentOs) first
Yum insatll git
I
Red Hat Enterprise Linux 6.2 build an FTP server
My environment:A: Red Hat Enterprise Linux 6.2 IP: 192.168.16.12 as the test endB: Red Hat Enterprise Linux 6.2 IP: 192.168.16.13 this machine is used as the FTP server.Set up an FTP server on machine B:Download and install the vsftpd-2.2.2-6.el6_0.1.i686[Root @ RedHat6-3 ~] # Rpm-ivh vsftpd-2.2.2-6.el6_0.1.i686.rp
server, but the BitTorrent service still has the concept of a server, called Tracker. To be precise, tracker refers to a program running on a server that can track how many people are simultaneously downloading the same file. When a BT client connects to tracker, a download list is generated, according to which the BT client automatically connects to other nodes
Linux Samba Server Setup
1. Samba: The English name is SMB (Server Messages block, Information Service block) is a communication protocol that shares files and printers on a local area network.
It provides shared services for files and printers among different computers in the LAN.
2. Install Samba server: sudo apt-get install samba;
3, configure the Samba
/virtusersNote: If the system is 32-bit, the above is changed to LIB, otherwise the configuration failsEight, the new system user VSFTPD, the user directory is/home/wwwroot, the user login terminal is set to/bin/false (even if it cannot log on to the system)Useradd vsftpd-d/home/wwwroot-s/bin/falseChown Vsftpd:vsftpd/home/wwwroot-rChown Www:www/
Linux Centos 6.6 Build SFTP ServerUse the system's own internal-sftp to build an SFTP server in the CentOS 6.6 environment.Open the Command Terminal window and follow the steps below.0. View OpenSSH version[Plain] view plaincopy
Ssh-v
Use the SSH-V command to view the version of OpenSSH, the version must be greater than 4.8P1, and the version below
terminal:
# Sudo dpkg-scanpackages Natty/dev/null | gzip> Natty/Packages.gz
At this point, the software package for local ground source has been prepared. The following describes how to use the software package.
Ii. Use of local sources
The use of local ground source can be divided into two methods. If you only back up your own machine software package and reinstall the system, you can refer to the construction of the 2.1 local source server; if you
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.