Take notes On debian

Source: Internet
Author: User
Take notes On debian-Debian, the Linux release technology. For more information, see the following. Better memory than nothing else!

1. debian access the command line interface from x-windows. Note:

In the debian/etc/inittab, the startup level is 6:
0: suspend (shut down)
1: System Diagnosis Mode
2-5: multi-user graphic mode
6: restart

This is different from other linux releases. For example, in opensuse, the terminal enters the command line mode by entering init 3.
Debian does not work. To access the command line interface, run the command/etc/init. d/TPD stop in gnome.

2. Mount the ntfs partition under windows (solve Chinese Character garbled problem)

If the partition device is in/dev/sda5, load it to/windows/d.

The ntfs-3g/dev/sda5/windows/d-o iocharset = CP396

Automatically mount windows partitions. You need to add several lines to the file. First, back up the file:
[Weihui @ eric etc] $ sudo cp fstab. bak
[Weihui @ eric etc] $ sudo vi fstab
/Dev/sda1/mnt/winc vfat defaults 0 0
/Dev/sda5/mnt/wind ntfs-3g rw, defaults, umask = 0000 0
/Dev/sda6/mnt/wine ntfs-3g rw, defaults, umask = 0000 0
/Dev/sda7/mnt/winf ntfs-3g rw, defaults, umask = 0000 0

3. View System Information

Top: Even if you monitor system commands

Free-k: view system memory usage

Grep '^ Memory'/var/log/dmesg: Check the exact size of the physical Memory.

Df-lh: View partition information.
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.