Some notes in the configuration process:
One, VPS only a root partition, no swap swap partition. The VPS has little memory, so I added a swap file for it.
1, into a directory
cd/var/
2, get 256M of File Block:
DD If=/dev/zero of=swapfile bs=1024 count=262144
3. Create swap file
/sbin/mkswap Swapfile
4. Activate swap file
/sbin/swapon Swapfile
5. Check to see if swap is correct:
/sbin/swapon-s
6, add to the Fstab file to allow the system to boot automatically
Vi/etc/fstab
Add the following at the end:
Reference
/var/swapfile Swap Defaults 0 0
--------------------------------------------------------------------------------
Second, the system defaults to the United States Eastern time, modify the Linux time zone is East eight area
Cp-f/usr/share/zoneinfo/asia/shanghai/etc/localtime
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.