Necessary configurations for installing VPS of Debian Linux

Source: Internet
Author: User
Tags vps
Necessary configurations for installing VPS of Debian Linux-Debian information for the Linux release. For details, refer to the following section. Debian Linux 4 is our recommended VPS operating system. We configure Debian Linux on VPS as follows:

Install common software packages
Apt-get install rcconf openssh-server less psmisc locales vim lftp
Apt-get install bc bzip2 ntpdate sudo python curl ftp unzip

Configure vim
Cp/usr/share/vim/vim70/vimrc_example.vim/etc/vim/vimrc. local
Cat>/etc/vim/vimrc. local <set fileformats = unix
Set nobackup
Set nu
Set ignorecase
Set tabstop = 4
Set shiftwidth = 4
Set noexpandtab
Set noautoindent
Set fileencodings = UTF-8, euc-cn
EOF

Note: If you need to comment out the set mouse = a in vimrc. local under ubuntu804, otherwise there is no way to select

Configure bash
Vi/etc/bash. bashrc/root/. bashrc/etc/skel/. bashrc # Remove the corresponding comment
Echo "./etc/bash. bashrc">/root/. bashrc
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.