Alibabacloud.com offers a wide variety of articles about debian linux commands pdf, easily find your debian linux commands pdf information here online.
-reconfigure–frontend=dialog debconf (If you choose the wrong installation, this can be changed back yo:)echo "Hold" | Dpkg–set-selections the status of Hlod (command line mode)Dpkg–get-selections "" The Current state (command line mode) obtainedWildcard characters are supported, such as:debian:~# dpkg–get-selections *wine*Libwine holdLibwine-alsa holdLibwine-arts holdLibwine-dev holdLibwine-nas holdLibwine-print holdLibwine-twain holdWine holdWine+ holdWine-doc holdWine-utils holdFor example:Ev
1. Switch Directory commands: CDroot directory in Linux:/Current directory:./Top level directory:.2. View current directory: PWD3. Switch User: Su #切换到root用户su-#切换到root用户 and switch to Root's home directory at the same timeSU User name #切换到其他的用户Su-user name #切换到相应的用户4. Add User: AddUser user nameDelete User: Deluser user nameAdd Group: AddGroup Group nameDelete Group: Delgroup Group name5, Change Password:
search for text in the man manual???? /keyword : Search from the current position to the end of the file, without distinguishing the character case???? keyword : Search from current position to file header?????? n: Same direction as Find command?????? N: Opposite of Find command direction? 3. Use the Info page to query the command??? Info gets the online documentation for the command, supports hyperlinks??? syntax : info COMMAND? 4. Using Search engine query??? Google??? Search :
decompress, just replace the above command TAR-CVF/TAR-ZCVF/TAR-JCVF "C" in the "X".Shut down/Restart the machineShutdown-R shutdown Restart-H shutdown does not restartNow turn the machine off.Halt shut down the machineReboot restartLinux PipelinesUse the standard output of one command as the standard input for another command. That is, the combination of several commands to use, the latter command in addition to the results of a previous command.Exa
/ABC.TAR.BZ2/HOME/ABC packaged and compressed with bzip2Of course, if you want to decompress, just replace the above command TAR-CVF/TAR-ZCVF/TAR-JCVF "C" in the "X".Shut down/Restart the machineShutdown-R shutdown Restart-H shutdown does not restartNow turn the machine off.Halt shut down the machineReboot restartLinux PipelinesUse the standard output of one command as the standard input for another command. That is, the combination of several commands
machineShutdown-r 关机重启-h 关机不重启now 立刻关机Halt shut down the machineReboot restartLinux PipelinesUse the standard output of one command as the standard input for another command. That is, the combination of several commands to use, the latter command in addition to the results of a previous command.Example: Grep-r "Close"/home/* | More in the home directory to find all files, including close files, and paging output.Linux
At It's FOSS we are not talking about the "command line aspect" of Linux every day. Basically, I'm more focused on the desktop side of Linux. But some of your readers in-house surveys (It's FOSS newsletter subscribers only) point out that you also want to learn some command-line tricks. The Quick check table is also popular with most readers.To do this, I edited a list of basic network
Tags: nal www build Linux get news two ways system LANOne, view the Linux kernel version command (two methods):1, Cat/proc/version
[Email Protected]centos home]# cat/proc/versionLinux version 2.6.32-431.el6.x86_64 ([email protected]) (GCC version 4.4.7 20120313 (Red Hat 4.4.7-4) (gcc)) #1 SMP Fri N OV 03:15:09 UTC 2013
2, Uname-a
[Email protected] home]# uname-a
For more information about how to use linux vi commands in ssh, see Debian, the Linux release technology. I use the secure ssh client version 5 Under Win. When I log on to the debian/Suse server and use vi, there will be line misplacement, for example, if you enter the first
systemDpkg-l Package_name displays a list of files provided by a Deb package that is already installed in the systemDpkg--contents Package.deb shows a list of files provided by a package that has not yet been installedDpkg-s/bin/ping confirm which Deb package the given file is provided byAPT software tools (Debian, Ubuntu and similar systems)Apt-get install package_name Installing/updating a deb packageApt-cdrom install package_name Installing/updati
It is particularly worth mentioning that there are many things worth learning about Linux bridge. Here we mainly introduce Linux bridge, including Linux bridge. Linux bridge traffic control and other Netemulator, tc)
Netem provides Network Emulation functionality for testing protocols by emulating the properties of wid
decompress, just replace the above command TAR-CVF/TAR-ZCVF/TAR-JCVF "C" in the "X".Shut down/Restart the machineShutdown-R shutdown Restart-H shutdown does not restartNow turn the machine off.Halt shut down the machineReboot restartLinux PipelinesUse the standard output of one command as the standard input for another command. That is, the combination of several commands to use, the latter command in addition to the results of a previous command.Exa
The following describes common linux commands and tips. I hope that you will not be able to learn these skills. Using these skills can improve your technology. Common linux commands and tips:
I. Common commands:1. date: print or set the system date and time2. stty-a: You can
togetherpdftk A=in.pdf cat A5 output out.pdf # Extract page from PDFYou can also use the cpdf action content:in.pdf -o out.pdf # Remove imagescpdf -blacktext in.pdf -o out.pdf # Convert all text to black color29. Monitor progress against the generated output# Write random data, encode it in base64 and monitor how fast it# is being sent to /dev/nullcat /dev/urandom | base64 | pv -lbri2 > /dev/null# pv options:# -l, lines# -b, total counter# -r, show rate# -i2, refresh every 2 seconds30. Fi
Backup files
Tar-cf/home/app20140703bak.tar/home/app/uat/test.war
Copy files to destination folderExamples are as follows:cp-af/app/wasapp/appname_uat.ear/appname.war/*/app/wasapp/appname_rn_war.ear/appname_rn.warDetailed command:Cp-ai the directory where the source files are placed+ + at the same time, if you have a file with the same name that prompts you to overwrite it when you execute the command, it's a good idea if you want to mark it, and of course, if you don't want the hint, yo
restartLinux PipelinesUse the standard output of one command as the standard input for another command. That is, the combination of several commands to use, the latter command in addition to the results of a previous command.Example: Grep-r "Close"/home/* | More in the home directory to find all files, including close files, and paging output.Linux Package Managementdpkg (Debian package) management tool wi
file return top index ^ text processing cat File1 file2 ... | Command Sort file1 File2 Sorts the contents of two files sort file1 file2 | Uniq Remove the set of two files (duplicate lines retain only one copy) sort file1 file2 | Uniq-u Delete intersection, leave other lines sort file1 file2 | Uniq-d Remove the intersection of two files (leaving only the files that exist in two files) comm-1 file1 file2 Compare the contents of two files delete only the contents of ' File1 ' comm-2 file1 file2 C
One of the keys to the successful management of any system using common log files and commands in Linux is to know what is happening in the system. Exception logs are provided in Linux and the log details are configurable. Linux logs are stored in plain text, so you can search and read them without special tools. You c
source agreements? 1, how to get the latest Linux kernel version number? www.kernel.org2. List the Linux distributionsyou know and describe their relationship to the Linux kernel? Linux:GNU most software (source file) +linux Kernel (source file)It needs to be compiled to run.Release version: Fedora , RedHat(CentOS), S
Seven interesting Linux Sort commands (2)
In the previous article, we have discussed multiple examples of the sort command. If you miss this article, you can click the link below to read it. As part of the previous article, this article will discuss the remaining usage of the sort command. Together with the previous article, it will serve as a complete guide to the Linu
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.