mirror of
https://github.com/privacyguides/i18n.git
synced 2026-09-22 14:15:38 +00:00
New Crowdin translations by GitHub Action
This commit is contained in:
@@ -138,21 +138,22 @@ description: Tor هي شبكة مجانية ولا مركزية، صُممت ل
|
||||
|
||||
"خدمات Onion" (ويشار إليها أيضا باسم "الخدمات المخفية") هي مواقع لا يمكن الوصول إليها إلا باستخدام Tor Browser. تستخدم هذه المواقع أسماء نطاق طويلة يتم إنشاؤها عشوائيًا، وتنتهي بـ `.onion`.
|
||||
|
||||
Connecting to an Onion Service in Tor works very similarly to connecting to a clearnet service, but your traffic is routed through a total of **six** nodes before reaching the destination server. Just like before, however, only three of these nodes are contributing to *your* anonymity, the other three nodes protect *the Onion Service's* anonymity, hiding the website's true IP and location in the same manner that Tor Browser is hiding yours.
|
||||
يعمل الاتصال بخدمة Onion عبر Tor بشكل مشابه جدًا للاتصال بخدمة Clearnet، لكن حركة البيانات الخاصة بك تمر عبر **ست** nodes إجمالًا قبل الوصول إلى الخادم المطلوب. لكن كما سبق، ثلاث فقط من هذه الـ nodes تساهم في إخفاء *هويتك* أنت، بينما تحمي الـ nodes الثلاث الأخرى *هوية خدمة Onion*، من خلال إخفاء عنوان IP الحقيقي للموقع وموقعه الجغرافي، بالطريقة نفسها التي يخفي بها Tor Browser عنوانك وموقعك.
|
||||
|
||||
<figure style="width:100%" markdown>
|
||||

|
||||

|
||||
<figcaption>Tor circuit pathway with Onion Services. Nodes in the <span class="pg-blue">blue</span> fence belong to your browser, while nodes in the <span class="pg-red">red</span> fence belong to the server, so their identity is hidden from you.</figcaption>
|
||||

|
||||

|
||||
|
||||
<figcaption>مسار Tor circuit عند استخدام خدمات Onion. الـ nodes الموجودة داخل الإطار <span class="pg-blue">الأزرق</span> تتبع متصفحك، بينما الـ nodes الموجودة داخل الإطار <span class="pg-red">الأحمر</span> تتبع الخادم، ولذلك تظل هويته مخفية عنك.</figcaption>
|
||||
</figure>
|
||||
|
||||
## Encryption
|
||||
## التشفير (Encryption)
|
||||
|
||||
Tor encrypts each packet (a block of transmitted data) three times with the keys from the exit, middle, and entry node in that order.
|
||||
يقوم Tor بتشفير كل packet (وهي كتلة من البيانات التي يتم إرسالها) ثلاث مرات، باستخدام مفاتيح عقدة الخروج (Exit Node)، ثم العقدة الوسطى (Middle Node)، ثم عقدة الدخول (Entry Node)، بهذا الترتيب.
|
||||
|
||||
Once Tor has built a circuit, data transmission is done as follows:
|
||||
بعد أن ينشئ Tor الـ circuit، يتم نقل البيانات بالشكل التالي:
|
||||
|
||||
1. Firstly: When the packet arrives at the entry node, the first layer of encryption is removed. In this encrypted packet, the entry node will find another encrypted packet with the middle node’s address. The entry node will then forward the packet to the middle node.
|
||||
1. أولا: عندما تصل الـ packet إلى عقدة الدخول (Entry Node)، تتم إزالة طبقة التشفير الأولى. داخل الـ packet المشفّرة، تجد عقدة الدخول (Entry Node) packet أخرى ما زالت مشفّرة، ومعها عنوان العقدة الوسطى (Middle Node) التي يجب إرسالها إليها. The entry node will then forward the packet to the middle node.
|
||||
|
||||
2. Secondly: When the middle node receives the packet from the entry node, it too will remove a layer of encryption with its key, and this time finds an encrypted packet with the exit node's address. The middle node will then forward the packet to the exit node.
|
||||
|
||||
|
||||
@@ -181,7 +181,7 @@ As an end user on a public homeserver, you can consider unchecking the **Enable
|
||||
|
||||
Unchecking this option may make it more difficult to discern your active sessions if you logged in to your Matrix account on multiple devices.
|
||||
|
||||
#### Encryption
|
||||
#### التشفير (Encryption)
|
||||
|
||||
- [x] (Optional) Check **In encrypted rooms, only send messages to verified users**
|
||||
|
||||
|
||||
@@ -48,9 +48,9 @@ For frozen distributions such as [Debian](https://debian.org/security/faq#handli
|
||||
|
||||
- [Regular Releases are Wrong, Roll for your life](https://youtu.be/i8c0mg_mS7U) <small>(YouTube)</small>
|
||||
|
||||
### Traditional vs Atomic Updates
|
||||
### 传统更新与原子更新
|
||||
|
||||
传统上,Linux发行版的更新方式是依次更新所需的软件包。 Traditional updates such as those used in Fedora, Arch Linux, and Debian-based distributions can be less reliable if an error occurs while updating.
|
||||
传统上,Linux发行版的更新方式是依次更新所需的软件包。如果更新过程中发生错误,像 Fedora、Arch Linux 和基于 Debian 的发行版中使用的传统更新方式可能会不太可靠。
|
||||
|
||||
Distros which use atomic updates, on the other hand, apply updates in full or not at all. On an atomic distribution, if an error occurs while updating (perhaps due to a power failure), nothing is changed on the system.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user