Amazon's EC2 server is free to try for a year. Apply here: https://aws.amazon.com/cn/free/Try to get it into an SVN repository to save the code. According tohttp://northwaygames.com/setting-up-subversion-on-amazon-ec2-for-free/The methods described here are installed step-after-step. But to the last step http://Host nu
Old left first See Pagoda server Management Assistant software information should be last week in the Little Night blog to see ads, from this software introduction should be in the past two years gradually in the update, upgrade, currently has Linux and Windows environment version, where most of our users need Linux system version in the inside version , but the function for the ordinary construction station should be relatively complete.
From the
Since Mac OS is very similar to UNIX-based operating system terminals and Linux, it is not possible to remotely log on to a Linux server without the use of Windows-like putty and CRT tools, requiring a simple 3-step password-free SSH remote.1: Generate the key. Under Mac Terminal, execute the following command:SSH-KEYGEN-T RSAThe default is to press ENTER on the line, do not have to make other changes, afte
On the client operation
SSH-KEYGEN-T RSA
File location write/home/try/.ssh/server_rsa, do not use default values, I named Server_rsa worry about the impact of Git key (because my git is using the default value)
Ssh-copy-id root@123.45.56.78 (Your server IP),
or this use
Cat ~/.ssh/id_rsa.pub | SSH user@123.45.56.78 "mkdir-p ~/.ssh cat >> ~/.ssh/authorized_keys"
You can upload your client key to the server's ~/.ssh/authoriz
China 8u free to open the server after releasing 8UFTP client
China 8u on April 15 after the release of the 8uftp client, in today's service to open to everyone. Before, the domestic has not developed FTP upload download tool, China 8u is the first. It is reported that from the number 15th to now there are nearly million people in the use of this FTP client tool. The main functions of this client tool are
Tags: chmod add Linux service client mode root uses the private key author
Principle
The client generates the public key, copies the public key to the Linux server, and connects to the server with its own private key. The implementation is as follows:
If you have two Linux servers A and b,a to implement password-free login b
A execute ssh-key
desperately pressing the TAB key, but this time this cock dumbfounded, I wipe class, no Ssh-copy-id command Ah, this is how the whole ah?This dick very calm open Baidu then Google a bit, found that we need to manually upload public key files Ah, I wipe class, how so not humane, obviously a command on the matter of the whole so troublesome.So, I first in the root directory of the Mac into the. ssh/file directory, and then find id_rsa.pub this file, use the SCP command to upload this file on the
Generate public key private key on current LinuxSsh-keygenThe public key private key holds the path: ~/root/.ssh/Id_rsa id_rsa.pub
Login by remote host , enter directory ~/root/.ssh/Whether the Authorized_keys file exists, and if the new Authorized_keys file does not existCopy the contents of the Id_rsa.pub file generated in the first step to the Authorized_keysYou can also use the command Ssh-copy-id [email protected]
SSH remote If you do not want to enter the IP address every time to mod
1. Download Thunderbird 17, unzip the configuration, or overwrite the original version directly:http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0.11esr/ 2. Download Exquilla(no license management, can be used indefinitely):https://addons.mozilla.org/en-us/thunderbird/addon/exquilla-exchange-web-services/versions/or http://download.csdn.net/download/rainysia/7901185.3. To integrate the calendar features of Exchange, download lightning1.9.1 and provider for Micorsoft Exchange 0.18:h
To view disk space usage:Df-hView the space occupied by the first level directory under the root directory:Du-h--max-depth=1/Find files larger than 2000M in the root directory:Find/-size +2000mFind files that have been deleted, but are still occupied by the process:Lsof |grep deletedReview the process information based on the process ID found in the previous step:Ps-ef | grep pidServices to restart the process:Use the kill-9 PID command to stop the process.After that, disk space is freed.Workaro
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.