From 454dbef72056a7041dadaebcf1a47f7e97e3845b Mon Sep 17 00:00:00 2001 From: Marja van Waes Date: Tue, 5 Nov 2013 15:46:17 +0100 Subject: - new help texts by AM Desmottes (lebarhon) - typo fixes by Umeaboy and MrsB --- docs/mcc-help/en/diskdrake--dav.xml | 2 +- docs/mcc-help/en/diskdrake--removable.xml | 53 ++++++++++++++++++++---- docs/mcc-help/en/drakwizard_ntp.xml | 61 +++++++++++++++++++++++---- docs/mcc-help/en/lspcidrake.xml | 68 +++++++++++++++++++++---------- 4 files changed, 145 insertions(+), 39 deletions(-) (limited to 'docs') diff --git a/docs/mcc-help/en/diskdrake--dav.xml b/docs/mcc-help/en/diskdrake--dav.xml index 3c4d59b7..c735d615 100644 --- a/docs/mcc-help/en/diskdrake--dav.xml +++ b/docs/mcc-help/en/diskdrake--dav.xml @@ -74,7 +74,7 @@ After you accepted the configuration with the radio button Done, the first screen is displayed again and you new mount point is listed. After you choose Quit, - you are asked to save or not the modifications in + you are asked whether or not to save the modifications in /etc/fstab. Choose this option if you want that the remote directory is available at each boot. If your configuration is for one-time usage, do not save it. diff --git a/docs/mcc-help/en/diskdrake--removable.xml b/docs/mcc-help/en/diskdrake--removable.xml index 3fd36aef..416fdc59 100644 --- a/docs/mcc-help/en/diskdrake--removable.xml +++ b/docs/mcc-help/en/diskdrake--removable.xml @@ -1,17 +1,52 @@ -
+
- CD/DVD burnerdiskdrake --removable + CD/DVD burner + + diskdrake --removable - + - This page hasn't been written yet for lack of resources. If you think - you can write this help, please contact the Doc team. Thanking you in advance. - You can start this tool from the - command line, by typing diskdrake --removable as - root. -
+ This tool + You can start this tool from the command line, by typing diskdrake --removable as root. + is found under the tab Local disks in the Mageia Control Center + labelled accordingly with your removable hardware (CD/DVD players and + burners and floppy drives only). + + Its goal is to define the way your removable disk is mounted. + + There is at the top of the window a short description of your hardware + and the chosen options to mount it. Use the menu on the bottom to change + them. Check the item to be changed and then on the OK + button. + +
+ Mount point + + Check this box to change the mount point, The default one is + /media/cdrom. + + +
+ +
+ Options + + Many mount options can be chosen here either directly in the list or + via the Advanced submenu. The main are: + + + +
+ user/nouser + + user allows an ordinary user (not root) to mount the removable + disk, this option involves noexec, nosuid and nodev. The user who + mounted the disk is the only one who can umount it. +
+
+
\ No newline at end of file diff --git a/docs/mcc-help/en/drakwizard_ntp.xml b/docs/mcc-help/en/drakwizard_ntp.xml index 50c92e69..b149088f 100644 --- a/docs/mcc-help/en/drakwizard_ntp.xml +++ b/docs/mcc-help/en/drakwizard_ntp.xml @@ -1,19 +1,64 @@
- Configure timedrakwizard ntp + Configure time + + drakwizard ntp + + - + - This page hasn't been written yet for lack of resources. If you think - you can write this help, please contact the Doc team. Thanking you in advance. + This tool + You can start this tool from the command line, by typing drakwizard ntp as root. + purpose is to set the time of your server synchronised with an + external server. It isn't installed by default and you have to also install + the drakwizard and drakwizard-base packages. + + After a welcome screen (see above), the second one ask you to choose + three time servers in the drop down lists and suggests to use pool.ntp.org + twice because this server always points to available time servers. + + + + + + + + + + + + + + + + + + + + + + + + The following screens allows to choose the region and the city and + then, you arrive on a summary. If something is wrong, you can obviously + change it using the Previous button. If everything is + right, click on the Next button to proceed to the + test. It may take a while and you finally get this screen below: + + + + + + + - You can start this tool from the - command line, by typing drakwizard ntp as - root. -
+ Click on the Finish button to close the + tool + \ No newline at end of file diff --git a/docs/mcc-help/en/lspcidrake.xml b/docs/mcc-help/en/lspcidrake.xml index 34a9353f..3dd9e999 100644 --- a/docs/mcc-help/en/lspcidrake.xml +++ b/docs/mcc-help/en/lspcidrake.xml @@ -1,26 +1,52 @@ -
+
- Display Your PCI Information - lspcidrake + Display Your PCI, USB and PCMCIA + Information + + lspcidrake - This tool - - You can start this tool from the command line, by typing lspcidrake. - - can only be started and used on the command line. + This tool + You can start this tool from the command line, by typing lspcidrake. + can only be started and used on the command line. It will give + some more information if used under root. + + lspcidrake gives the list of all the connected devices to the computer + (USB, PCI and PCMCIA) and the used drivers. It needs the ldetect and + ldetect-lst packages to work. + + + + + + + + With the -v option, lspcidrake adds the vendor and device + identifications. + + lspcidrake often generates very long lists, so, to find an + information, it is often used in a pipeline with the grep command, like in + these examples: + + Information about the graphic card; + + lspcidrake | grep VGA + + Information about the network + + lspcidrake | grep -i network + + -i to ignore case distinctions. + + In this screenshot below, you can see the action of the -v option for + lspcidrake and the -i option for grep. - This page hasn't been written yet for lack of resources. If you think - you can write this help, please contact - the - Documentation team. Thanking you in advance. + + + + + -
+ There is another tool that gives information about the hardware, it is + called dmidecode (under root) +
\ No newline at end of file -- cgit v1.2.1