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
Normal 0 false false
The reason for Cold War origin was that the Soviet Union and United States didn’t trust each other. Even after being together in World War II, they didn’t have faith on each other. There was a sign of doubt in their mind that one day, the
Describe the term bio-media.
You are to identify and research 3 different Requirements Management Tools. You will write a 3 page paper containing the following components: 1. For each RM tool, describe its major characteristics (or capabilities). 2.
What is Microsoft’s latest approach to the development of the presentation layer of an application? What advantages does Microsoft advertise for this approach?
How do we Backup Active Directory?Backing up Active Directory is necessary to maintain an Active Directory database. You can back up Active Directory by employing the Graphical User Interface (that is, GUI) and command-line tool
18,76,764
1922432 Asked
3,689
Active Tutors
1442710
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!