About debian tips

Source: Internet
Author: User
For more information about debian tips-Linux Release Technology-Debian, see the following. 1. zeroconf
I don't know when such a software will make/etc/init. d/networking restart very slow. Whether it is static or dpcp, just remove it immediately. This issue of debian is very popular recently.
2. update-alternatives
It is a useful program used to maintain and Modify symbolic links of some programs.
3. bash_completion
In ~ /. Add it to bashrc (in fact, just remove the comment)
If [-f/etc/bash_completion]; then
./Etc/bash_completion
Fi
It will make the tab complementing function much more powerful, but it is said that it will also cause problems. The best way is to use./etc/bash_completion every time? Is it troublesome?
4. rcconf
Update System Services
5. Clear the system orphan package
Deborphan -- guess-all | tr ["\ n"] [""] | sudo xargs apt-get remove -- purge--y
Or
Deborphan | xargs apt-get-y remove -- purge
6. Clear only remove packages in the system
Dpkg-l | grep ^ rc | awk '{print $2}' | tr ["\ n"] [""] | sudo xargs dpkg-P-
7. auto-apt
Package search by file and on-demand package installation tool
8. view the content of the installed software package.
Dpkg-L packagename
9. View uninstalled packages
Dpkg-deb-c/path/to/debfile
10. Remove the buzz from the console
Echo "set bell-style none" >> ~ /. Inputrc
11. Remove the buzz in vim.
Set vb t_vb =
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.