Create swap partition after OS installation
How to make swap partition after OS installation?
Expert
swap can be made in two ways after the installation,
1. fdisk command
2. create a swap file by using dd command
after creating swap file or file system
#mkswap /dev/sda10
#swapon /dev/sda10
#swapon -s #To see the swap devices
by using dd command
#dd if=/dev/zero of=/swap bs=1024 count=1
Which will creates the file size 1024(1GB).
#mkswap /swap
#swapon /swap
#swapon -s #to see the swap devices
Heuristic Search: Heuristic search exploits the information known about the system under analysis in order to accelerate the search process. The basic idea of heuristic search is that rather than trying all the possible search paths, the model checker
Normal 0 false false
What type of muscle tissue performs peristalsis
Hi, Please find the attachment and read it carefully. Use the reference must be from the last five years in APA6 style only. Put citation after each paragraph as example in attachment. Make sure that without plagiarism. If you can use some figures. Thanks
Explain how many meals are recommended to keep as healthy?
How biological diversity is related to the characteristics of abiotic factors of an ecosystem?
Explain how do biodiversity, biomass, and total number of living beings respectively change during the ecological succession?
Write an AWK program which takes the following input _le and processes it. $cat data.txt John Do 111-1111 English 90 Maths 80 Alice Do 222-2222 English 90 Maths 90 Chemistry 93 The input _le has _rst 3 _elds _xed as _rst name, last name, and student id. After the s
18,76,764
1925254 Asked
3,689
Active Tutors
1432143
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!