From 0a44ae38f423c5037854e9fc2e38b137ecf7c3df Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 6 Mar 2014 21:46:27 +0200 Subject: Update docs to the new pages by diogenese --- docs/mcc-help/en/drakboot.xml | 3 +- docs/mcc-help/en/drakwizard_apache2.xml | 100 ++++- docs/mcc-help/en/drakwizard_dhcp.xml | 89 +++- docs/mcc-help/en/drakwizard_proftpd.xml | 89 +++- docs/mcc-help/en/drakwizard_squid.xml | 133 +++++- docs/mcc-help/en/drakwizard_sshd.xml | 123 +++++- docs/mcc-help/mcc-help.pot | 691 +++++++++++++++++++++++++++++++- 7 files changed, 1177 insertions(+), 51 deletions(-) (limited to 'docs/mcc-help') diff --git a/docs/mcc-help/en/drakboot.xml b/docs/mcc-help/en/drakboot.xml index 87df8446..68d583c2 100644 --- a/docs/mcc-help/en/drakboot.xml +++ b/docs/mcc-help/en/drakboot.xml @@ -28,7 +28,8 @@ Check Launch the graphical environment when your system starts, if you want X Window System to be executed after the boot. If not, the system will start in text mode. Nevertheless, it will be - possible to launch the graphic interface manually. + possible to launch the graphic interface manually. This can be done by + launching the command 'startx' or 'systemctl start dm'. If the first box is checked, two other options are available, check either No, I don't want autologin, if you want the diff --git a/docs/mcc-help/en/drakwizard_apache2.xml b/docs/mcc-help/en/drakwizard_apache2.xml index f68d40f1..378e2fa3 100644 --- a/docs/mcc-help/en/drakwizard_apache2.xml +++ b/docs/mcc-help/en/drakwizard_apache2.xml @@ -9,11 +9,97 @@ - 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 drakwizard apache2 as - root. + This toolYou can start this tool from the command line, by typing drakwizard apache2 as root. can help you to set up a web server. + +
+ What is a web server? + + Web server is the software that helps to deliver web content that can be accessed through the Internet. (From Wikipedia) + +
+
+ Setting up a web server with drakwizard apache2 + + Welcome to the web server wizard. + + + + Introduction + + + + + + + The first page is just an introduction, click Next. + + + + Selecting Server Exposer: Local Net and/or World + + + + + + + Exposing the web server to the Internet has it's risks. Be ready for bad things. + + + + Server User Module + + + + + + + Allows users to create their own sites. + + + + User web directory name + + + + + + + The user needs to create and populate this directory, then the server will display it. + + + + Server Document Root + + + + + + + Allows you to configure the path to the web servers default documents. + + + + Summary + + + + + + + Take a second to check these options, then click Next. + + + + Finish + + + + + + + You're done! Click Finish. + + + +
diff --git a/docs/mcc-help/en/drakwizard_dhcp.xml b/docs/mcc-help/en/drakwizard_dhcp.xml index be4d1ec5..acda9b41 100644 --- a/docs/mcc-help/en/drakwizard_dhcp.xml +++ b/docs/mcc-help/en/drakwizard_dhcp.xml @@ -9,11 +9,86 @@ - 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 drakwizard dhcp as - root. + This toolYou can start this tool from the command line, by typing drakwizard dhcp as root. can help you to set up a DHCP server. + +
+ What is DHCP? + + The Dynamic Host Configuration Protocol (DHCP) is a standardized networking protocol used on IP networks that dynamically configures IP addresses and other information that is needed for Internet communication. (From Wikipedia) + +
+
+ Setting up DHCP server with drakwizard dhcp + + Welcome to the DHCP server wizard. + + + + Introduction + + + + + + + The first page is just an introduction, click Next. + + + + Selecting Adaptor + + + + + + + Choose network interface connected to the subnet DHCP will assign IPs for, then click Next. + + + + Select IP range + + + + + + + Select the beginning and ending IP addresses of the range of IPs you want the server to offer, along with the IP of the gateway machine connecting to someplace outside the local net, hopeful close to the Internet, then click Next. + + + + Summary + + + + + + + Take a second to check these options, then click Next. + + + + Hold on... + + + + + + + This can be fixed. Click Previous a few times and change things around. Don't keep track. + + + + Hours later... + + + + + + + Another lesson learned. + + + +
diff --git a/docs/mcc-help/en/drakwizard_proftpd.xml b/docs/mcc-help/en/drakwizard_proftpd.xml index a9e52b5d..f2cafc88 100644 --- a/docs/mcc-help/en/drakwizard_proftpd.xml +++ b/docs/mcc-help/en/drakwizard_proftpd.xml @@ -9,11 +9,86 @@ - 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 drakwizard proftpd as - root. + This toolYou can start this tool from the command line, by typing drakwizard proftpd as root. can help you to set up an FTP server. + +
+ What is <acronym>FTP</acronym>? + + File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another host over a TCP-based network, such as the Internet. (From Wikipedia) + +
+
+ Setting up an FTP server with drakwizard proftpd + + Welcome to the FTP wizard. Buckle up. + + + + Introduction + + + + + + + The first page is just an introduction, click Next. + + + + Selecting Server Exposer: Local Net and/or World + + + + + + + Exposing the FTP server to the Internet has it's risks. Be ready for bad things. + + + + Server Information + + + + + + + Enter name the sever will use to introduce itself, someone to email complaints too and whether to allow root login access. + + + + Server Options + + + + + + + Set listening port, jailed user, allow resumes and/or FXP (File eXchange Protocol) + + + + Summary + + + + + + + Take a second to check these options, then click Next. + + + + Finish + + + + + + + You're done! Click Finish. + + + +
diff --git a/docs/mcc-help/en/drakwizard_squid.xml b/docs/mcc-help/en/drakwizard_squid.xml index ff867bd5..af28559c 100644 --- a/docs/mcc-help/en/drakwizard_squid.xml +++ b/docs/mcc-help/en/drakwizard_squid.xml @@ -9,11 +9,130 @@ - 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 drakwizard squid as - root. + This toolYou can start this tool from the command line, by typing drakwizard squid as root. can help you to set up a proxy server. + +
+ What is a proxy server? + + A proxy server is a server (a computer system or an application) that acts as an intermediary for requests from clients seeking resources from other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource available from a different server and the proxy server evaluates the request as a way to simplify and control its complexity. (From Wikipedia) + +
+
+ Setting up a proxy server with drakwizard squid + + Welcome to the proxy server wizard. + + + + Introduction + + + + + + + The first page is just an introduction, click Next. + + + + Selecting the proxy port + + + + + + + Select the proxy port browsers will connect through, then click Next. + + + + Set Memory and Disk Usage + + + + + + + Set momory and disk cache limits, then click Next. + + + + Select Network Access Control + + + + + + + Set visibility to local network or world, then click Next. + + + + Grant Network Access + + + + + + + Grant access to local networks, then click Next. + + + + Use Upper Level Proxy Server? + + + + + + + Cascade through another proxy server? If no, skip next step. + + + + Upper Level Proxy URL and Port + + + + + + + Provide upper level proxy hostname and port, then click Next. + + + + Summary + + + + + + + Take a second to check these option, then click Next. + + + + Start during boot? + + + + + + + Choose if the proxy server should be started during the boot time, then click Next. + + + + Finish + + + + + + + You're done! Click Finish. + + + +
diff --git a/docs/mcc-help/en/drakwizard_sshd.xml b/docs/mcc-help/en/drakwizard_sshd.xml index 67635991..06bf7d29 100644 --- a/docs/mcc-help/en/drakwizard_sshd.xml +++ b/docs/mcc-help/en/drakwizard_sshd.xml @@ -9,11 +9,120 @@ - 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 drakwizard sshd as - root. + + This toolYou can start this tool from the command line, by typing drakwizard sshd as root. can help you to set up an SSH daemon. + +
+ What is <acronym>SSH</acronym>? + + Secure Shell (SSH) is a cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers that connects, via a secure channel over an insecure network, a server and a client (running SSH server and SSH client programs, respectively). (From Wikipedia) + +
+
+ Setting up an <acronym>SSH</acronym> daemon with drakwizard sshd + + Welcome to the Open SSH wizard. + + + + Select Type of Configure Options + + + + + + + Choose Expert for all options or Newbie to skip steps 3-7, click Next. + + + + General Options + + + + + + + Sets visibility and root access options. Port 22 is the standard SSH port. + + + + Authenticaion Methods + + + + + + + Allow a variety of authentication methods users can use while connecting, then click Next. + + + + Logging + + + + + + + Choose logging facility and level of output, then click Next. + + + + Login Options + + + + + + + Configure per-login settings, then click Next. + + + + User Login Options + + + + + + + Configure the user access settings, then click Next. + + + + Compression and Forwarding + + + + + + + Configure X11 forwarding and compression during transfer, then click Next. + + + + Summary + + + + + + + Take a second to check these option, then click Next. + + + + Finish + + + + + + + You're done! Click Finish. + + + +
diff --git a/docs/mcc-help/mcc-help.pot b/docs/mcc-help/mcc-help.pot index d74291fc..593721af 100644 --- a/docs/mcc-help/mcc-help.pot +++ b/docs/mcc-help/mcc-help.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mageia Control Center Help 4.0\n" "Report-Msgid-Bugs-To: doc-discuss@ml.mageia.org\n" -"POT-Creation-Date: 2014-03-04 19:20+0200\n" +"POT-Creation-Date: 2014-03-06 21:45+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,7 +48,7 @@ msgid "" msgstr "" #. type: Content of:
-#: en/diskdrake--dav.xml:30 en/diskdrake--nfs.xml:22 en/diskdrake--smb.xml:21 en/drak3d.xml:15 en/drakconnect.xml:16 en/draknetcenter.xml:29 en/draksambashare.xml:27 en/drakvpn.xml:16 en/keyboarddrake.xml:17 en/system-config-printer.xml:21 +#: en/diskdrake--dav.xml:30 en/diskdrake--nfs.xml:22 en/diskdrake--smb.xml:21 en/drak3d.xml:15 en/drakconnect.xml:16 en/draknetcenter.xml:29 en/draksambashare.xml:27 en/drakvpn.xml:16 en/drakwizard_apache2.xml:27 en/drakwizard_dhcp.xml:27 en/drakwizard_proftpd.xml:27 en/drakwizard_squid.xml:27 en/keyboarddrake.xml:17 en/system-config-printer.xml:21 msgid "Introduction" msgstr "" @@ -908,11 +908,12 @@ msgid "" "Check <guibutton>Launch the graphical environment when your system " "starts</guibutton>, if you want X Window System to be executed after the " "boot. If not, the system will start in text mode. Nevertheless, it will be " -"possible to launch the graphic interface manually." +"possible to launch the graphic interface manually. This can be done by " +"launching the command 'startx' or 'systemctl start dm'." msgstr "" #. type: Content of: <section><para> -#: en/drakboot.xml:33 +#: en/drakboot.xml:34 msgid "" "If the first box is checked, two other options are available, check either " "<guibutton>No, I don't want autologin</guibutton>, if you want the system to " @@ -2896,7 +2897,7 @@ msgid "drakinvictus.png" msgstr "" #. type: Content of: <section><para> -#: en/drakinvictus.xml:12 en/draknetcenter.xml:187 en/draknetprofile.xml:12 en/drakups.xml:12 en/drakwizard_apache2.xml:12 en/drakwizard_bind.xml:12 en/drakwizard_dhcp.xml:12 en/drakwizard_proftpd.xml:12 en/drakwizard_squid.xml:12 en/drakwizard_sshd.xml:12 en/drakxservices.xml:12 +#: en/drakinvictus.xml:12 en/draknetcenter.xml:187 en/draknetprofile.xml:12 en/drakups.xml:12 en/drakwizard_bind.xml:12 en/drakxservices.xml:12 msgid "" "This page hasn't been written yet for lack of resources. If you think you " "can write this help, please contact <link " @@ -4511,13 +4512,148 @@ msgstr "" msgid "drakwizard_apache2.png" msgstr "" -#. type: Content of: <section><para> -#: en/drakwizard_apache2.xml:16 +#. type: Content of: <section><para><footnote><para> +#: en/drakwizard_apache2.xml:12 msgid "" "You can start this tool from the command line, by typing <emphasis " "role=\"bold\">drakwizard apache2</emphasis> as root." msgstr "" +#. type: Content of: <section><para> +#: en/drakwizard_apache2.xml:12 +msgid "" +"This tool<placeholder type=\"footnote\" id=\"0\"/> can help you to set up a " +"web server." +msgstr "" + +#. type: Content of: <section><section><title> +#: en/drakwizard_apache2.xml:15 +msgid "What is a web server?" +msgstr "" + +#. type: Content of: <section><section><para> +#: en/drakwizard_apache2.xml:17 +msgid "" +"Web server is the software that helps to deliver web content that can be " +"accessed through the Internet. (From Wikipedia)" +msgstr "" + +#. type: Content of: <section><section><title> +#: en/drakwizard_apache2.xml:21 +msgid "Setting up a web server with drakwizard apache2" +msgstr "" + +#. type: Content of: <section><section><para> +#: en/drakwizard_apache2.xml:23 +msgid "Welcome to the web server wizard." +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_apache2.xml:30 +msgid "drakwizard-web-step1.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_apache2.xml:34 en/drakwizard_dhcp.xml:34 en/drakwizard_proftpd.xml:34 en/drakwizard_squid.xml:34 +msgid "The first page is just an introduction, click <guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_apache2.xml:38 en/drakwizard_proftpd.xml:38 +msgid "Selecting Server Exposer: Local Net and/or World" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_apache2.xml:41 +msgid "drakwizard-web-step2.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_apache2.xml:45 +msgid "" +"Exposing the web server to the Internet has it's risks. Be ready for bad " +"things." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_apache2.xml:49 +msgid "Server User Module" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_apache2.xml:52 +msgid "drakwizard-web-step3.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_apache2.xml:56 +msgid "Allows users to create their own sites." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_apache2.xml:60 +msgid "User web directory name" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_apache2.xml:63 +msgid "drakwizard-web-step4.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_apache2.xml:67 +msgid "" +"The user needs to create and populate this directory, then the server will " +"display it." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_apache2.xml:71 +msgid "Server Document Root" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_apache2.xml:74 +msgid "drakwizard-web-step5.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_apache2.xml:78 +msgid "Allows you to configure the path to the web servers default documents." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_apache2.xml:82 en/drakwizard_dhcp.xml:60 en/drakwizard_proftpd.xml:71 en/drakwizard_squid.xml:104 en/drakwizard_sshd.xml:105 +msgid "Summary" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_apache2.xml:85 +msgid "drakwizard-web-step6.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_apache2.xml:89 en/drakwizard_dhcp.xml:67 en/drakwizard_proftpd.xml:78 +msgid "" +"Take a second to check these options, then click " +"<guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_apache2.xml:93 en/drakwizard_proftpd.xml:82 en/drakwizard_squid.xml:126 en/drakwizard_sshd.xml:116 +msgid "Finish" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_apache2.xml:96 +msgid "drakwizard-web-step7.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_apache2.xml:100 en/drakwizard_proftpd.xml:89 en/drakwizard_squid.xml:133 en/drakwizard_sshd.xml:123 +msgid "You're done! Click <guibutton>Finish</guibutton>." +msgstr "" + #. type: Content of: <section><info><title> #: en/drakwizard_bind.xml:3 msgid "Configure DNS" @@ -4555,13 +4691,122 @@ msgstr "" msgid "drakwizard_dhcp.png" msgstr "" -#. type: Content of: <section><para> -#: en/drakwizard_dhcp.xml:16 +#. type: Content of: <section><para><footnote><para> +#: en/drakwizard_dhcp.xml:12 msgid "" "You can start this tool from the command line, by typing <emphasis " "role=\"bold\">drakwizard dhcp</emphasis> as root." msgstr "" +#. type: Content of: <section><para> +#: en/drakwizard_dhcp.xml:12 +msgid "" +"This tool<placeholder type=\"footnote\" id=\"0\"/> can help you to set up a " +"<acronym>DHCP</acronym> server." +msgstr "" + +#. type: Content of: <section><section><title> +#: en/drakwizard_dhcp.xml:15 +msgid "What is DHCP?" +msgstr "" + +#. type: Content of: <section><section><para> +#: en/drakwizard_dhcp.xml:17 +msgid "" +"The Dynamic Host Configuration Protocol (<acronym>DHCP</acronym>) is a " +"standardized networking protocol used on IP networks that dynamically " +"configures IP addresses and other information that is needed for Internet " +"communication. (From Wikipedia)" +msgstr "" + +#. type: Content of: <section><section><title> +#: en/drakwizard_dhcp.xml:21 +msgid "Setting up DHCP server with drakwizard dhcp" +msgstr "" + +#. type: Content of: <section><section><para> +#: en/drakwizard_dhcp.xml:23 +msgid "Welcome to the DHCP server wizard." +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_dhcp.xml:30 +msgid "drakwizard-dhcp-step1.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_dhcp.xml:38 +msgid "Selecting Adaptor" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_dhcp.xml:41 +msgid "drakwizard-dhcp-step2.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_dhcp.xml:45 +msgid "" +"Choose network interface connected to the subnet DHCP will assign IPs for, " +"then click <guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_dhcp.xml:49 +msgid "Select IP range" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_dhcp.xml:52 +msgid "drakwizard-dhcp-step3.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_dhcp.xml:56 +msgid "" +"Select the beginning and ending IP addresses of the range of IPs you want " +"the server to offer, along with the IP of the gateway machine connecting to " +"someplace outside the local net, hopeful close to the Internet, then click " +"<guibutton>Next</guibutton>." +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_dhcp.xml:63 +msgid "drakwizard-dhcp-step4.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_dhcp.xml:71 +msgid "Hold on..." +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_dhcp.xml:74 +msgid "drakwizard-dhcp-step5.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_dhcp.xml:78 +msgid "" +"This can be fixed. Click <guibutton>Previous</guibutton> a few times and " +"change things around. Don't keep track." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_dhcp.xml:82 +msgid "Hours later..." +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_dhcp.xml:85 +msgid "drakwizard-dhcp-step6.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_dhcp.xml:89 +msgid "Another lesson learned." +msgstr "" + #. type: Content of: <section><info><title> #: en/drakwizard_ntp.xml:3 msgid "Configure time" @@ -4656,13 +4901,104 @@ msgstr "" msgid "drakwizard_proftpd.png" msgstr "" -#. type: Content of: <section><para> -#: en/drakwizard_proftpd.xml:16 +#. type: Content of: <section><para><footnote><para> +#: en/drakwizard_proftpd.xml:12 msgid "" "You can start this tool from the command line, by typing <emphasis " "role=\"bold\">drakwizard proftpd</emphasis> as root." msgstr "" +#. type: Content of: <section><para> +#: en/drakwizard_proftpd.xml:12 +msgid "" +"This tool<placeholder type=\"footnote\" id=\"0\"/> can help you to set up an " +"<acronym>FTP</acronym> server." +msgstr "" + +#. type: Content of: <section><section><title> +#: en/drakwizard_proftpd.xml:15 +msgid "What is <acronym>FTP</acronym>?" +msgstr "" + +#. type: Content of: <section><section><para> +#: en/drakwizard_proftpd.xml:17 +msgid "" +"File Transfer Protocol (<acronym>FTP</acronym>) is a standard network " +"protocol used to transfer files from one host to another host over a " +"<acronym>TCP</acronym>-based network, such as the Internet. (From Wikipedia)" +msgstr "" + +#. type: Content of: <section><section><title> +#: en/drakwizard_proftpd.xml:21 +msgid "Setting up an FTP server with drakwizard proftpd" +msgstr "" + +#. type: Content of: <section><section><para> +#: en/drakwizard_proftpd.xml:23 +msgid "Welcome to the FTP wizard. Buckle up." +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_proftpd.xml:30 +msgid "drakwizard-ftp-step1.png" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_proftpd.xml:41 +msgid "drakwizard-ftp-step2.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_proftpd.xml:45 +msgid "" +"Exposing the FTP server to the Internet has it's risks. Be ready for bad " +"things." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_proftpd.xml:49 +msgid "Server Information" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_proftpd.xml:52 +msgid "drakwizard-ftp-step3.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_proftpd.xml:56 +msgid "" +"Enter name the sever will use to introduce itself, someone to email " +"complaints too and whether to allow root login access." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_proftpd.xml:60 +msgid "Server Options" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_proftpd.xml:63 +msgid "drakwizard-ftp-step4.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_proftpd.xml:67 +msgid "" +"Set listening port, jailed user, allow resumes and/or <acronym>FXP</acronym> " +"(File eXchange Protocol)" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_proftpd.xml:74 +msgid "drakwizard-ftp-step5.png" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_proftpd.xml:85 +msgid "drakwizard-ftp-step6.png" +msgstr "" + #. type: Content of: <section><info><title> #: en/drakwizard_squid.xml:3 msgid "Configure proxy" @@ -4678,13 +5014,179 @@ msgstr "" msgid "drakwizard_squid.png" msgstr "" -#. type: Content of: <section><para> -#: en/drakwizard_squid.xml:16 +#. type: Content of: <section><para><footnote><para> +#: en/drakwizard_squid.xml:12 msgid "" "You can start this tool from the command line, by typing <emphasis " "role=\"bold\">drakwizard squid</emphasis> as root." msgstr "" +#. type: Content of: <section><para> +#: en/drakwizard_squid.xml:12 +msgid "" +"This tool<placeholder type=\"footnote\" id=\"0\"/> can help you to set up a " +"proxy server." +msgstr "" + +#. type: Content of: <section><section><title> +#: en/drakwizard_squid.xml:15 +msgid "What is a proxy server?" +msgstr "" + +#. type: Content of: <section><section><para> +#: en/drakwizard_squid.xml:17 +msgid "" +"A proxy server is a server (a computer system or an application) that acts " +"as an intermediary for requests from clients seeking resources from other " +"servers. A client connects to the proxy server, requesting some service, " +"such as a file, connection, web page, or other resource available from a " +"different server and the proxy server evaluates the request as a way to " +"simplify and control its complexity. (From Wikipedia)" +msgstr "" + +#. type: Content of: <section><section><title> +#: en/drakwizard_squid.xml:21 +msgid "Setting up a proxy server with drakwizard squid" +msgstr "" + +#. type: Content of: <section><section><para> +#: en/drakwizard_squid.xml:23 +msgid "Welcome to the proxy server wizard." +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_squid.xml:30 +msgid "drakwizard-proxy-step1.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_squid.xml:38 +msgid "Selecting the proxy port" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_squid.xml:41 +msgid "drakwizard-proxy-step2.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_squid.xml:45 +msgid "" +"Select the proxy port browsers will connect through, then click " +"<guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_squid.xml:49 +msgid "Set Memory and Disk Usage" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_squid.xml:52 +msgid "drakwizard-proxy-step3.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_squid.xml:56 +msgid "Set momory and disk cache limits, then click <guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_squid.xml:60 +msgid "Select Network Access Control" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_squid.xml:63 +msgid "drakwizard-proxy-step4.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_squid.xml:67 +msgid "" +"Set visibility to local network or world, then click " +"<guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_squid.xml:71 +msgid "Grant Network Access" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_squid.xml:74 +msgid "drakwizard-proxy-step5.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_squid.xml:78 +msgid "Grant access to local networks, then click <guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_squid.xml:82 +msgid "Use Upper Level Proxy Server?" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_squid.xml:85 +msgid "drakwizard-proxy-step6.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_squid.xml:89 +msgid "Cascade through another proxy server? If no, skip next step." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_squid.xml:93 +msgid "Upper Level Proxy URL and Port" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_squid.xml:96 +msgid "drakwizard-proxy-step7.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_squid.xml:100 +msgid "" +"Provide upper level proxy hostname and port, then click " +"<guibutton>Next</guibutton>." +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_squid.xml:107 +msgid "drakwizard-proxy-step8.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_squid.xml:111 en/drakwizard_sshd.xml:112 +msgid "Take a second to check these option, then click <guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_squid.xml:115 +msgid "Start during boot?" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_squid.xml:118 +msgid "drakwizard-proxy-step9.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_squid.xml:122 +msgid "" +"Choose if the proxy server should be started during the boot time, then " +"click <guibutton>Next</guibutton>." +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_squid.xml:129 +msgid "drakwizard-proxy-step10.png" +msgstr "" + #. type: Content of: <section><info><title> #: en/drakwizard_sshd.xml:3 msgid "OpenSSH daemon configuration" @@ -4700,13 +5202,172 @@ msgstr "" msgid "drakwizard_sshd.png" msgstr "" -#. type: Content of: <section><para> -#: en/drakwizard_sshd.xml:16 +#. type: Content of: <section><para><footnote><para> +#: en/drakwizard_sshd.xml:13 msgid "" "You can start this tool from the command line, by typing <emphasis " "role=\"bold\">drakwizard sshd</emphasis> as root." msgstr "" +#. type: Content of: <section><para> +#: en/drakwizard_sshd.xml:13 +msgid "" +"This tool<placeholder type=\"footnote\" id=\"0\"/> can help you to set up an " +"<acronym>SSH</acronym> daemon." +msgstr "" + +#. type: Content of: <section><section><title> +#: en/drakwizard_sshd.xml:16 +msgid "What is <acronym>SSH</acronym>?" +msgstr "" + +#. type: Content of: <section><section><para> +#: en/drakwizard_sshd.xml:18 +msgid "" +"Secure Shell (SSH) is a cryptographic network protocol for secure data " +"communication, remote command-line login, remote command execution, and " +"other secure network services between two networked computers that connects, " +"via a secure channel over an insecure network, a server and a client " +"(running SSH server and <acronym>SSH</acronym> client programs, " +"respectively). (From Wikipedia)" +msgstr "" + +#. type: Content of: <section><section><title> +#: en/drakwizard_sshd.xml:22 +msgid "Setting up an <acronym>SSH</acronym> daemon with drakwizard sshd" +msgstr "" + +#. type: Content of: <section><section><para> +#: en/drakwizard_sshd.xml:24 +msgid "Welcome to the Open SSH wizard." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_sshd.xml:28 +msgid "Select Type of Configure Options" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_sshd.xml:31 +msgid "drakwizard-sshd-step1.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_sshd.xml:35 +msgid "" +"Choose <guilabel>Expert</guilabel> for all options or " +"<guilabel>Newbie</guilabel> to skip steps 3-7, click " +"<guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_sshd.xml:39 +msgid "General Options" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_sshd.xml:42 +msgid "drakwizard-sshd-step2.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_sshd.xml:46 +msgid "" +"Sets visibility and root access options. Port 22 is the standard " +"<acronym>SSH</acronym> port." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_sshd.xml:50 +msgid "Authenticaion Methods" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_sshd.xml:53 +msgid "drakwizard-sshd-step3.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_sshd.xml:57 +msgid "" +"Allow a variety of authentication methods users can use while connecting, " +"then click <guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_sshd.xml:61 +msgid "Logging" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_sshd.xml:64 +msgid "drakwizard-sshd-step4.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_sshd.xml:68 +msgid "" +"Choose logging facility and level of output, then click " +"<guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_sshd.xml:72 +msgid "Login Options" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_sshd.xml:75 +msgid "drakwizard-sshd-step5.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_sshd.xml:79 +msgid "Configure per-login settings, then click <guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_sshd.xml:83 +msgid "User Login Options" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_sshd.xml:86 +msgid "drakwizard-sshd-step6.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_sshd.xml:90 +msgid "Configure the user access settings, then click <guibutton>Next</guibutton>." +msgstr "" + +#. type: Content of: <section><section><procedure><step><title> +#: en/drakwizard_sshd.xml:94 +msgid "Compression and Forwarding" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_sshd.xml:97 +msgid "drakwizard-sshd-step7.png" +msgstr "" + +#. type: Content of: <section><section><procedure><step><para> +#: en/drakwizard_sshd.xml:101 +msgid "" +"Configure X11 forwarding and compression during transfer, then click " +"<guibutton>Next</guibutton>." +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_sshd.xml:108 +msgid "drakwizard-sshd-step8.png" +msgstr "" + +#. type: Attribute 'fileref' of: <section><section><procedure><step><mediaobject><imageobject><imagedata> +#: en/drakwizard_sshd.xml:119 +msgid "drakwizard-sshd-step9.png" +msgstr "" + #. type: Content of: <section><info><title> #: en/drakxservices.xml:3 msgid "Manage system services by enabling or disabling them" -- cgit v1.2.1