of the plate.If you think that too much trouble, directly select the first also no problem, or you can choose the last one, their own points, and our usual installation is exactly the same, but we are now on the U disk is just inserted on the disk.3, the installation of the location of the attention must choose to be a U disk, is your installation location of the Drop-down list will see a USB, that is a U disk. The rest is the same as we usually do, the installation is OK.Note: I do not have a
FunctioncheckInputDate (obj) {varstrDateobj. value; varre/^ (\ d {4})-(\ d {2})-(\ d {2}) $/; if (re. test (strDate) // determines that the date format complies with the YYYY-MM-DD standard {vardateElementnewDate (RegExp. $1, pars function checkInputDate (obj ){
Var strDate = obj. value;
Var re =/^ (\ d {4})-(\ d {2})-(\ d {2}) $ /;
If (re. test (strDate) // determines that the date format complies with the YYYY-MM-
, which will affect the operation)
Rew
RewOperations are often performed with files with N. MT-F/dev/RMT/0 rew is unnecessary because the default value is automatic back-to-band.
# MT-F/dev/RMT/0n rew
N is not automatically returnedManual rew
FSF forward, BSF backward
MT-F/dev/RMT/0n FSF 1
Moving forward
MT-F/dev/RMT/0n BSF 3
Two segments backward
Offline exit tape (automatic rewind before exiting tape)
MT-F/dev/nst0 offline
Introduction:
Because the SuSE server does not perform raid, the system hard disk needs to be replaced. I plan to perform the hard drive test directly.
Purpose:
Run the DD command to test the SuSE system hard disk to ensure that the new hard disk works normally.
Steps:
1. Connect 2 TB of new hardware to the server
2. Use opensuse 11.3 DVD drive
3. Select rescue system.
4. The rescue login: logs into the root
5. confirm/dev/SDA as the original har
Dd is used to convert and copy objects. We can use it to split objects. The related options are as follows:
If = filename: Input File Name
Of = finename: output file name
BS = Bytes: the number of bytes read/write at a time. The default value is 512 bytes.
Skip = blocks: the blocks block before the input file is skipped. The size of the block is determined by BS.
Count = blocks: only copy the first blocks block of the input file.
For example, there i
Application of Linux dd command in SWAP partition Expansion
I. basic functions of swap partitions in Linux:
Linux swap partitions are Linux swap partitions: When the Linux system has insufficient physical memory, the system automatically enables swap partitions to relieve the pressure on the physical memory, the system moves memory objects with low access frequency in the physical memory to the swap partition, and then generates a new connection in th
Run the dd command in CentOS to test the read/write speed of the USB flash disk.
1. Brief description of the dd command:
If = input file, of = output file, ibs = number of bytes read at a time, obs = number of bytes written at a time, bs = set the number of bytes read and write at a time, skip = number of bs skipped, count = number of copies
2. Use/dev/null and/dev/zero
1. Think of/dev/null as a "black
I always like to play routing, tomato play dual, 3G routing, and later is the DD-WRT network, but has not been able to get rid of a problem, that is all "players", less nonsense, enter the topic relay network:
Preparation:
My DD-WRT firmware version (R2): DD-WRT v24-sp2 (07/16/10) Mega (at least V24 RC5 or above)
Prepare the primary route (R1) of the networ
1. Generate an empty file with a size of 1G (files with holes)$ dd If=/dev/zero of=winxp.img bs=1k seek=1024k count=12. Read the floppy disk and save it to a file with 16 binary#dd if=/dev/fd0 bs=1k count=1440 | Od–tx1–ax >/tmp/dump_hex-TX1: The format of the output is expressed as a single-byte (1) Form in 16 binary form (x)-ax: Address offset in 16 binary form (x)3. Backup the primary boot sector MBR of t
1. DD Command Brief:if= input file, of= output file, ibs= bytes read at a time, obs= write bytes at a time, bs= set the number of bytes written at one time, skip= skipped BS number, count= copy block number2. Using/dev/null and/dev/zero 1. Treat/dev/null as a "black hole", which is equivalent to a write-only file, and all content written to it will be lost forever2./dev/zero is a pseudo-file, but it actually produces a continuous stream of NULL3. Tes
Obtain the start date of the week based on the given date format amp; apos; YYYY-mm-dd amp; apos;
Common Date Operations
/**
* Get the start date of all weeks in a year
* @ Param $ year format 'yyyy'
* Returns the two-dimensional array subscript key1 value corresponding to the actual year key2 value of the week of a day in a year corresponding to the number of weeks of a day in a year [week of a year]
* Return
1. dd command description: if = input file, of = output file, ibs = number of bytes read at a time, obs = number of bytes written at a time, bs = set the number of bytes read and write at a time, skip = number of bs skipped, count = number of copies 2. use/dev/null and/dev/zero1. to regard/dev/null as quot; Black Hole quot;. it is equivalent to a write-only file, and all content written to it will be lost forever.
1. brief description of the
div CSS page layout commonly used list elements ul ol li DL DT DD interpretation, block-level element div as little as possible, and table, nesting less the better
OL have sequence table.
The performance is:
1. ...
2. ...
3. ...
UL unordered list, showing that the front of the Li is a circle dot instead of 123
Many people easily ignore the use of DL DT DD
DL Content Block
The caption of the DT content block
definition
Represents a definition in a definition list. Definitions are usually indented in the definition list.
Indicates the definition in a definition list. The definition is usually indented in the definition list.
Comments
Element DD is available in the Internet Explorer 3.0 and above versions of HTML, and is available in the Internet Explorer 4.0 and above scripts.
This element is a block element.
This element requires closing the label
Yesterday made a form, still use table layout, because the personal feeling table layout table is good (the pursuit of Div refactoring, not equal to completely discard table).
Get up this morning and think about the layout of the form in a different way. Then the selection of DL, DD, DT, as follows:
XHTML section:
骏宝公司人才荟萃,现有职工326人,拥有研发 ...
CSS section:
dl{padding-left:14px;}dt{float:left;font-weight:bold;padding:12px 0 4px;}
1, the implementation of DD backup:Using gzip compression:DD If=/dev/hdb | gzip >/local/path/image.gzDescription:/dev/hdb is a hard consolidation disk. On different hard drives, may be/dev/sda or other. Before the backup, use the sudo fdisk-l command to see which file the hard disk is.。 Image.gz is the backup image file.2. Recovery of Backup:If there are catastrophic consequences, such as hard disk damage, how to recover with
Use dd to add the swap size. The current swap size is 5951 MB. create an empty file www.2cto.com 512M [root @ zwc ~]. # Free-mtotalusedfreesharedbufferscachedMem: 3947... use dd to add the swap size. The current swap size is 5951 MB, and create an empty M file www.2cto.com [root @ zwc ~] # Free-m total used free shared buffers cached Mem: 3947 793 3154 0 15 367-/+ buffers/cache: 410 3537 5951 Swap: 651 5300
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.