<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>حاسوبي</title><description>مدونه مختصة بالتقنية </description><managingEditor>noreply@blogger.com (fasuli sitayl)</managingEditor><pubDate>Tue, 16 Dec 2025 06:36:28 -0800</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">15</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>https://hasubi3.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>مدونه مختصة بالتقنية </itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item><title>مشروع Python يحسب العمر بسهولة | Python project calculates age with ease</title><link>https://hasubi3.blogspot.com/2022/07/python-python-project-calculates-age.html</link><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Sun, 3 Jul 2022 09:31:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-5186134785239536513</guid><description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/a/AVvXsEgXjCw3i2WdsV2N-PGpvYdYAv2cTR3IvVTO1nG6J6sD6G47GD3Yf7JeAHCU-FZIiZZjggz0Rcwu-vnpv4j62Z1Z23fEwU33HWlNVa4E-Ryx9kUxouokS1DM6CGGDCnjZC9orHkrk6Lbx8Sor_habugGL0f3KC0FHxKxTh_72qIJ-Z9GUIU9ShRtbrrg" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="" data-original-height="720" data-original-width="1280" height="319" src="https://blogger.googleusercontent.com/img/a/AVvXsEgXjCw3i2WdsV2N-PGpvYdYAv2cTR3IvVTO1nG6J6sD6G47GD3Yf7JeAHCU-FZIiZZjggz0Rcwu-vnpv4j62Z1Z23fEwU33HWlNVa4E-Ryx9kUxouokS1DM6CGGDCnjZC9orHkrk6Lbx8Sor_habugGL0f3KC0FHxKxTh_72qIJ-Z9GUIU9ShRtbrrg=w561-h319" width="561" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;في هاذا المشرع استخدمت مكتبتين مكتبة ال(&lt;b style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px;"&gt;datetime and&amp;nbsp;&lt;/b&gt;&lt;b style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px;"&gt;time&lt;/b&gt;)&lt;/p&gt;&lt;p&gt;و المشرع جداً سهل و شرح سهل اتمنى يعجبكم&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;الكود:&lt;/p&gt;&lt;pre style="background-color: #2b2b2b; color: #a9b7c6; font-family: &amp;quot;JetBrains Mono&amp;quot;, monospace; font-size: ٩٫٨pt;"&gt;&lt;span style="color: #cc7832;"&gt;import &lt;/span&gt;datetime&lt;br /&gt;&lt;span style="color: #cc7832;"&gt;import &lt;/span&gt;time&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #cc7832;"&gt;def &lt;/span&gt;&lt;span style="color: #ffc66d;"&gt;main&lt;/span&gt;():&lt;br /&gt;    name = &lt;span style="color: #8888c6;"&gt;input&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"Enter yor name: "&lt;/span&gt;)&lt;br /&gt;    time.sleep(&lt;span style="color: #6897bb;"&gt;2&lt;/span&gt;)&lt;br /&gt;    &lt;span style="color: #8888c6;"&gt;print&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"Hello " &lt;/span&gt;+ name)&lt;br /&gt;    time.sleep(&lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;)&lt;br /&gt;    age = &lt;span style="color: #8888c6;"&gt;int&lt;/span&gt;(&lt;span style="color: #8888c6;"&gt;input&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"Enter your year of birth: "&lt;/span&gt;))&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    YearNow = datetime.datetime.now() .year&lt;br /&gt;    MyAge = YearNow-(age)&lt;br /&gt;    time.sleep(&lt;span style="color: #6897bb;"&gt;3&lt;/span&gt;)&lt;br /&gt;    options = &lt;span style="color: #8888c6;"&gt;int&lt;/span&gt;(&lt;span style="color: #8888c6;"&gt;input&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;f"oh your age is &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;{&lt;/span&gt;MyAge&lt;span style="color: #cc7832;"&gt;}&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; Year &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; like me I am &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;{&lt;/span&gt;MyAge&lt;span style="color: #cc7832;"&gt;} \n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; my name is 'Fbot' &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; Check one of the options  &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;{&lt;/span&gt;name&lt;span style="color: #cc7832;"&gt;} \n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; 1- for python &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; 2- for HTML &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; 3- for JavaScript "&lt;/span&gt;))&lt;br /&gt;&lt;br /&gt;    &lt;span style="color: #8888c6;"&gt;print&lt;/span&gt;(options)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;if &lt;/span&gt;options == &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;:&lt;br /&gt;        &lt;span style="color: #8888c6;"&gt;print&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"Python is an extensible,&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; high-level, easy-to-learn, open-source,&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; object-oriented programming language. &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;'Wikipedia'"&lt;/span&gt;)&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;elif &lt;/span&gt;options == &lt;span style="color: #6897bb;"&gt;2&lt;/span&gt;:&lt;br /&gt;        &lt;span style="color: #8888c6;"&gt;print&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"Hypertext Markup Language,&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; is a markup language used to create and design web&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; pages and websites, and this language is&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; considered one of the oldest and most widely &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;used languages in web page design.&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; 'Wikipedia'"&lt;/span&gt;)&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;elif &lt;/span&gt;options == &lt;span style="color: #6897bb;"&gt;3&lt;/span&gt;:&lt;br /&gt;        &lt;span style="color: #8888c6;"&gt;print&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"JavaScript or JS is a high-level programming language &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;used primarily in web browsers &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;to create more interactive pages.&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; It is currently being developed by Mozilla Corporation.&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\n&lt;/span&gt;&lt;span style="color: #6a8759;"&gt; 'Wikipedia'"&lt;/span&gt;)&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;else&lt;/span&gt;:&lt;br /&gt;        &lt;span style="color: #8888c6;"&gt;print&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"Error"&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;main()&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://youtu.be/MgeuWSuIilQ" rel="nofollow"&gt;شرح الكود بالفيديو&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/a/AVvXsEgXjCw3i2WdsV2N-PGpvYdYAv2cTR3IvVTO1nG6J6sD6G47GD3Yf7JeAHCU-FZIiZZjggz0Rcwu-vnpv4j62Z1Z23fEwU33HWlNVa4E-Ryx9kUxouokS1DM6CGGDCnjZC9orHkrk6Lbx8Sor_habugGL0f3KC0FHxKxTh_72qIJ-Z9GUIU9ShRtbrrg=s72-w561-h319-c" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>صنع لعبة X/O بالبايثون</title><link>https://hasubi3.blogspot.com/2021/06/xo.html</link><category>البرمجة</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Fri, 4 Jun 2021 13:37:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-1368411122013056335</guid><description>&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzEDI2UGZ0MqrPTK_FfNSlHWy6t1mgExQ6FMKtmqV_aiZEmTjmQi6ekY5Ras7nIwQMDLzy6LcWBseldmCvK1g6a4eC5UO36kEGpu-XFkZKIbq_XEKvnLf2Z1zMgmpYjSr_TUvZsyDSoB8/s1897/3EFDFBDF-DAC4-469C-BCC4-B674660A5D13.JPEG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="1067" data-original-width="1897" height="286" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzEDI2UGZ0MqrPTK_FfNSlHWy6t1mgExQ6FMKtmqV_aiZEmTjmQi6ekY5Ras7nIwQMDLzy6LcWBseldmCvK1g6a4eC5UO36kEGpu-XFkZKIbq_XEKvnLf2Z1zMgmpYjSr_TUvZsyDSoB8/w508-h286/3EFDFBDF-DAC4-469C-BCC4-B674660A5D13.JPEG" width="508" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;ان اللعبة ممتعة و بسيطة&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;الكود البرمجي:&lt;/p&gt;&lt;pre style="background-color: #2b2b2b; color: #a9b7c6; font-family: &amp;quot;JetBrains Mono&amp;quot;, monospace; font-size: ٩٫٨pt;"&gt;name =&lt;span style="color: #8888c6;"&gt;input&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"ضع اسمك هنا"&lt;/span&gt;)&lt;br /&gt;age = &lt;span style="color: #8888c6;"&gt;input&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"ما هو عمرك"&lt;/span&gt;)&lt;br /&gt;man = &lt;span style="color: #8888c6;"&gt;input&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"كيف يمكنني مساعدتك؟"&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #8888c6;"&gt;print&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"مرحبا بك في عالمي يا" &lt;/span&gt;+name)&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #8888c6;"&gt;print&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;"العب و سيتم حل مسكلتك و هي " &lt;/span&gt;+man )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #cc7832;"&gt;import &lt;/span&gt;random&lt;br /&gt;&lt;span style="color: #cc7832;"&gt;import &lt;/span&gt;time&lt;br /&gt;&lt;br /&gt;arr = [&lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;2&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;3&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;4&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;5&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;6&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;7&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;8&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;9&lt;/span&gt;]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #cc7832;"&gt;def &lt;/span&gt;printGrid(a):&lt;br /&gt;    &lt;span style="color: grey;"&gt;#don't change this , be careful&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;    &lt;/span&gt;&lt;span style="color: #8888c6;"&gt;print&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;'''&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;    '''&lt;/span&gt;)&lt;br /&gt;    print(a[&lt;span style="color: #6897bb;"&gt;0&lt;/span&gt;]&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;&lt;span style="color: #6a8759;"&gt;'      |'&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;a[&lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;]&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;&lt;span style="color: #6a8759;"&gt;'      |'&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;a[&lt;span style="color: #6897bb;"&gt;2&lt;/span&gt;])&lt;br /&gt;    print(&lt;span style="color: #6a8759;"&gt;'        |         |'&lt;/span&gt;)&lt;br /&gt;    print(&lt;span style="color: #6a8759;"&gt;'-------------------------'&lt;/span&gt;)&lt;br /&gt;    print(a[&lt;span style="color: #6897bb;"&gt;3&lt;/span&gt;]&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;&lt;span style="color: #6a8759;"&gt;'      |'&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;a[&lt;span style="color: #6897bb;"&gt;4&lt;/span&gt;]&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;&lt;span style="color: #6a8759;"&gt;'      |'&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;a[&lt;span style="color: #6897bb;"&gt;5&lt;/span&gt;])&lt;br /&gt;    print(&lt;span style="color: #6a8759;"&gt;'        |         |'&lt;/span&gt;)&lt;br /&gt;    print(&lt;span style="color: #6a8759;"&gt;'-------------------------'&lt;/span&gt;)&lt;br /&gt;    print(a[&lt;span style="color: #6897bb;"&gt;6&lt;/span&gt;]&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;&lt;span style="color: #6a8759;"&gt;'      |'&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;a[&lt;span style="color: #6897bb;"&gt;7&lt;/span&gt;]&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;&lt;span style="color: #6a8759;"&gt;'      |'&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;a[&lt;span style="color: #6897bb;"&gt;8&lt;/span&gt;])&lt;br /&gt;    print(&lt;span style="color: #6a8759;"&gt;'        |         |'&lt;/span&gt;)&lt;br /&gt;    print(&lt;span style="color: #6a8759;"&gt;'''&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;    '''&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #cc7832;"&gt;def &lt;/span&gt;whoStart():&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;return &lt;/span&gt;random.choice([&lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;0&lt;/span&gt;])&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #cc7832;"&gt;def &lt;/span&gt;symbolForPlayers():&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;return &lt;/span&gt;random.choice([&lt;span style="color: #6a8759;"&gt;'X'&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;'O'&lt;/span&gt;])&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #cc7832;"&gt;def &lt;/span&gt;checkVictory(arr&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;sym):&lt;br /&gt;    &lt;span style="color: grey;"&gt;#first row&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;    &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;return &lt;/span&gt;((arr[&lt;span style="color: #6897bb;"&gt;0&lt;/span&gt;] == sym  &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;2&lt;/span&gt;] == sym) &lt;span style="color: #cc7832;"&gt;or&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;    &lt;/span&gt;&lt;span style="color: grey;"&gt;#second row&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;    &lt;/span&gt;(arr[&lt;span style="color: #6897bb;"&gt;3&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;4&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;5&lt;/span&gt;] == sym) &lt;span style="color: #cc7832;"&gt;or&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;    &lt;/span&gt;&lt;span style="color: grey;"&gt;#third row&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;    &lt;/span&gt;(arr[&lt;span style="color: #6897bb;"&gt;6&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;7&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;8&lt;/span&gt;] == sym) &lt;span style="color: #cc7832;"&gt;or&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;    &lt;/span&gt;&lt;span style="color: grey;"&gt;#first column&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;    &lt;/span&gt;(arr[&lt;span style="color: #6897bb;"&gt;0&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;3&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;6&lt;/span&gt;] == sym) &lt;span style="color: #cc7832;"&gt;or&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;    &lt;/span&gt;&lt;span style="color: grey;"&gt;#second column&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;    &lt;/span&gt;(arr[&lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;4&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;7&lt;/span&gt;] == sym) &lt;span style="color: #cc7832;"&gt;or&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;    &lt;/span&gt;&lt;span style="color: grey;"&gt;#third column&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;    &lt;/span&gt;(arr[&lt;span style="color: #6897bb;"&gt;2&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;5&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;8&lt;/span&gt;] == sym) &lt;span style="color: #cc7832;"&gt;or&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;    &lt;/span&gt;&lt;span style="color: grey;"&gt;#diagonal 1&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;    &lt;/span&gt;(arr[&lt;span style="color: #6897bb;"&gt;0&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;4&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;8&lt;/span&gt;] == sym) &lt;span style="color: #cc7832;"&gt;or&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;    &lt;/span&gt;&lt;span style="color: grey;"&gt;#diagonal 2&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;    &lt;/span&gt;(arr[&lt;span style="color: #6897bb;"&gt;2&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;4&lt;/span&gt;] == sym &lt;span style="color: #cc7832;"&gt;and &lt;/span&gt;arr[&lt;span style="color: #6897bb;"&gt;6&lt;/span&gt;] == sym)&lt;br /&gt;    )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #cc7832;"&gt;def &lt;/span&gt;BoardFull(arr):&lt;br /&gt;    &lt;span style="color: grey;"&gt;#check if all elements in arr are not numbers&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;    &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;return &lt;/span&gt;all([arr[i] != i+&lt;span style="color: #6897bb;"&gt;1 &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;for &lt;/span&gt;i &lt;span style="color: #cc7832;"&gt;in &lt;/span&gt;range(len(arr) - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;)])&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #cc7832;"&gt;def &lt;/span&gt;Gameover(sym1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;sym2&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player2):&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;global &lt;/span&gt;arr&lt;br /&gt;&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;if &lt;/span&gt;checkVictory(arr&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;sym1):&lt;br /&gt;        print(&lt;span style="color: #6a8759;"&gt;'{} is the winner'&lt;/span&gt;.format(player1))&lt;br /&gt;        &lt;span style="color: #cc7832;"&gt;return True&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;    if &lt;/span&gt;checkVictory(arr&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;sym2):&lt;br /&gt;        print(&lt;span style="color: #6a8759;"&gt;'{} is the winner'&lt;/span&gt;.format(player2))&lt;br /&gt;        &lt;span style="color: #cc7832;"&gt;return True&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;    if &lt;/span&gt;BoardFull(arr):&lt;br /&gt;        print(&lt;span style="color: #6a8759;"&gt;'GAME OVER'&lt;/span&gt;)&lt;br /&gt;        &lt;span style="color: #cc7832;"&gt;return True&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;    return False&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;def &lt;/span&gt;main():&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;global &lt;/span&gt;arr&lt;br /&gt;    player1 = input(&lt;span style="color: #6a8759;"&gt;'اسم الاعب الأول : '&lt;/span&gt;)&lt;br /&gt;    player2 = input(&lt;span style="color: #6a8759;"&gt;'اسم الاعب الثاني : '&lt;/span&gt;)&lt;br /&gt;    sym1 = symbolForPlayers()&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;if &lt;/span&gt;sym1 == &lt;span style="color: #6a8759;"&gt;'X'&lt;/span&gt;:&lt;br /&gt;        sym2 = &lt;span style="color: #6a8759;"&gt;'O'&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;    &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;else&lt;/span&gt;:&lt;br /&gt;        sym2 = &lt;span style="color: #6a8759;"&gt;'X'&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;    &lt;/span&gt;print(&lt;span style="color: #6a8759;"&gt;'{} is {}       {} is {}'&lt;/span&gt;.format(player1&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;sym1&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;player2&lt;span style="color: #cc7832;"&gt;, &lt;/span&gt;sym2))&lt;br /&gt;    time.sleep(&lt;span style="color: #6897bb;"&gt;2&lt;/span&gt;)&lt;br /&gt;    firstMove = whoStart()&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;if &lt;/span&gt;firstMove == &lt;span style="color: #6897bb;"&gt;0&lt;/span&gt;:&lt;br /&gt;        print(&lt;span style="color: #6a8759;"&gt;'{} will start first'&lt;/span&gt;.format(player1))&lt;br /&gt;        &lt;span style="color: #cc7832;"&gt;while True&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;            Gameover(sym1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;sym2&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player2)&lt;br /&gt;            &lt;span style="color: #cc7832;"&gt;if &lt;/span&gt;Gameover(sym1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;sym2&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player2):&lt;br /&gt;                &lt;span style="color: #cc7832;"&gt;break&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;            &lt;/span&gt;printGrid(arr)&lt;br /&gt;&lt;br /&gt;            &lt;span style="color: grey;"&gt;#player1 turn&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;            &lt;/span&gt;print(&lt;span style="color: #6a8759;"&gt;'it&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\'&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;s {} turn'&lt;/span&gt;.format(player1))&lt;br /&gt;            p1c = int(input(&lt;span style="color: #6a8759;"&gt;'اختار الرقم من١-٩ : '&lt;/span&gt;))&lt;br /&gt;            &lt;span style="color: grey;"&gt;#check if square is available&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;            &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;while &lt;/span&gt;arr[p1c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] == &lt;span style="color: #6a8759;"&gt;'X' &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;or &lt;/span&gt;arr[p1c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] == &lt;span style="color: #6a8759;"&gt;'O'&lt;/span&gt;:&lt;br /&gt;                p1c = int(input(&lt;span style="color: #6a8759;"&gt;'انظر إلى اللوحة واختر رقمًا من 1 إلى 9 : '&lt;/span&gt;))&lt;br /&gt;            arr[p1c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] = sym1&lt;br /&gt;&lt;br /&gt;            Gameover(sym1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;sym2&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player2)&lt;br /&gt;            &lt;span style="color: #cc7832;"&gt;if &lt;/span&gt;Gameover(sym1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;sym2&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player2):&lt;br /&gt;                &lt;span style="color: #cc7832;"&gt;break&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;            &lt;/span&gt;printGrid(arr)&lt;br /&gt;&lt;br /&gt;            &lt;span style="color: grey;"&gt;#player2 turn&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;            &lt;/span&gt;print(&lt;span style="color: #6a8759;"&gt;'it&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\'&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;s {} turn'&lt;/span&gt;.format(player2))&lt;br /&gt;            p2c = int(input(&lt;span style="color: #6a8759;"&gt;'اختار الرقم من١-٩ : '&lt;/span&gt;))&lt;br /&gt;            &lt;span style="color: #cc7832;"&gt;while &lt;/span&gt;arr[p2c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] == &lt;span style="color: #6a8759;"&gt;'X' &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;or &lt;/span&gt;arr[p2c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] == &lt;span style="color: #6a8759;"&gt;'O'&lt;/span&gt;:&lt;br /&gt;                p2c = int(input(&lt;span style="color: #6a8759;"&gt;'انظر إلى اللوحة واختر رقمًا من 1 إلى 9 : '&lt;/span&gt;))&lt;br /&gt;            arr[p2c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] = sym2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;if &lt;/span&gt;firstMove == &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;:&lt;br /&gt;        &lt;span style="color: #cc7832;"&gt;while True&lt;/span&gt;:&lt;br /&gt;            Gameover(sym1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;sym2&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player2)&lt;br /&gt;            &lt;span style="color: #cc7832;"&gt;if &lt;/span&gt;Gameover(sym1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;sym2&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player2):&lt;br /&gt;                &lt;span style="color: #cc7832;"&gt;break&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;            &lt;/span&gt;printGrid(arr)&lt;br /&gt;&lt;br /&gt;            &lt;span style="color: grey;"&gt;#player2 turn&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;            &lt;/span&gt;&lt;span style="color: #8888c6;"&gt;print&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;'it&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\'&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;s {} turn'&lt;/span&gt;.format(player2))&lt;br /&gt;            p2c = &lt;span style="color: #8888c6;"&gt;int&lt;/span&gt;(&lt;span style="color: #8888c6;"&gt;input&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;'اختار الرقم من١-٩: '&lt;/span&gt;))&lt;br /&gt;            &lt;span style="color: #cc7832;"&gt;while &lt;/span&gt;arr[p2c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] == &lt;span style="color: #6a8759;"&gt;'X' &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;or &lt;/span&gt;arr[p2c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] == &lt;span style="color: #6a8759;"&gt;'O'&lt;/span&gt;:&lt;br /&gt;                p2c = &lt;span style="color: #8888c6;"&gt;int&lt;/span&gt;(&lt;span style="color: #8888c6;"&gt;input&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;'انظر إلى اللوحة واختر رقمًا من 1 إلى 9 : '&lt;/span&gt;))&lt;br /&gt;            arr[p2c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] = sym2&lt;br /&gt;&lt;br /&gt;            Gameover(sym1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;sym2&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player2)&lt;br /&gt;            &lt;span style="color: #cc7832;"&gt;if &lt;/span&gt;Gameover(sym1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;sym2&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player1&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;player2):&lt;br /&gt;                &lt;span style="color: #cc7832;"&gt;break&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;            &lt;/span&gt;printGrid(arr)&lt;br /&gt;&lt;br /&gt;            &lt;span style="color: grey;"&gt;#player1 turn&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;            &lt;/span&gt;&lt;span style="color: #8888c6;"&gt;print&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;'it&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;\'&lt;/span&gt;&lt;span style="color: #6a8759;"&gt;s {} turn'&lt;/span&gt;.format(player1))&lt;br /&gt;            p1c = &lt;span style="color: #8888c6;"&gt;int&lt;/span&gt;(&lt;span style="color: #8888c6;"&gt;input&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;'ختار الرقم من١-٩ : '&lt;/span&gt;))&lt;br /&gt;            &lt;span style="color: #cc7832;"&gt;while &lt;/span&gt;arr[p1c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] == &lt;span style="color: #6a8759;"&gt;'X' &lt;/span&gt;&lt;span style="color: #cc7832;"&gt;or &lt;/span&gt;arr[p1c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] == &lt;span style="color: #6a8759;"&gt;'O'&lt;/span&gt;:&lt;br /&gt;                p1c = &lt;span style="color: #8888c6;"&gt;int&lt;/span&gt;(&lt;span style="color: #8888c6;"&gt;input&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;'انظر إلى اللوحة واختر رقمًا من 1 إلى 9 : '&lt;/span&gt;))&lt;br /&gt;            arr[p1c - &lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;] = sym1&lt;br /&gt;&lt;br /&gt;    &lt;span style="color: grey;"&gt;#play again&lt;br /&gt;&lt;/span&gt;&lt;span style="color: grey;"&gt;    &lt;/span&gt;again = &lt;span style="color: #8888c6;"&gt;input&lt;/span&gt;(&lt;span style="color: #6a8759;"&gt;'هل تريد ان تلعب مره اخرى : '&lt;/span&gt;)&lt;br /&gt;    &lt;span style="color: #cc7832;"&gt;if &lt;/span&gt;again.lower()[&lt;span style="color: #6897bb;"&gt;0&lt;/span&gt;] == &lt;span style="color: #6a8759;"&gt;'نعم'&lt;/span&gt;:&lt;br /&gt;        arr = [&lt;span style="color: #6897bb;"&gt;1&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;2&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;3&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;4&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;5&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;6&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;7&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;8&lt;/span&gt;&lt;span style="color: #cc7832;"&gt;,&lt;/span&gt;&lt;span style="color: #6897bb;"&gt;9&lt;/span&gt;]&lt;br /&gt;        main()&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #cc7832;"&gt;if &lt;/span&gt;__name__ == &lt;span style="color: #6a8759;"&gt;'__main__'&lt;/span&gt;:&lt;br /&gt;    main()&lt;/pre&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="266" src="https://www.youtube.com/embed/ZB6tfmBf_k4" width="320" youtube-src-id="ZB6tfmBf_k4"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;pre style="background-color: #2b2b2b; color: #a9b7c6; font-family: &amp;quot;JetBrains Mono&amp;quot;, monospace; font-size: ٩٫٨pt;"&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzEDI2UGZ0MqrPTK_FfNSlHWy6t1mgExQ6FMKtmqV_aiZEmTjmQi6ekY5Ras7nIwQMDLzy6LcWBseldmCvK1g6a4eC5UO36kEGpu-XFkZKIbq_XEKvnLf2Z1zMgmpYjSr_TUvZsyDSoB8/s72-w508-h286-c/3EFDFBDF-DAC4-469C-BCC4-B674660A5D13.JPEG" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>نظام تشغيل الويندوز</title><link>https://hasubi3.blogspot.com/2021/04/blog-post.html</link><category>ويندوز</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Tue, 27 Apr 2021 23:42:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-8904319870479510375</guid><description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;img alt="نظام التشغيل ويندوز &amp;quot;WINDOWS&amp;quot; - بوابة يوم جديد المجتمعية" class="n3VNCb" data-noaft="1" height="273" jsaction="load:XAeZkd;" jsname="HiaYvf" src="http://media.kenanaonline.com/photos/1234180/1234180672/large_1234180672.jpg?1243758313" style="caret-color: rgb(0, 0, 0); color: black; height: 196px; margin: 16.599999999999994px auto; width: 287px;" width="400" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;نظام تشغيل ويندوز&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h1 class="title" itemprop="headline" style="line-height: 1.4; margin: 0px 0px 0.625rem; text-align: center;"&gt;&lt;span style="caret-color: rgb(51, 51, 51); color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: 45px;"&gt;ما هو نظام تشغيل الويندوز&lt;/span&gt;&lt;/h1&gt;&lt;p&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Windows هو نظام تشغيل سطح مكتب تم تطويره بواسطة Microsoft. على مدار العقود الثلاثة الماضية ، كان Windows هو نظام التشغيل الأكثر شيوعًا لأجهزة الكمبيوتر الشخصية.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;يأتي كل إصدار من Windows بواجهة مستخدم رسومية تتضمن سطح مكتب به رموز وشريط مهام يتم عرضه في الجزء السفلي من الشاشة افتراضيًا. يسمح "مستكشف الملفات" في Windows للمستخدمين بفتح نوافذ متعددة وتصفح المجلدات وفتح الملفات والتطبيقات. تتضمن معظم إصدارات Windows قائمة ابدأ ، والتي توفر وصولاً سريعًا إلى الملفات والإعدادات وميزة بحث Windows.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;يعد شريط المهام الموجود أسفل الشاشة طريقة سهلة لتحديد سطح مكتب Windows. على العكس من ذلك ، يحتوي سطح مكتب macOS على شريط قوائم في الجزء العلوي من الشاشة. في Windows ، توجد أزرار الإغلاق ، والتصغير ، والتكبير / التصغير على الجانب الأيمن من شريط عنوان كل نافذة ، بينما في نظام macOS ، تقع على اليسار.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;تم إطلاق الإصدار الأول من Windows في عام 1985. ومنذ ذلك الحين ، خضع نظام التشغيل للعديد من التحديثات الرئيسية. تتضمن بعض إصدارات Windows الأكثر شهرة ما يلي:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;Windows 3.1 (1992)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;نظام التشغيل Windows 95 (1995)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;نظام التشغيل Windows XP (2001)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;نظام التشغيل Windows 7 (2009)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;نظام التشغيل Windows 10 (2015)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;تتمتع الإصدارات السابقة من Windows بعمر افتراضي طويل واستقبلها المستخدمون جيدًا. تتضمن بعض إصدارات Windows الأقل شيوعًا ، والتي تتميز بعمر افتراضي قصير ، ما يلي:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;نظام التشغيل Windows 98 (1998)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;نظام التشغيل Windows Me (2000)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;نظام التشغيل Windows Vista (2006)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;نظام التشغيل Windows 8 (2012)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;أصدرت Microsoft معظم إصدارات Windows بإصدارات متعددة ، مصممة خصيصًا لمستخدمين مختلفين. على سبيل المثال ، يتوفر Windows 10 في إصداري "Home" و "Pro". الإصدار Home كافٍ لمعظم المستخدمين ، بينما يتضمن إصدار Pro ميزات شبكات وميزات إدارية إضافية مفيدة في مساحات عمل الشركة.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;يعمل Windows على أجهزة قياسية x86 ، مثل معالجات Intel و AMD. على عكس Apple ، تقوم Microsoft بترخيص نظام التشغيل للعديد من الشركات المصنعة. لذلك ، تبيع العديد من الشركات ، مثل Dell و HP و Acer و Asus و Lenovo أجهزة الكمبيوتر الشخصية التي تعمل بنظام Windows. تطور Microsoft خطها الخاص من أجهزة الكمبيوتر المحمولة التي تعمل بنظام Windows Surface أيضًا.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;قد يطلق على البرامج المكتوبة لنظام التشغيل Windows اسم تطبيقات أو تطبيقات أو ملفات قابلة للتنفيذ. بغض النظر عن التسمية الخاصة بها ، فإن برامج Windows لها امتداد ملف .EXE. تعمل إصدارات 64 بت من Windows على تطبيقات 32 بت و 64 بت ، بينما تعمل الإصدارات 32 بت فقط تطبيقات 32 بت.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>كيفية إنشاء صفحة تصيد باستخدام Kali Linux | استنساخ صفحات الويب باستخدام مجموعة أدوات الهندسة الاجتماعية من Kali Linux</title><link>https://hasubi3.blogspot.com/2021/04/kali-linux-kali-linux.html</link><category>الاختراق</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Sat, 24 Apr 2021 22:37:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-3947358870553045449</guid><description>&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;&amp;nbsp;قم بإنشاء استنساخ مواقع الويب باستخدام Kali Linux.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhITpX7Xmj9dRhyphenhyphenS9-IU3rlh3OEGshdoQ1SquNyDDoqyq4H5_N3Kr4WgK380E4vDUiVb8pA1SEVfSrSmpL-u1wgnthoJ4oS9cxajsRv1uvLVKTbk9UIDXujwH2EDPGUEy2sPyjKG0z-FO0/s640/415404-636089433052668937-16x9.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="360" data-original-width="640" height="300" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhITpX7Xmj9dRhyphenhyphenS9-IU3rlh3OEGshdoQ1SquNyDDoqyq4H5_N3Kr4WgK380E4vDUiVb8pA1SEVfSrSmpL-u1wgnthoJ4oS9cxajsRv1uvLVKTbk9UIDXujwH2EDPGUEy2sPyjKG0z-FO0/w535-h300/415404-636089433052668937-16x9.jpg" width="535" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: large;"&gt;منشور اليوم مثير للاهتمام حقًا لأنه في هذا المنشور ، سأوضح لك كيف يمكنك إنشاء نسخة من صفحة تسجيل الدخول باستخدام KALI LINUX.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: large;"&gt;&amp;nbsp;لذلك ، لنبدأ البرنامج التعليمي اليوم ببعض الاستعلامات الأساسية.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;س 1. ما هو استنساخ موقع الويب؟&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;الجواب. استنساخ موقع الويب هو عملية يقوم فيها المستخدم أو البرنامج بإنشاء نسخة مكررة من أي صفحة ويب محددة تبدو تمامًا وتتصرف بشكل مشابه للصفحة الأصلية. في هذه العملية ، يمكن للمستخدم استخدام أي برنامج استنساخ أو يمكنه أيضًا القيام به يدويًا. في الأساس ، في هذا المفهوم ، نقوم بنسخ أكواد Html من الموقع الأصلي ونقوم ببعض التحرير في أكواد المصدر لملء متطلباتنا بالكامل.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;س 2. لماذا يستخدم الهاكر مفهوم استنساخ مواقع الويب؟&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;الجواب. حسنًا ، بمساعدة هذا المفهوم ، يمكن للهاكر إنشاء نسخة مكررة من الموقع الأصلي للتفاعل مع الضحية بدلاً من الموقع الأصلي الذي يمكن أن يتسبب في تسرب بيانات الضحايا أو الاحتيال. يُطلق على "فخ صفحة الويب المكررة" أيضًا اسم "صفحة التصيد". يساعد استنساخ مواقع الويب أيضًا على إيجاد ثغرة أمنية في كود مصدر موقع الويب. باختصار ، يسمح استنساخ مواقع الويب للمستخدم بجمع أنواع مختلفة من معلومات كود المصدر دون زيارة موقع الويب الحقيقي مرارًا وتكرارًا لأن جميع مواقع الويب تسجل عنوان IP للعميل الذي يمكن أن يسبب مشكلة كبيرة للمتسللين.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;الآن ، دعني أريكم مثالاً عملياً على استنساخ المواقع الإلكترونية.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;لاستنساخ مواقع الويب ، نحتاج بشكل أساسي إلى 3 أشياء&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;1. Kali Linux (لأن Kali linux تأتي مع أداة استنساخ موقع الويب المثبتة مسبقًا)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;2. اتصال الإنترنت (مهم جدًا !!)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;3. عنوان URL لموقع الضحية (رمز المصدر الأصلي)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;كيف سنفعل ذلك؟&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;هنا ، لغرض الممارسة ، سنحاول إنشاء صفحة استنساخ ستظهر وتتصرف مثل صفحة تسجيل الدخول لجمع البيانات السرية للضحية باستخدام مجموعة أدوات الهندسة الاجتماعية من Kali Linux.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;في الأساس ، سنعيد توجيه متصفح الضحية إلى خادم مكرر للإعداد. سيستضيف هذا الخادم المكرر صفحة الويب المستنسخة المحددة الخاصة بنا والتي تتفاعل وتتصرف مثل الأصل وأحد أفضل ميزات هذه الصفحة هي أن هذه الصفحة ستحفظ بيانات تسجيل دخول الضحايا في محرك الأقراص المحلي بدلاً من نشر البيانات على الخادم الأصلي.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;ملاحظة: هذا البرنامج التعليمي مخصص فقط لغرض التعليم والأمن فقط. إذا أساءت استخدام المعلومات المذكورة أعلاه أو أخطأت في فهمها ، فيمكن عندئذٍ أن تفرض رسومًا غير قانونية من قِبل الشخص الذي أعددت له هذه الحادثة. يتم تفويضك إليك من قبل أي أفراد عن طريق إساءة استخدام المعلومات المذكورة أعلاه. لن نتحمل المسؤولية عن أي إجراء من إجراءاتك المتعلقة بالمعلومات المذكورة أعلاه.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;لنبدأ الآن.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;افتح Terminal باستخدام Ctrl + Alt + t أو انقر على صورة النافذة السوداء الصغيرة أعلى يسار الشاشة. بمجرد فتح Terminal ، اكتب الرمز أدناه بعناية.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span face="SFMono-Regular, Menlo, Monaco, Consolas, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace" style="background-color: black; box-sizing: border-box; color: #cccccc; font-size: 17.5px; text-align: left; white-space: pre;"&gt;ifconfig&lt;/span&gt;&lt;br style="background-color: black; box-sizing: border-box; color: #212529; font-family: SFMono-Regular, Menlo, Monaco, Consolas, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace; font-size: 17.5px; text-align: left; white-space: pre;" /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: white; box-sizing: border-box; font-size: 17.5px; text-align: left; white-space: pre;"&gt;&lt;span face="SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace"&gt;&lt;b&gt;سيُظهر لك هذا الأمر عنوان IP الخاص بك. لاحظ عنوان IP الخاص بك.
الآن في الخطوة التالية ، افتح مجموعة أدوات الهندسة الاجتماعية.
لفتح مجموعة أدوات الهندسة الاجتماعية ، اكتب الأمر أدناه في المحطة.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: white; box-sizing: border-box; font-size: 17.5px; text-align: left; white-space: pre;"&gt;&lt;span face="SFMono-Regular, Menlo, Monaco, Consolas, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace" style="background-color: black; box-sizing: border-box; color: #cccccc;"&gt;setoolkit&lt;/span&gt;&lt;br style="background-color: black; box-sizing: border-box; color: #212529; font-family: SFMono-Regular, Menlo, Monaco, Consolas, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace;" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: white; box-sizing: border-box; font-size: 17.5px; text-align: left; white-space: pre;"&gt;&lt;span face="SFMono-Regular, Menlo, Monaco, Consolas, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace" style="background-color: black; box-sizing: border-box; color: #cccccc;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: right;"&gt;&lt;span style="color: #212529; font-family: Lora, Times New Roman, serif; font-size: medium;"&gt;&lt;b&gt;سترى شيئًا ما في محطة النظام الخاص بك كما هو موضح أدناه في الصورة&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: right;"&gt;&lt;span style="color: #212529; font-family: Lora, Times New Roman, serif; font-size: medium;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="color: #212529; font-family: Lora, Times New Roman, serif; font-size: medium;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKXAdRx7Plneiy_GozWHStgksBNoLx1lUU-iaayyQWCXDfqg-iInTbXwVWyDPFjD-hp4I90QzgmO5ZRtjZFPnJbV8reR251IyY9QOlJfknu6bvpbX7_jhSz9q3REpY_cLI7GGFA5TXlOg/s498/ScreenShot_1463802462.78.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="170" data-original-width="498" height="175" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKXAdRx7Plneiy_GozWHStgksBNoLx1lUU-iaayyQWCXDfqg-iInTbXwVWyDPFjD-hp4I90QzgmO5ZRtjZFPnJbV8reR251IyY9QOlJfknu6bvpbX7_jhSz9q3REpY_cLI7GGFA5TXlOg/w515-h175/ScreenShot_1463802462.78.png" width="515" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="color: #212529; font-family: Lora, Times New Roman, serif; font-size: medium;"&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;الآن ، كما هو موضح في الصورة أدناه ، اكتب "y" إذا واجهت هذه الرسالة أيضًا&lt;/b&gt;&lt;/span&gt;&lt;div&gt;&lt;span style="font-size: medium;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOQ-5wSmjPD0CxaiIb69IRtf5hMJpzLE8lO946mnHBl_j-m4LAEhd9fHZRYKe2bDMTs6_mMPrDo75pc0ZY4APAM8v-NDIRWYgSIfIBl9b-i97eM_4epLCNyylG4miuR0-Emjd8h1QMaoA/s640/ScreenShot_1463802498.25.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="107" data-original-width="640" height="90" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOQ-5wSmjPD0CxaiIb69IRtf5hMJpzLE8lO946mnHBl_j-m4LAEhd9fHZRYKe2bDMTs6_mMPrDo75pc0ZY4APAM8v-NDIRWYgSIfIBl9b-i97eM_4epLCNyylG4miuR0-Emjd8h1QMaoA/w533-h90/ScreenShot_1463802498.25.png" width="533" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;الآن ، سترى القائمة الرئيسية لمجموعة أدوات الهندسة الاجتماعية&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: white; box-sizing: border-box; font-size: 17.5px; text-align: left; white-space: pre;"&gt;&lt;span face="SFMono-Regular, Menlo, Monaco, Consolas, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace" style="background-color: black; box-sizing: border-box; color: #cccccc;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEho1FrEf-EXJPFnYDUcZv5t4WTRegsaeV3ZJjDirrFoy2UETv6vE8OyOI4N4tgGTeAQh4Ri5rqkAAmjR1PDDa5BYDTKg6O9QRWccnBsfErHbzkzgxyF6bSwZZgkroato-gX0aUfnDF6Q14/s404/ScreenShot_1463802509.13.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="224" data-original-width="404" height="296" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEho1FrEf-EXJPFnYDUcZv5t4WTRegsaeV3ZJjDirrFoy2UETv6vE8OyOI4N4tgGTeAQh4Ri5rqkAAmjR1PDDa5BYDTKg6O9QRWccnBsfErHbzkzgxyF6bSwZZgkroato-gX0aUfnDF6Q14/w535-h296/ScreenShot_1463802509.13.png" width="535" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;div&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;كما هو موضح أعلاه في الصورة ، اضغط على "1" واضغط على مفتاح الإدخال لأننا سنقوم بهجمات الهندسة الاجتماعية.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;مرة أخرى ، ستحصل على قائمة بالمثل كما هو موضح أعلاه في الصورة. هناك تحتاج إلى الضغط على "2" والضغط على إدخال لأننا سنستخدم موجهات هجوم موقع الويب ،&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;الآن ، مرة أخرى في القائمة الثالثة ... سنحدد "بيانات اعتماد الضحية" لأنه في الأساس في هذه الطريقة ، سنقوم بسرقة بيانات اعتماد الضحية ، لذا اضغط على "3" واضغط على "إدخال" حيث ستحدد طريقة هجوم حصادة الاعتماد.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;بعد ذلك ، سترى قائمة جديدة كما هو موضح أدناه في الصورة.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrgQTGygZLRAouRYKdZqua52Ke3XX8W8wAWKviRFHyNNWzdplgAVM2yrWqlObo1qkD7pZTcd2n168x_Oj2nnXfmbaG_ana9rtqgn0oNFf87YwA6L3KH6KxlC6Zj4c0gUdXzUFLpUrXIqk/s346/ScreenShot_1463802570.4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="198" data-original-width="346" height="284" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrgQTGygZLRAouRYKdZqua52Ke3XX8W8wAWKviRFHyNNWzdplgAVM2yrWqlObo1qkD7pZTcd2n168x_Oj2nnXfmbaG_ana9rtqgn0oNFf87YwA6L3KH6KxlC6Zj4c0gUdXzUFLpUrXIqk/w497-h284/ScreenShot_1463802570.4.png" width="497" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;&lt;br /&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;div&gt;نظرًا لأننا نريد الحصول على اسم المستخدم وكلمة المرور اللذين يمثلان بيانات اعتماد الضحية ،&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;لذلك نحتاج إلى محاصرة الضحية في صفحة مكررة لصفحة موقع الويب الأصلية (مثل صفحة التصيد) ولهذا نحتاج إلى استنساخ صفحة ويب.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;للقيام باستنساخ الموقع ،&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; اضغط على "2" واضغط على مفتاح الإدخال الذي سيفتح شيئًا كما هو موضح أدناه.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; font-weight: bold; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGkf4hItK4DNGx5XMe6_IwrUjqw9OxeykVWLMB-bmnuv4Dio4EPtUckMbqfgnZh9vf2vKgQT8ITerzHEfhTNaZiUdaawh-mhrbOerqdlxh4y1EmS1PdzcGyzoLlvLdx8FhulMrxAb1XJo/s640/ScreenShot_1463803516.62.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="174" data-original-width="640" height="139" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGkf4hItK4DNGx5XMe6_IwrUjqw9OxeykVWLMB-bmnuv4Dio4EPtUckMbqfgnZh9vf2vKgQT8ITerzHEfhTNaZiUdaawh-mhrbOerqdlxh4y1EmS1PdzcGyzoLlvLdx8FhulMrxAb1XJo/w511-h139/ScreenShot_1463803516.62.png" width="511" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;div&gt;في الصورة أعلاه ، ربما لاحظت وجود مربع مستطيل أخضر اللون صنعته بواسطتي ، في هذا&lt;/div&gt;&lt;div&gt;في المربع ، ستجد رسالة تقول "tabnabbing: عنوان IP الخاص بك" حيث تحتاج إلى إدخال عنوان IP الخاص بك. (بالنسبة لعنوان IP ، اكتب "ifconfig" أو تحقق من بدء هذا البرنامج التعليمي.)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;يرجى ملاحظة أنه إذا لم تضع عنوان IP الخاص بجهاز الكمبيوتر الخاص بك بشكل صحيح. هذه الطريقة لن تنجح.&lt;/div&gt;&lt;div&gt;لذلك ، بعد إدخال عنوان IP الصحيح الخاص بك ، اضغط على Enter.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;سيطلب منك الآن إدخال عنوان url لصفحة الويب التي تريد استنساخها كما هو موضح&lt;/div&gt;&lt;div&gt;أدناه.&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNMmXdSkULRgjmVt40y7M44KftVeRxQTs3xK-D0Atb4ifcux891NMKLNWEXAgeCoWxBCIoJ7-C2-RMHtqW7hIZFip2hhj49aQBpG5bxivD8Ts8NGSgvotqWW9H7sREKXciWvRhm6XJGHo/s640/ScreenShot_1463803536.05.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="51" data-original-width="640" height="52" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNMmXdSkULRgjmVt40y7M44KftVeRxQTs3xK-D0Atb4ifcux891NMKLNWEXAgeCoWxBCIoJ7-C2-RMHtqW7hIZFip2hhj49aQBpG5bxivD8Ts8NGSgvotqWW9H7sREKXciWvRhm6XJGHo/w641-h52/ScreenShot_1463803536.05.png" width="641" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-size: medium;"&gt;&lt;div style="font-weight: bold;"&gt;هنا ، قمت بإدخال "http://www.facebook.com" لأنني أريد سرقة بيانات حساب شخص ما على Facebook.&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;سيعطي رسالة مفادها أنه يعمل على استنساخ الموقع وسيستغرق بعض الوقت.&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;بعد اكتمال العملية.&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;الخطوة التالية هي أهم خطوة.&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;الآن ، سننشئ خادمًا سيتعامل مع جميع مشكلات الاستضافة تلقائيًا&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;وكذلك إتاحة عنوان IP الخاص بنا عبر الإنترنت.&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;باختصار ، سيتعامل هذا الخادم مع متصفح العميل الذي يزور عنوان IP الخاص بنا ، وسوف يرى صفحتنا المستنسخة والتي ستبدو مثل الموقع الأصلي. في هذه الخطوة ، لزيادة احتمالية نجاحك ، سأقترح عليك تقصير عنوان IP الخاص بك باستخدام خدمات مثل ADF.LY ، Binbox ، Goo.gl ، إلخ. بمجرد إدخال عنوان IP الخاص بك على هذه المواقع للاختصار ، سيقدمون لك رابطًا قصيرًا ، ثم كل ما عليك فعله هو إرسال هذا الرابط المختصر إلى ضحيتك.&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;عندما يزور الضحية عنوان url الذي أرسلته إليه ، سيظهر له نفس الصفحة&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;عنوان url الذي أدخلته لاستنساخ موقع الويب.&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; font-weight: bold; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGMHm5o4QTCXjmN9uufM-wx2VHJnWkscR3ydOSL6tYj_QOLyIJc_FYavOZG9iOSraSUSgwvk9Sexj20MkN2GwXZM31x1bDv5eteW9MDinGat3mob1s6ExHduyATbM5E9PG5LEvT7zIbBI/s640/ScreenShot_1463803591.59.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="428" data-original-width="640" height="367" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGMHm5o4QTCXjmN9uufM-wx2VHJnWkscR3ydOSL6tYj_QOLyIJc_FYavOZG9iOSraSUSgwvk9Sexj20MkN2GwXZM31x1bDv5eteW9MDinGat3mob1s6ExHduyATbM5E9PG5LEvT7zIbBI/w549-h367/ScreenShot_1463803591.59.png" width="549" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;ستعتقد الضحية أنها صفحة أصلية&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;وعندما يُدخل الضحية أيًا من معلوماته ، سترى تلك المعلومات في&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;/ var / www / harvester path كما في لقطة الشاشة أدناه.&lt;/b&gt;&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; font-weight: bold; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaRhd3CjP_Z4QfyZRMnc5xqxW9kbnXXjN_h69iKIuGtnTquuOscSORVTCceHIEEPYyhOPMe6A361WbAgfcspttx-vAI_SVKFodLZseRaowamomi3LwFIJhHiyzMVRHO8pzBI_i6Y3NVXQ/s640/ScreenShot_1463803634.23.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="426" data-original-width="640" height="332" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaRhd3CjP_Z4QfyZRMnc5xqxW9kbnXXjN_h69iKIuGtnTquuOscSORVTCceHIEEPYyhOPMe6A361WbAgfcspttx-vAI_SVKFodLZseRaowamomi3LwFIJhHiyzMVRHO8pzBI_i6Y3NVXQ/w499-h332/ScreenShot_1463803634.23.png" width="499" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;b&gt;بعد فتح ملف Txt هذا ، سترى اسم المستخدم وكلمة المرور بالتنسيق كما هو موضح أدناه&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsNwP8BPrQ_RWibD-2DYjhp-8R69bTAP4AbJ0qgA3tR24VWelC2ZJ2ztFxsVdg_Kd5Te36UR04DrpGkbBHFnl10kgBWKPN18u3o_hNR6btQrEYNownbtQObCdEdIO3OURCNTLNPKxxZI0/s640/ScreenShot_1463803649.76.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="354" data-original-width="640" height="288" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsNwP8BPrQ_RWibD-2DYjhp-8R69bTAP4AbJ0qgA3tR24VWelC2ZJ2ztFxsVdg_Kd5Te36UR04DrpGkbBHFnl10kgBWKPN18u3o_hNR6btQrEYNownbtQObCdEdIO3OURCNTLNPKxxZI0/w521-h288/ScreenShot_1463803649.76.png" width="521" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;في هذا المثال ، استخدمت facebook.com. ولكن يمكنك استخدام أي شيء آخر حسب متطلباتك.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;اكتمل البرنامج التعليمي للاستنساخ / التصيد!&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;يرجى ملاحظة: - يمكن للضحية تحديد أن الصفحة عبارة عن فخ لأن شريط عنوان المتصفح سيحتوي على عنوان IP الخاص بك. للحصول على أفضل النتائج ، أرسل عنوان url المختصر إلى الضحية المحمول واطلب منهم الزيارة على وجه السرعة ، أو يمكنك أن تقول زيارة هذا رابط وتسجيل الدخول للحصول على آخر التحديثات لمحتوياتهم المفضلة ، وما إلى ذلك.&lt;/b&gt;&lt;/div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;div class="separator" style="clear: both; font-weight: bold; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhITpX7Xmj9dRhyphenhyphenS9-IU3rlh3OEGshdoQ1SquNyDDoqyq4H5_N3Kr4WgK380E4vDUiVb8pA1SEVfSrSmpL-u1wgnthoJ4oS9cxajsRv1uvLVKTbk9UIDXujwH2EDPGUEy2sPyjKG0z-FO0/s72-w535-h300-c/415404-636089433052668937-16x9.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>دورة تعلم بايثون من الصفر كاملة للمبتدئين - وإتقان بايثون من المبتدئين إلى المتقدمين بالعربي</title><link>https://hasubi3.blogspot.com/2021/04/blog-post_24.html</link><category>البرمجة</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Sat, 24 Apr 2021 22:19:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-3332741613005890387</guid><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkjMjMHqZKhwPz_kF23PD79XRwTO55kKx_Td7KDZuTbDEK4ZrRyIuKs2mNBhyphenhyphenaC98Hv1NZ5vbnwVK6notzvBxjcbwcZFfHDVMS-CUDQXuHFzBXbOnAdAj9OTtyUEni-dYNFRuwcG3OlQ0/" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="" data-original-height="720" data-original-width="1280" height="328" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkjMjMHqZKhwPz_kF23PD79XRwTO55kKx_Td7KDZuTbDEK4ZrRyIuKs2mNBhyphenhyphenaC98Hv1NZ5vbnwVK6notzvBxjcbwcZFfHDVMS-CUDQXuHFzBXbOnAdAj9OTtyUEni-dYNFRuwcG3OlQ0/w581-h328/image.png" width="581" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="style-scope ytd-video-primary-info-renderer" id="info" style="-webkit-text-stroke-width: 0px; align-items: center; background: rgb(24, 24, 24); border: 0px; color: black; display: flex; flex-direction: row; font-family: Roboto, Arial, sans-serif; font-size: 10px; font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: 400; letter-spacing: normal; margin: 0px; orphans: 2; padding: 0px; text-align: start; text-decoration-color: initial; text-decoration-style: initial; text-decoration-thickness: initial; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="-webkit-text-stroke-width: 0px; background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); display: block; font-family: Roboto, Arial, sans-serif; font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; letter-spacing: normal; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); orphans: 2; overflow: hidden; padding: 0px; text-align: start; text-decoration-color: initial; text-decoration-style: initial; text-decoration-thickness: initial; text-indent: 0px; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); text-transform: none; transform: var(--ytd-video-primary-info-renderer-title-transform, none); white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; text-align: right; word-break: break-word;"&gt;&lt;span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/h1&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="-webkit-text-stroke-width: 0px; background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); display: block; font-family: Roboto, Arial, sans-serif; font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; letter-spacing: normal; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); orphans: 2; overflow: hidden; padding: 0px; text-align: start; text-decoration-color: initial; text-decoration-style: initial; text-decoration-thickness: initial; text-indent: 0px; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); text-transform: none; transform: var(--ytd-video-primary-info-renderer-title-transform, none); white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; text-align: right; word-break: break-word;"&gt;&lt;span style="font-size: x-large;"&gt;&amp;nbsp;فوائد تعلم لغة بايثون&amp;nbsp;&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/h1&gt;&lt;div&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; text-align: right; word-break: break-word;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="345" src="https://www.youtube.com/embed/h3VCQjyaLws" width="598" youtube-src-id="h3VCQjyaLws"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/div&gt;&lt;div&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="text-align: right; word-break: break-word;"&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-family: Roboto, Arial, sans-serif; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); overflow: hidden; padding: 0px; text-align: right; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); transform: var(--ytd-video-primary-info-renderer-title-transform, none);"&gt;&lt;span style="background-color: white; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-size: xx-large;"&gt;مقدمة كورس تعلم بايثون و اجابة الاسئلة الشائعة&lt;/span&gt;&lt;/h1&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="388" src="https://www.youtube.com/embed/t-bCLbmgesI" width="663" youtube-src-id="t-bCLbmgesI"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;span style="background-color: white; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-size: xx-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-family: Roboto, Arial, sans-serif; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); overflow: hidden; padding: 0px; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); transform: var(--ytd-video-primary-info-renderer-title-transform, none);"&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; word-break: break-word;"&gt;&lt;span style="font-size: x-large;"&gt;تثبيت و تنصيب بايثون&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/h1&gt;&lt;/div&gt;&lt;div&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; word-break: break-word;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="448" src="https://www.youtube.com/embed/WTRKeSoynKI" width="539" youtube-src-id="WTRKeSoynKI"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/div&gt;&lt;div&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="word-break: break-word;"&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); overflow: hidden; padding: 0px; text-align: right; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); transform: var(--ytd-video-primary-info-renderer-title-transform, none);"&gt;&lt;span style="background-color: white; font-family: inherit; font-size: xx-large;"&gt;تنصيب بايشارم&lt;/span&gt;&lt;/h1&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="426" src="https://www.youtube.com/embed/SMyzYOPGeD8" width="513" youtube-src-id="SMyzYOPGeD8"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-family: Roboto, Arial, sans-serif; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); overflow: hidden; padding: 0px; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); transform: var(--ytd-video-primary-info-renderer-title-transform, none);"&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; word-break: break-word;"&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/h1&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-family: Roboto, Arial, sans-serif; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); overflow: hidden; padding: 0px; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); transform: var(--ytd-video-primary-info-renderer-title-transform, none);"&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; word-break: break-word;"&gt;&lt;span style="font-size: x-large;"&gt;كتابة اول سطر كود في بايثون&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/h1&gt;&lt;/div&gt;&lt;div&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; word-break: break-word;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="441" src="https://www.youtube.com/embed/oMMW_Cx0qW8" width="530" youtube-src-id="oMMW_Cx0qW8"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/div&gt;&lt;div&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="word-break: break-word;"&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-family: Roboto, Arial, sans-serif; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); overflow: hidden; padding: 0px; text-align: right; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); transform: var(--ytd-video-primary-info-renderer-title-transform, none);"&gt;&lt;span style="background-color: white; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-size: xx-large;"&gt;بناء اول برنامج في بايثون&lt;/span&gt;&lt;/h1&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="481" src="https://www.youtube.com/embed/Vl1mHJMrEnk" width="579" youtube-src-id="Vl1mHJMrEnk"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-family: Roboto, Arial, sans-serif; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); overflow: hidden; padding: 0px; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); transform: var(--ytd-video-primary-info-renderer-title-transform, none);"&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; word-break: break-word;"&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/h1&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-family: Roboto, Arial, sans-serif; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); overflow: hidden; padding: 0px; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); transform: var(--ytd-video-primary-info-renderer-title-transform, none);"&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; word-break: break-word;"&gt;&lt;span style="font-size: x-large;"&gt;المتغيرات في بايثون&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/h1&gt;&lt;div&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; word-break: break-word;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="409" src="https://www.youtube.com/embed/gQxch0k9B0E" width="492" youtube-src-id="gQxch0k9B0E"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/div&gt;&lt;div&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="word-break: break-word;"&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-family: Roboto, Arial, sans-serif; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); overflow: hidden; padding: 0px; text-align: right; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); transform: var(--ytd-video-primary-info-renderer-title-transform, none);"&gt;&lt;span style="background-color: white; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary));"&gt;&lt;span style="font-size: x-large;"&gt;السلاسل في بايثون&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;div&gt;&lt;span style="background-color: white; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary));"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="414" src="https://www.youtube.com/embed/5O_m0IGwQLw" width="498" youtube-src-id="5O_m0IGwQLw"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/yt-formatted-string&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-family: Roboto, Arial, sans-serif; line-height: var(--yt-navbar-title-line-height, 2.4rem); margin: 0px; max-height: calc(2 * var(--yt-navbar-title-line-height, 2.4rem)); overflow: hidden; padding: 0px; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); transform: var(--ytd-video-primary-info-renderer-title-transform, none);"&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; word-break: break-word;"&gt;&lt;span style="font-size: x-large;"&gt;الارقام في بايثون&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/h1&gt;&lt;/div&gt;&lt;div&gt;&lt;yt-formatted-string class="style-scope ytd-video-primary-info-renderer" dir="auto" enable-empty-style-class="" force-default-style="" style="background-color: white; word-break: break-word;"&gt;&lt;div style="clear: both; text-align: center;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="388" src="https://www.youtube.com/embed/HjfiVp0L3LI" width="467" youtube-src-id="HjfiVp0L3LI"&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/yt-formatted-string&gt;&lt;/div&gt;&lt;/yt-formatted-string&gt;&lt;/div&gt;&lt;/yt-formatted-string&gt;&lt;/div&gt;&lt;/yt-formatted-string&gt;&lt;/div&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkjMjMHqZKhwPz_kF23PD79XRwTO55kKx_Td7KDZuTbDEK4ZrRyIuKs2mNBhyphenhyphenaC98Hv1NZ5vbnwVK6notzvBxjcbwcZFfHDVMS-CUDQXuHFzBXbOnAdAj9OTtyUEni-dYNFRuwcG3OlQ0/s72-w581-h328-c/image.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ما هي لغة (Ruby) وفي ما تستخدم</title><link>https://hasubi3.blogspot.com/2021/04/ruby.html</link><category>البرمجة</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Thu, 22 Apr 2021 23:51:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-3896228959343771972</guid><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4fyp2JLHJmuyqhhuia0WccnHlbxkfMUIhTBrF0x1fLojZVYhKu2aIi2f6Brgg8Bzx21dvAON4V5_3xQN-DnTI64TSm7f6M99ek04XBKohVz67OfUEYASh7Evjve32jcmxnAu1l5CycAQ/" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="" data-original-height="1200" data-original-width="1200" height="404" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4fyp2JLHJmuyqhhuia0WccnHlbxkfMUIhTBrF0x1fLojZVYhKu2aIi2f6Brgg8Bzx21dvAON4V5_3xQN-DnTI64TSm7f6M99ek04XBKohVz67OfUEYASh7Evjve32jcmxnAu1l5CycAQ/w404-h404/image.png" width="404" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;ما هي لغة روبي&amp;nbsp;(Ruby)؟&lt;/span&gt;&lt;/b&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: white; font-family: &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Naskh Arabic UI&amp;quot;, Arial, sans-serif;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;روبي ‏ هي لغة برمجة كائنية متعددة الاستخدام. وتمتاز اللغة بكونها لغة شيئية نقية كما تمتاز باحتوائها على كثير من خواص اللغات الوظيفية.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;&lt;span style="background-color: white;"&gt;&lt;span style="font-family: Helvetica Neue, Noto Naskh Arabic UI, Arial, sans-serif;"&gt;ما هي استخدامات لغة روبي&amp;nbsp;&lt;/span&gt;&lt;/span&gt;(Ruby)؟&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;يمكنك استخدام Ruby تمامًا كما تستخدم أي لغة برمجة نصية أخرى ذات أغراض عامة. بعض الأمثلة ستكون تطبيقات الويب وخوادم الويب وأدوات النظام المساعدة وعمل قاعدة البيانات والنسخ الاحتياطية والتحليل وحتى علم الأحياء والطب. لذا يمكنك استخدام روبي&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;(Ruby)&lt;/b&gt;&lt;/span&gt;&lt;b style="font-size: large;"&gt;&amp;nbsp;للقيام بالعديد من الأشياء.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;ماذا يمكنك أن تفعل مع روبي&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b style="font-size: xx-large;"&gt;(Ruby)&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;؟&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;يمكنك استخدام Ruby تمامًا كما تستخدم أي لغة برمجة نصية أخرى ذات أغراض عامة. بعض الأمثلة ستكون تطبيقات الويب وخوادم الويب وأدوات النظام المساعدة وعمل قاعدة البيانات والنسخ الاحتياطية والتحليل وحتى علم الأحياء والطب.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;لذا يمكنك استخدام روبي&amp;nbsp;(Ruby)&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;b style="font-size: large;"&gt;للقيام بالعديد من الأشياء. لن يكون الأمر جيدًا على الإطلاق ، ولكنه على الأقل سيسمح لك بالبدء واختبار بعض الأفكار ومساعدتك في معرفة ما إذا كنت بحاجة إلى لغة أكثر تخصصًا أم لا.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;مشاريع روبي&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;(Ruby)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;a href="https://github.com/rapid7/metasploit-framework"&gt;Metasploit Framework&lt;/a&gt; - إطار اختبار الاختراق الأكثر استخدامًا في العالم.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;a href="http://sass-lang.com/"&gt;Sass&lt;/a&gt; - لغة امتدادات CSS الأكثر نضجًا واستقرارًا وقوة في العالم.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;a href="https://rubyonrails.org/" style="background-color: white; box-shadow: none; box-sizing: border-box; font-family: -apple-system, system-ui, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif;"&gt;Rails&lt;/a&gt;&amp;nbsp;- إطار عمل الويب الأكثر شيوعًا لروبي&amp;nbsp;(Ruby)&lt;/b&gt;&lt;/span&gt;&lt;b style="font-size: large;"&gt;.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;Sinatra -&amp;nbsp;&lt;a href="http://sinatrarb.com/" style="background-color: white; box-shadow: none; box-sizing: border-box; font-family: -apple-system, system-ui, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif;"&gt;Sinatra&lt;/a&gt;&amp;nbsp;هو DSL لإنشاء تطبيقات الويب بسرعة في Ruby.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;a href="https://brew.sh/" style="background-color: white; box-shadow: none; box-sizing: border-box; font-family: -apple-system, system-ui, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif;"&gt;Homebrew&lt;/a&gt;&amp;nbsp;- مدير الحزم المفقود لنظام macOS.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;a href="http://www.discourse.org/" style="background-color: white; box-shadow: none; box-sizing: border-box; font-family: -apple-system, system-ui, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif;"&gt;Dicourse&lt;/a&gt;&amp;nbsp;- منصة المناقشة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;a href="https://github.com/jekyll/jekyll" style="background-color: white; box-shadow: none; box-sizing: border-box; font-family: -apple-system, system-ui, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif;"&gt;Jekyll&lt;/a&gt;&amp;nbsp;- مُنشئ موقع ثابت ومدرك للمدونة في Ruby.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;a href="https://github.com/hashicorp/vagrant" style="background-color: white; box-shadow: none; box-sizing: border-box; font-family: -apple-system, system-ui, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif;"&gt;Vagrant&lt;/a&gt;&amp;nbsp;- أداة لبناء وتوزيع بيئات التطوير.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;a href="https://www.chef.io/chef/" style="background-color: white; box-shadow: none; box-sizing: border-box; font-family: -apple-system, system-ui, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif;"&gt;Chef&lt;/a&gt;&amp;nbsp;- أداة إدارة التكوين مكتوبة بلغة روبي&amp;nbsp;(Ruby)&lt;/b&gt;&lt;/span&gt;&lt;b style="font-size: large;"&gt;.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;كيف اتعلم روبي&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;(Ruby)&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;؟&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;سنقوم بكتابة مقالًا منفصلاً حول كيفية تعلم روبي&amp;nbsp;(Ruby)&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;b style="font-size: large;"&gt;، لذا ترقب نزول المقال.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;ما هو روبي&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;(Ruby)&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;&amp;nbsp;أون ريلز؟&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;Ruby on Rails هو إطار عمل ويب مبني على قمة Ruby. يمنحك كل ما تحتاجه لإنشاء تطبيقات الويب بسرعة. أكبر قوة هي أنه يسمح للفرق الصغيرة بكتابة تطبيقات كبيرة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;ما هي استخدامات روبي&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;(Ruby)&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;أون ريلز؟&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;تستخدم Ruby on Rails بشكل صارم لتطوير الويب. لقد تم إنشاؤه من أجل ذلك ، ويقوم بعمل رائع فيه.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;إنها أداة سرية لبدء التشغيل إذا كنت تريد ذلك. لأنه يتيح لك إنشاء نموذج أولي سريعًا واختبار أفكارك بتكلفة زهيدة جدًا.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;مشاريع تمت بروبي&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;(Ruby)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;AirBnB - احجز منازل وتجارب فريدة من نوعها في جميع أنحاء العالم.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;HOLO - كل ما تبذلونه من التلفزيون في مكان واحد.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;Github - خدمة استضافة على شبكة الإنترنت للتحكم في الإصدار باستخدام Git.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;500 px - مجتمع المصورين المتحمسين.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;Basecamp - برنامج إدارة المشاريع والاتصال الجماعي.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;MyFitnessPal - عداد السعرات الحرارية.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;Kickstarter - أكبر منصة تمويل في العالم للمشاريع الإبداعية.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;Goodreads - مكان يمكنك من خلاله مشاهدة ما يقرأه أصدقاؤك.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;Fiverr - خدمات لحسابهم الخاص عند الطلب.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;Dribbble - مجتمع المصممين.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;Clarity&amp;nbsp;- نصائح حول بدء التشغيل من خبراء عالميين.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4fyp2JLHJmuyqhhuia0WccnHlbxkfMUIhTBrF0x1fLojZVYhKu2aIi2f6Brgg8Bzx21dvAON4V5_3xQN-DnTI64TSm7f6M99ek04XBKohVz67OfUEYASh7Evjve32jcmxnAu1l5CycAQ/s72-w404-h404-c/image.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ما هو تداول العملات المشفرة وكيف يعمل؟</title><link>https://hasubi3.blogspot.com/2021/04/blog-post_10.html</link><category>العملات الرقمية</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Wed, 21 Apr 2021 22:41:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-3822184466522640712</guid><description>&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCPAjKMQglLyf9hnIFxeDBRPDb6gge9bVfzKgX5hWPPisVROrgY5G4_T5YKfLuLb7L3rxOnoQGOykfyzA-E7udxFz-_257ylf2Vw7Nt1zSkgIxn3nWUxIyr389WDLJ-08rD5wKX77UY7M/s630/%25D8%25AA%25D8%25AF%25D8%25A7%25D9%2588%25D9%2584_%25D8%25A7%25D9%2584%25D8%25B9%25D9%2585%25D9%2584%25D8%25A7%25D8%25AA_%25D8%25A7%25D9%2584%25D9%2585%25D8%25B4%25D9%2581%25D8%25B1%25D8%25A9.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="300" data-original-width="630" height="244" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCPAjKMQglLyf9hnIFxeDBRPDb6gge9bVfzKgX5hWPPisVROrgY5G4_T5YKfLuLb7L3rxOnoQGOykfyzA-E7udxFz-_257ylf2Vw7Nt1zSkgIxn3nWUxIyr389WDLJ-08rD5wKX77UY7M/w513-h244/%25D8%25AA%25D8%25AF%25D8%25A7%25D9%2588%25D9%2584_%25D8%25A7%25D9%2584%25D8%25B9%25D9%2585%25D9%2584%25D8%25A7%25D8%25AA_%25D8%25A7%25D9%2584%25D9%2585%25D8%25B4%25D9%2581%25D8%25B1%25D8%25A9.jpg" width="513" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;ما هو تداول العملات المشفرة؟&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;تداول العملات المشفرة هو عملية المضاربة على تحركات أسعار العملات المشفرة عبر حساب تداول العقود مقابل الفروقات ، أو شراء وبيع العملات الأساسية عبر البورصة.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;تداول العقود مقابل الفروقات على العملات المشفرة&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;تداول العقود مقابل الفروقات عبارة عن مشتقات ، والتي تمكنك من المضاربة على تحركات أسعار العملات المشفرة دون امتلاك العملات الأساسية. يمكنك الشراء (الشراء) إذا كنت تعتقد أن قيمة العملة المشفرة سترتفع ، أو الشراء القصير ("البيع") إذا كنت تعتقد أنها ستنخفض.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;كلاهما من المنتجات ذات الرافعة المالية ، مما يعني أنك تحتاج فقط إلى إيداع وديعة صغيرة - تُعرف بالهامش - للحصول على تعرض كامل للسوق الأساسي. لا يزال يتم احتساب ربحك أو خسارتك وفقًا للحجم الكامل لصفقتك ، لذلك ستزيد الرافعة المالية من الأرباح والخسائر.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;شراء وبيع العملات المشفرة عبر البورصة&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;عندما تشتري العملات المشفرة عبر البورصة ، فأنت تشتري العملات نفسها. ستحتاج إلى إنشاء حساب صرف ، وطرح القيمة الكاملة للأصل لفتح مركز ، وتخزين الرموز المميزة للعملات المشفرة في محفظتك الخاصة حتى تكون جاهزًا للبيع.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;تجلب التبادلات منحنى التعلم الحاد الخاص بها حيث ستحتاج إلى التعامل مع التكنولوجيا المعنية وتعلم كيفية فهم البيانات. تمتلك العديد من البورصات أيضًا قيودًا على المبلغ الذي يمكنك إيداعه ، في حين أن الحفاظ على الحسابات قد يكون مكلفًا للغاية.&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;كيف تعمل أسواق العملات المشفرة؟&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;أسواق العملات المشفرة لا مركزية ، مما يعني أنها لا تصدر أو تدعم من قبل سلطة مركزية مثل الحكومة. بدلاً من ذلك ، يتم تشغيلهم عبر شبكة من أجهزة الكمبيوتر. ومع ذلك ، يمكن شراء وبيع العملات المشفرة عبر البورصات وتخزينها في "محافظ".&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;على عكس العملات التقليدية ، فإن العملات المشفرة موجودة فقط كسجل رقمي مشترك للملكية ، مخزنة على blockchain. عندما يريد المستخدم إرسال وحدات عملة مشفرة إلى مستخدم آخر ، فإنه يرسلها إلى المحفظة الرقمية لهذا المستخدم. لا تعتبر المعاملة نهائية حتى يتم التحقق منها وإضافتها إلى blockchain من خلال عملية تسمى التعدين. هذه أيضًا هي الطريقة التي يتم بها إنشاء الرموز المميزة للعملات المشفرة الجديدة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;ما هو blockchain؟&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;blockchain هو سجل رقمي مشترك للبيانات المسجلة. بالنسبة للعملات المشفرة ، هذا هو سجل المعاملات لكل وحدة من وحدات العملة المشفرة ، والذي يوضح كيف تغيرت الملكية بمرور الوقت. تعمل Blockchain عن طريق تسجيل المعاملات في "كتل" ، مع إضافة كتل جديدة في مقدمة السلسلة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; font-weight: bold; text-align: center;"&gt;&lt;span style="font-size: medium;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmmtgXqaxF2rGSYWKrUOqMAgdxKFLoxWrEtML4n6l0H13eLV1XEkK30zZIxWvzoFSWbQUNRQ8f06l5mRMKEfm-1DX8rtYyykx9QCyBSN_EJZaebhMQlDPMnnHS5McKYux0RZn7LqrSu-M/s1200/how-blockchain-technology-works-3-min.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="628" data-original-width="1200" height="313" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmmtgXqaxF2rGSYWKrUOqMAgdxKFLoxWrEtML4n6l0H13eLV1XEkK30zZIxWvzoFSWbQUNRQ8f06l5mRMKEfm-1DX8rtYyykx9QCyBSN_EJZaebhMQlDPMnnHS5McKYux0RZn7LqrSu-M/w599-h313/how-blockchain-technology-works-3-min.png" width="599" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;p style="font-weight: bold;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;تتميز تقنية Blockchain بميزات أمان فريدة لا تمتلكها ملفات الكمبيوتر العادية.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;إجماع الشبكة&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;يتم تخزين ملف blockchain دائمًا على أجهزة كمبيوتر متعددة عبر شبكة - وليس في موقع واحد - وعادة ما يكون قابلاً للقراءة من قبل الجميع داخل الشبكة. هذا يجعل الأمر شفافًا ويصعب تغييره ، مع عدم وجود نقطة ضعف واحدة عرضة للاختراق أو خطأ بشري أو برمجي.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;التشفير&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;ترتبط الكتل ببعضها البعض عن طريق التشفير - الرياضيات المعقدة وعلوم الكمبيوتر. تؤدي أي محاولة لتغيير البيانات إلى تعطيل روابط التشفير بين الكتل ، ويمكن التعرف عليها بسرعة على أنها احتيالية بواسطة أجهزة الكمبيوتر في الشبكة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;ما هو تعدين العملات المشفرة؟&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;تعدين Cryptocurrency هو العملية التي يتم من خلالها فحص معاملات العملة المشفرة الحديثة وإضافة كتل جديدة إلى blockchain.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;التحقق من المعاملات&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;تحدد أجهزة الكمبيوتر التي تعمل بالتعدين المعاملات المعلقة من تجمع وتحقق للتأكد من أن المرسل لديه أموال كافية لإكمال المعاملة. يتضمن ذلك التحقق من تفاصيل المعاملة مقابل سجل المعاملات المخزن في blockchain. يؤكد الشيك الثاني أن المرسل أذن بتحويل الأموال باستخدام مفتاحه الخاص.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;إنشاء كتلة جديدة&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;تقوم أجهزة الكمبيوتر المنجمية بتجميع المعاملات الصالحة في كتلة جديدة ومحاولة إنشاء رابط تشفير للكتلة السابقة من خلال إيجاد حل لخوارزمية معقدة. عندما ينجح الكمبيوتر في إنشاء الارتباط ، فإنه يضيف الكتلة إلى إصداره من ملف blockchain ويبث التحديث عبر الشبكة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-size: medium;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjp9ryEho3vcpAnmWXhei0JqJIrGLY00hsqbCn1Naz_w0TarXLLDPrBDNxKB-_CVpxjI7wkIUIfuAvohWX7o0XMl7Z6B-4dcGiJ8q2kRWW6byoa5oYIp8iBV-nkniEvM5cOo10INa3I9Es/s600/PSO_Crypto_step-1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="450" data-original-width="600" height="339" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjp9ryEho3vcpAnmWXhei0JqJIrGLY00hsqbCn1Naz_w0TarXLLDPrBDNxKB-_CVpxjI7wkIUIfuAvohWX7o0XMl7Z6B-4dcGiJ8q2kRWW6byoa5oYIp8iBV-nkniEvM5cOo10INa3I9Es/w452-h339/PSO_Crypto_step-1.png" width="452" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-size: medium;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEii7tHYDjHd3nXrsn68LR4NpkUbak8Ey9Fw83eXCyIegUvN4XbsLCKVzc3Nh-2rJNVJVmddA-6KM369YfP9SZvsDUtDu_NGcZ70jGEyopYZcuoNg5jpgcR_SX5_RVfonyEcO3-EuuIEGrc/s600/PSO_Crypto_step-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="450" data-original-width="600" height="329" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEii7tHYDjHd3nXrsn68LR4NpkUbak8Ey9Fw83eXCyIegUvN4XbsLCKVzc3Nh-2rJNVJVmddA-6KM369YfP9SZvsDUtDu_NGcZ70jGEyopYZcuoNg5jpgcR_SX5_RVfonyEcO3-EuuIEGrc/w439-h329/PSO_Crypto_step-2.png" width="439" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilhsvt5z9VLSXbM6HuGe2RaDvHLikuxC4qtBPR59DMD3PvWAjTjEyga-E9Kwlk6pP0KuKMVM3QX_BHp5-L9Mni70ZBmCXVtfn_9N5sDlgvo_E184GUVlNkrLiT9r9TJVvzmY5xOE2pi6Q/s600/PSO_Crypto_step-3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="450" data-original-width="600" height="342" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilhsvt5z9VLSXbM6HuGe2RaDvHLikuxC4qtBPR59DMD3PvWAjTjEyga-E9Kwlk6pP0KuKMVM3QX_BHp5-L9Mni70ZBmCXVtfn_9N5sDlgvo_E184GUVlNkrLiT9r9TJVvzmY5xOE2pi6Q/w456-h342/PSO_Crypto_step-3.png" width="456" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;ما الذي يحرك أسواق العملات المشفرة؟&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;تتحرك أسواق العملات المشفرة وفقًا للعرض والطلب. ومع ذلك ، نظرًا لأنها لامركزية ، فإنها تميل إلى البقاء خالية من العديد من الاهتمامات الاقتصادية والسياسية التي تؤثر على العملات التقليدية. بينما لا يزال هناك الكثير من عدم اليقين المحيط بالعملات المشفرة ، يمكن أن يكون للعوامل التالية تأثير كبير على أسعارها:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;العرض: إجمالي عدد العملات المعدنية ومعدل إطلاقها أو إتلافها أو فقدها&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;رسملة السوق: قيمة جميع العملات المعدنية الموجودة وكيف يدرك المستخدمون أن هذا يتطور&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;الصحافة: الطريقة التي يتم بها تصوير العملة المشفرة في وسائل الإعلام ومقدار التغطية التي تحصل عليها&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;التكامل: مدى اندماج العملة المشفرة بسهولة في البنية التحتية الحالية مثل أنظمة الدفع للتجارة الإلكترونية&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;الأحداث الرئيسية: الأحداث الكبرى مثل التحديثات التنظيمية ، والاختراقات الأمنية ، والنكسات الاقتصادية&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;كيف يعمل تداول العملات المشفرة؟&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;مع IG ، يمكنك تداول العملات المشفرة عبر حساب CFD - المنتجات المشتقة التي تمكنك من التكهن بما إذا كانت العملة المشفرة التي اخترتها سترتفع أو تنخفض في قيمتها. يتم تحديد الأسعار بالعملات التقليدية مثل الدولار الأمريكي ، ولا يمكنك أبدًا امتلاك العملة المشفرة نفسها.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;العقود مقابل الفروقات هي منتجات ذات رافعة مالية ، مما يعني أنه يمكنك فتح مركز مقابل جزء بسيط من القيمة الكاملة للتداول. على الرغم من أن المنتجات ذات الرافعة المالية يمكن أن تزيد من أرباحك ، إلا أنها يمكن أن تزيد الخسائر إذا تحرك السوق ضدك.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;ما هو السبريد في تداول العملات المشفرة؟&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;السبريد هو الفرق بين أسعار البيع والشراء المعروضة للعملة المشفرة. مثل العديد من الأسواق المالية ، عندما تفتح مركزًا في سوق العملات المشفرة ، فسيتم تقديم سعرين. إذا كنت ترغب في فتح مركز طويل ، فأنت تتداول بسعر الشراء ، والذي يكون أعلى قليلاً من سعر السوق. إذا كنت ترغب في فتح مركز قصير ، فأنت تتداول بسعر البيع - أقل قليلاً من سعر السوق.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;ما هو الكثير في تداول العملات المشفرة؟&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;غالبًا ما يتم تداول العملات المشفرة في لوتات - دفعات من الرموز المميزة للعملات المشفرة المستخدمة لتوحيد حجم التداولات. نظرًا لأن العملات المشفرة شديدة التقلب ، تميل الكثير إلى أن تكون صغيرة جدًا: معظمها مجرد وحدة واحدة من العملة المشفرة الأساسية. ومع ذلك ، يتم تداول بعض العملات المشفرة بحصص أكبر.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;ما هي الرافعة المالية في تداول العملات المشفرة؟&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;الرافعة المالية هي وسيلة لاكتساب التعرض لمبالغ كبيرة من العملات المشفرة دون الحاجة إلى دفع القيمة الكاملة لتداولك مقدمًا. بدلاً من ذلك ، تقوم بإيداع مبلغ صغير ، يُعرف بالهامش. عند إغلاق مركز برافعة مالية ، يعتمد ربحك أو خسارتك على الحجم الكامل للتداول.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;في حين أن الرافعة المالية ستضخم أرباحك ، إلا أنها تجلب أيضًا مخاطر الخسائر المتضخمة - بما في ذلك الخسائر التي يمكن أن تتجاوز الهامش الخاص بك في صفقة فردية. وبالتالي ، فإن التداول بالرافعة المالية يجعل من المهم للغاية معرفة كيفية إدارة المخاطر الخاصة بك.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;ما هو الهامش في تداول العملات المشفرة؟&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;الهامش هو جزء أساسي من التداول بالرافعة المالية. إنه المصطلح المستخدم لوصف الإيداع الأولي الذي تضعه لفتح مركز الرافعة والحفاظ عليه. عندما تتداول العملات المشفرة على الهامش ، تذكر أن متطلبات الهامش الخاصة بك ستتغير اعتمادًا على وسيطك وحجم تداولك.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;عادة ما يتم التعبير عن الهامش كنسبة مئوية من المركز الكامل. على سبيل المثال ، قد تتطلب التجارة على البيتكوين (BTC) دفع 15٪ من القيمة الإجمالية للمركز ليتم فتحها. لذا فبدلاً من إيداع 5000 دولار ، ما عليك سوى إيداع 750 دولارًا.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;ما هي النقطة في تداول العملات المشفرة؟&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;النقاط هي الوحدات المستخدمة لقياس الحركة في سعر العملة المشفرة ، وتشير إلى حركة مكونة من رقم واحد في السعر عند مستوى معين. بشكل عام ، يتم تداول العملات المشفرة ذات القيمة على مستوى "الدولار" ، لذا فإن الانتقال من سعر 190.00 دولارًا إلى 191.00 دولارًا ، على سبيل المثال ، يعني أن العملة المشفرة قد تحركت نقطة واحدة. ومع ذلك ، يتم تداول بعض العملات المشفرة منخفضة القيمة بمقاييس مختلفة ، حيث يمكن أن تكون النقطة سنتًا أو حتى جزء صغير من سنت.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;من المهم قراءة التفاصيل على منصة التداول المعرفة المزيد عن التداول&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCPAjKMQglLyf9hnIFxeDBRPDb6gge9bVfzKgX5hWPPisVROrgY5G4_T5YKfLuLb7L3rxOnoQGOykfyzA-E7udxFz-_257ylf2Vw7Nt1zSkgIxn3nWUxIyr389WDLJ-08rD5wKX77UY7M/s72-w513-h244-c/%25D8%25AA%25D8%25AF%25D8%25A7%25D9%2588%25D9%2584_%25D8%25A7%25D9%2584%25D8%25B9%25D9%2585%25D9%2584%25D8%25A7%25D8%25AA_%25D8%25A7%25D9%2584%25D9%2585%25D8%25B4%25D9%2581%25D8%25B1%25D8%25A9.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>كيفية شراء البيتكوين</title><link>https://hasubi3.blogspot.com/2021/04/blog-post_63.html</link><category>العملات الرقمية</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Wed, 21 Apr 2021 22:13:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-2808706011533496491</guid><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyP1KWzNlNqhUoW0BgxhyphenhyphenREKBCF_paqWkIjqFKW7oC5lgmFCj6OD5nOR1FyRiN-H8UxePFYTUcWpeXSvuC8yX13qkYnfZqS2u7dgarw5PHQqULResnx2kOocEl2UJR8vTH5_9E_sS7zGA/s950/%25D8%25B4%25D8%25B1%25D8%25A7%25D8%25A1-%25D8%25A8%25D9%258A%25D8%25AA%25D9%2583%25D9%2588%25D9%258A%25D9%2586-%25D9%2581%25D9%258A-%25D8%25A7%25D9%2584%25D8%25AF%25D9%2588%25D9%2584-%25D8%25A7%25D9%2584%25D8%25B9%25D8%25B1%25D8%25A8%25D9%258A%25D8%25A9.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="534" data-original-width="950" height="247" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyP1KWzNlNqhUoW0BgxhyphenhyphenREKBCF_paqWkIjqFKW7oC5lgmFCj6OD5nOR1FyRiN-H8UxePFYTUcWpeXSvuC8yX13qkYnfZqS2u7dgarw5PHQqULResnx2kOocEl2UJR8vTH5_9E_sS7zGA/w440-h247/%25D8%25B4%25D8%25B1%25D8%25A7%25D8%25A1-%25D8%25A8%25D9%258A%25D8%25AA%25D9%2583%25D9%2588%25D9%258A%25D9%2586-%25D9%2581%25D9%258A-%25D8%25A7%25D9%2584%25D8%25AF%25D9%2588%25D9%2584-%25D8%25A7%25D9%2584%25D8%25B9%25D8%25B1%25D8%25A8%25D9%258A%25D8%25A9.jpg" width="440" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: 16px; text-align: start;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; text-align: start;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;البيتكوين&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; text-align: start;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&amp;nbsp;لمعرفة كيفية شراء رصيد بيتكون يجب معرفة البيتكوين التي تعد شكل من أشكال العملات الرقمية وهي عملة لامركزية يتم التعامل معها إلكترونيًا وهي ليست ملموسة وتعد من العملات المشفَّرة ويتم إنتاجها عن طريق الأفراد والشركات في جميع أنحاء العالم باستخدام برامج حاسوب متطورة والتي تعالج المشاكل الرياضية وتعد البيتكوين طريقة لدفع أو تحويل القيمة وهي مستقلة عن السلطات الحكومية أي أنها وسيلة عالمية للتبادل التي تتم عن طريق التطبيقات بشكل مباشر وبرسوم منخفضة، لذا فالبيتكون لا تتدفق من خلال النُّظم المصرفية بل عن طريق المَحَافِظ الإلكترونية من محفظة إلى أخرى، وسيتم التعرف على كيفية شراء رصيد البيتكوين خلال هذا المقال.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; text-align: start;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: x-large;"&gt;&lt;b&gt;قبل ان تبدأ&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: x-large;"&gt;&lt;b&gt;&lt;span style="text-align: start;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;هناك العديد من الأشياء التي يحتاجها كل مستثمر طموح في Bitcoin. حساب تبادل العملات المشفرة ووثائق التعريف الشخصية إذا كنت تستخدم نظام اعرف عميلك (KYC) واتصال آمن بالإنترنت وطريقة للدفع. من المستحسن أيضًا أن يكون لديك محفظتك الشخصية خارج حساب الصرف. تشمل طرق الدفع الصالحة باستخدام هذا المسار الحسابات المصرفية وبطاقات الخصم وبطاقات الائتمان. من الممكن أيضًا الحصول على Bitcoin من أجهزة الصراف الآلي المتخصصة وعبر بورصات P2P. ومع ذلك ، كن على علم بأن أجهزة الصراف الآلي للبيتكوين تتطلب بشكل متزايد بطاقات هوية صادرة عن الحكومة اعتبارًا من أوائل عام 2020&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8P2OWVh60LE9OT_mYK2yRMEL4HLVKTXynC5bkx_Ku6gc2TGt7hS20sj_BUfcTqQy88Ch2jexyeZfQpnKsqq2yk9yKVfvyqYZS8gzGkJb7su9HfRayZ6BiAcQilyeSpHv12hV75tE7Vuc/s640/_99373072_9.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="360" data-original-width="640" height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8P2OWVh60LE9OT_mYK2yRMEL4HLVKTXynC5bkx_Ku6gc2TGt7hS20sj_BUfcTqQy88Ch2jexyeZfQpnKsqq2yk9yKVfvyqYZS8gzGkJb7su9HfRayZ6BiAcQilyeSpHv12hV75tE7Vuc/w452-h254/_99373072_9.jpg" width="452" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: x-large;"&gt;&lt;b&gt;الخصوصية والأمان من القضايا المهمة لمستثمري البيتكوين&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;على الرغم من عدم وجود عملات بيتكوين مادية ، فعادة ما يكون التباهي بممتلكات كبيرة فكرة سيئة. يمكن لأي شخص يحصل على المفتاح الخاص لعنوان عام على Bitcoin blockchain تفويض المعاملات. بينما يجب الحفاظ على سرية المفتاح الخاص ، قد يحاول المجرمون سرقة المفاتيح الخاصة إذا علموا بمقتنيات كبيرة. اعلم أن أي شخص يمكنه رؤية رصيد العنوان العام الذي تستخدمه. هذا يجعل من الجيد الاحتفاظ باستثمارات كبيرة في العناوين العامة غير المرتبطة مباشرة بالاستثمارات المستخدمة في المعاملات.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;يمكن لأي شخص عرض سجل المعاملات التي تمت على blockchain ، حتى أنت. ولكن بينما يتم تسجيل المعاملات علنًا على blockchain ، فإن تحديد معلومات المستخدم ليس كذلك. على blockchain Bitcoin ، يظهر فقط المفتاح العام للمستخدم بجوار المعاملة - مما يجعل المعاملات سرية ولكن ليست مجهولة. بمعنى ما ، تعتبر معاملات Bitcoin أكثر شفافية ويمكن تتبعها من النقد ، ولكن يمكن استخدام Bitcoin بشكل مجهول.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;هذا تمييز مهم. زعم باحثون دوليون ومكتب التحقيقات الفيدرالي أنه يمكنهم تتبع المعاملات التي تتم على Bitcoin blockchain إلى حسابات المستخدمين الأخرى عبر الإنترنت ، بما في ذلك محافظهم الرقمية. على سبيل المثال ، إذا أنشأ شخص ما حسابًا على Coinbase ، فيجب عليه تقديم هويته. الآن ، عندما يشتري هذا الشخص Bitcoin ، يتم ربطه باسمه. إذا أرسلوها إلى محفظة أخرى ، فلا يزال من الممكن إرجاعها إلى شراء Coinbase الذي كان متصلاً بهوية صاحب الحساب. لا ينبغي أن يثير هذا قلق معظم المستثمرين لأن Bitcoin قانوني في الولايات المتحدة ومعظم البلدان المتقدمة الأخرى.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: x-large;"&gt;&lt;b&gt;الخطوة الأولى: اختر بورصة&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;سيسمح لك التسجيل في بورصة العملات المشفرة بشراء العملات المشفرة وبيعها والاحتفاظ بها. من أفضل الممارسات عمومًا استخدام بورصة تسمح لمستخدميها أيضًا بسحب عملاتهم المشفرة إلى محفظتهم الشخصية للحفاظ عليها بشكل أكثر أمانًا. هناك العديد من منصات التداول والوساطة المالية التي لا تسمح بذلك. بالنسبة لأولئك الذين يتطلعون إلى تداول البيتكوين أو العملات المشفرة الأخرى باستمرار ، قد لا تكون هذه الميزة مهمة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;هناك العديد من أنواع عمليات تبادل العملات المشفرة الموجودة. نظرًا لأن أخلاقيات Bitcoin هي اللامركزية والسيادة الفردية ، فإن بعض التبادلات تسمح للمستخدمين بالبقاء مجهولين ولا تطلب من المستخدمين إدخال معلومات شخصية. التبادلات التي تسمح بذلك تعمل بشكل مستقل وعادة ما تكون لامركزية مما يعني عدم وجود نقطة تحكم مركزية. بعبارة أخرى ، لا يوجد مدير تنفيذي ولا أي شخص أو مجموعة تلاحقها أي هيئة تنظيمية إذا كانت لديها مخاوف بشأن حدوث نشاط غير قانوني.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;في حين أن هذه الأنواع من الأنظمة لديها القدرة على استخدامها في الأنشطة الشائنة ، فإنها تقدم أيضًا خدمات للعالم الذي لا يتعامل مع البنوك. قد يشمل الأشخاص مثل هؤلاء اللاجئين أو أولئك الذين يعيشون في البلدان التي لا يوجد فيها سوى القليل من البنية التحتية الحكومية أو المصرفية لتقديم هوية الدولة المطلوبة لحساب مصرفي أو استثماري. يعتقد البعض أن الخير في هذه الخدمات يفوق احتمالية الاستخدام غير القانوني لأن الأشخاص الذين ليس لديهم حسابات مصرفية لديهم الآن وسيلة لتخزين الثروة ويمكنهم استخدامها للخروج من الفقر.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;في الوقت الحالي ، أكثر أنواع البورصات شيوعًا ليست لامركزية وتتطلب معرفة عميلك (KYC). في الولايات المتحدة ، تشمل هذه التبادلات Coinbase و Kraken و Gemini و Binance US ، على سبيل المثال لا الحصر. نمت كل من هذه التبادلات بشكل ملحوظ في عدد الميزات التي تقدمها. تقدم Coinbase و Kraken و Gemini عملات البيتكوين وعددًا متزايدًا من العملات البديلة. ربما تكون هذه الثلاثة هي الأسهل على منصة العملات المشفرة في الصناعة بأكملها. تقدم منصة Binance خدماتها للمتداول الأكثر تقدمًا ، حيث تقدم وظائف تداول أكثر جدية والعديد من العملات البديلة للاختيار من بينها.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;من الأمور المهمة التي يجب ملاحظتها عند إنشاء حساب تبادل العملة المشفرة استخدام ممارسات الإنترنت الآمنة. يتضمن ذلك استخدام المصادقة ذات العاملين واستخدام كلمة مرور فريدة وطويلة ، بما في ذلك مجموعة متنوعة من الأحرف الصغيرة والأحرف الكبيرة والأحرف الخاصة والأرقام.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: x-large;"&gt;&lt;b&gt;الخطوة الثانية: قم بتوصيل البورصة بخيار الدفع&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;بمجرد اختيارك لتبادل ، تحتاج الآن إلى جمع مستنداتك الشخصية. اعتمادًا على التبادل ، قد تتضمن هذه صورًا لرخصة القيادة ورقم الضمان الاجتماعي ، بالإضافة إلى معلومات حول صاحب العمل ومصدر الأموال. يمكن أن تعتمد المعلومات التي قد تحتاجها على المنطقة التي تعيش فيها والقوانين داخلها. تشبه العملية إلى حد كبير إعداد حساب وساطة نموذجي.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;رجل أعمال مع محاسب مصرفي آلة حاسبة&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;من خلال ربط حساب مصرفي بمحفظتك ، يمكنك شراء وبيع البيتكوين وإيداع هذه الأموال مباشرة في حسابك. صور سوربيتو / جيتي إيماجيس&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;بعد أن يضمن التبادل هويتك وشرعيتك ، يمكنك الآن توصيل خيار دفع. من خلال التبادلات المذكورة أعلاه ، يمكنك ربط حسابك المصرفي مباشرة أو يمكنك ربط بطاقة الخصم أو الائتمان. على الرغم من أنه يمكنك استخدام بطاقة ائتمان لشراء عملة مشفرة ، إلا أنه بشكل عام شيء يجب تجنبه بسبب التقلبات التي يمكن أن تتعرض لها العملات المشفرة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;في حين أن Bitcoin قانونية في الولايات المتحدة ، إلا أن بعض البنوك لا تتعامل بلطف مع الفكرة وقد تتساءل أو حتى توقف الإيداعات إلى المواقع أو البورصات المرتبطة بالتشفير. في حين أن معظم البنوك تسمح بهذه الإيداعات ، فمن الجيد التحقق للتأكد من أن البنك الذي تتعامل معه يسمح بالإيداعات في البورصة التي اخترتها.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;هناك رسوم متفاوتة للودائع عبر حساب مصرفي أو بطاقة خصم أو ائتمان. Coinbase ، على سبيل المثال ، وهو تبادل قوي للمبتدئين ، لديه رسوم 1.49٪ للحسابات المصرفية و 3.99٪ رسوم لبطاقات الخصم والائتمان. من المهم البحث في الرسوم المرتبطة بكل خيار دفع للمساعدة في اختيار التبادل أو لاختيار خيار الدفع الأفضل بالنسبة لك.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: x-large;"&gt;&lt;b&gt;الخطوة الثالثة: تقديم طلب&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;بمجرد اختيار التبادل وتوصيل خيار الدفع ، يمكنك الآن شراء Bitcoin والعملات المشفرة الأخرى. على مدار السنوات الأخيرة ، أصبحت العملات المشفرة وبورصاتها أكثر انتشارًا. نمت التبادلات بشكل كبير من حيث السيولة واتساع ميزاتها. ما كان يُعتقد أنه عملية احتيال أو مشكوك فيه تطور إلى شيء يمكن اعتباره جديرًا بالثقة وشرعيًا.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;الآن ، وصلت بورصات العملات المشفرة إلى نقطة تتمتع فيها تقريبًا بنفس مستوى الميزات مثل نظيراتها في الوساطة المالية. بمجرد العثور على تبادل وتوصيل طريقة دفع ، فأنت على استعداد للذهاب.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;تقدم بورصات العملات المشفرة اليوم عددًا من أنواع الأوامر وطرق الاستثمار. تقدم جميع بورصات العملات المشفرة تقريبًا كلاً من أوامر السوق وأوامر الحد وبعضها يقدم أيضًا أوامر وقف الخسارة. من بين البورصات المذكورة أعلاه ، تقدم Kraken معظم أنواع الطلبات. يسمح Kraken لأوامر السوق ، والحد ، وإيقاف الخسارة ، ووقف الحد ، وأخذ الربح.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;بصرف النظر عن مجموعة متنوعة من أنواع الأوامر ، تقدم البورصات أيضًا طرقًا لإعداد استثمارات متكررة تسمح للعملاء بتحويل متوسط ​​التكلفة بالدولار إلى استثماراتهم التي يختارونها. Coinbase ، على سبيل المثال ، يتيح للمستخدمين تعيين عمليات شراء متكررة لكل يوم أو أسبوع أو شهر. إن الحصول على حساب في البورصة هو كل ما تحتاج إليه حقًا لتتمكن من شراء Bitcoin أو غيرها من العملات المشفرة ، ولكن هناك بعض الخطوات الأخرى التي يجب مراعاتها لمزيد من الأمان والأمان.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: x-large;"&gt;&lt;b&gt;الخطوة الرابعة: التخزين الآمن&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;تعد محافظ البيتكوين والعملات المشفرة مكانًا لتخزين الأصول الرقمية بشكل أكثر أمانًا. إن وجود تشفيرك خارج البورصة وفي محفظتك الشخصية يضمن لك وحدك التحكم في المفتاح الخاص بأموالك. يمنحك أيضًا القدرة على تخزين الأموال بعيدًا عن البورصة وتجنب مخاطر تعرض البورصة للاختراق وفقدان أموالك.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;محفظة هاتف ذكي للعملات المشفرة ومحفظة حقيقية&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;عملات البيتكوين ليست عملات مادية ويجب تخزينها في محافظ رقمية. GrafVishenka / iStock / Getty Images Plus&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&amp;nbsp;في حين أن معظم البورصات تقدم محافظ لمستخدميها ، فإن الأمن ليس عملهم الأساسي. لا نوصي عمومًا باستخدام محفظة الصرف لمقتنيات العملة المشفرة الكبيرة أو طويلة الأجل.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;تحتوي بعض المحافظ على ميزات أكثر من غيرها. بعضها عبارة عن Bitcoin فقط والبعض الآخر يوفر القدرة على تخزين أنواع عديدة من العملات البديلة. توفر بعض المحافظ أيضًا القدرة على استبدال رمز مميز بآخر.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;عندما يتعلق الأمر باختيار محفظة Bitcoin ، لديك عدد من الخيارات. أول شيء يجب أن تفهمه حول محافظ العملات الرقمية هو مفهوم المحافظ الساخنة (محافظ الإنترنت) والمحافظ الباردة (محافظ الأوراق أو الأجهزة).&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;b style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: large;"&gt;تُعرف المحافظ عبر الإنترنت أيضًا باسم المحافظ "الساخنة". المحافظ الساخنة هي محافظ تعمل على الأجهزة المتصلة بالإنترنت مثل أجهزة الكمبيوتر أو الهواتف أو الأجهزة اللوحية. يمكن أن يؤدي ذلك إلى حدوث ثغرة أمنية لأن هذه المحافظ تولد المفاتيح الخاصة لعملاتك المعدنية على هذه الأجهزة المتصلة بالإنترنت. في حين أن المحفظة الساخنة يمكن أن تكون مريحة للغاية في الطريقة التي يمكنك من خلالها الوصول إلى الأصول الخاصة بك وإجراء المعاملات بسرعة ، فإن تخزين مفتاحك الخاص على جهاز متصل بالإنترنت يجعله أكثر عرضة للاختراق.&lt;/b&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;b style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: large;"&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;قد يبدو هذا بعيد المنال ، لكن الأشخاص الذين لا يستخدمون أمانًا كافيًا عند استخدام هذه المحافظ الساخنة يمكن أن يتم سرقة أموالهم. هذا ليس حدثًا نادرًا ويمكن أن يحدث بعدة طرق. على سبيل المثال ، التباهي في منتدى عام مثل Reddit حول مقدار Bitcoin الذي تمتلكه أثناء استخدام القليل من الأمان أو عدم استخدامه وتخزينه في محفظة ساخنة لن يكون من الحكمة. ومع ذلك ، يمكن جعل هذه المحافظ آمنة طالما تم اتخاذ الاحتياطات. يجب اعتبار كلمات المرور القوية والمصادقة ذات العاملين والتصفح الآمن للإنترنت الحد الأدنى من المتطلبات.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;تُستخدم هذه المحافظ بشكل أفضل للكميات الصغيرة من العملات المشفرة أو العملات المشفرة التي تتداولها بنشاط في البورصة. يمكنك تشبيه المحفظة الساخنة بحساب جاري. قد تقول الحكمة المالية التقليدية الاحتفاظ بأموال الإنفاق فقط في حساب جاري بينما يكون الجزء الأكبر من أموالك في حسابات التوفير أو حسابات الاستثمار الأخرى. يمكن قول الشيء نفسه بالنسبة للمحافظ الساخنة. تشمل المحافظ الساخنة محافظ الهاتف المحمول وسطح المكتب والويب وحسابات الصرف.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;كما ذكرنا سابقًا ، فإن محافظ الصرف هي حسابات حفظ تقدمها البورصة. مستخدم هذا النوع من المحفظة ليس صاحب المفتاح الخاص للعملة المشفرة الموجودة في هذه المحفظة. إذا حدث حدث تم فيه اختراق البورصة أو تعرض حسابك للاختراق ، فستفقد أموالك. عبارة "ليس مفتاحك ، وليس عملتك" هي مفهوم متكرر بشكل كبير في منتديات ومجتمعات العملة المشفرة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;أبسط وصف للمحفظة الباردة هو المحفظة غير المتصلة بالإنترنت ، وبالتالي فهي معرضة لخطر أقل بكثير من التعرض للاختراق. يمكن أيضًا الإشارة إلى هذه المحافظ باسم المحافظ غير المتصلة بالإنترنت أو محافظ الأجهزة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;تخزن هذه المحافظ المفتاح الخاص للمستخدم على شيء غير متصل بالإنترنت ويمكن أن يأتي مع برنامج يعمل بالتوازي بحيث يمكن للمستخدم عرض محفظته دون تعريض مفتاحه الخاص للخطر.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;ربما تكون الطريقة الأكثر أمانًا لتخزين العملات المشفرة في وضع عدم الاتصال هي عبر المحفظة الورقية. المحفظة الورقية هي محفظة يمكنك إنشاؤها من مواقع ويب معينة. ثم تقوم بإنتاج المفاتيح العامة والخاصة التي تطبعها على قطعة من الورق. لا يمكن الوصول إلى العملة المشفرة في هذه العناوين إلا إذا كان لديك تلك القطعة من الورق مع المفتاح الخاص. يقوم العديد من الأشخاص بتصفيح هذه المحافظ الورقية وتخزينها في صناديق ودائع آمنة في بنوكهم أو حتى في خزنة في منازلهم. هذه المحافظ مخصصة للأمان العالي والاستثمارات طويلة الأجل لأنه لا يمكنك بيع أو تداول عملات البيتكوين المخزنة بهذه الطريقة بسرعة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;النوع الأكثر استخدامًا من المحفظة الباردة هو محفظة الأجهزة. عادةً ما تكون محفظة الأجهزة عبارة عن جهاز محرك أقراص USB يخزن مفاتيح المستخدم الخاصة بأمان في وضع عدم الاتصال. هذا له مزايا جدية على المحافظ الساخنة لأنه لا يتأثر بالفيروسات التي يمكن أن تكون على جهاز الكمبيوتر. باستخدام محافظ الأجهزة ، لا تتصل المفاتيح الخاصة أبدًا بجهاز الكمبيوتر المتصل بالشبكة أو البرامج التي يحتمل أن تكون معرضة للخطر. عادةً ما تكون هذه الأجهزة مفتوحة المصدر ، مما يسمح للمجتمع بتحديد سلامتها من خلال عمليات تدقيق الكود بدلاً من إعلان الشركة أنها آمنة للاستخدام.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;تعد المحافظ الباردة الطريقة الأكثر أمانًا لتخزين عملات البيتكوين الخاصة بك أو غيرها من العملات المشفرة. ومع ذلك ، فإنهم في الغالب يحتاجون إلى قدر أكبر قليلاً من المعرفة للإعداد.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;هناك طريقة جيدة لإعداد محافظك وهي أن يكون لديك ثلاثة أشياء: حساب تبادل للشراء والبيع ، ومحفظة ساخنة للاحتفاظ بكميات صغيرة إلى متوسطة من العملات المشفرة التي ترغب في تداولها أو بيعها ، ومحفظة أجهزة باردة لتخزين مقتنيات أكبر من أجلها لفترات طويلة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: x-large;"&gt;&lt;b&gt;طرق بديلة لشراء البيتكوين&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;في حين أن البورصات مثل Coinbase أو Binance تظل من أكثر الطرق شيوعًا لشراء Bitcoin ، إلا أنها ليست الطريقة الوحيدة. فيما يلي بعض العمليات الإضافية التي يستخدمها مالكو البيتكوين.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: large;"&gt;&lt;b&gt;أجهزة الصراف الآلي بيتكوين&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;تعمل أجهزة الصراف الآلي للبيتكوين مثل عمليات تبادل البيتكوين الشخصية. يمكن للأفراد إدخال النقود في الجهاز واستخدامها لشراء Bitcoin التي يتم تحويلها بعد ذلك إلى محفظة رقمية آمنة. أصبحت أجهزة الصراف الآلي بيتكوين شائعة بشكل متزايد في السنوات الأخيرة ؛ يمكن أن يساعد Coin ATM Radar في تعقب أقرب الآلات.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: large;"&gt;&lt;b&gt;التبادلات P2P&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;على عكس التبادلات اللامركزية ، التي تطابق المشترين والبائعين بشكل مجهول وتسهل جميع جوانب المعاملة ، هناك بعض خدمات التبادل من نظير إلى نظير (P2P) التي توفر اتصالًا مباشرًا أكثر بين المستخدمين. عملات البيتكوين المحلية هي مثال على مثل هذا التبادل. بعد إنشاء حساب ، يمكن للمستخدمين نشر طلبات شراء أو بيع Bitcoin ، بما في ذلك معلومات حول طرق الدفع والسعر. ثم يتصفح المستخدمون قوائم عروض البيع والشراء ، واختيار الشركاء التجاريين الذين يرغبون في التعامل معهم.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;تسهل عملات البيتكوين المحلية بعض جوانب التجارة. في حين أن بورصات P2P لا تقدم نفس إخفاء الهوية مثل التبادلات اللامركزية ، فإنها تتيح للمستخدمين فرصة التسوق للحصول على أفضل صفقة. توفر العديد من هذه التبادلات أيضًا أنظمة تصنيف بحيث يكون لدى المستخدمين طريقة لتقييم الشركاء التجاريين المحتملين قبل إجراء المعاملات.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: x-large;"&gt;&lt;b&gt;تنافس بدون مخاطر مع 100000 دولار في النقد الافتراضي&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;/p&gt;&lt;p style="text-align: start;"&gt;&lt;span style="color: #333333; font-family: DroidArabicKufi-Regular, sans-serif, Arial; font-size: medium;"&gt;&lt;b&gt;اختبر مهاراتك في التداول من خلال محاكي الأسهم المجاني. تنافس مع الآلاف من متداولي Investopedia وتداول طريقك إلى القمة! قم بإرسال الصفقات في بيئة افتراضية قبل أن تبدأ في المخاطرة بأموالك الخاصة. مارس استراتيجيات التداول حتى تكون لديك الممارسة التي تحتاجها عندما تكون مستعدًا لدخول السوق الحقيقي. &lt;a href="https://www.investopedia.com/simulator/?source=dfp-ros-sim&amp;amp;subid=dfp-ros-sim"&gt;جرب محاكي الأسهم اليوم &amp;gt;&amp;gt;&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyP1KWzNlNqhUoW0BgxhyphenhyphenREKBCF_paqWkIjqFKW7oC5lgmFCj6OD5nOR1FyRiN-H8UxePFYTUcWpeXSvuC8yX13qkYnfZqS2u7dgarw5PHQqULResnx2kOocEl2UJR8vTH5_9E_sS7zGA/s72-w440-h247-c/%25D8%25B4%25D8%25B1%25D8%25A7%25D8%25A1-%25D8%25A8%25D9%258A%25D8%25AA%25D9%2583%25D9%2588%25D9%258A%25D9%2586-%25D9%2581%25D9%258A-%25D8%25A7%25D9%2584%25D8%25AF%25D9%2588%25D9%2584-%25D8%25A7%25D9%2584%25D8%25B9%25D8%25B1%25D8%25A8%25D9%258A%25D8%25A9.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>كيف تحمي نفسك عند اختراق حساب فيسبوك..وهل انت بأمان بعد الأختراق؟</title><link>https://hasubi3.blogspot.com/2021/04/blog-post_21.html</link><category>الحماية</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Wed, 21 Apr 2021 00:15:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-6488259238073116443</guid><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="page-content__item" data-grid-large="1" data-grid-medium="12" data-grid-small="12" style="background-color: white; box-sizing: border-box; grid-column-end: span 1; max-width: 100%; min-width: 0px; position: relative; text-align: start;"&gt;&lt;div class="utility" data-aa-component="utility" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 2.25rem; padding-top: 2.8rem; position: sticky; top: 8.5rem; z-index: 1;"&gt;&lt;div class="share-this" data-aa-component="shareThis" data-aa-init="" data-aa-uuid="0630160e-3a24-4eb0-ad59-ebe6bde7bd31" style="align-items: center; background: var(--theme-background-background); box-sizing: border-box; flex-flow: row nowrap; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 2.25rem; position: relative;"&gt;&lt;ul class="sharing-options" for="openshare" style="align-items: flex-start; background: var(--theme-background-background); box-sizing: border-box; display: flex; flex-flow: column nowrap; list-style: none; margin: 0px; order: -1; padding: 0px;"&gt;&lt;li class="short-url" style="box-sizing: border-box; cursor: pointer; list-style: none; margin: 0px 0px 1rem; max-height: 3.2rem; padding: 0px 0.5rem; position: relative; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEiRdtVC4K6uJHC6PX62DO1qoD2iRy2mCb8FvUtsTf1YcvOVeuHdPjolxzqlrBbzuX8FKCh7fNKsQplNWaowdJhdF6XzDmWIjpcuFvBfxTBC2Uor-fp72RZTasIaTh6EuS5q0QG8-W-8s/" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="" data-original-height="363" data-original-width="646" height="361" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEiRdtVC4K6uJHC6PX62DO1qoD2iRy2mCb8FvUtsTf1YcvOVeuHdPjolxzqlrBbzuX8FKCh7fNKsQplNWaowdJhdF6XzDmWIjpcuFvBfxTBC2Uor-fp72RZTasIaTh6EuS5q0QG8-W-8s/w629-h361/image.png" width="629" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="telegram" style="box-sizing: border-box; color: var(--theme-secondary-text); cursor: pointer; font-family: alarabiya, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; letter-spacing: 0.5rem; list-style: none; margin: 0px 0px 1rem; max-height: 3.2rem; padding: 0px 0.5rem; text-align: center;"&gt;&lt;a href="tg://msg_url?url=https://ara.tv/yq8e5&amp;amp;text=%D8%B9%D9%86%D8%AF %D8%A7%D8%AE%D8%AA%D8%B1%D8%A7%D9%82 %D8%AD%D8%B3%D8%A7%D8%A8 %D9%81%D9%8A%D8%B3%D8%A8%D9%88%D9%83.. %D8%B9%D9%84%D9%8A%D9%83 %D8%A7%D8%AA%D8%A8%D8%A7%D8%B9 %D9%87%D8%B0%D9%87 %D8%A7%D9%84%D8%AE%D8%B7%D9%88%D8%A7%D8%AA" rel="noreferrer" style="align-items: center; box-sizing: border-box; display: flex; text-decoration-line: none;" target="_blank" title=""&gt;&lt;i class="aa aa-telegram" style="background: url(&amp;quot;assets/icons/icon-telegram-rgb.svg&amp;quot;) 50% center / contain no-repeat; box-sizing: border-box; display: inline-block; filter: invert(0); height: 3.2rem; min-height: 1.6rem; min-width: 1.6rem; width: 3.2rem;"&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="whatsapp" style="box-sizing: border-box; color: var(--theme-secondary-text); cursor: pointer; font-family: alarabiya, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; letter-spacing: 0.5rem; list-style: none; margin: 0px 0px 1rem; max-height: 3.2rem; padding: 0px 0.5rem; text-align: center;"&gt;&lt;a data-action="share/whatsapp/share" href="whatsapp://send?text=%D8%B9%D9%86%D8%AF %D8%A7%D8%AE%D8%AA%D8%B1%D8%A7%D9%82 %D8%AD%D8%B3%D8%A7%D8%A8 %D9%81%D9%8A%D8%B3%D8%A8%D9%88%D9%83.. %D8%B9%D9%84%D9%8A%D9%83 %D8%A7%D8%AA%D8%A8%D8%A7%D8%B9 %D9%87%D8%B0%D9%87 %D8%A7%D9%84%D8%AE%D8%B7%D9%88%D8%A7%D8%AA https://ara.tv/yq8e5" rel="noreferrer" style="align-items: center; box-sizing: border-box; display: flex; text-decoration-line: none;" target="_blank" title="عند اختراق حساب فيسبوك.. عليك اتباع هذه الخطوات"&gt;&lt;i class="aa aa-whatsapp" style="background: url(&amp;quot;assets/icons/icon-whatsapp-rgb.svg&amp;quot;) 50% center / contain no-repeat; box-sizing: border-box; display: inline-block; filter: invert(0); height: 3.2rem; min-height: 1.6rem; min-width: 1.6rem; width: 3.2rem;"&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="short-url" style="box-sizing: border-box; color: var(--theme-secondary-text); cursor: pointer; font-family: alarabiya, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; letter-spacing: 0.5rem; list-style: none; margin: 0px 0px 1rem; max-height: 3.2rem; padding: 0px 0.5rem; position: relative; text-align: center;"&gt;&lt;i class="aa aa-link" style="background: url(&amp;quot;assets/icons/icon-timeline.svg&amp;quot;) 50% center / contain no-repeat; box-sizing: border-box; display: inline-block; filter: invert(0); height: 3.2rem; min-height: 1.6rem; min-width: 1.6rem; width: 3.2rem;"&gt;&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="page-content__item" data-grid-large="7" data-grid-medium="12" data-grid-small="12" style="background-color: white; box-sizing: border-box; grid-column-end: span 7; max-width: 100%; min-width: 0px; position: relative; text-align: start;"&gt;&lt;div style="box-sizing: border-box;"&gt;&lt;div class="box-wrapper" id="body-text" style="box-sizing: border-box; padding: 2.5rem 0px;"&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; color: var(--theme-text); font-family: &amp;quot;Noto Naskh Arabic Bold&amp;quot;, serif; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; letter-spacing: 0px; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; color: var(--theme-text); font-family: &amp;quot;Noto Naskh Arabic Bold&amp;quot;, serif; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; letter-spacing: 0px; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: var(--theme-text); letter-spacing: 0px;"&gt;&lt;span style="font-size: medium;"&gt;اذا كنت تشك في أن كلمة مرور حسابك في فيسبوك قد سُربت أو أن حسابك مخترق، فعليك التصرف بسرعة، حيث يمكن للمتسللين منعك من الدخول إلى حسابك وإزعاج أصدقائك وعائلتك، لذا يجب تأمين حسابك بسرعة أو استعادته قبل فوات الأوان.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; color: var(--theme-text); font-family: &amp;quot;Noto Naskh Arabic Bold&amp;quot;, serif; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; letter-spacing: 0px; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="font-size: medium;"&gt;فيما يلي سنتعرف على كيفية تأمين حسابك من خلال 4 أشياء يجب القيام به عند اختراق حسابك في فيسبوك:&lt;br style="box-sizing: border-box;" /&gt;ملاحظة: إذا كنت تستخدم حساب فيسبوك لتسجيل الدخول إلى تطبيقات أخرى، مثل: سبوتيفاي أو إنستغرام Instagram، فهذه التطبيقات لديها خروقات بيانات سابقة، وقد تُستهدف مرة أخرى في المستقبل.&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; color: var(--theme-text); font-family: &amp;quot;Noto Naskh Arabic Bold&amp;quot;, serif; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; letter-spacing: 0px; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="font-size: medium;"&gt;لذلك حتى إذا كنت لا تهتم بحسابك في فيسبوك، فعليك تغيير عمليات تسجيل الدخول ذات الصلة به، أو تشديد أمان حسابك في فيسبوك لتأمين هذه الحسابات.&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; color: var(--theme-text); font-family: &amp;quot;Noto Naskh Arabic Bold&amp;quot;, serif; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; letter-spacing: 0px; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="font-size: x-large;"&gt;كيف تعرف أن حسابك مخترق؟&lt;br style="box-sizing: border-box;" /&gt;&lt;/span&gt;&lt;span style="font-size: medium;"&gt;إذا تمكن أحد المتسللين من الدخول إلى حسابك، فسوف يترك أثرًا، كل ما عليك فعله لمعرفة ذلك:&lt;br style="box-sizing: border-box;" /&gt;• قم بتسجيل الدخول إلى حسابك.&lt;br style="box-sizing: border-box;" /&gt;• انقر على السهم في الجزء العلوي الأيمن.&lt;br style="box-sizing: border-box;" /&gt;• من القائمة، اختر (الإعدادات) Settings.&lt;br style="box-sizing: border-box;" /&gt;• انتقل إلى (الأمان وتسجيل الدخول) Security and Login.&lt;br style="box-sizing: border-box;" /&gt;• في الجزء العلوي، سترى قائمة بالأجهزة التي قمت من خلالها بتسجيل الدخول إلى حسابك خلال الفترة الأخيرة؛ ومتى كانت نشيطة.&lt;br style="box-sizing: border-box;" /&gt;• انقر على (عرض المزيد) See More، لفتح تلك القائمة ومراجعة الجلسات القديمة.&lt;br style="box-sizing: border-box;" /&gt;&lt;br style="box-sizing: border-box;" /&gt;إذا لاحظت أي نشاط مريب في تسجيلات الدخول الخاصة بك، فيما يلي ما عليك القيام به بالترتيب:&lt;br style="box-sizing: border-box;" /&gt;1- تغيير كلمة المرور:&lt;br style="box-sizing: border-box;" /&gt;في حال لم يغير المخترق كلمة المرور، فأنت محظوظ، فهذا هو الوقت المناسب لتحديث كلمة مرورك قبل تسجيل الخروج من الجلسات غير المعروفة.&lt;br style="box-sizing: border-box;" /&gt;• اضغط على قائمة (الإعدادات).&lt;br style="box-sizing: border-box;" /&gt;• اضغط على خيار (الأمان وتسجيل الدخول).&lt;br style="box-sizing: border-box;" /&gt;• قم بالتمرير لأسفل للوصول إلى خيار (تسجيل الدخول) Login، وانقر على (تغيير كلمة المرور) Change password.&lt;br style="box-sizing: border-box;" /&gt;• أدخل كلمة المرور الحالية، وقم باختيار كلمة مرور جديدة قوية، أو يمكنك استخدام تطبيق مدير كلمات مرور مثل: LastPass. ثم اضغط على خيار (حفظ التغييرات) Save Changes.&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; color: var(--theme-text); font-family: &amp;quot;Noto Naskh Arabic Bold&amp;quot;, serif; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; letter-spacing: 0px; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="font-size: medium;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-size: medium;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisK8kyRl-al3l25JMLhtc-KEZ5xDnM64-T1eN2_7gbolXqWE_4Zo9D0oBEyXHJvyfTqevEPPo9IjC6SJzCaC4jYuszTVTgFWaGPIu18JyQshJcwnY3fiFyp1fTFijwFYjc3oIB1aDpKHg/" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="" data-original-height="358" data-original-width="670" height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisK8kyRl-al3l25JMLhtc-KEZ5xDnM64-T1eN2_7gbolXqWE_4Zo9D0oBEyXHJvyfTqevEPPo9IjC6SJzCaC4jYuszTVTgFWaGPIu18JyQshJcwnY3fiFyp1fTFijwFYjc3oIB1aDpKHg/w474-h254/image.png" width="474" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: x-large;"&gt;&amp;nbsp;الإبلاغ عن الاختراق:&lt;/span&gt;&lt;br style="box-sizing: border-box;" /&gt;&lt;span style="font-size: medium;"&gt;إذا وجدت أن حسابك لم يُخترق، ولكنه بدأ بإرسال رسائل غير مرغوب فيها إلى أصدقائك، فيجب عليك الإبلاغ عن ذلك الى إدارة فيسبوك من خلال استخدام رابط: Facebook.com/hacked/.&lt;br style="box-sizing: border-box;" /&gt;كما يمكنك أيضًا استخدام هذا الرابط في حالة فقد الوصول إلى حسابك إذا اُخترق، لطلب مساعدة فيسبوك لاستعادة الوصول إلى حسابك.&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; color: var(--theme-text); font-family: &amp;quot;Noto Naskh Arabic Bold&amp;quot;, serif; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; letter-spacing: 0px; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="font-size: medium;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-size: medium;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRhhbP_uejtXg6JeTWAsZUzmZ4bJmyl7KJ6s1AGPQEuSRXQIWTatV2KnHxaGhouBI2_GYhdA6l16ULUPmO1QvIASHc__wxnIqH4kYwMAYks0n29-ciJtnhboMcaRWIlD5bhiJQCSdetZQ/" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="" data-original-height="256" data-original-width="647" height="186" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRhhbP_uejtXg6JeTWAsZUzmZ4bJmyl7KJ6s1AGPQEuSRXQIWTatV2KnHxaGhouBI2_GYhdA6l16ULUPmO1QvIASHc__wxnIqH4kYwMAYks0n29-ciJtnhboMcaRWIlD5bhiJQCSdetZQ/" width="469" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; color: var(--theme-text); font-family: &amp;quot;Noto Naskh Arabic Bold&amp;quot;, serif; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; letter-spacing: 0px; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="font-size: x-large;"&gt;&amp;nbsp;إزالة التطبيقات المشكوك فيها:&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; color: var(--theme-text); font-family: &amp;quot;Noto Naskh Arabic Bold&amp;quot;, serif; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; letter-spacing: 0px; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: var(--theme-text); font-size: large; letter-spacing: 0px;"&gt;في الكثير من الأحيان، يكون اختراق حسابك من خلال التطبيقات التي منحتها حق الوصول إليه وإعطائها بعض الأذونات، ولإزالة مثل هذه التطبيقات اتبع الآتي:&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; color: var(--theme-text); font-family: &amp;quot;Noto Naskh Arabic Bold&amp;quot;, serif; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; letter-spacing: 0px; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="font-size: medium;"&gt;• انتقل إلى (الإعدادات) في حسابك.&lt;br style="box-sizing: border-box;" /&gt;• اضغط على خيار (التطبيقات ومواقع الويب) Apps and Websites.&lt;br style="box-sizing: border-box;" /&gt;• من القائمة، اضغط على خيار (إظهار الكل) Show All، لرؤية (التطبيقات ومواقع الويب النشيطة) Active Apps and Websites.&lt;br style="box-sizing: border-box;" /&gt;• حدد التطبيق أو مواقع الويب التي تشتبه فيها، ثم اضغط على زر (إزالة) Remove، في الجزء العلوي الأيسر.&lt;br style="box-sizing: border-box;" /&gt;• أكد ما إذا كنت ترغب أيضًا في (حذف جميع المشاركات والصور ومقاطع الفيديو في فيسبوك) من هذه المصادر.&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; color: var(--theme-text); font-family: &amp;quot;Noto Naskh Arabic Bold&amp;quot;, serif; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; letter-spacing: 0px; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="font-size: x-large;"&gt;&amp;nbsp;التحكم في الضرر:&lt;br style="box-sizing: border-box;" /&gt;&lt;/span&gt;&lt;span style="font-size: medium;"&gt;بعد القيام بكل ما في وسعك لاستعادة السيطرة على حسابك في فيسبوك ومنع المزيد من الضرر، أخبر أصدقائك وعائلتك بما حدث، حيث تعتبر هذه الخطوة احترازية في حالة إساءة المخترق لاستخدام حسابك.&lt;br style="box-sizing: border-box;" /&gt;وإذا لم تتمكن حاليًا من الوصول إلى حسابك، فاتصل بأصدقائك في فيسبوك من خلال مواقع التواصل الاجتماعي الأخرى، أو عبر البريد الإلكتروني، أو اطلب من صديق مشترك إبلاغهم عبر فيسبوك.&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: x-large;"&gt;&lt;b&gt;ما هي مخاطر قرصنة الفيسبوك؟&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: x-large;"&gt;&lt;b&gt;معلومات شخصية&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: medium;"&gt;&lt;b&gt;إذا كنت تستخدم تطبيق الرسائل الخاصة على Facebook بشكل منتظم ، فقد يكون لديك كمية من المعلومات الشخصية التي لا تريد مشاركتها. بينما تكون المعلومات الموجودة في ملفك الشخصي على Facebook عامة في الغالب ، يمكن للمتسلل التحقق من صندوق الوارد الخاص بك والعثور على الرسائل السرية وحتى كلمات مرور الحساب أو المعلومات الحساسة الأخرى ، اعتمادًا على ما تحفظه في البريد الوارد. إذا رغبت في ذلك ، يمكن للمتسلل نشر معلوماتك الخاصة على الحائط الخاص بك ليراها الجميع.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: x-large;"&gt;&lt;b&gt;كلمه السر&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: medium;"&gt;&lt;b&gt;عندما يقوم شخص ما باختراق حساب Facebook الخاص بك ، يكون لديه القدرة على تغيير كلمة المرور الخاصة بك. بمجرد قيامه بذلك ، يمكنه استخدام حسابك كما يشاء ، ولن تنجح في محاولة تسجيل الدخول لإيقافه. قد تكون هذه تجربة محبطة وربما لن تتمكن من فعل أي شيء لمنعها حتى تقوم بإبلاغ Facebook ويقوم مسؤول Facebook بالتحقيق في المشكلة.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: x-large;"&gt;&lt;b&gt;التضليل&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: medium;"&gt;&lt;b&gt;بمجرد أن يتمكن المتسلل من الوصول إلى حسابك ، يمكنه إرسال رسائل يتظاهر بأنه أنت إلى أصدقائك. يمكن أن تكون هذه الرسائل فجة أو مهددة أو غير مناسبة بطريقة أخرى ، مما سيجعل أصدقاءك يعتقدون في البداية أنك مستاء. يمكن للمخترق أيضًا نشر صور غير مناسبة على حسابك لإحراجك أو جعل الآخرين يبلغون عنك لخرق شروط استخدام Facebook.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: x-large;"&gt;&lt;b&gt;رسائل إلكترونية مزعجة&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="color: #151515; font-family: Noto Naskh Arabic Bold, serif; font-size: medium;"&gt;&lt;b&gt;من حين لآخر ، قد يتم اختراق حسابك على Facebook بسبب البرامج الضارة أو برامج التجسس أو التصيد الاحتيالي. عند حدوث ذلك ، قد يستخدم شخص أو شركة ضارة حسابك لإرسال رسائل غير مرغوب فيها إلى جميع حسابات أصدقائك من خلال منشورات على الحائط أو رسائل خاصة أو كليهما. قد تحتوي بعض هذه الرسائل على فيروسات قد تؤثر بشدة على أجهزة الكمبيوتر الخاصة بأصدقائك. بالإضافة إلى ذلك ، إذا اعتقدت إحدى صديقاتك أنك وراء هذا البريد العشوائي ، فقد تقوم بإبلاغ Facebook عنك.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;/p&gt;&lt;div class="separator" style="-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &amp;quot;Times New Roman&amp;quot;; font-size: medium; font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-decoration-color: initial; text-decoration-style: initial; text-decoration-thickness: initial; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p class="p1" style="-webkit-text-stroke-width: 0px; font-family: &amp;quot;Geeza Pro&amp;quot;; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: normal; margin: 0px; orphans: 2; text-align: right; text-decoration-color: initial; text-decoration-style: initial; text-decoration-thickness: initial; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;b&gt;و&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;أخيرا&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span id="kyfyt_hmayt_alfysbwk_mn_alhkr" style="border: 0px; box-sizing: border-box; font-family: &amp;quot;Noto Sans Kufi Arabic&amp;quot;; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: start;"&gt;كيفية حماية الفيسبوك من الهكر&amp;nbsp;&lt;/span&gt;&lt;b&gt;من&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;خلال&amp;nbsp;&lt;/b&gt;&lt;b&gt;الفيديو&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="font-family: Noto Naskh Arabic Bold, serif;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-family: Noto Naskh Arabic Bold, serif;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="327" src="https://www.youtube.com/embed/0D3ZUXDMUEg" width="533" youtube-src-id="0D3ZUXDMUEg"&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p class="p2" style="color: #dca10d; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; text-align: right;"&gt;&lt;span class="s1" style="text-decoration-line: underline;"&gt;&lt;a href="https://www.blogger.com/blog/post/edit/6045516878438064459/698026946000511703?hl=ar#"&gt;اذا كنت مهتم بالبرمجة انضم معنا في جروب الديسكورد الخاص بالبرمجة اضغط علي الأن&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p3" dir="rtl" style="font-family: &amp;quot;Geeza Pro&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; text-align: right;"&gt;تمت&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;الكتابة&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;و&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;التعديل&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;على&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;النص&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;من&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;قبل&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;:&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;فيصل&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;العنقودي&lt;/p&gt;&lt;p class="body-1 paragraph" data-aa-component="paragraph" data-allow-readmode="" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 30.8px; margin: 0px; padding: 1rem 0px; text-align: justify;"&gt;&lt;span style="font-family: Noto Naskh Arabic Bold, serif;"&gt;&lt;b style="color: #151515; font-size: large;"&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="page-content__item" data-grid-large="1" data-grid-medium="12" data-grid-small="12" style="background-color: white; box-sizing: border-box; color: #151515; font-family: alarabiya, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; grid-column-end: span 1; max-width: 100%; min-width: 0px; position: relative; text-align: start;"&gt;&lt;div class="utility" data-aa-component="utility" style="background: var(--theme-background-background); box-sizing: border-box; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; letter-spacing: 0px; line-height: 2.25rem; padding-top: 2.8rem; position: sticky; top: 8.5rem; z-index: 1;"&gt;&lt;div class="share-this" data-aa-component="shareThis" data-aa-init="" data-aa-uuid="0630160e-3a24-4eb0-ad59-ebe6bde7bd31" style="align-items: center; background: var(--theme-background-background); box-sizing: border-box; flex-flow: row nowrap; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; letter-spacing: 0px; line-height: 2.25rem; position: relative;"&gt;&lt;ul class="sharing-options" for="openshare" style="align-items: flex-start; background: var(--theme-background-background); box-sizing: border-box; display: flex; flex-flow: column nowrap; list-style: none; margin: 0px; order: -1; padding: 0px;"&gt;&lt;li class="telegram" style="box-sizing: border-box; color: var(--theme-secondary-text); cursor: pointer; letter-spacing: 0.5rem; list-style: none; margin: 0px 0px 1rem; max-height: 3.2rem; padding: 0px 0.5rem; text-align: center;"&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEiRdtVC4K6uJHC6PX62DO1qoD2iRy2mCb8FvUtsTf1YcvOVeuHdPjolxzqlrBbzuX8FKCh7fNKsQplNWaowdJhdF6XzDmWIjpcuFvBfxTBC2Uor-fp72RZTasIaTh6EuS5q0QG8-W-8s/s72-w629-h361-c/image.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ما هو الأمن السيبراني ؟ولماذا هو مهم في عالم التقنية؟</title><link>https://hasubi3.blogspot.com/2021/04/blog-post_81.html</link><category>الاختراق</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Tue, 20 Apr 2021 11:40:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-2247656124585309978</guid><description>&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: left;"&gt;&lt;span style="border: none; display: inline-block; height: 285px; overflow: hidden; width: 590px;"&gt;&lt;img height="285" src="https://lh5.googleusercontent.com/y1NK59j83T7OoQBNsvwd5i81PfOPC6Gy8RIQrQegsc_EO2gKXfubLtOpEG_8AbMqp6JSh0hlb1PuNea0yjWR3wNmZ3QnTW1A8c6nY05QJH5A06wgObvk9H50IP4vhSVpE-uZB3hA" style="margin-left: 0px; margin-top: 0px;" width="590" /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b id="docs-internal-guid-48bc942d-7fff-8535-3f52-6497e6322ecb" style="font-weight: normal;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;div style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: x-large; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;ما هو الأمن السيبراني؟&lt;/span&gt;&lt;/div&gt;&lt;div style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;الأمن السيبراني هو ممارسة حماية الأنظمة والشبكات والبرامج من الهجمات &lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;الرقمية.&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; التي تهدف عادةً إلى الوصول إلى المعلومات الحساسة أو تغييرها أو إتلافها &lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;أو ابتزاز المال من المستخدمين أو مقاطعة العمليات التجارية.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: x-large; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;نهج الأمن السيبراني.&lt;/span&gt;&lt;/div&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;ينتهج الأمن السيبراني الناجح نهجاً معيناً يتكون عادة من طبقات متعددة للحماية &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;تنتشر في أجهزة الكمبيوتر أو الشبكات أو البرامج أو البيانات التي ينوي&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; المرء الحفاظ على سلامتها و في أي منظمة يجب على المستخدمين &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;والعمليات والتكنولوجيا أن يكملوا بعضهم بعضاً ويتكاتفوا لإنشاء&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; دفاع فعال من الهجمات السيبرانية.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;المستخدمين ..&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;يجب على المستخدمين فهم مبادئ أمان البيانات الأساسية والامتثال لها&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; مثل اختيار كلمات مرور قوية ، والحذر من المرفقات ذات المصدر&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; المجهول في البريد الإلكتروني ، والحرص على عمل النسخ الاحتياطي للبيانات.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;التكنولوجيا ..&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;تعد التكنولوجيا ضرورة ملحة لمنح المنظمات والأفراد أدوات الحماية اللازمة&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; من الهجمات السيبرانية.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;ثلاثة كيانات رئيسية يجب أن تتم حمايتها :&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;-أجهزة الكمبيوتر والأجهزة الذكية والراوترات.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;-الشبكات.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;-السحابة الالكترونية .&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;وتتضمن التقنية الشائعة المستخدمة لحماية هذه الكيانات جدران الحماية&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; ، تصفيةDNS ، MALWARE، وبرامج مكافحة الفيروسات ، &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;وحلول مقترحة لأمان البريد الإلكتروني.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: x-large; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;لماذا يعتبر الأمن السيبراني مهمًا..&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;في عالمنا المترابط بواسطة الشبكة، يستفيد الجميع من برامج الدفاع السيبراني.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; فمثلاً على المستوى الفردي يمكن أن يؤدي هجوم الأمن السيبراني إلى سرقة&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; الهوية أو محاولات الابتزاز أو فقدان البيانات المهمة مثل الصور العائلية&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; كما تعتمد المجتمعات على البنية التحتية الحيوية مثل محطات الطاقة &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;والمستشفيات وشركات الخدمات المالية لذا فإن تأمين هذه المنظمات وغيرها&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; أمر ضروري للحفاظ على عمل مجتمعنا بطريقة آمنة وطبيعية.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;يستفيد الجميع أيضًا من عمل الباحثين في مجال الأمن السيبراني ،&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; فمثلاً يضم فريق تالوس 250 باحثاً يحققون في التهديدات الجديدة &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;والناشئة واستراتيجيات الهجوم السيبراني. فهم يكشفون عن نقاط &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;الضعف الجديدة ، ويثقفون الجمهور بشأن أهمية الأمن السيبراني ، &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;ويعملون على تقوية أدوات المصادر المفتوحة. مما يجعل العمل على الإنترنت&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; أكثر أمانًا للجميع.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: x-large; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;أهمية الأمن السيبراني:&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #444444; font-family: Arial; font-size: 25pt; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;&lt;span style="border: none; display: inline-block; height: 337px; overflow: hidden; width: 602px;"&gt;&lt;img height="337" src="https://lh6.googleusercontent.com/OtTQYL51lxgk6QEv78KBimQrH--MC9McKIpqSl-uALdHzNwyZsZlkJXLyBK_VArByC59fstuYMqhwVIgqUrgBW02T3djYetlTLt6X9l3bt8a4sROpNCLZrq6d9SY_agrrV47C8ht" style="margin-left: 0px; margin-top: 0px;" width="602" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;يعد الأمن السيبراني مهماً لأن المنظمات الحكومية والعسكرية والشركات والمالية&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;والطبية تجمع وتعالج وتخزن كميات غير مسبوقة من البيانات&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; على أجهزة الكمبيوتر والأجهزة الأخرى.&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;يمكن أن يكون جزء كبير من هذه البيانات معلومات حساسة،&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; سواء كانت ملكية فكرية أو بيانات مالية أو معلومات شخصية&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; أو أنواعاً أخرى من البيانات التي قد يكون للوصول أو التعرض&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; غير المصرح بها عواقب سلبية.&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;تنقل المنظمات البيانات الحساسة عبر الشبكات والأجهزة &lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;الأخرى أثناء ممارسة الأعمال التجارية، ويصف الأمن&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; السيبراني النظام المخصص لحماية تلك المعلومات&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; والأنظمة المستخدمة لمعالجتها أو تخزينها.&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;مع نمو حجم وتعقيد الهجمات الإلكترونية، يتعين &lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;على الشركات والمؤسسات وخاصة تلك المكلفة بحماية المعلومات&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; المتعلقة بالأمن القومي أو الصحة أو السجلات المالية، اتخاذ خطوات&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; لحماية معلومات الأعمال والموظفين الحساسة الخاصة بهم.&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;في مارس 2013، حذر كبار مسؤولي المخابرات في البلاد من أن الهجمات&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; الإلكترونية والتجسس الرقمي تشكل أكبر تهديد للأمن القومي وتتفوق حتى &lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;على الإرهاب.&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;b style="font-weight: normal;"&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;h3 dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 4pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: x-large; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;كيف تصبح متخصصاً أمنياً؟&lt;/span&gt;&lt;/h3&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: white; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;يصبح متخصصو الأمن أكثر أهمية مع زيادة الحوسبة السحابية واعتماد&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: white; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; الأعمال على التكنولوجيا، يتولى هؤلاء المحترفون مسؤولية الأمن السيبران&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: white; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; منظماتهم، ويراقبون البنية التحتية الأمنية الحالية لضمان حماية الأنظمة&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: white; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; للمعلومات الحيوية، ويقومون بإجراء فحوصات منتظمة ويقترحون&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: white; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; التحسينات حسب الضرورة، مما يجعلهم مسؤولين عن مواكبة أفضل&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: right;"&gt;&lt;span style="background-color: white; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; الممارسات والاستجابات للتهديدات الجديدة.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;يتمتع المتخصصون في مجال الأمن بأهمية حيوية للعديد من الصناعات&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; في جميع أنحاء البلاد، ويتمتعون بوفرة في فرص العمل في صناعات&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; متنوعة مثل هندسة الطيران، والخدمات المصرفية، والتصنيع.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: x-large; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;المسميات الوظيفية المتعلقة بالأمن السيبراني:&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;- محلل نظم الأمان (security analyst): العمل على تحديد&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; وتعديل المشكلات ضمن الأنظمة الحالية.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;- مهندس نظم الأمن (security engineer): العمل على إجراء&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; التعديلات الرئيسية أو طرح أنظمة - جديدة.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;- منفذ نظم الأمان (security architect):العمل على تصميم&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; الأنظمة الأمنية الجديدة.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: x-large; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;أهم 10 نصائح للأمن السيبراني للمستخدمين&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: 12pt; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;&lt;span style="border: none; display: inline-block; height: 337px; overflow: hidden; width: 602px;"&gt;&lt;img alt="الأمن السيبراني." height="337" src="https://lh5.googleusercontent.com/7q_1zE3FVQYDQGz4PhmGxoX4TCZpmQKdty-E2nAJxV9UQL89EmhUybcivluuz33SO67kQ3wQ5adn7dKlgtq2FzoNFBAeCYuTWEWMLkPlKUxcD5krOCLOYd_lU-nlol5D-DR51WRS" style="margin-left: 0px; margin-top: 0px;" width="602" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;أصبح الإنترنت فضاءً مليئاً بالروابط الخبيثة والفيروسات، &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;أصبحت خروقات البيانات أكثر تواتراً، وأصبح المستخدمون غير المرتابين أكثر&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; عرضة للخطر من أي وقت مضى.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;عندما تكلف نقرة واحدة الآلاف، بل وحتى الملايين، يحتاج المستخدمون إلى مهام&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; قابلة للتنفيذ يمكن أن تساعدهم في البقاء في حالة تأهب وأمان عبر الإنترنت.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;فيما يلي أهم 10 نصائح للأمن السيبراني للمستخدمين:&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;.1 النقر بدون تفكير أمر طائش&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;فقط لأنك تستطيع النقر، لا يعني أنه يجب عليك ذلك، تذكر يمكن أن يكلفك ذلك&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; مبلغاً ضخماً، يمكن أن تلحق الروابط الضارة بعدة طرق مختلفة، لذا تأكد من &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;فحص الروابط والتأكد من أنها من مرسلين موثوق بهم قبل النقر عليها.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;.2 استخدم المصادقة الثنائية&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;من المهم أن تكون لديك كلمة مرور قوية، ولكن من الضروري أن تكون لديك&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; مصادقة ثنائية أو متعددة العوامل، توفر هذه الطريقة طبقتين من إجراءات الأمان،&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; لذلك إذا تمكن المتسلل من تخمين كلمة مرورك بدقة، فلا يزال هناك إجراء أمني&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; إضافي مطبق لضمان عدم اختراق حسابك.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;.3 ابحث عن رسائل التصيد الاحتيالي&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;مع إرسال أكثر من 3 مليارات رسالة بريد إلكتروني مزيفة يومياً، تعد هجمات&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; التصيد الاحتيالي من أعظم تهديدات الأمن السيبراني، حيث من السهل جداً &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;الوقوع فيها.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;في هجوم التصيد الاحتيالي، سيظهر المتسلل كشخص قد يكون المتلقي&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; مألوفاً له لخداعه لفتح رابط ضار، أو الكشف عن بيانات اعتماد مهمة،&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; أو فتح برنامج يصيب نظام المستلم بفيروس.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;أفضل طريقة للبحث عن حيل التصيد الاحتيالي هي تجنب رسائل البريد &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;الإلكتروني من مرسلين غير مألوفين، والبحث عن الأخطاء النحوية أو&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; أي تناقضات في البريد الإلكتروني تبدو مريبة، وتحوم فوق أي رابط تتلقاه &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;للتحقق من الوجهة.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;.5 تتبع البصمة الرقمية الخاصة بك&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;عندما تراقب حساباتك، يمكنك التأكد من ضبط نشاط مريب، هل يمكنك&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; أن تتذكر كل مكان لديك حسابات عبر الإنترنت وما هي المعلومات المخزنة&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; عليها مثل أرقام بطاقات الائتمان لتسهيل عمليات الدفع؟ من المهم تتبع&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; بصمتك الرقمية، بما في ذلك وسائل التواصل الاجتماعي، وحذف الحسابات&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; التي لا تستخدمها، مع التأكد من تعيين كلمات مرور قوية (تقوم بتغييرها بانتظام).&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;.5 مواكبة التحديثات&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;يمكن إصدار تصحيحات البرامج عند اكتشاف ثغرات أمنية. إذا وجدت&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; أن إعلانات تحديث البرامج هذه مزعجة، فأنت لست وحدك، ولكن يمكنك &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;اعتبارها (أهون الشرين) عند تقييم إعادة تشغيل جهازك مقابل تعريض&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; نفسك لخطر البرامج الضارة وأنواع أخرى من عدوى الكمبيوتر.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;.6الاتصال بأمان&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;تم استبعاد نصائح الأمن السيبراني حول هذا الأمر من قبل كل خبير تقني، &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;لكن لا يزال الكثيرون لا يتبعون هذه النصيحة، قد تميل إلى توصيل جهازك&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; باتصال غير آمن، ولكن عندما تزن العواقب، فإن الأمر لا يستحق ذلك&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;، اتصل فقط بالشبكات الخاصة عندما يكون ذلك ممكناً، خاصة عند &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;التعامل مع المعلومات الحساسة.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;.7 تأمين جهازك المحمول&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;الأمن لا ينتهي عند سطح مكتبك، من المهم التعود على عادة تأمين وجودك &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;من خلال جهازك المحمول أيضاً، استخدم كلمات مرور قوية، وتأكد من إيقاف&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; تشغيل Bluetooth، وعدم الاتصال تلقائياً بأي شبكة Wi-Fi عامة، وقم&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; بالتنزيل بحذر.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;.8 احذر من الهندسة الاجتماعية&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;عندما لا يتمكن المتسللون من العثور على ثغرة أمنية، فإنهم سيهاجمون&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; بطرق أخرى، هذا النوع من الهجوم هو هجوم على عقل المستخدم، وليس&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; على الجهاز للوصول إلى الأنظمة والمعلومات، خاصة مع المعلومات المتاحة&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; للجمهور عبر الإنترنت وعبر وسائل التواصل الاجتماعي، يبتكر مجرمو&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; الإنترنت طرقاً مبتكرة لخداع المستخدمين.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;9. النسخ الاحتياطي لبياناتك&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;في هذه الأيام، لا يكلف التخزين كثيراً، ليس هناك عذر لعدم الحصول على&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; نسخة احتياطية من البيانات المهمة، انسخه احتياطياً في موقع فعلي وعلى&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; السحابة.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;تذكر أن التهديدات الخبيثة والمتسللين لا يريدون دائماً سرقة بياناتك، ولكن&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; في بعض الأحيان يكون الهدف النهائي هو تشفيرها أو محوها،&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; قم بعمل نسخة احتياطية للحصول على أداة استرداد نهائية.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;10. أنت لست محصناً&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;الفكرة الأكثر ضرراً التي قد تراودك هي «لن يحدث لي ذلك» أو&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; «لا أزور مواقع الويب غير الآمنة»، لا يميز مجرمو الإنترنت&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; في استهداف جميع أنواع المستخدمين، كن استباقياً فلا يمكن &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;التراجع عن جميع الأخطاء باستخدام«ctrl + Z».&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;في ختام مقالنا، نود أن تكون قد اطلعت على جميع المعلومات&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt; الخاصة بالأمن السيبراني وكيفية حماية نفسك من الهجمات &lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="background-color: transparent; color: #2f2722; font-family: Arial; font-size: medium; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;"&gt;والتهديدات الإلكترونية التي تزداد يوماً بعد يوم.&lt;/span&gt;&lt;/p&gt;&lt;p dir="rtl" style="background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: right;"&gt;&lt;span style="font-size: medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://lh5.googleusercontent.com/y1NK59j83T7OoQBNsvwd5i81PfOPC6Gy8RIQrQegsc_EO2gKXfubLtOpEG_8AbMqp6JSh0hlb1PuNea0yjWR3wNmZ3QnTW1A8c6nY05QJH5A06wgObvk9H50IP4vhSVpE-uZB3hA=s72-c" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ما هي جافا (Java) و ماهي اختصاصها</title><link>https://hasubi3.blogspot.com/2021/04/java.html</link><category>البرمجة</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Tue, 20 Apr 2021 07:30:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-6754356245669875165</guid><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijHVG7rDr6f79yZzFAVUu6Gj1I38KgSGNjKo0yNbNw6kaWr2z5OCZYmtx4cbKB1wxYuUlMOQcX-BBM6XNuF1SdKu0rbTiF9cqykhWylx9mUnGPbeXGTEnLmDFcA3WY7VERMjRQ7NvpbXE/" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span style="color: black;"&gt;&lt;img alt="" data-original-height="1012" data-original-width="1135" height="286" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijHVG7rDr6f79yZzFAVUu6Gj1I38KgSGNjKo0yNbNw6kaWr2z5OCZYmtx4cbKB1wxYuUlMOQcX-BBM6XNuF1SdKu0rbTiF9cqykhWylx9mUnGPbeXGTEnLmDFcA3WY7VERMjRQ7NvpbXE/w456-h286/image.png" width="456" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="background-color: white; text-align: start;"&gt;&lt;div&gt;&lt;span style="font-size: x-large;"&gt;&lt;b style="background-color: white; font-family: Arial; font-weight: bold; text-align: start;"&gt;ما هي لغة جافا&amp;nbsp;&lt;/b&gt;&lt;span style="font-family: Arial;"&gt;&lt;b&gt;(Java)؟&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family: Arial;"&gt;&lt;b&gt;جافا&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-color: white; font-family: Arial; text-align: start;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b style="background-color: white; font-family: Arial; text-align: start;"&gt;(Java)&lt;/b&gt;&lt;b&gt;&lt;span style="background-color: white; font-family: Arial; text-align: start;"&gt;‏ هي لغة برمجة كائنية التوجه، ابتكرها&amp;nbsp;&lt;/span&gt;جيمس غوسلينغ&lt;span style="background-color: white; font-family: Arial; text-align: start;"&gt;&amp;nbsp;في عام&amp;nbsp;&lt;/span&gt;1992م&lt;span style="background-color: white; font-family: Arial; text-align: start;"&gt;&amp;nbsp;أثناء عمله في مختبرات شركة&amp;nbsp;&lt;/span&gt;صن ميكروسيستمز&lt;span style="background-color: white; font-family: Arial; text-align: start;"&gt;&amp;nbsp;وذلك لاستخدامها بمثابة العقل المفكر المستخدم لتشغيل أجهزة التطبيقات الذكية مثل التليفزيون التفاعلي، وقد كانت لغة الجافا تطويرًا للغة سي ++، وعند ولادتها أطلق عليها مبتكرها&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white; font-family: Arial; text-align: start;"&gt;"أواك"&lt;/span&gt;&lt;span style="background-color: white; font-family: Arial; text-align: start;"&gt;&amp;nbsp;بمعنى شجرة السنديان؛ وهي الشجرة التي كان يراها من نافذة مكتبه وهو يعمل في مختبرات صن ميكروسيستمز، ثم تغير الاسم إلى جافا، وهذا الاسم (على غير العادة في تسمية لغات البرمجة) ليس الحروف الأولى من كلمات جملة معينة أو تعبيرًا بمعنى معين، ولكنه مجرد اسم وضعه مطورو هذه اللغة لينافس الأسماء الأخرى.&lt;/span&gt;&lt;/b&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;b&gt;&lt;span style="background-color: white; font-family: Arial; text-align: start;"&gt;&lt;span style="font-size: x-large;"&gt;ما هي مميزات لغة جافا&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="background-color: white; font-family: Arial; font-size: xx-large; text-align: start;"&gt;(Java)&lt;/b&gt;&lt;b&gt;&lt;span style="background-color: white; font-family: Arial; text-align: start;"&gt;&lt;span style="font-size: x-large;"&gt;؟&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;p style="background-color: white; font-family: Arial; line-height: 1.6em; margin: 0.5em 0px; text-align: start;"&gt;&lt;b&gt;تتميز لغة جافا بمميزات خاصة&amp;nbsp;&lt;span class="need_ref Template-Fact" style="border-bottom: 1px solid grey; cursor: help;" title="هذا المقطع بحاجة لمصدر يؤكد صحته"&gt;مما يجعلها أكثر لغات البرمجة إثارة&lt;/span&gt;؛ حيث أن ما يميزها الآتي:&lt;/b&gt;&lt;/p&gt;&lt;ul style="background-color: white; font-family: Arial; line-height: 1.6em; list-style-image: url(&amp;quot;/w/skins/Vector/resources/common/images/bullet-icon.svg?d4515&amp;quot;); margin: 0.3em 1.4em 0px 0px; padding: 0px; text-align: start;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;السهولة.&lt;/b&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;تدعم مفهوم البرمجة الشيئية (البرمجة كائنية التوجه).&lt;/b&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;سهولة الحصول عليها.&lt;/b&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;امنة.&lt;/b&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;قابلة للنقل والتنفيذ.&lt;/b&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;إضافة الحركة والصوت إلى صفحات الويب.&lt;/b&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;كتابة الألعاب والبرامج المساعدة.&lt;/b&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;إنشاء برامج ذات&amp;nbsp;واجهة مستخدم رسومية.&lt;/b&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;تصميم برمجيات تستفيد من كل مميزات الأنترنت. توفر لغة الجافا بيئة تفاعلية عبر الشبكة العنكبوتية وبالتالي تستعمل لكتابة برامج تعليمية للإنترنت عبر برمجيات المحاكاة الحاسوبية للتجارب العلمية وبرمجيات الفصول الافتراضية للتعليم الإلكتروني والتعليم عن بعد. لا تنحصر فاعلية الجافا في الشبكة العنكبوتية فقط بل تمكننا من إنشاء برامج للاستعمال الشخصي والمهني، هذه البرامج تنجز عبر جملة من البرامج التي تسهل كتابة الأوامر كبرنامج&amp;nbsp;نت بينز&amp;nbsp;واكليبس.&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;span style="font-family: Arial;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;b&gt;حسنا، بما&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style="background-color: white; font-family: Arial; text-align: start;"&gt;تتصف لغة جافا&lt;/span&gt;&lt;/span&gt;&lt;b style="background-color: white; font-family: Arial; font-size: xx-large; text-align: start;"&gt;(Java)&lt;/b&gt;&lt;span style="background-color: white; font-family: Arial; font-size: xx-large; text-align: start;"&gt;؟&lt;/span&gt;&lt;/div&gt;&lt;ul style="background-color: white; font-family: Arial; line-height: 1.6em; list-style-image: url(&amp;quot;/w/skins/Vector/resources/common/images/bullet-icon.svg?d4515&amp;quot;); margin: 0.3em 1.4em 0px 0px; padding: 0px; text-align: start;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;لغة تلتزم بقواعد&amp;nbsp;البرمجة الكائنية التوجه.&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;لغة لها بيئة تشغيل خاصه بها JavaVirtualMachine(JVM) .&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;لها مكتبة فصائل ClasseLibraryكبيره وغنيه.&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;لغه مبنية على قواعد اللغة الشهيرة&amp;nbsp;سي/سي++.&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;تعمل برامجها على جميع نظم التشغيل، حيث انها لا تعتمد على بيئة نظام التشغيل (PlatformIndependent).&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;span style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;h3 style="background-color: white; border-color: rgb(192, 192, 192); font-family: Arial; line-height: 1.6; margin: 0.3em 0px 0px; overflow: hidden; padding-bottom: 0px; padding-top: 0.5em; text-align: start;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;span class="mw-headline" id="سبب_نَيل_جافا_الشهرة_والاهتمام_العالمي"&gt;سبب نَيل جافا&lt;/span&gt;&lt;b&gt;(Java)&lt;/b&gt;&amp;nbsp;الشهرة والاهتمام العالمي:&lt;/span&gt;&lt;/h3&gt;&lt;p style="background-color: white; font-family: Arial; line-height: 1.6em; margin: 0.5em 0px; text-align: start;"&gt;&lt;b&gt;في أوائل التسعينيات من القرن العشرين 1990م اختُرعت لغة جافا على يد شركة&amp;nbsp;صن ميكروسيستمز&amp;nbsp;ولهذا الاختراع قصة عجيبة، حيث أن الشركة كانت قبل ذلك قد كلفت المهندس&amp;nbsp;جيمس غوسلينغ&amp;nbsp;بوضع برامج لتشغيل الأجهزة التطبيقية الذكية (مثل التيلفزيون التفاعلي) باستخدام لغة&amp;nbsp;سي++، وحينها وجد جيمس جوزلينج صعوبة في التعامل مع هذه اللغة، فقام هو وفريق العمل المساعد له بتطوير هذه اللغة فولدت لغة جديدة تتوافق مع احتياجاته فكانت لغة جافا، وقد خططت شركة صن في تلك الأيام لاستغلال هذه اللغة الوليدة في التيلفزيون التفاعلي لكي تربح المليارات، وحدث نوع من البطء في مشروع التلفزيون التفاعلي ــ ربما عن قصد من الشركات الأخرى المنافسة ــ ونتيجة لذلك فكرت شركة صن في توقيف مشروع تطوير هذه اللغة الوليدة وتسريح العاملين في هذا المشروع أو نقلهم إلى قسم آخر، ولكن حدث ما لم يكن في الحسبان حيث أنه في هذه الفترة كانت شبكة الإنترنت قد بدأت في الانتشار بسرعة مذهلة مع نزول نظام&amp;nbsp;ويندوز&amp;nbsp;للأسواق، وحيث أن لغة جافا الوليدة التي اخترعت أصلًا لبرمجة الأجهزة التطبيقية فيها من السمات ما يجعلها أكثر توافقًا مع الشبكة العنكبوتية الدولية ـ الإنترنت ـ، فقد كان لها السبق وأضافت الكثير إلى الإنترنت (الذي كان قبلها مقصورًا على تبادل النصوص)، ولكن المطورين بشركة صن ابتكروا طريقة تجعل برامج جافا تعمل بسهولة في صفحات الإنترنت، وغيروا الاسم الذي كان قد أطلقه عليه مبتكرها من أواك (شجرة السنديان) إلى جافا، ومن هنا أصبحت جافا مرتبطة في شهرتها بالإنترنت حيث أن برنامج جافا صغير يوضع في صفحة من صفحات موقع على الشبكة الدولية يراه الملايين في جميع أنحاء العالم في نفس الوقت، وقد كان هذا لا يتوفر الا مع جافا مما أعطاها شهرة واسعة، ولحسن حظ شركة صن أن لغة جافا أكدت نفسها في المجال الذي طورت له أصلًا، فقد بدأ الآن التيلفزيون التفاعلي في الانتشار وما يسمى سينما المنزل والمشاهدة حسب الطلب، وليس هذا فقط؛ بل انتشر ما هو أكثر فائدة لشركة صن وهو الهاتف المحمول، وللجافا أكبر دور في برمجة البرامج التي يعمل بها في أجياله السابقة واللاحقة، ولا نستغرب أن يحدث نوع من الغيرة بين شركة ميكروسوفت وشركة صن ميكروسيستمز مما دفع ميكروسوفت إلى أن تحذف ماكينة جافا الافتراضية من الاصدارالأول لويندوز اكس بي، وهذه الماكينة الافتراضية مسؤولة عن عرض برامج الجافا على الإنترنت، ولكن ميكروسوفت تراجعت أمام طلب ملايين المستخدمين حول العالم فوضعتها مرة ثانية في الإصدارات اللاحقة، وقد كانت قضية مشهورة تناولتها الصحف والمجلات خلال العام الماضي.&lt;/b&gt;&lt;/p&gt;&lt;p style="background-color: white; font-family: Arial; line-height: 1.6em; margin: 0.5em 0px; text-align: start;"&gt;&lt;b&gt;وقد ساهم في شهرة الجافا أيضا برامجها العلمية التفاعلية التي تصلح لمعظم المناهج التعليمية في جميع مراحل التعليم، وبالتالي فإن لها دورًا كبيرًا في التعليم الإلكتروني والتعليم عن بعد والفصول الافتراضية.&lt;/b&gt;&lt;/p&gt;&lt;p style="background-color: white; font-family: Arial; line-height: 1.6em; margin: 0.5em 0px; text-align: start;"&gt;&lt;b&gt;جافا&amp;nbsp;هي لغة برمجة من شركة&amp;nbsp;صن ميكروسيستمز. الهدف الأساسي لنشأة جافا هو إيجاد لغة مشابهة للغة&amp;nbsp;سي+ +&amp;nbsp;من حيث&amp;nbsp;التركيب النحوي، وكذلك&amp;nbsp;برمجة كائنية التوجه، ومصممة للعمل علي&amp;nbsp;اّلة افتراضية&amp;nbsp;بحيث لا تحتاج إلي الترجمة من جديد عند استخدام برامجها على&amp;nbsp;منصة تشغيل&amp;nbsp;أو&amp;nbsp;نظام تشغيل&amp;nbsp;جديد، حيث قامت شركة صن بإنشاء الاّت افتراضية لتشغيل جافا على معظم منصات ونظم التشغيل الموجودة حاليا، فأصبح من الممكن ترجمة البرنامج مرة واحدة ثم تشغيله على نظم مختلفة أو ما أسمته صن ب&amp;nbsp;&lt;i style="letter-spacing: 0.7px;"&gt;اكتب مرة واحدة، شغل في أى مكان&lt;/i&gt;&amp;nbsp;(&lt;span class="mw-content-ltr" lang="en" style="direction: ltr;"&gt;Write Once, run anywhere&lt;/span&gt;)‏.&lt;/b&gt;&lt;/p&gt;&lt;p style="background-color: white; font-family: Arial; line-height: 1.6em; margin: 0.5em 0px; text-align: start;"&gt;&lt;b&gt;بين نوفمبر 2006 ومايو 2007 تم فتح المصدر لهذه اللغة وأصبحت&amp;nbsp;مصدر مفتوح&amp;nbsp;تحت ترخيص&amp;nbsp;جنو.&lt;/b&gt;&lt;/p&gt;&lt;p style="background-color: white; font-family: Arial; line-height: 1.6em; margin: 0.5em 0px; text-align: start;"&gt;&lt;b&gt;سميت لغة الجافا من&amp;nbsp;قهوة الجافا&amp;nbsp;(الجاوة) التي تزرع في جزيرة&amp;nbsp;جاوا، قد تطورت من مشروع كان يسمى أوك (بلوط) (من شجر&amp;nbsp;البلوط&amp;nbsp;الذي كان موجودًا خارج نافذة غوسلينغ).&lt;/b&gt;&lt;/p&gt;&lt;p style="background-color: white; font-family: Arial; line-height: 1.6em; margin: 0.5em 0px; text-align: start;"&gt;&lt;b&gt;ملاحظة: يجب عدم الخلط بين "جافا" و "جافا سكريبت". فرغم تشابة اللغتين في&amp;nbsp;السياق&amp;nbsp;والتراكيب، إلا أنهما لغتان مختلفتان ولهما أهداف مختلفة.&lt;/b&gt;&lt;/p&gt;&lt;p style="background-color: white; font-family: Arial; line-height: 1.6em; margin: 0.5em 0px; text-align: start;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="background-color: white; font-family: Arial; line-height: 1.6em; margin: 0.5em 0px; text-align: start;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;مكونات جافا&lt;/b&gt;&lt;b&gt;(Java):&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-family: Nunito, &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: start; text-rendering: optimizelegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;b&gt;هناك ثلاثة مكونات رئيسية من Java – JVM ، JDK و JRE.&lt;/b&gt;&lt;/p&gt;&lt;p style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-family: Nunito, &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: start; text-rendering: optimizelegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;b&gt;JDK أو Java Development Kit هو المكان الذي يكتب فيه المطورون التعليمات البرمجية الخاصة بهم ويقومون بتشغيلها عبر JRE أو Java Runtime Environment.&lt;/b&gt;&lt;/p&gt;&lt;p style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-family: Nunito, &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: start; text-rendering: optimizelegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p class="p1" style="font-family: &amp;quot;Geeza Pro&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px;"&gt;&lt;b&gt;و&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;أخيرا&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;بعد&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;ما&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;تعرفنا&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;على&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;مميزات&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; لغة جافا(&lt;/b&gt;&lt;/span&gt;&lt;b style="font-family: Nunito, &amp;quot;Source Sans Pro&amp;quot;, sans-serif; letter-spacing: 0.7px; text-align: start;"&gt;Java)&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;فالنتعرف&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;على&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;فوائدها&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;من&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;خلال&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;الفيديو&lt;/b&gt;&lt;span class="s1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;p style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-family: Nunito, &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: start; text-rendering: optimizelegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="266" src="https://www.youtube.com/embed/iBU2c0zAPzs" width="573" youtube-src-id="iBU2c0zAPzs"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;p&gt;&lt;/p&gt;&lt;p class="p2" style="color: #dca10d; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px;"&gt;&lt;span class="s1" style="text-decoration-line: underline;"&gt;&lt;a href="https://www.blogger.com/blog/post/edit/6045516878438064459/698026946000511703?hl=ar#"&gt;اذا كنت مهتم بالبرمجة انضم معنا في جروب الديسكورد الخاص بالبرمجة اضغط علي الأن&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p3" dir="rtl" style="font-family: &amp;quot;Geeza Pro&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px;"&gt;تمت&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;الكتابة&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;و&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;التعديل&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;على&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;النص&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;من&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;قبل&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;:&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;فيصل&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;العنقودي&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijHVG7rDr6f79yZzFAVUu6Gj1I38KgSGNjKo0yNbNw6kaWr2z5OCZYmtx4cbKB1wxYuUlMOQcX-BBM6XNuF1SdKu0rbTiF9cqykhWylx9mUnGPbeXGTEnLmDFcA3WY7VERMjRQ7NvpbXE/s72-w456-h286-c/image.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ما هو نظام كالي لينوكس</title><link>https://hasubi3.blogspot.com/2021/04/blog-post_13.html</link><category>الاختراق</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Tue, 20 Apr 2021 02:18:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-7486126081961095321</guid><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;h2 style="box-sizing: border-box; line-height: 1.2; margin-bottom: 0.5rem; margin-top: 0px; text-align: left;"&gt;&lt;span style="box-sizing: border-box;"&gt;&lt;span style="box-sizing: border-box;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;&lt;span style="font-size: 18px;"&gt;ما هو Kali Linux&lt;/span&gt;&lt;span style="font-size: 1.125rem; font-weight: bolder; height: auto; margin-left: auto; margin-right: auto;"&gt;&lt;img alt="Kali logo - Ethical Hacking using Kali Linux - Edureka" class="wp-image-78142 alignright" height="238" sizes="(max-width: 229px) 100vw, 229px" src="https://www.edureka.co/blog/wp-content/uploads/2019/01/Kali-logo-Ethical-Hacking-using-Kali-Linux-Edureka.jpg" srcset="https://d1jnx9ba8s6j9r.cloudfront.net/blog/wp-content/uploads/2019/01/Kali-logo-Ethical-Hacking-using-Kali-Linux-Edureka.jpg 732w, https://d1jnx9ba8s6j9r.cloudfront.net/blog/wp-content/uploads/2019/01/Kali-logo-Ethical-Hacking-using-Kali-Linux-Edureka-144x150.jpg 144w, https://d1jnx9ba8s6j9r.cloudfront.net/blog/wp-content/uploads/2019/01/Kali-logo-Ethical-Hacking-using-Kali-Linux-Edureka-289x300.jpg 289w, https://d1jnx9ba8s6j9r.cloudfront.net/blog/wp-content/uploads/2019/01/Kali-logo-Ethical-Hacking-using-Kali-Linux-Edureka-173x180.jpg 173w" style="border-style: none; box-sizing: border-box; display: list-item; float: right; height: auto; margin: 0px auto; max-width: 100%; min-width: 1px; padding-left: 15px; text-align: center; vertical-align: middle; z-index: 0;" width="229" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;شعار Kali - القرصنة الأخلاقية باستخدام Kali Linux - Edureka&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;Kali Linux هو توزيعة Linux مبنية على Debian. إنه نظام تشغيل مُصمم بدقة يلبي احتياجات أمثال محللي الشبكات ومختبري الاختراق على وجه التحديد. إن وجود عدد كبير من الأدوات التي تأتي مثبتة مسبقًا مع Kali&amp;nbsp; للقراصنة الأخلاقيين.&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;لماذا يستخدم المتسللون Kali Linux؟&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;يُعرف Kali Linux سابقًا باسم Backtrack ، ويعلن عن نفسه كخليفة أكثر مصقولًا مع المزيد من الأدوات التي تركز على الاختبار ، على عكس Backtrack الذي يحتوي على أدوات متعددة تخدم نفس الغرض ، بدوره ، مما يجعلها مليئة بالمرافق غير الضرورية. هذا يجعل القرصنة الأخلاقية باستخدام Kali Linux مهمة مبسطة.&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;ما هو استخدام Kali Linux؟&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;يستخدم Kali Linux بشكل أساسي في اختبار الاختراق المتقدم والتدقيق الأمني. تحتوي Kali على عدة مئات من الأدوات الموجهة نحو مختلف مهام أمن المعلومات ، مثل اختبار الاختراق ، والبحوث الأمنية ، والطب الشرعي للكمبيوتر والهندسة العكسية.&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;هل كالي لينكس غير قانوني؟&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;Kali Linux ليس غير قانوني في حد ذاته. بعد كل شيء ، إنه مجرد نظام تشغيل. ومع ذلك ، فهي أداة للقرصنة أيضًا وعندما يستخدمها شخص ما بشكل خاص للقرصنة ، فهي غير قانونية. إنه قانوني إذا قمت بتثبيته لأغراض مفيدة مثل التعلم أو التدريس أو استخدامه في طريقة تقوية برامجك أو شبكتك لأنه ليس من غير القانوني تثبيت أي نظام تشغيل مرخص ومتاح للتنزيل.&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;span face="Open Sans, sans-serif" style="color: #4a4a4a;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;لماذا Kali Linux؟&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;هناك مجموعة واسعة من الأسباب التي تجعل المرء يستخدم Kali Linux. اسمحوا لي أن أدرج القليل منهم:&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;بقدر ما يمكن الحصول عليه مجانًا - كان Kali Linux وسيظل دائمًا مجانيًا للاستخدام.&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;أدوات أكثر مما تتخيل - يأتي Kali Linux مع أكثر من 600 أداة مختلفة لاختبار الاختراق وتحليلات الأمان.&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;المصدر المفتوح - يتبع Kali ، بصفته عضوًا في عائلة Linux ، نموذج المصدر المفتوح الذي يحظى بتقدير كبير. يمكن عرض شجرة التطوير الخاصة بهم على Git وكل الشفرة متاحة لأغراض التغيير والتبديل.&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;دعم متعدد اللغات - على الرغم من أن أدوات الاختراق غالبًا ما تكون مكتوبة باللغة الإنجليزية ، فقد تم التأكد من أن Kali تتضمن دعمًا حقيقيًا متعدد اللغات ، مما يسمح لمزيد من المستخدمين بالعمل بلغتهم الأم وتحديد الأدوات التي يحتاجونها للوظيفة.&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;قابل للتخصيص تمامًا - يدرك المطورون الذين يتمتعون بأمان هجومي أنه لن يوافق الجميع على نموذج التصميم الخاص بهم ، لذا فقد جعلوا الأمر سهلاً قدر الإمكان على المستخدم الأكثر ميلاً إلى المغامرة لتخصيص Kali Linux حسب رغبته ، وصولاً إلى النواة.&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;متطلبات النظام لـ Kali Linux- (ما مقدار ذاكرة الوصول العشوائي التي يحتاجها Kali Linux؟)&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;تثبيت كالي هو قطعة من الكعكة. كل ما عليك التأكد منه هو أن لديك الأجهزة المتوافقة. يتم دعم Kali على الأنظمة الأساسية i386 و amd64 و ARM (كل من ARMEL و ARMHF). متطلبات الأجهزة ضئيلة كما هو موضح أدناه ، على الرغم من أن الأجهزة الأفضل ستوفر أداءً أفضل بشكل طبيعي.&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;مساحة قرص لا تقل عن 20 جيجابايت لتثبيت Kali Linux.&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;ذاكرة الوصول العشوائي لمعماريات i386 و amd64 ، الحد الأدنى: 1 غيغابايت ، موصى به: 2 غيغابايت أو أكثر.&lt;/p&gt;&lt;p style="box-sizing: border-box; line-height: 1.7; margin-bottom: 1rem; margin-top: 0px; text-align: justify; word-break: break-word;"&gt;محرك أقراص CD-DVD / دعم تمهيد USB / VirtualBox&lt;/p&gt;&lt;p class="p1" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px;"&gt;&lt;b&gt;و أخيرا بعد ما تعرفنا على مميزات&amp;nbsp;&lt;/b&gt;&lt;span style="font-family: Times; font-size: medium; text-align: justify;"&gt;Kali Linux&amp;nbsp;&lt;/span&gt;&lt;b&gt;&amp;nbsp;فالنتعرف على طريقة تحميله من خلال الفيديو :&lt;/b&gt;&lt;/p&gt;&lt;p class="p2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; min-height: 16px;"&gt;&lt;b&gt;&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="p3" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; min-height: 15px; text-align: center;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="266" src="https://www.youtube.com/embed/uLyODa7p6P4" width="552" youtube-src-id="uLyODa7p6P4"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;p class="p4" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; min-height: 15px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="p2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; min-height: 16px;"&gt;&lt;b&gt;&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="p5" style="color: #dca10d; font-family: &amp;quot;Geeza Pro&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px;"&gt;&lt;span class="s1" style="text-decoration-line: underline;"&gt;&lt;a href="https://www.blogger.com/blog/post/edit/6045516878438064459/698026946000511703?hl=ar#"&gt;اذا&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;كنت&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;مهتم&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;بالبرمجة&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;انضم&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;معنا&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;في&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;جروب&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;الديسكورد&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;الخاص&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;بالبرمجة&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;اضغط&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;علي&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;الأ&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p5" style="color: #dca10d; font-family: &amp;quot;Geeza Pro&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="p5" style="color: #dca10d; font-family: &amp;quot;Geeza Pro&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px;"&gt;تمت الكتابة و التعديل على النص من قبل : فيصل العنقودي&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://img.youtube.com/vi/uLyODa7p6P4/default.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ما هو البيتكوين و كيف يعمل؟</title><link>https://hasubi3.blogspot.com/2021/04/blog-post_20.html</link><category>العملات الرقمية</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Tue, 20 Apr 2021 01:53:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-3161421911993320852</guid><description>&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;&lt;h1 class="storyheadline" style="background-color: white; box-sizing: border-box; font-family: CNN, Arial, sans-serif; margin: 10px 0px; padding: 0px; text-align: start;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz1Mb-L-o158mEZzQYe4Xgof4-TRi_sShRv61ABhLjzUgqcW-lmXSc-vJnLNhnanRwFaadNf2Q2FxT2UQt-Y9tiTctAYFG9fo35A250V4ag1Ij3fdbtlBxYf77LxOHxp_laP8q-CS7hdA/" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="" data-original-height="640" data-original-width="1138" height="300" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz1Mb-L-o158mEZzQYe4Xgof4-TRi_sShRv61ABhLjzUgqcW-lmXSc-vJnLNhnanRwFaadNf2Q2FxT2UQt-Y9tiTctAYFG9fo35A250V4ag1Ij3fdbtlBxYf77LxOHxp_laP8q-CS7hdA/w533-h300/image.png" width="533" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="box-sizing: border-box; font-size: x-large; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;ما هو البيتكوين؟&lt;/span&gt;&lt;/h1&gt;&lt;div&gt;&lt;span style="box-sizing: border-box; font-size: medium; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;b&gt;Bitcoin هي عملة مشفرة تم إنشاؤها في عام 2009. تسمح الأسواق المسماة "تبادل البيتكوين" للأشخاص بشراء أو بيع عملات البيتكوين باستخدام عملات مختلفة.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="box-sizing: border-box; font-size: large; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;h2 style="-webkit-box-flex: 0; background-color: white; box-sizing: border-box; flex: 0 0 100%; font-family: CNN, Arial, sans-serif; margin: 0px 0px 20px; padding: 10px 0px 0px; text-align: start;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; font-size: x-large; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h2 style="-webkit-box-flex: 0; background-color: white; box-sizing: border-box; flex: 0 0 100%; font-family: CNN, Arial, sans-serif; margin: 0px 0px 20px; padding: 10px 0px 0px; text-align: start;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; font-size: x-large; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZWbWofQtPiZfhde9RDP79OIWv3ow1yp88DHr-xJZ3NF1iWXh26QetPO20etnkn7fJ0Ql-U3Z_BYayHnkq4pWtKV5tKOJG0JAHUOTqZfOSE6dRAh04bBAm9VIBQQymYV5dBrvUPjoDyUA/" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="" data-original-height="225" data-original-width="355" height="203" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZWbWofQtPiZfhde9RDP79OIWv3ow1yp88DHr-xJZ3NF1iWXh26QetPO20etnkn7fJ0Ql-U3Z_BYayHnkq4pWtKV5tKOJG0JAHUOTqZfOSE6dRAh04bBAm9VIBQQymYV5dBrvUPjoDyUA/w448-h203/image.png" width="448" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;لماذا البيتكوين؟&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; font-size: medium; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;b&gt;يمكن استخدام عملات البيتكوين لشراء البضائع بشكل مجهول. بالإضافة إلى ذلك ، تعتبر المدفوعات الدولية سهلة ورخيصة لأن عملات البيتكوين ليست مرتبطة بأي بلد أو تخضع للتنظيم. قد تعجبهم الشركات الصغيرة لأنه لا توجد رسوم على بطاقات الائتمان. يشتري بعض الأشخاص عملات البيتكوين كاستثمار فقط ، على أمل أن ترتفع قيمتها.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; font-size: medium; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; font-size: medium; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; font-size: medium; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;h2 style="-webkit-box-flex: 0; background-color: white; box-sizing: border-box; flex: 0 0 100%; margin: 0px 0px 20px; padding: 10px 0px 0px; text-align: start;"&gt;&lt;span face="CNN, Arial, sans-serif"&gt;&lt;span style="font-size: 28px;"&gt;شراء عملات البيتكوين&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div class="int-row int-row-1" style="background-color: white; box-sizing: border-box; display: flex; margin: 0px; padding: 0px 0px 30px; text-align: start; width: 1000px;"&gt;&lt;div class="int-txt" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 50%; line-height: 30px; margin: 0px; padding: 0px;"&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span face="CNN, Arial, sans-serif"&gt;&lt;span style="font-size: 18px;"&gt;تسمح العديد من الأسواق التي تسمى "مبادلات البيتكوين" للأشخاص بشراء أو بيع عملات البيتكوين باستخدام عملات مختلفة. Coinbase هي بورصة رائدة ، إلى جانب Bitstamp و Bitfinex. لكن الأمن يمكن أن يكون مصدر قلق: تمت سرقة عملات البيتكوين التي تبلغ قيمتها عشرات الملايين من الدولارات من Bitfinex عندما تم اختراقها في عام 2016.&lt;/span&gt;&lt;img alt="buying bitcoin on an exchange" src="https://cdn.cnn.com/cnn/2018/images/08/07/cnnix-bitcoin-exchange-new.png" style="box-sizing: border-box; font-size: medium; margin: 0px; padding: 0px; width: 350px;" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span face="CNN, Arial, sans-serif"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="int-row int-row-3" style="-webkit-text-stroke-width: 0px; background-color: white; box-sizing: border-box; color: black; display: flex; font-family: Times; font-size: medium; font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: 400; letter-spacing: normal; margin: 0px; orphans: 2; padding: 0px 0px 30px; text-align: start; text-decoration-color: initial; text-decoration-style: initial; text-decoration-thickness: initial; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; width: 1000px; word-spacing: 0px;"&gt;&lt;div class="int-txt" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 50%; line-height: 30px; margin: 0px; padding: 0px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="int-row int-row-2" style="-webkit-text-stroke-width: 0px; background-color: white; box-sizing: border-box; color: black; display: flex; font-family: Times; font-size: medium; font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: 400; letter-spacing: normal; margin: 0px; orphans: 2; padding: 0px 0px 30px; text-align: start; text-decoration-color: initial; text-decoration-style: initial; text-decoration-thickness: initial; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; width: 1000px; word-spacing: 0px;"&gt;&lt;div class="int-txt" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 50%; line-height: 30px; margin: 0px; padding: 0px;"&gt;&lt;p class="int-heavy" style="box-sizing: border-box; margin: 15px 0px 0px; padding: 0px;"&gt;&lt;span face="CNN, Arial, sans-serif"&gt;&lt;span style="font-size: 18px;"&gt;التحويلات&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="int-heavy" style="box-sizing: border-box; margin: 15px 0px 0px; padding: 0px;"&gt;&lt;span face="CNN, Arial, sans-serif" style="font-size: 18px;"&gt;يمكن للأشخاص إرسال عملات البيتكوين لبعضهم البعض باستخدام تطبيقات الهاتف المحمول أو أجهزة الكمبيوتر الخاصة بهم. إنه مشابه لإرسال النقود رقميًا.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="int-row int-row-2" style="background-color: white; box-sizing: border-box; display: flex; margin: 0px; padding: 0px 0px 30px; text-align: start; width: 1000px;"&gt;&lt;div class="int-img-left" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 40%; font-family: CNN, Arial, sans-serif; font-size: medium; margin: 0px auto 0px 0px; padding: 0px;"&gt;&lt;img alt="transferring bitcoin to a friend" height="239" src="https://cdn.cnn.com/cnn/2018/images/08/07/cnnix-bitcoin-xfers-new.png" style="box-sizing: border-box; margin: 0px; padding: 0px; width: 400px;" width="271" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="int-row int-row-3" style="background-color: white; box-sizing: border-box; display: flex; margin: 0px; padding: 0px 0px 30px; text-align: start; width: 1000px;"&gt;&lt;div class="int-txt" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 50%; line-height: 30px; margin: 0px; padding: 0px;"&gt;&lt;p class="int-heavy" style="box-sizing: border-box; margin: 15px 0px 0px; padding: 0px;"&gt;&lt;span face="CNN, Arial, sans-serif"&gt;&lt;span style="font-size: 18px;"&gt;التعدين&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="int-heavy" style="box-sizing: border-box; margin: 15px 0px 0px; padding: 0px;"&gt;&lt;span face="CNN, Arial, sans-serif"&gt;&lt;span style="font-size: 18px;"&gt;يتنافس الأشخاص على "استخراج" عملات البيتكوين باستخدام أجهزة الكمبيوتر لحل الألغاز الرياضية المعقدة. هذه هي الطريقة التي يتم بها عملات البيتكوين كر&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="int-heavy" style="box-sizing: border-box; margin: 15px 0px 0px; padding: 0px;"&gt;&lt;span face="CNN, Arial, sans-serif" style="font-size: 18px;"&gt;أكل. حاليًا ، يكافأ الفائز بـ 12.5 بيتكوين كل 10 دقائق تقريبًا.&lt;/span&gt;&lt;img alt="bitcoin mining" src="https://i.cdn.turner.com/money/infographic/technology/what-is-bitcoin/images/bitcoin-mining-new2.png" style="box-sizing: border-box; font-family: CNN, Arial, sans-serif; margin: 0px; padding: 0px; width: 350px;" /&gt;&lt;/p&gt;&lt;p class="int-heavy" style="box-sizing: border-box; margin: 15px 0px 0px; padding: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 100%; font-family: CNN, Arial, sans-serif; font-size: 28px; margin: 0px 0px 20px; padding: 10px 0px 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;محفظة البيتكوين&lt;/span&gt;&lt;/h2&gt;&lt;div class="int-txt" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 50%; font-family: CNN, Arial, sans-serif; font-size: 18px; line-height: 30px; margin: 0px; padding: 0px 25px 0px 0px;"&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;يتم تخزين عملات البيتكوين في "محفظة رقمية" ، والتي توجد إما في السحابة أو على كمبيوتر المستخدم.&amp;nbsp;&lt;/span&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;المحفظة هي نوع من الحسابات المصرفية الافتراضية التي تتيح للمستخدمين إرسال أو استلام عملات البيتكوين أو دفع ثمن البضائع أو توفير أموالهم.&amp;nbsp;&lt;/span&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;على عكس الحسابات المصرفية ، لا يتم تأمين محافظ البيتكوين من قبل FDIC.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="int-img-100" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 95%; font-family: CNN, Arial, sans-serif; margin: -250px 0px 0px; padding: 0px;"&gt;&lt;img alt="محفظة سحابة البيتكوين" class="int-desktop" src="https://i.cdn.turner.com/money/infographic/technology/what-is-bitcoin/images/bitcoin-wallet.png" style="box-sizing: border-box; display: block; margin: 0px; padding: 0px; width: 950px;" /&gt;&lt;/div&gt;&lt;div class="int-txt int-txt-50" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 50%; font-family: CNN, Arial, sans-serif; font-size: 18px; line-height: 30px; margin: 0px; padding: 0px 25px 0px 0px;"&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span class="int-heavy" style="box-sizing: border-box; margin: 15px 0px 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;المحفظة في السحابة:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;/span&gt;تم اختراق&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&amp;nbsp;الخوادم&amp;nbsp;&lt;/span&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;.&amp;nbsp;&lt;/span&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;هربت الشركات مع عملات البيتكوين الخاصة بالعملاء.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="int-block int-anonymity" style="border-top: 1px solid rgb(239, 239, 239); box-sizing: border-box; display: flex; flex-wrap: wrap; font-size: medium; margin: 0px 0px 25px; padding: 15px 0px 0px;"&gt;&lt;h2 style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 100%; font-size: 28px; letter-spacing: 0px; margin: 0px 0px 20px; padding: 10px 0px 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;عدم الكشف عن هويته من البيتكوين&lt;/span&gt;&lt;/h2&gt;&lt;div class="int-img-left" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 35%; margin: 0px auto 0px 0px; padding: 0px;"&gt;&lt;img alt="عملات البيتكوين المجهولة" src="https://i.cdn.turner.com/money/infographic/technology/what-is-bitcoin/images/bitcoin-anonymity.png" style="box-sizing: border-box; margin: 0px; padding: 0px; width: 350px;" /&gt;&lt;/div&gt;&lt;div class="int-txt" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 65%; font-size: 18px; line-height: 30px; margin: 0px; padding: 0px;"&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;على الرغم من تسجيل كل معاملة بيتكوين في سجل عام ، لا يتم الكشف عن أسماء المشترين والبائعين - فقط معرفات المحفظة الخاصة بهم.&amp;nbsp;&lt;/span&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;في حين أن هذا يحافظ على خصوصية معاملات مستخدمي البيتكوين ، فإنه يتيح لهم أيضًا شراء أو بيع أي شيء دون تتبعه بسهولة.&amp;nbsp;&lt;/span&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;لهذا السبب أصبحت العملة المفضلة للأشخاص الذين يشترون المخدرات أو غيرها من الأنشطة غير المشروعة عبر الإنترنت.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="int-block" style="border-top: 1px solid rgb(239, 239, 239); box-sizing: border-box; display: flex; flex-wrap: wrap; font-size: medium; margin: 0px 0px 25px; padding: 15px 0px 0px;"&gt;&lt;h2 style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 100%; font-size: 28px; letter-spacing: 0px; margin: 0px 0px 20px; padding: 10px 0px 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;مستقبل البيتكوين قيد البحث&lt;/span&gt;&lt;/h2&gt;&lt;div class="int-txt" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 50%; font-size: 18px; line-height: 30px; margin: 0px; padding: 0px;"&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;لا أحد يعرف ما الذي سيحدث للبيتكوين.&amp;nbsp;&lt;/span&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;إنها في الغالب غير منظمة ، لكن بعض البلدان مثل اليابان والصين وأستراليا بدأت في تقييم اللوائح.&amp;nbsp;&lt;/span&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;تشعر الحكومات بالقلق إزاء الضرائب وافتقارها إلى السيطرة على العملة.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="p3" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; min-height: 15px; text-align: center;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="p4" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; min-height: 15px; text-align: right;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="p2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; min-height: 16px; text-align: right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="box-sizing: border-box; margin: 0px; padding: 0px;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p5" style="color: #dca10d; font-family: &amp;quot;Geeza Pro&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; text-align: right;"&gt;&lt;span class="s1" style="text-decoration-line: underline;"&gt;&lt;b&gt;&lt;a href="https://www.blogger.com/blog/post/edit/6045516878438064459/698026946000511703?hl=ar#"&gt;اذا&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;كنت&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;مهتم&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;بالبرمجة&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;انضم&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;معنا&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;في&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;جروب&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;الديسكورد&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;الخاص&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;بالبرمجة&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;اضغط&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;علي&lt;span class="s2" style="font-family: &amp;quot;Helvetica Neue&amp;quot;; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;"&gt; &lt;/span&gt;الأن&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p5" style="color: #dca10d; font-family: &amp;quot;Geeza Pro&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; text-align: right;"&gt;&lt;span class="s1" style="text-decoration-line: underline;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p5" style="color: #dca10d; font-family: &amp;quot;Geeza Pro&amp;quot;; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal; margin: 0px; text-align: right;"&gt;&lt;span class="s1" style="text-decoration-line: underline;"&gt;تمت الكتابة و التعديل على النص من قبل : فيصل العنقودي&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="int-img" style="-webkit-box-flex: 0; box-sizing: border-box; flex: 0 0 35%; margin: 0px 0px 0px 100px; padding: 0px;"&gt;&lt;img alt="مستقبل البيتكوين" src="https://i.cdn.turner.com/money/infographic/technology/what-is-bitcoin/images/bitcoin-unknown.png" style="box-sizing: border-box; margin: 0px; padding: 0px; width: 350px;" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="int-txt" style="-webkit-box-flex: 0; background-color: white; box-sizing: border-box; flex: 0 0 50%; font-family: CNN, Arial, sans-serif; line-height: 30px; margin: 0px; padding: 0px; text-align: start;"&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz1Mb-L-o158mEZzQYe4Xgof4-TRi_sShRv61ABhLjzUgqcW-lmXSc-vJnLNhnanRwFaadNf2Q2FxT2UQt-Y9tiTctAYFG9fo35A250V4ag1Ij3fdbtlBxYf77LxOHxp_laP8q-CS7hdA/s72-w533-h300-c/image.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ما هي لغة HTML و ما هي استخراماتها</title><link>https://hasubi3.blogspot.com/2021/04/html.html</link><category>البرمجة</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Tue, 20 Apr 2021 01:05:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-698026946000511703</guid><description>&lt;div style="text-align: right;"&gt;&lt;span face="Helvetica Neue, Noto Naskh Arabic UI, Arial, sans-serif" style="font-size: x-large;"&gt;&lt;span style="background-color: white;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;span face="Helvetica Neue, Noto Naskh Arabic UI, Arial, sans-serif" style="font-size: x-large;"&gt;&lt;span style="background-color: white;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://abuelfateh.com/imgs/b/1514036314.jpg" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="450" data-original-width="800" height="259" src="https://abuelfateh.com/imgs/b/1514036314.jpg" width="552" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;span style="font-family: times; font-size: x-large;"&gt;&lt;span style="background-color: white;"&gt;&lt;b&gt;ما هي لغة HTML؟&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;p style="text-align: right;"&gt;&lt;span face="&amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Naskh Arabic UI&amp;quot;, Arial, sans-serif" style="background-color: white;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;لغة ترميز النص الفائق ‏، هي لغة ترميز تستخدم في إنشاء وتصميم صفحات ومواقع الويب، وتعتبر هذه اللّغة من أقدم اللّغات وأوسعها استخداما في تصميم صفحات الويب.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: right;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://motaber.com/wp-content/uploads/2019/02/%D8%A7%D9%84-HTML.jpg" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span style="color: black;"&gt;&lt;img border="0" data-original-height="510" data-original-width="800" height="289" src="https://motaber.com/wp-content/uploads/2019/02/%D8%A7%D9%84-HTML.jpg" width="573" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p style="text-align: right;"&gt;&lt;span style="font-family: times; font-size: x-large;"&gt;&lt;b&gt;كيف تعمل لغة&amp;nbsp;&lt;span style="background-color: white;"&gt;HTML؟&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-family: Nunito, &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: start; text-rendering: optimizeLegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;b&gt;تتكون&amp;nbsp; لغة ال HTML من سلسلة من الرموز القصيرة التي تمت كتابتها في ملف نصي بواسطة مصمم الموقع&amp;nbsp; وتسمر هذه الرموز القصير وسوم ال html أو&amp;nbsp; تعليمات برمجية أو أكواد برمجية.&lt;/b&gt;&lt;/p&gt;&lt;p style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-family: Nunito, &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: start; text-rendering: optimizeLegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;b&gt;ثم يتم حفظ النص كملف دو الامتداد html. ، وعرضه من خلال متصفح الانترنيت ، مثل Internet Explorer أو Netscape Navigator أو firefox ..الخ.&lt;/b&gt;&lt;/p&gt;&lt;p style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-family: Nunito, &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: start; text-rendering: optimizeLegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;span style="letter-spacing: 0.7px;"&gt;&lt;b&gt;ثم يقرأ هذا المتصفح الملف ويترجم النص إلى نموذج مرئي ، ونأمل&amp;nbsp; من المتضفح أن&amp;nbsp; يعرض الصفحة كما يقصدها من المصمم&amp;nbsp; رغم أن هناط بعض المتغيرات من متصفح الى آخر.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: start;"&gt;&lt;span face="Josefin Sans, sans-serif"&gt;&lt;span style="background-color: white; font-size: 30px; letter-spacing: 0.7px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: start;"&gt;&lt;span style="background-color: white; font-size: 30px; letter-spacing: 0.7px;"&gt;&lt;b&gt;&lt;span style="font-family: times;"&gt;هل سيستغرق تعلم لغة HTML وقت طويل؟&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;حسنا&amp;nbsp;&lt;span face="Lato, &amp;quot;Noto Kufi Arabic&amp;quot;, sans-serif" style="background-color: white; text-align: start;"&gt;في البداية أحب أن انوه أن لعة html ليست لغة برمجة &amp;nbsp;وإنما لغة وصفية تصف هيكلة الموقع إلى المتصفح واختصار&amp;nbsp;html يرمز ‘لى hypertext markup language وتعني لغة لوصف النص التشبي إذا لغة وصفية وليست برمجية أما بالنسبة للسهولة تتعبر من أسهل اللغات وسهل تعلمها .&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p style="text-align: right;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: right;"&gt;&lt;b&gt;&lt;span style="font-family: times; font-size: x-large;"&gt;هل من الازم ان اكون متصل بالانترنت طوال الوقت عند تصميم موقع بلغة HTML؟&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;p style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-family: Nunito, &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: start; text-rendering: optimizeLegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;b&gt;على الاطلاق. يمكنك تصميم أو تغيير موقع الويب بالكامل دون اتصال بشبكة الأنترنت, وتخزينه كله على جهاز الكمبيوتر الخاص بك, ثم نقل جميع الملفات إلى الويب عندما تكون مستعدا لعرضع على العامة.&lt;/b&gt;&lt;/p&gt;&lt;p style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-family: Nunito, &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: start; text-rendering: optimizeLegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;b&gt;في حالة أردت تعديل التصميم مجددا فيمكنك فعل ذلك, فقط&amp;nbsp;تضيف المكونات الجديدة&amp;nbsp;&amp;nbsp; إلى الإصدار الموجود على الإنترنت من موقعك. انها حقا بسيطة للغاية.&lt;/b&gt;&lt;/p&gt;&lt;div style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: right; text-rendering: optimizeLegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;b&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgI_-7EIBXzpKzxI8UFtJ-38MNafw8gjGVqgfIoeA5rvVunvjudIWiKwpGT0mkG2mkNJ47cf-Q9fUeKLpDFo2cCQ7b-h3SWFQEfn7eYTmqLfH47LnFOtsNjk7wQxFAczmxenphaQdU6CXM/s768/%25D9%2585%25D8%25B9%25D9%2584%25D9%2588%25D9%2585%25D8%25A7%25D8%25AA-%25D8%25B9%25D9%2586-%25D9%2584%25D8%25BA%25D8%25A9-%25D8%25A7%25D9%2584%25D8%25A8%25D8%25B1%25D9%2585%25D8%25AC%25D8%25A9-html-%25D9%2588%25D8%25A7%25D8%25B3%25D8%25AA%25D8%25AE%25D8%25AF%25D8%25A7%25D9%2585%25D8%25A7%25D8%25AA%25D9%2587%25D8%25A7.jpg" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="461" data-original-width="768" height="273" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgI_-7EIBXzpKzxI8UFtJ-38MNafw8gjGVqgfIoeA5rvVunvjudIWiKwpGT0mkG2mkNJ47cf-Q9fUeKLpDFo2cCQ7b-h3SWFQEfn7eYTmqLfH47LnFOtsNjk7wQxFAczmxenphaQdU6CXM/w481-h273/%25D9%2585%25D8%25B9%25D9%2584%25D9%2588%25D9%2585%25D8%25A7%25D8%25AA-%25D8%25B9%25D9%2586-%25D9%2584%25D8%25BA%25D8%25A9-%25D8%25A7%25D9%2584%25D8%25A8%25D8%25B1%25D9%2585%25D8%25AC%25D8%25A9-html-%25D9%2588%25D8%25A7%25D8%25B3%25D8%25AA%25D8%25AE%25D8%25AF%25D8%25A7%25D9%2585%25D8%25A7%25D8%25AA%25D9%2587%25D8%25A7.jpg" width="481" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: right; text-rendering: optimizeLegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;b&gt;&lt;span style="font-family: times; font-size: x-large;"&gt;ما هي&amp;nbsp;&lt;span style="color: #202124; text-align: right;"&gt;خصائص&amp;nbsp;&lt;/span&gt;&lt;span style="color: #202124; text-align: right;"&gt;ومميزات لغة&lt;/span&gt;&lt;span style="color: #202124; text-align: right;"&gt;&amp;nbsp;البرمجة&amp;nbsp;&lt;/span&gt;&lt;span style="color: #202124; text-align: right;"&gt;HTML&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: right; text-rendering: optimizeLegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&lt;span face="&amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Naskh Arabic UI&amp;quot;, Arial, sans-serif" style="letter-spacing: normal;"&gt;سهلة التعلم حيث يتمكن المستخدم لها من تصميم صفحه خلال وقت قصير جدا. تساعد في إجراء المثير من التعديلات علي الموقع بكل سهولة. إمكانية الكتابة بإستخدام&amp;nbsp;&lt;/span&gt;&lt;span face="&amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Naskh Arabic UI&amp;quot;, Arial, sans-serif" style="letter-spacing: normal;"&gt;اللغة&lt;/span&gt;&lt;span face="&amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Naskh Arabic UI&amp;quot;, Arial, sans-serif" style="letter-spacing: normal;"&gt;&amp;nbsp;العربية. تتميز بإمكانية إضافة أي نصوص برمجية كنصوص الجافا البرمجية أو نصوص DHTML.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: right; text-rendering: optimizeLegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&lt;span face="&amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Naskh Arabic UI&amp;quot;, Arial, sans-serif" style="letter-spacing: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="-webkit-font-smoothing: antialiased; background-color: white; border: 0px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; letter-spacing: 0.7px; line-height: inherit; margin: 0px 0px 24px; padding: 8px 0px 0px; text-align: right; text-rendering: optimizeLegibility; text-size-adjust: 100%; vertical-align: baseline;"&gt;&lt;div style="caret-color: rgb(32, 33, 36); font-family: arial, sans-serif; letter-spacing: normal;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;و أخيرا بعد ما تعرفنا على مميزات HTML فالنتعرف على فوائدها من خلال الفيديو :&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="caret-color: rgb(32, 33, 36); font-family: arial, sans-serif; letter-spacing: normal;"&gt;&lt;span style="font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="caret-color: rgb(32, 33, 36); font-family: arial, sans-serif; letter-spacing: normal;"&gt;&lt;span style="font-size: medium;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="266" src="https://www.youtube.com/embed/pigb4VVNNak" width="557" youtube-src-id="pigb4VVNNak"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: medium;"&gt;&lt;div&gt;&lt;span style="color: #2b00fe;"&gt;&lt;a href="https://discord.gg/NhG8qajT"&gt;اذا كنت مهتم بالبرمجة انضم معنا في جروب الديسكورد الخاص بالبرمجة اضغط علي الأن&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgI_-7EIBXzpKzxI8UFtJ-38MNafw8gjGVqgfIoeA5rvVunvjudIWiKwpGT0mkG2mkNJ47cf-Q9fUeKLpDFo2cCQ7b-h3SWFQEfn7eYTmqLfH47LnFOtsNjk7wQxFAczmxenphaQdU6CXM/s72-w481-h273-c/%25D9%2585%25D8%25B9%25D9%2584%25D9%2588%25D9%2585%25D8%25A7%25D8%25AA-%25D8%25B9%25D9%2586-%25D9%2584%25D8%25BA%25D8%25A9-%25D8%25A7%25D9%2584%25D8%25A8%25D8%25B1%25D9%2585%25D8%25AC%25D8%25A9-html-%25D9%2588%25D8%25A7%25D8%25B3%25D8%25AA%25D8%25AE%25D8%25AF%25D8%25A7%25D9%2585%25D8%25A7%25D8%25AA%25D9%2587%25D8%25A7.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>لماذا لغة بايثون(Python) مهمه ؟</title><link>https://hasubi3.blogspot.com/2021/04/python.html</link><category>البرمجة</category><author>noreply@blogger.com (fasuli sitayl)</author><pubDate>Mon, 19 Apr 2021 23:18:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6045516878438064459.post-2427984615633681977</guid><description>&lt;p&gt;&lt;span style="background-color: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: white;"&gt;&lt;img alt="مجلة التدريب - لغة البايثون Python" class="n3VNCb" data-noaft="1" jsaction="load:XAeZkd;" jsname="HiaYvf" src="http://moias.org/vrsfls/cntnt/pctr/6075.jpg" style="height: 282.236px; margin: 0px; text-align: start; width: 602px;" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: white;"&gt;&lt;span face="NotoNaskhArabic-Regular, &amp;quot;Open Sans&amp;quot;, Tahoma, Arial, sans-serif" style="caret-color: rgb(17, 17, 17); font-size: 17px; text-align: start;"&gt;ربما تكون قد سمعت عن بايثون&amp;nbsp;&lt;/span&gt;&lt;b style="caret-color: rgb(32, 33, 36); font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span dir="rtl"&gt;(&lt;b&gt;Python&lt;/b&gt;)&lt;/span&gt;&lt;/b&gt;&lt;span face="NotoNaskhArabic-Regular, &amp;quot;Open Sans&amp;quot;, Tahoma, Arial, sans-serif" style="caret-color: rgb(17, 17, 17); font-size: 17px; text-align: start;"&gt;&amp;nbsp;وكيف أصبحت من أكثر لغات البرمجة شيوعًا اليوم. حيث يستخدمها الجميع، من مطوري الويب إلى علماء البيانات، وحتى الأشخاص العاديين بشكل متزايد. بل باتت جزءًا أساسيًا في المناهج الدراسية للطلاب في بعض الدول!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: white;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;ما هي لغة بايثون:&lt;/b&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span face="arial, sans-serif" style="background-color: white; caret-color: rgb(77, 81, 86); font-size: large;"&gt;بايثون ‏ هي لغة برمجة، عالية المستوى سهلة التعلم مفتوحة المصدر قابلة للتوسيع، تعتمد أسلوب البرمجة الكائنية.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span face="arial, sans-serif" style="background-color: white; caret-color: rgb(77, 81, 86); font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="-webkit-font-smoothing: antialiased; border: 0px; box-sizing: border-box; direction: rtl; font-family: Arial, Helvetica, sans-serif; font-size: 3rem; line-height: 1.29; margin: 0px 0px 10px; outline: 0px; overflow-wrap: break-word; padding: 0px; unicode-bidi: embed; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;span style="background-color: white;"&gt;&lt;span id="i-3" style="border: 0px; box-sizing: border-box; font-size: 30px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;أهم خصائص ومميزات لغة البرمجة بايثون&lt;/span&gt;&lt;b style="caret-color: rgb(32, 33, 36); font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span dir="rtl"&gt;(&lt;b&gt;Python&lt;/b&gt;):&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="border: 0px; box-sizing: border-box; caret-color: rgb(68, 68, 68); direction: rtl; font-family: Arial, Helvetica, sans-serif; font-size: 19px; margin: 0px 0px 30px; outline: 0px; overflow-wrap: break-word; padding: 0px; unicode-bidi: embed; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;span style="background-color: white;"&gt;1- سهولة التعلم فهي تحتوي علي تراكيب سهلة وبسيطه.&lt;/span&gt;&lt;/p&gt;&lt;p style="border: 0px; box-sizing: border-box; caret-color: rgb(68, 68, 68); direction: rtl; font-family: Arial, Helvetica, sans-serif; font-size: 19px; margin: 0px 0px 30px; outline: 0px; overflow-wrap: break-word; padding: 0px; unicode-bidi: embed; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;span style="background-color: white;"&gt;2- لغة بايثون&lt;b style="caret-color: rgb(32, 33, 36); font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span dir="rtl"&gt;(&lt;b&gt;Python&lt;/b&gt;)&lt;/span&gt;&lt;/b&gt;&amp;nbsp;لغة مفتوحة المصدر، وحره فيمكن توزيع نسخ منها وإجراء تغييرات عليها بحرية.&lt;/span&gt;&lt;/p&gt;&lt;p style="border: 0px; box-sizing: border-box; caret-color: rgb(68, 68, 68); direction: rtl; font-family: Arial, Helvetica, sans-serif; font-size: 19px; margin: 0px 0px 30px; outline: 0px; overflow-wrap: break-word; padding: 0px; unicode-bidi: embed; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;span style="background-color: white;"&gt;3- لغة بايثون&lt;b style="caret-color: rgb(32, 33, 36); font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span dir="rtl"&gt;(&lt;b&gt;Python&lt;/b&gt;)&lt;/span&gt;&lt;/b&gt;&amp;nbsp;عالية المستوي فلا تحتاج لمراجعة التفاصيل.&lt;/span&gt;&lt;/p&gt;&lt;p style="border: 0px; box-sizing: border-box; caret-color: rgb(68, 68, 68); direction: rtl; font-family: Arial, Helvetica, sans-serif; font-size: 19px; margin: 0px 0px 30px; outline: 0px; overflow-wrap: break-word; padding: 0px; unicode-bidi: embed; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;span style="background-color: white;"&gt;4- لغة محمولة فهي تعمل علي عدة منصات مثل لينكس، وماكنتوش، وويندوز.&lt;/span&gt;&lt;/p&gt;&lt;p style="border: 0px; box-sizing: border-box; caret-color: rgb(68, 68, 68); direction: rtl; font-family: Arial, Helvetica, sans-serif; font-size: 19px; margin: 0px 0px 30px; outline: 0px; overflow-wrap: break-word; padding: 0px; unicode-bidi: embed; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;span style="background-color: white;"&gt;5- كائنية التوجه وتدعم أيضا البرمجة الإجرائية.&lt;/span&gt;&lt;/p&gt;&lt;p style="border: 0px; box-sizing: border-box; caret-color: rgb(68, 68, 68); direction: rtl; font-family: Arial, Helvetica, sans-serif; font-size: 19px; margin: 0px 0px 30px; outline: 0px; overflow-wrap: break-word; padding: 0px; unicode-bidi: embed; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;span style="background-color: white;"&gt;&lt;img alt="استخدامات لغة بايثون - أحمد ناصر بالعربي" class="n3VNCb" data-noaft="1" jsaction="load:XAeZkd;" jsname="HiaYvf" src="https://anbilarabi.com/wp-content/uploads/2021/03/%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%D8%A7%D8%AA-%D9%84%D8%BA%D8%A9-%D8%A8%D8%A7%D9%8A%D8%AB%D9%88%D9%86-780x470.jpg" style="caret-color: rgb(0, 0, 0); height: 362.744px; margin: 0px; text-align: start; width: 602px;" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="border: 0px; box-sizing: border-box; caret-color: rgb(68, 68, 68); direction: rtl; font-family: Arial, Helvetica, sans-serif; font-size: 19px; margin: 0px 0px 30px; outline: 0px; overflow-wrap: break-word; padding: 0px; unicode-bidi: embed; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;span style="background-color: white;"&gt;حسناً ما هي ابرز استخدامات لغة بايثون&lt;b style="caret-color: rgb(32, 33, 36); font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span dir="rtl"&gt;(&lt;b&gt;Python&lt;/b&gt;)&lt;/span&gt;&lt;/b&gt;&amp;nbsp;فالنتعرف عليها معاً:&lt;span face="arial, sans-serif" style="caret-color: rgb(32, 33, 36); font-size: 16px;"&gt;صناعة برامج سطح المكتب&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="RqBzHd" style="caret-color: rgb(32, 33, 36); font-family: arial, sans-serif; padding: 0px 20px;"&gt;&lt;ul class="i8Z77e" style="font-size: 16px; margin: 0px; padding: 0px;"&gt;&lt;li class="TrT0Xe" style="list-style-type: disc; margin: 0px 0px 4px; padding: 0px;"&gt;&lt;span dir="rtl" style="background-color: white;"&gt;صناعة مواقع الويب عبر Django.&lt;/span&gt;&lt;/li&gt;&lt;li class="TrT0Xe" style="list-style-type: disc; margin: 0px 0px 4px; padding: 0px;"&gt;&lt;span dir="rtl" style="background-color: white;"&gt;صناعة تطبيقات الموبايل عبر Kivy.&lt;/span&gt;&lt;/li&gt;&lt;li class="TrT0Xe" style="list-style-type: disc; margin: 0px 0px 4px; padding: 0px;"&gt;&lt;span dir="rtl" style="background-color: white;"&gt;علوم البيانات Data Science.&lt;/span&gt;&lt;/li&gt;&lt;li class="TrT0Xe" style="list-style-type: disc; margin: 0px 0px 4px; padding: 0px;"&gt;&lt;span dir="rtl" style="background-color: white;"&gt;مجال الذكاء الإصطناعي AI.&lt;/span&gt;&lt;/li&gt;&lt;li class="TrT0Xe" style="list-style-type: disc; margin: 0px 0px 4px; padding: 0px;"&gt;&lt;span style="background-color: white;"&gt;صناعة برمجيات و سكربتات الأتمتة&lt;/span&gt;&lt;/li&gt;&lt;li class="TrT0Xe" style="list-style-type: disc; margin: 0px 0px 4px; padding: 0px;"&gt;&lt;span style="background-color: white;"&gt;مجال صناعة ألعاب الفيديو&lt;/span&gt;&lt;/li&gt;&lt;li class="TrT0Xe" style="list-style-type: disc; margin: 0px 0px 4px; padding: 0px;"&gt;&lt;span dir="rtl" style="background-color: white;"&gt;تقنيات الـ Scraping.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="font-size: 16px;"&gt;&lt;span style="background-color: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-size: 16px;"&gt;&lt;span style="background-color: white;"&gt;&lt;img alt="لماذا لن تستخدم لغة البرمجة (بايثون) في المستقبل؟ - أنا أصدق العلم" class="n3VNCb" data-noaft="1" jsaction="load:XAeZkd;" jsname="HiaYvf" src="https://www.ibelieveinsci.com/wp-content/uploads/python-language-logo.jpg" style="caret-color: rgb(0, 0, 0); height: 428.28px; margin: 0px; text-align: start; width: 602px;" /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-size: 16px;"&gt;&lt;div&gt;&lt;span style="font-size: medium;"&gt;&lt;b style="background-color: white;"&gt;حسناً لماذا بايثون؟&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style="background-color: white;"&gt;ان لغة بايثون تعتبر هي اسهل لغة برمجية من دون منازع فتعلمها امر سهل للغايه و بإمكان المهتمين التعلم من ا(لانترنت ،الدورات المدرسية و ايضا من الكتب) لهاذا تعتبر هي من اشهر اللغات و اسهلها.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style="background-color: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="background-color: white;"&gt;&lt;img alt="Guido-portrait-2014-drc.jpg" data-file-height="1000" data-file-width="1500" decoding="async" height="187" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Guido-portrait-2014-drc.jpg/280px-Guido-portrait-2014-drc.jpg" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Guido-portrait-2014-drc.jpg/420px-Guido-portrait-2014-drc.jpg 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Guido-portrait-2014-drc.jpg/560px-Guido-portrait-2014-drc.jpg 2x" style="caret-color: rgb(0, 0, 0); text-align: start;" width="280" /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style="background-color: white; font-size: medium;"&gt;من هو مؤسس لغة بايثون؟&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="font-size: 16px;"&gt;&lt;span style="background-color: white;"&gt;جيدو فان روسم&amp;nbsp;&lt;span style="caret-color: rgb(32, 33, 34); font-family: Arial; font-size: 15.2px; text-align: start;"&gt;هو مبرمج&amp;nbsp;&lt;/span&gt;هولندي&lt;span style="caret-color: rgb(32, 33, 34); font-family: Arial; font-size: 15.2px; text-align: start;"&gt;&amp;nbsp;يُعرف بأنه مبتكر&lt;/span&gt;&lt;span style="caret-color: rgb(32, 33, 34); font-family: Arial; font-size: 15.2px; text-align: start;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-size: 15.2px; text-align: start;"&gt;لغة البرمجة&lt;/span&gt;&lt;/span&gt;&lt;span style="caret-color: rgb(32, 33, 34); font-family: Arial; font-size: 15.2px; text-align: start;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-size: 15.2px; text-align: start;"&gt;بايثون&lt;/span&gt;&lt;/span&gt;&lt;span style="caret-color: rgb(32, 33, 34); font-family: Arial; font-size: 15.2px; text-align: start;"&gt;. في مجتمع بايثون، عرف جويدو بأنه "دكتاتور خيري مدى الحياة" بمعني أنه يستمر بمراقبة تقدم تطور بايثون، متخذاً القرارات عند الحاجة حتى تنازل عن هذا المنصب في 12 يونيو 2018.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-size: 16px;"&gt;&lt;span style="background-color: white;"&gt;&lt;span style="caret-color: rgb(32, 33, 34); font-family: Arial; font-size: 15.2px; text-align: start;"&gt;يعمل حاليًا في&amp;nbsp;&lt;/span&gt;غوغل&lt;span style="caret-color: rgb(32, 33, 34); font-family: Arial; font-size: 15.2px; text-align: start;"&gt;، حيث يقضي جزءًا من وقته في تطوير بايثون.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-size: 16px;"&gt;&lt;span style="background-color: white; caret-color: rgb(32, 33, 34); font-family: Arial; font-size: 15.2px; text-align: start;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="background-color: white;"&gt;&lt;img alt="البرمجة - مقارنة بين Java و Python وأي منهما الأفضل... | Facebook" class="rg_i Q4LuWd" data-index="0" data-lt="" data-src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTVsPu4IJe_W6XCU701M2Xoga7CKPC_06DfFQ&amp;amp;usqp=CAU" height="163" jsname="Q4LuWd" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTVsPu4IJe_W6XCU701M2Xoga7CKPC_06DfFQ&amp;amp;usqp=CAU" style="caret-color: rgb(0, 0, 0); text-align: start;" width="311" /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="caret-color: rgb(32, 33, 34); font-family: Arial; text-align: start;"&gt;&lt;span style="background-color: white; font-size: medium;"&gt;ما هو الفرق بين بايثون و جافا؟&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="background-color: white;"&gt;&lt;span style="font-size: 16px;"&gt;والفرق الرئيسي&amp;nbsp;&lt;/span&gt;&lt;b style="font-size: 16px;"&gt;بين Java&lt;/b&gt;&lt;span style="font-size: 16px;"&gt;&amp;nbsp;و Python هو أن Python يتم كتابتها ديناميكيًا بينما تتم كتابة&amp;nbsp;&lt;/span&gt;&lt;b style="font-size: 16px;"&gt;Java&lt;/b&gt;&lt;span style="font-size: 16px;"&gt;&amp;nbsp;بشكل ثابت. تستخدم&amp;nbsp;&lt;/span&gt;&lt;b style="font-size: 16px;"&gt;بايثون&amp;nbsp;&lt;/b&gt;&lt;span style="font-size: 16px;"&gt;الكتابة الديناميكية التي تسمح للمستخدمين بتغيير نوع المتغير. ... من ناحية أخرى ، تستخدم&amp;nbsp;&lt;/span&gt;&lt;b style="font-size: 16px;"&gt;Java&lt;/b&gt;&lt;span style="font-size: 16px;"&gt;&amp;nbsp;الكتابة الثابتة حيث يضطر المستخدم إلى اختيار نوع متغير لا يمكن تغييره فيما بعد في لغة البرمجة.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="background-color: white;"&gt;&lt;img alt="Java vs Python: Tried and True vs “Modern and New” - Belitsoft" class="n3VNCb" data-noaft="1" jsaction="load:XAeZkd;" jsname="HiaYvf" src="https://belitsoft.com/images/uploads/blog/Files.png" style="caret-color: rgb(0, 0, 0); height: 525.286px; margin: 0px; text-align: start; width: 542px;" /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="background-color: white; font-size: medium;"&gt;&lt;b&gt;و أخيرا بعد ما تعرفنا على مميزات بايثون فالنتعرف على فوائدها من خلال الفيديو :&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="background-color: white; font-size: medium;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="background-color: white;"&gt;&lt;iframe allowfullscreen="" class="BLOG_video_class" height="266" src="https://www.youtube.com/embed/h3VCQjyaLws" width="567" youtube-src-id="h3VCQjyaLws"&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="background-color: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;span style="color: #2b00fe;"&gt;&lt;a href="https://discord.gg/NhG8qajT"&gt;اذا كنت مهتم بالبرمجة انضم معنا في جروب الديسكورد الخاص بالبرمجة اضغط علي الأن&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #dca10d; font-family: &amp;quot;Geeza Pro&amp;quot;; font-size: 13px;"&gt;تمت الكتابة و التعديل على النص من قبل : فيصل العنقودي&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br style="background-color: white;" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;https://discord.gg/NhG8qajT&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://img.youtube.com/vi/h3VCQjyaLws/default.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item></channel></rss>