Prior to studying Ubuntu later because of the relationship between Guangzhou's colleagues to learn CentOS, now learned a small foundation. Just have this resource, just study Ubuntu. I find Ubuntu is also very good, relative management and configuration is relatively simple. Share with you here, and record, may be useful in the future.
Explain the environmentLin
Just like managing Windows servers, you can use the Remote Desktop Connection tool to manage Linux servers. Not to mention, you can! Because the Remote Desktop Connection tool in Windows controls remote computers through the RDP protocol, we only need to install the remote control server and RDP protocol on Linux and configure it slightly, you can also allow Linux to support Remote Desktop Connection.The configuration process is as follows: (
Tags: local SCP efi Delete sync remote manage file useInstalling the SSH (Secure Shell) service to provide remote management servicessudo apt-get install SSHSSH Remote Login Ubuntu MachineSSH [email protected]Copy files/folders from a remote Ubuntu machine to a local (SCP)scp-r [email protected]:/home/username/remotefile.txt.Copy files/folders from local to the remote U
1, UPDATE, I believe we all have obsessive-compulsive disordersudo apt-get update Apt-get Upgrade2, the keyboard will play garbled is the choice of keyboard is not correct, you can use the following command to select English (US)sudo dpkg-reconfigure keyboard-configuration3, Nic only Nat pieceAdd a virtual NIC in the global network host-only in VBox, set up DHCPEdit the configuration file in Ubuntu to get the NIC addresssudo ifconfig-a #查看网卡的名称, here
ASP. NET Core deployment preparations for installing Ubuntu Server 16.10, hyper-v16.10 with Hyper-V
Overview
Hyper-V is a virtualization product of Microsoft. It adopts the same hypervisor technology as VMWare. It has been embedded in the Win10 system. We only need to install it. However, make sure that your machine has virtualization enabled. You can view the information in the task manager as follows:
Note: The Ubuntu version used here is 14.04.1-server and installed under Vmware®workstation Pro, Redis for 3.0.7
For Redis installations, if the desktop version of Ubuntu is simple enough, but as a server, we usually choose the server version of
By default, rsync is installed in ubuntu. You can run the rsync-h command to check whether the tool is installed. If not, run the following command:
$ Aptitude install rsync
Install.Rsyncremote synchronize) is a remote data synchronization tool that can be used to synchronize files between local and remote hosts using the "Rsync algorithm.
The advantage of rsync is that only two different parts of the file are synchronized, and the same part is not tr
Subversion is a new generation version control system. Version Management is an essential tool for a software development team. This article summarizes the process of installing the svn server on Ubuntu. Due to the limited level of the author, I hope you will not give me any suggestions! In general, you need to set up a version server to do the following: 1. Inst
Earlier, we used Debian as a server software and later turned to CentOS, mainly for the following reasons:1, Centos/rhel life cycle is 7 years, basically can cover the life cycle of hardware, also means that a new hardware installation, do not have to install the operating system again. Be aware that it is troublesome and risky to re-toss a production machine.[2012.2.1] just received a red Hat notification email today, RedHat 5, RedHat 6 life cycle, e
Before the whole CentOS, the whole Ubuntu only found that Ubuntu is much simpler ~ ~ Do not know how to compare performance.Take Ubtuntu 14.04 as an example to record the construction process.One, SSH serverThe first thing is of course ssh, the default after installation Vi/etc/ssh/sshd_config, modify the configuration file.Modify/etc/host.allowsshd:192.168.1. , 192.168.0. : AllowModify/etc/host.denySshd:al
Install memo on Ubuntu Server 10.04 + RoR
First download the Ubuntu Server 10.04 CD image, less than 700 mb. Then install. Only LAMP Server is selected for service installation.
The first thing after installation is to configure sshd-ser
Linux learning --- build a VPN Server and ubuntuvpn under Ubuntu
Build a VPN Server in Ubuntu
What is VPN? It is a virtual private network. The function is to establish a private network on a public network for encrypted communication.
Applicable scenarios:
1. Your company network is in a LAN and cannot be accessed fro
Article Title: Teach you how to build a website server (Ubuntu + LAMP ). Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
I am a newbie who is not proficient in Linux. I want to install a Ubuntu 6.06 Linux
I have been busy over the past few days, and I have not updated my blog. I just finished my work. I 'd like to summarize it briefly. Recently, the company has switched a large number of services to Linux. All development machines have been replaced with Ubuntu 9.04 desktop. We are responsible for assembling about 8 machines, in the afternoon, the previous company's servers will be updated. In the past, two servers in the company used Red Hat EL4. I we
This post consists of: http://xinpure.com/install-ubuntu-server-12-04-jabberd2-server/Ubuntu Server 12.04 Installation Jabberd2 Server installation Jabberd2Install Jabberd2 in the terminal by entering the following command:sudo ap
1. First sign in to Ubuntu server. Before you install the OpenFire server, make sure that your system is up to date. Then enter the following command, run one line at a line, and finally install the available updatessudo apt-get updatesudo apt-get upgrade
2. Install the latest version of Oracle JRE/JDK and install it using the PPA (Personal package archieve)
Suppose the shared directory is/var/wwwrootsudo vim/etc/samba/smb.confModify the contents in the file [Gloab] to Security=user to Security=shareAdd the following line at the end of the file:[Share] Path=/var/wwwroot Available = yesbrowseable = yesPublic = yeswritable = yesGuest OK = yes [Global] Defines a global configuration, workgroup is used to define a workgroup, and you're not unfamiliar with this workgroup if you've installed a Windows system. In general, we need to change the mygroup her
Set up SVN server svn in Ubuntu 14.04 ://
Set up SVN server svn in Ubuntu 14.04 ://
Installation package:
Sudo apt-get install subversion
Then select the location where the SVN service file and configuration file are stored. I put the svn directory under/srv.
Cd/srv
Sudo mkdir svn
My svn repository is called tone_src.
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.