gitosis installation depends on some python tools, we need to install python first.
Setuptools.
Run the following command:
Ubuntu :~ $ Sudo apt-get install python-setuptoolsThis tool is relatively small and fast to install. Next, we will prepare to install gitosis. Before installing gitosis, We need to initialize the git user information of the server.
Ubuntu :~
directoryBrowseable = yes//shared readablewritable = yes//shared writableSave exit4:samba User Establishment5: Query Linux system IP. Enter "Ifconfig" in the terminal. Querying the IP of the system6: Connect. In Windows run, enter the IP connection, then enter the user name and password, you can successfully enter the shared folder, but the files in the share cannot be modified.Attention:If downloading samba is unsuccessful, enter the "sudo apt-get update" updateVI Display line number ": Set Nu
My local use of the Internet mode dial-up Internet, IP segment is a public network through the routing of LAN, network segment 182.18.1.*The local connection contains the following:One of the wireless network card, WMware Bridge is a custom LAN IP segment: 192.168.253.*;Where the local connection, broadband connection 3 (dial-up Internet use, is generally automatic access to IP, if set fixed IP is likely IP conflict on the network, so this stuff can not be modified).I want to connect my local an
that Windows does not need to enter a password when it opens a shared folder.In addition, Samba added users must be present, that is, you have to use Useradd to add a corresponding Linux login account, otherwise it will go wrong.To this step, actually still almost. As I said before, to let the new folders created under the Storage shared folder integrate the permissions of the parent folder, otherwise the file created by Xin will be gong inaccessible (of course you will need this effect). To do
Introduction
[Describe the content and purpose of this deployment.]
This document describes how to deploy a MySQL cluster on the Ubuntu Server.Preparations
Before proceeding with this document, complete the following preliminary steps:
1.Install three Ubuntu servers;
Server1: ndbd 192.168.68.5Server2: ndbd 192.168.68.6Server3: mysqld-ndb-cluster 192.168.68.8Ndbd (192.168.68.5 \ 192.168.68.6): Database node
Recently, I used an idle Ubuntu computer in the lab to create a telnet server for the lab to learn how to upload materials. Although it is very simple, I would like to summarize it and hope to help beginners.
To open the shell window on the server, follow these steps:
1. Execute the command: sudo apt-get intall xinted telnetd // install the telnet package. Enter
specified in the configuration file, after the check is passed, xinetd delivers the request to the corresponding service for processing, and enters the sleep state, waiting for the processing of the next request. 2. install software 1, $ sudo apt-get install xinetd telnetd 2, $ sudo vim/etc/inetd. conf and add the following line: telnet stream tcp nowait telnetd/usr/sbin/tcpd/usr/sbin/in. telnetd 3, $ sudo vim/etc/xinetd. conf and add the following content: # Simple configuration file for xinet
the parent directory is not checked.2.2-nfs is an RPC program. before using it, you need to map the port and set it through rpcbind:
Sudo service rpcbind restart
2.3-restart the nfs service:
Sudo service restartnfs-kernel-server restart
2.4-testRun the following command to display the shared directory:
Showmount-e
(3) attaching commandsTo execute the mount command on any server, you can mount the shared pa
Security is relative. Using the methods described in this article cannot guarantee that your server is "safe", but it is certainly safer than before, it is also more secure than most servers. At least cainiao-level hackers cannot break the attack. Security is a continuous process and it is not achieved overnight. We believe that, the security field requires a bit of paranoia. The protection measures listed in this article have been tested in javastuse
Recently, I used an idle Ubuntu computer in the lab to create a telnet server for the lab to learn how to upload materials. Although it is very simple, I would like to summarize it and hope to help beginners. Open the shell window on the server and follow these steps: 1. execute the command: sudoapt-getintallxin
Recently, I used an idle
Recently, I used an idle Ubuntu computer in the lab to create a telnet server for the lab to learn how to upload materials. Although it is very simple, I would like to summarize it and hope to help beginners. Open the shell window on the server and follow these steps: 1. Execute the command: sudoapt-getintallxintedtelnetd // install telnet
Recently, I used an idl
interested in Linux commands and those who are interested in text settings, you can refer to online articles, or learn how to build a file server using command lines and text-based methods.
Here we will introduce how to solve the problem and achieve the goal, instead of sticking to the construction and setup technologies. Because it saves the trouble of simple text-based construction, we should not expect
One, install the Ubuntu 13.04 Server 64-bit version (the simplest to install), and then install all the following accessories #apt-get update #apt-get Dist-upgrade # Apt-get Install Automake autotools-dev binutils bzip2 doxygen elfutils expat gawk unzip #apt-get install gcc gcc-multil IB g++-multilib ia32-libs ksh less lesstif2 lesstif2-dev #apt-get install lib32z1 libaio1 libaio-dev Libc6-dev libc6-d
Recently, the company was preparing to enable git to manage the company's projects. Under the guidance of the CTO header, it finally completed the configuration of the GIT server. Before using git, you must first define several concepts: git server, git client, and git server administrator. This document uses Ubuntu as
malicious IP addresses.
$ sudo apt-get -y install libapache2-mod-spamhaus$ sudo touch /etc/spamhaus.wl Append the config to apache2.conf$ sudo nano /etc/apache2/apache2.confMS_METHODS POST,PUT,OPTIONS,CONNECTMS_WhiteList /etc/spamhaus.wlMS_CacheSize 256
Restart Apache to load new modules
$ sudo service apache2 restart
The Web server has been installed and is running properly. Direct the Web browser to your domain to see the default message that prov
in the temporary storage, so we will download the gitosis Installation File here and discard it after installation. Giggling ~ Wow, I think of it !) In the/tmp directory, run the following command: git clone git: // eagain.net/gitosis.gitexample to download the gitosisinstallation file. Go to the gitosis directory. Run sudo Python setup. py install to complete gitosis installation! 4. Install gitosis. On our Ubun
directory in Linux1) View Samba shared directoryIn the Computer Address field, type: smb://10.10.66.196/feilong/Note that when you open a directory, the address bar above, the browser address bar seems to be unable to use2) Mount Linux Samba server directorysudo apt-get install Smbfssudo mount-t smbfs//10.10.66.196/feilong/mnt-o username=feilongEnter the samba password as prompted, and it will normally be mounted to the/MNT directory.Or you can use t
Ubuntu Server 14.04.2 LTS configure Nginx + Uwsgi + Django
This article describes how to configure Nginx + Uwsgi + Django in Ubuntu Server 14.04.2 LTS.
0. The purpose is to integrate small and exquisite Nginx and Django through uwsgi
1. Prepare for Python 2.7.8 @ ubuntu
Configure the GIT server on Ubuntu
Over the past few days, I have been tossing over the GIT version management server. I feel a little too large, and I don't have enough permissions. The encrypted file does not match the user name ......
However, this afternoon has always been an effective task. I will record the errors I have encountered over the past few days a
Configuration of tftp server in ubuntu 10.04 and use of tftp commands on the Development Board tftp server in ubuntu 10.04: Step 4: install the software required for tftp. First, install tftp-hpa and tftpd-hpa. The former is the client and the latter is the service program. Enter sudo apt-get install tftp-hpa tftpd-hpa
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.