From e8f80d933c426fb59d631a5171b3423a004a87dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Mon, 6 Oct 2025 09:24:04 +0530 Subject: [PATCH 01/13] a2disconf: add Hindi translation Added a complete Hindi translation for the usage of the `a2disconf` command. The translation aims to help Hindi-speaking users understand how to disable Apache configuration files on Debian-based systems, both with and without informational output. Includes: - Basic usage explanation - Quiet mode option - Translation of technical terms --- pages.hi/linux/a2disconf.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pages.hi/linux/a2disconf.md diff --git a/pages.hi/linux/a2disconf.md b/pages.hi/linux/a2disconf.md new file mode 100644 index 00000000000000..2ae982bea19407 --- /dev/null +++ b/pages.hi/linux/a2disconf.md @@ -0,0 +1,14 @@ +Debian-आधारित ऑपरेटिंग सिस्टम पर Apache कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करें। +अधिक जानकारी के लिए देखें: [https://manned.org/a2disconf.8](https://manned.org/a2disconf.8) + +किसी कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करने के लिए कमांड: + +```bash +sudo a2disconf {{configuration_file}} +``` + +सूचनात्मक संदेश न दिखाने के लिए कमांड: + +```bash +sudo a2disconf {{[-q|--quiet]}} {{configuration_file}} +``` From 616a9f2998beaa143309c88e96e89fae6580589b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Mon, 6 Oct 2025 09:31:58 +0530 Subject: [PATCH 02/13] a2dissite: add Hindi translation Added a complete Hindi translation for the usage of the `a2dissite` command. --- pages.hi/linux/a2dissite.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.hi/linux/a2dissite.md diff --git a/pages.hi/linux/a2dissite.md b/pages.hi/linux/a2dissite.md new file mode 100644 index 00000000000000..9f1b255fcd97f4 --- /dev/null +++ b/pages.hi/linux/a2dissite.md @@ -0,0 +1,16 @@ +# `a2dissite` + +> Debian-आधारित ऑपरेटिंग सिस्टम्स पर Apache वर्चुअल होस्ट को निष्क्रिय (Disable) करने के लिए उपयोग किया जाता है। +> अधिक जानकारी: [https://manned.org/a2dissite.8](https://manned.org/a2dissite.8) + +- किसी वर्चुअल होस्ट को निष्क्रिय करने के लिए: + +``` +sudo a2dissite {{वर्चुअल_होस्ट_का_नाम}} +``` + +- सूचनात्मक संदेश को न दिखाने के लिए: + +``` +sudo a2dissite {{[-q|--quiet]}} {{वर्चुअल_होस्ट_का_नाम}} +``` From 22c36867c441a1b4a3ef7003423a0981503c072e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Mon, 6 Oct 2025 09:34:22 +0530 Subject: [PATCH 03/13] Update: hindi Translation for a2disconf.md --- pages.hi/linux/a2disconf.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pages.hi/linux/a2disconf.md b/pages.hi/linux/a2disconf.md index 2ae982bea19407..61150a627f79bc 100644 --- a/pages.hi/linux/a2disconf.md +++ b/pages.hi/linux/a2disconf.md @@ -1,13 +1,15 @@ -Debian-आधारित ऑपरेटिंग सिस्टम पर Apache कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करें। -अधिक जानकारी के लिए देखें: [https://manned.org/a2disconf.8](https://manned.org/a2disconf.8) +# a2disconf -किसी कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करने के लिए कमांड: +> डेबियन-आधारित ऑपरेटिंग सिस्टम पर अपाचे कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करें। +> अधिक जानकारी के लिए देखें: [https://manned.org/a2disconf.8](https://manned.org/a2disconf.8) + +- किसी कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करने के लिए कमांड: ```bash sudo a2disconf {{configuration_file}} ``` -सूचनात्मक संदेश न दिखाने के लिए कमांड: +- सूचनात्मक संदेश न दिखाने के लिए कमांड: ```bash sudo a2disconf {{[-q|--quiet]}} {{configuration_file}} From 53431c535f2c4055cbd88c8ae7916af122883e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Mon, 6 Oct 2025 09:38:06 +0530 Subject: [PATCH 04/13] a2dismod: add Hindi translation Added a complete Hindi translation for the usage of the `a2dismod` command. --- pages.hi/linux/a2dismod.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.hi/linux/a2dismod.md diff --git a/pages.hi/linux/a2dismod.md b/pages.hi/linux/a2dismod.md new file mode 100644 index 00000000000000..9290f5d1a810f1 --- /dev/null +++ b/pages.hi/linux/a2dismod.md @@ -0,0 +1,16 @@ +# `a2dismod` + +> डेबियन-आधारित ऑपरेटिंग सिस्टम्स पर अपाचे मॉड्यूल को निष्क्रिय करें। +> अधिक जानकारी के लिए देखें: [https://manned.org/a2dismod.8](https://manned.org/a2dismod.8) + +- किसी मॉड्यूल को निष्क्रिय करें: + +``` +sudo a2dismod {{module}} +``` + +- सूचनात्मक संदेश न दिखाएं: + +``` +sudo a2dismod {{[-q|--quiet]}} {{module}} +``` From abeb1f1691a266ca0feb2488c0e11050e3aba2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Tue, 7 Oct 2025 08:31:52 +0530 Subject: [PATCH 05/13] update: a2disconf.md Translation --- pages.hi/linux/a2disconf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.hi/linux/a2disconf.md b/pages.hi/linux/a2disconf.md index 61150a627f79bc..ff9c142f6202dd 100644 --- a/pages.hi/linux/a2disconf.md +++ b/pages.hi/linux/a2disconf.md @@ -1,7 +1,7 @@ # a2disconf > डेबियन-आधारित ऑपरेटिंग सिस्टम पर अपाचे कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करें। -> अधिक जानकारी के लिए देखें: [https://manned.org/a2disconf.8](https://manned.org/a2disconf.8) +> अधिक जानकारी के लिए देखें: - किसी कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करने के लिए कमांड: From f4cd515a9a65e11ae9c32a472aeed56ca1fafc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Tue, 7 Oct 2025 08:35:22 +0530 Subject: [PATCH 06/13] update: a2dismod.md Translation --- pages.hi/linux/a2dismod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.hi/linux/a2dismod.md b/pages.hi/linux/a2dismod.md index 9290f5d1a810f1..1b6481cc548d39 100644 --- a/pages.hi/linux/a2dismod.md +++ b/pages.hi/linux/a2dismod.md @@ -1,7 +1,7 @@ # `a2dismod` > डेबियन-आधारित ऑपरेटिंग सिस्टम्स पर अपाचे मॉड्यूल को निष्क्रिय करें। -> अधिक जानकारी के लिए देखें: [https://manned.org/a2dismod.8](https://manned.org/a2dismod.8) +> अधिक जानकारी के लिए देखें: . - किसी मॉड्यूल को निष्क्रिय करें: From 8f2ca8866c7f56bf7ec26051b2fecf910c24ca51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Tue, 7 Oct 2025 08:36:09 +0530 Subject: [PATCH 07/13] update: a2disconf.md Translation --- pages.hi/linux/a2disconf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.hi/linux/a2disconf.md b/pages.hi/linux/a2disconf.md index ff9c142f6202dd..8ab5353885cd20 100644 --- a/pages.hi/linux/a2disconf.md +++ b/pages.hi/linux/a2disconf.md @@ -1,7 +1,7 @@ # a2disconf > डेबियन-आधारित ऑपरेटिंग सिस्टम पर अपाचे कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करें। -> अधिक जानकारी के लिए देखें: +> अधिक जानकारी के लिए देखें: . - किसी कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करने के लिए कमांड: From e8b477d10cdf243bdbe001603920ff2874cf608b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Tue, 7 Oct 2025 08:37:28 +0530 Subject: [PATCH 08/13] update: a2dissite.md Hindi Translation --- pages.hi/linux/a2dissite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.hi/linux/a2dissite.md b/pages.hi/linux/a2dissite.md index 9f1b255fcd97f4..2971c0ce1b62e8 100644 --- a/pages.hi/linux/a2dissite.md +++ b/pages.hi/linux/a2dissite.md @@ -1,7 +1,7 @@ # `a2dissite` > Debian-आधारित ऑपरेटिंग सिस्टम्स पर Apache वर्चुअल होस्ट को निष्क्रिय (Disable) करने के लिए उपयोग किया जाता है। -> अधिक जानकारी: [https://manned.org/a2dissite.8](https://manned.org/a2dissite.8) +> अधिक जानकारी: . - किसी वर्चुअल होस्ट को निष्क्रिय करने के लिए: From b5bf5b273e7c8ef5712d5bae2ab44de9546b4599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Tue, 7 Oct 2025 08:38:58 +0530 Subject: [PATCH 09/13] update: a2dissite.md Hindi Translation --- pages.hi/linux/a2dissite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.hi/linux/a2dissite.md b/pages.hi/linux/a2dissite.md index 2971c0ce1b62e8..02fc51bab1bd9a 100644 --- a/pages.hi/linux/a2dissite.md +++ b/pages.hi/linux/a2dissite.md @@ -1,6 +1,6 @@ # `a2dissite` -> Debian-आधारित ऑपरेटिंग सिस्टम्स पर Apache वर्चुअल होस्ट को निष्क्रिय (Disable) करने के लिए उपयोग किया जाता है। +> डेबियन-आधारित ऑपरेटिंग सिस्टम्स पर अपाचे वर्चुअल होस्ट को निष्क्रिय करने के लिए उपयोग किया जाता है। > अधिक जानकारी: . - किसी वर्चुअल होस्ट को निष्क्रिय करने के लिए: From 4f09ef82a9f66b367de31136964d59944620ea83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Tue, 7 Oct 2025 08:40:14 +0530 Subject: [PATCH 10/13] add: a2enconf.md Hindi Translation --- pages.hi/linux/a2enconf.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.hi/linux/a2enconf.md diff --git a/pages.hi/linux/a2enconf.md b/pages.hi/linux/a2enconf.md new file mode 100644 index 00000000000000..4303dd18ae4f18 --- /dev/null +++ b/pages.hi/linux/a2enconf.md @@ -0,0 +1,12 @@ +# a2enconf + +> डेबियन-आधारित ऑपरेटिंग सिस्टम पर एक अपाचे कंफिगरेशन फ़ाइल को सक्षम करें। +> अधिक जानकारी: । + +- एक कंफिगरेशन फ़ाइल को सक्षम करें: + +`sudo a2enconf {{configuration_file}}` + +- सूचनात्मक संदेश न दिखाएं: + +`sudo a2enconf {{[-q|--quiet]}} {{configuration_file}}` From 8523e77b2a64acce5538ef64c12b775769e292f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Tue, 7 Oct 2025 09:07:48 +0530 Subject: [PATCH 11/13] update: a2disconf.md Hindi Translation --- pages.hi/linux/a2disconf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.hi/linux/a2disconf.md b/pages.hi/linux/a2disconf.md index 8ab5353885cd20..0bd1cf598aafd4 100644 --- a/pages.hi/linux/a2disconf.md +++ b/pages.hi/linux/a2disconf.md @@ -1,7 +1,7 @@ # a2disconf > डेबियन-आधारित ऑपरेटिंग सिस्टम पर अपाचे कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करें। -> अधिक जानकारी के लिए देखें: . +> अधिक जानकारी के लिए देखें: । - किसी कॉन्फ़िगरेशन फ़ाइल को निष्क्रिय करने के लिए कमांड: From 946f8afc987b9782e4add4effd42300cd0d2f829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Tue, 7 Oct 2025 09:08:18 +0530 Subject: [PATCH 12/13] update: a2dismod.md Hindi Translation --- pages.hi/linux/a2dismod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.hi/linux/a2dismod.md b/pages.hi/linux/a2dismod.md index 1b6481cc548d39..faa4f5bf336ac9 100644 --- a/pages.hi/linux/a2dismod.md +++ b/pages.hi/linux/a2dismod.md @@ -1,7 +1,7 @@ # `a2dismod` > डेबियन-आधारित ऑपरेटिंग सिस्टम्स पर अपाचे मॉड्यूल को निष्क्रिय करें। -> अधिक जानकारी के लिए देखें: . +> अधिक जानकारी के लिए देखें: । - किसी मॉड्यूल को निष्क्रिय करें: From 8158d8738febf0806d9175c10d9152f55ba9e978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kod=C4=93?= Date: Tue, 7 Oct 2025 09:08:43 +0530 Subject: [PATCH 13/13] update: a2dissite.md Hindi Translation --- pages.hi/linux/a2dissite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.hi/linux/a2dissite.md b/pages.hi/linux/a2dissite.md index 02fc51bab1bd9a..7f8d942d523d3f 100644 --- a/pages.hi/linux/a2dissite.md +++ b/pages.hi/linux/a2dissite.md @@ -1,7 +1,7 @@ # `a2dissite` > डेबियन-आधारित ऑपरेटिंग सिस्टम्स पर अपाचे वर्चुअल होस्ट को निष्क्रिय करने के लिए उपयोग किया जाता है। -> अधिक जानकारी: . +> अधिक जानकारी: । - किसी वर्चुअल होस्ट को निष्क्रिय करने के लिए: