|
132.
|
|
|
One way to change or check your BIOS setting is to restart your computer, and press a key to enter the setup function before it starts to load any operating system. Generally, you can do this by pressing F1, F2, ESC or DELETE. Once you are inside the BIOS setup, you can make the desired changes by following the instructions for using the setup. However, you need to be very cautious when making any changes in the BIOS settings because a wrong setting can prevent your computer from booting-up properly.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:818(para)
|
|
133.
|
|
|
You can also perform these configuration changes by using a command line on your computer's terminal.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:827(para)
|
|
134.
|
|
|
Running a System Command Automatically at Start-Up
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:831(title)
|
|
135.
|
|
|
At times, you may wish to add a custom command for the start-up process so that your computer executes this command every time it boots up.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:833(para)
|
|
136.
|
|
|
To run a system command automatically at start-up:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:838(title)
|
|
137.
|
|
|
On the Terminal, type the following command to open the rc.local file:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:841(para)
|
|
138.
|
|
|
$ sudo nano
/etc/rc.local
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:844(screen)
|
|
139.
|
|
|
Terminal Window
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:848(title)
|
|
140.
|
|
|
The rc.local file contains a script that is executed after all the other initial scripts. You can insert your own initialisation scripts in this file if you want some services to be executed automatically during the start-up process.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:857(para)
|
|
141.
|
|
|
The rc.local file opens in the Terminal window. Type the command that you want to run at system start-up before the line, exit 0.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:864(para)
|