Tips for Linux Command Line to improve office efficiency 1. view how often commands are used: www.2cto.com $ history | awk '{print $2}' | awk 'BEGIN {FS = "| "}{ print $1} '| sort | uniq-c | sort-r 4 ls 2 cd 1 who application: regularly check
In redhat, ssh, telnet, and ftp services, the Linux Command Line permanently modifies the IP address, gateway, and DNS. 1. Modify the IP address www.2cto.com. First, check the number and name of your host Nic. The related information is
Linux Ftp service dual-machine Hot Standby System: opensuse 11.3 32-bit hot standby service software: LVS: ipvsadm-1.26-3.1.i586.rpmKeepAlived: keepalived-1.2.2.tar.gz www.2cto.com installation steps:, lvs using rpm package installation is more
Lock screen when logged in gnome env as root gnome desktop environment, the root user cannot Lock the screen. The official explanation is for various security considerations. Www.2cto.com. OK. In any case, I need to have a screen lock method under
In linux, the username and password are missing during SVN migration. host key verification failed1. The work machine and book are both linux. I usually have some money in the purse, and empty hands like the work card key will go to
Arm-linux-ld command-T option is an important option in the ld command. It can be used to directly specify the code segment, data segment, doctoral student, www.2cto.com segment. For complex connections, you can write a script specifically to tell
Linux local dns configuration file details when we set up dns in linux, usually in/etc/resolv. the conf file is usually set with several nameservers. In fact, the file can be optimized according to the options. The information contained in the
Write robust Bash scripts many people use shell scripts to complete some simple tasks and become part of their lives. Unfortunately, shell scripts are greatly affected when an exception occurs. It is necessary to minimize such problems when writing
Implementation of RAID and LVM in LinuxI. This section describes how to create and test RAID volumes and LVM volumes in RAID 0, RAID 1, RAID 01, RAID 10, and RAID 5. disk arrays are hard disk drives. make up a whole according to certain requirements,
The shell floating-point calculation tool bc supports floating-point numbers and is an advanced tool for mathematical operations. [Root @ localhost desktop] # bcbc 1.06 Copyright 1991-1994,199 7, 1998,200 0 Free Software Foundation, Inc. this is
Notes on the mysteries of Linux operating system (the first two chapters of BIOS and boot Management Program) chapter 1 Bios boot power -- Initial North Bridge -- load program into memory -- read South Bridge COMS data -- Build SMBIOS--POST North
Summary about how to install the svn server in linux: A svn server is installed on the linux server in the past two days, but the permission issue has not been resolved. The procedure is as follows: 1. Download the installation file, such as:
In linux, how does one enter the single-person maintenance mode and reboot the system first? When you press any key in the second, the operating system selection screen will appear. Read the instructions below the menu carefully, press "e" to enter
Ubuntu cannot mount a USB flash drive. In general, Ubuntu mounts a mobile hard drive to a folder in the media directory under the root directory. The folder name is generally your user name, one reason why the folder cannot be mounted is that the
Ubuntu 12.04 automatically switches the desktop background. Previously, gconftool was used in gnome2 to change the desktop background of ubuntu. After installing 12.04, I found that it could not work. I studied it and switched to gsettings. I
Linux: In bash programming, the circular statement usage 1.if is a single branch statement in the following format: if condition; then statement ..... Fi 2.if... Else is a dual-branch statement in the following format: if condition; then statement ..
Disk management-small lab 1 lab requirements 1. ensure data security. Failure of any disk does not affect data loss. I/O performance should also be considered. partition two independent Disk Partitions/web and/data3. you can dynamically expand the
SET command alias command purpose alias is used to set command alias command syntax setting alias: alias [alias] = [command name] example: alias rm = 'rm-I 'clear alias: unalias [alias] Clear all: unalias-a command instance [plain] #1. to view the
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