تسمح لك هذه الصفحة بفحص المتغيرات التي تم إنشاؤها بواسطة عامل تصفية إساءة الاستخدام لإجراء تغيير فردي.

المتغيرات المولدة لهذا التغيير

متغيرقيمة
عدد التعديلات للمستخدم (user_editcount)
1971
اسم حساب المستخدم (user_name)
'Hesham Hussain'
عمر حساب المستخدم (user_age)
8674964
المجموعات (متضمنة غير المباشرة) التي المستخدم فيها (user_groups)
[ 0 => 'autoreview', 1 => '*', 2 => 'user', 3 => 'autoconfirmed' ]
ما إذا كان المستخدم يعدل عبر واجهة المحمول (user_mobile)
false
user_wpzero
false
هوية الصفحة (page_id)
0
نطاق الصفحة (page_namespace)
0
عنوان الصفحة (بدون نطاق) (page_title)
'الامر dd ( يونكس )'
عنوان الصفحة الكامل (page_prefixedtitle)
'الامر dd ( يونكس )'
فعل (action)
'edit'
ملخص التعديل/السبب (summary)
'‌‌‌‌'
ما إذا كان التعديل معلم عليه كطفيف (لا مزيد من الاستخدام) (minor_edit)
false
نص الويكي القديم للصفحة، قبل التعديل (old_wikitext)
''
نص الويكي الجديد للصفحة، بعد التعديل (new_wikitext)
' dd هو احد اهم اوامر الخدمية لسطر أوامر command-line في نظام التشغيل [[يونكس]] و مشابهه Unix-Like وهدفها الأساسي هو تحويل ونسخ الملفات .<ref name="Unix-V7-man">{{cite web | url=http://www.orangetide.com/Unix/V7/usr/man/man1/dd.1 | title=dd man page | author=Bell Laboratories | accessdate=2009-02-25}}</ref> في يونكس تظهر برامج تشغيل الأجهزة والربط مع العتاد Hardware device drivers مثل ( [[قرص صلب|القرص الصلب]] ) وايضا الملفات الخاصة device files (مثل /dev/zero و /dev/random ) تظهر كملفات عادية , الامر dd يستطيع القراءة والكتابة من والى هذه الملفات ولهذا فان الامر dd يمكن ان يستخدم لمهام مثل عمل نسخ احتياطي لقطاع [[سجل الإقلاع الرئيسي]] واي [[قطاع الإقلاع|قطاع إقلاع]] الامر dd هو اشارة للجملة DD الموجودة في لغة تحكم بالوظائف IBM's Job Control Language (JCL) الخاصة بنظم تشغيل [[اي بي ام]] <ref name="jargon-dd">{{cite web | url=http://www.catb.org/jargon/html/D/dd.html | title=dd | author=Eric S. Raymond | accessdate=2008-02-19 }}</ref><ref>{{cite newsgroup |title=Re: origin of the UNIX dd command |author=Dennis Ritchie |date=Feb 17, 2004 |newsgroup=alt.folklore.computers |message-id=c0s1he$1atuh9$1@ID-156882.news.uni-berlin.de |url=https://groups.google.com/forum/#!msg/alt.folklore.computers/HAWoZ8g-xYk/HDUVxwTVLKAJ |quote=dd was always named after JCL dd cards. |access-date=January 10, 2016}}</ref> , وهي الحرفين الاوئل من كلمتي وصف البيانات Data Description ,<ref>See this old discussion {{cite web | url=http://www.djmnet.org/lore/dd-origin.txt | title=The Unix "dd" command | publisher=alt.folklore.computers | accessdate=2011-07-05 }}</ref> , مراد الامر الاصلي كان التحويل ما بين [[أسكي|اكواد الأسكي]] ASCII و [[كود التبادل الموسع للترميز العشري الثنائي|EBCDIC]] , تم اعتماد الامر dd منذ بداية الاصدار الخامس ليونكس <ref>{{cite techreport |first1=M. D. |last1=McIlroy |authorlink1=Doug McIlroy |year=1987 |url=http://www.cs.dartmouth.edu/~doug/reader.pdf |title=A Research Unix reader: annotated excerpts from the Programmer's Manual, 1971–1986 |series=CSTR |number=139 |institution=Bell Labs}}</ref>, وتم توصيف الامر dd قياسيا من قبل جمعية مهندسي الكهرباء والإلكترونيات [[IEEE|جمعية مهندسي الكهرباء والإلكترونيات]] (Std 1003.1-2008) == استعمال == == رسائل الإخراج == == حجم البلوك Block size == == استخداماته == الأمر dd يمكن استخدامها لمجموعة متنوعة من الأغراض. === نقل البيانات === الامر dd يمكن من عمل نسخ طبق الاصل للبيانات عبر الملفات والأجهزة و الأقسام ووحدات التخزين {| class="wikitable" |+أشكال نقل البيانات للامر {{Mono|dd}} |- | <source lang="bash">dd if=/dev/sr0 of=myCD.iso bs=2048 conv=noerror,sync</source> || عمل نسخة بملف ايزو بنسخة مطابقة ISO image من CD-ROM في بعض الحالات تكون النسخة ISO المطابقة ليسة كالنسخة التي تم عملها ( او عمل حرق لها ) على ال CD-ROM .<ref>{{cite book | url = http://books.google.com/books?id=ZBKsMYz1Q4kC&pg=PA174&lpg=PA174&dq=iso+image+2048+block&source=bl&ots=fKnHYFhTYV&sig=yxcSn_WWaIm7uYrXyPaL4bW01Js&hl=en&sa=X&ei=zXD5U7O_CcbdaMbWgegE&redir_esc=y#v=onepage&q&f=false | title = The Linux Command Line, A Complete Introduction | chapter = 15. Storage Media | year = 2012 | accessdate = 2014-08-24 | author = William E. Shotts, Jr. | publisher = [[No Starch Press]] | page = 174 }}</ref> |- | <source lang="bash">dd if=system.img of=/dev/sdc bs=4096 conv=noerror</source> || استعادة محتويات قرص صلب من نسخة طبق الاصل سابقة. |- | <source lang="bash">dd if=/dev/sda2 of=/dev/sdb2 bs=4096 conv=noerror</source> || [[استنساخ بيانات|استنساخ]] cloning القسم Partition الى قسم اخر. |- | <source lang="bash">dd if=/dev/ad0 of=/dev/ad1 bs=1M conv=noerror</source> || Clones a hard disk drive "ad0" to "ad1". |} === النسخ الاحتياطي واستعادة سجل الاقلاع الرئيسي === === تعديل بيانات === === محو القرص wipe === === استعادة البيانات recovery === === اختبارات الكفاءة Benchmarking === === توليد ملف ببيانات عشوائية === === تحويل حروف الملف إلى أحرف كبيرة === == محدداته والقيود == == الامر المحسن Dcfldd == <!-- ch the initials stand for "Data Description".<ref>See this old discussion {{cite web | url=http://www.djmnet.org/lore/dd-origin.txt | title=The Unix "dd" command | publisher=alt.folklore.computers | accessdate=2011-07-05 }}</ref> The command's syntax resembles the JCL statement more than it does other Unix commands, so the syntax may have been a joke.<ref name="jargon-dd"/> --> == مصادر ومراجع == {{مراجع}} [[تصنيف:استعادة البيانات]] [[تصنيف:برامج يونكس القياسية]] [[تصنيف:برمجيات القرص الصلب]] [[تصنيف:خدمات مواصفات يونكس المنفردة]]'
فرق موحد للتغييرات المصنوعة بواسطة التعديل (edit_diff)
'@@ -1,2 +1,59 @@ + dd هو احد اهم اوامر الخدمية لسطر أوامر command-line في نظام التشغيل [[يونكس]] و مشابهه Unix-Like وهدفها الأساسي هو تحويل ونسخ الملفات .<ref name="Unix-V7-man">{{cite web | url=http://www.orangetide.com/Unix/V7/usr/man/man1/dd.1 | title=dd man page | author=Bell Laboratories | accessdate=2009-02-25}}</ref> + في يونكس تظهر برامج تشغيل الأجهزة والربط مع العتاد Hardware device drivers مثل ( [[قرص صلب|القرص الصلب]] ) وايضا الملفات الخاصة device files (مثل /dev/zero و /dev/random ) تظهر كملفات عادية , الامر dd يستطيع القراءة والكتابة من والى هذه الملفات ولهذا فان الامر dd يمكن ان يستخدم لمهام مثل عمل نسخ احتياطي لقطاع [[سجل الإقلاع الرئيسي]] واي [[قطاع الإقلاع|قطاع إقلاع]] + + الامر dd هو اشارة للجملة DD الموجودة في لغة تحكم بالوظائف IBM's Job Control Language (JCL) الخاصة بنظم تشغيل [[اي بي ام]] <ref name="jargon-dd">{{cite web | url=http://www.catb.org/jargon/html/D/dd.html | title=dd | author=Eric S. Raymond | accessdate=2008-02-19 }}</ref><ref>{{cite newsgroup |title=Re: origin of the UNIX dd command |author=Dennis Ritchie |date=Feb 17, 2004 |newsgroup=alt.folklore.computers |message-id=c0s1he$1atuh9$1@ID-156882.news.uni-berlin.de |url=https://groups.google.com/forum/#!msg/alt.folklore.computers/HAWoZ8g-xYk/HDUVxwTVLKAJ |quote=dd was always named after JCL dd cards. |access-date=January 10, 2016}}</ref> , وهي الحرفين الاوئل من كلمتي وصف البيانات Data Description ,<ref>See this old discussion {{cite web | url=http://www.djmnet.org/lore/dd-origin.txt | title=The Unix "dd" command | publisher=alt.folklore.computers | accessdate=2011-07-05 }}</ref> , + + مراد الامر الاصلي كان التحويل ما بين [[أسكي|اكواد الأسكي]] ASCII و [[كود التبادل الموسع للترميز العشري الثنائي|EBCDIC]] , تم اعتماد الامر dd منذ بداية الاصدار الخامس ليونكس <ref>{{cite techreport |first1=M. D. |last1=McIlroy |authorlink1=Doug McIlroy |year=1987 |url=http://www.cs.dartmouth.edu/~doug/reader.pdf |title=A Research Unix reader: annotated excerpts from the Programmer's Manual, 1971–1986 |series=CSTR |number=139 |institution=Bell Labs}}</ref>, وتم توصيف الامر dd قياسيا من قبل جمعية مهندسي الكهرباء والإلكترونيات [[IEEE|جمعية مهندسي الكهرباء والإلكترونيات]] (Std 1003.1-2008) +== استعمال == +== رسائل الإخراج == +== حجم البلوك Block size == + +== استخداماته == +الأمر dd يمكن استخدامها لمجموعة متنوعة من الأغراض. +=== نقل البيانات === +الامر dd يمكن من عمل نسخ طبق الاصل للبيانات عبر الملفات والأجهزة و الأقسام ووحدات التخزين + + + +{| class="wikitable" +|+أشكال نقل البيانات للامر {{Mono|dd}} +|- +| <source lang="bash">dd if=/dev/sr0 of=myCD.iso bs=2048 conv=noerror,sync</source> || عمل نسخة بملف ايزو بنسخة مطابقة ISO image من CD-ROM في بعض الحالات تكون النسخة ISO المطابقة ليسة كالنسخة التي تم عملها ( او عمل حرق لها ) على ال CD-ROM .<ref>{{cite book + | url = http://books.google.com/books?id=ZBKsMYz1Q4kC&pg=PA174&lpg=PA174&dq=iso+image+2048+block&source=bl&ots=fKnHYFhTYV&sig=yxcSn_WWaIm7uYrXyPaL4bW01Js&hl=en&sa=X&ei=zXD5U7O_CcbdaMbWgegE&redir_esc=y#v=onepage&q&f=false + | title = The Linux Command Line, A Complete Introduction + | chapter = 15. Storage Media + | year = 2012 | accessdate = 2014-08-24 + | author = William E. Shotts, Jr. | publisher = [[No Starch Press]] + | page = 174 +}}</ref> +|- +| <source lang="bash">dd if=system.img of=/dev/sdc bs=4096 conv=noerror</source> || استعادة محتويات قرص صلب من نسخة طبق الاصل سابقة. +|- +| <source lang="bash">dd if=/dev/sda2 of=/dev/sdb2 bs=4096 conv=noerror</source> || [[استنساخ بيانات|استنساخ]] cloning القسم Partition الى قسم اخر. +|- +| <source lang="bash">dd if=/dev/ad0 of=/dev/ad1 bs=1M conv=noerror</source> || Clones a hard disk drive "ad0" to "ad1". +|} +=== النسخ الاحتياطي واستعادة سجل الاقلاع الرئيسي === +=== تعديل بيانات === +=== محو القرص wipe === +=== استعادة البيانات recovery === +=== اختبارات الكفاءة Benchmarking === +=== توليد ملف ببيانات عشوائية === +=== تحويل حروف الملف إلى أحرف كبيرة === +== محدداته والقيود == +== الامر المحسن Dcfldd == + +<!-- +ch the initials stand for "Data Description".<ref>See this old discussion {{cite web | url=http://www.djmnet.org/lore/dd-origin.txt | title=The Unix "dd" command | publisher=alt.folklore.computers | accessdate=2011-07-05 }}</ref> The command's syntax resembles the JCL statement more than it does other Unix commands, so the syntax may have been a joke.<ref name="jargon-dd"/> + + --> + +== مصادر ومراجع == +{{مراجع}} + +[[تصنيف:استعادة البيانات]] +[[تصنيف:برامج يونكس القياسية]] +[[تصنيف:برمجيات القرص الصلب]] +[[تصنيف:خدمات مواصفات يونكس المنفردة]] '
حجم الصفحة الجديد (new_size)
5682
حجم الصفحة القديم (old_size)
0
الحجم المتغير في التعديل (edit_delta)
5682
السطور المضافة في التعديل (added_lines)
[ 0 => ' dd هو احد اهم اوامر الخدمية لسطر أوامر command-line في نظام التشغيل [[يونكس]] و مشابهه Unix-Like وهدفها الأساسي هو تحويل ونسخ الملفات .<ref name="Unix-V7-man">{{cite web | url=http://www.orangetide.com/Unix/V7/usr/man/man1/dd.1 | title=dd man page | author=Bell Laboratories | accessdate=2009-02-25}}</ref>', 1 => ' في يونكس تظهر برامج تشغيل الأجهزة والربط مع العتاد Hardware device drivers مثل ( [[قرص صلب|القرص الصلب]] ) وايضا الملفات الخاصة device files (مثل /dev/zero و /dev/random ) تظهر كملفات عادية , الامر dd يستطيع القراءة والكتابة من والى هذه الملفات ولهذا فان الامر dd يمكن ان يستخدم لمهام مثل عمل نسخ احتياطي لقطاع [[سجل الإقلاع الرئيسي]] واي [[قطاع الإقلاع|قطاع إقلاع]]', 2 => false, 3 => ' الامر dd هو اشارة للجملة DD الموجودة في لغة تحكم بالوظائف IBM's Job Control Language (JCL) الخاصة بنظم تشغيل [[اي بي ام]] <ref name="jargon-dd">{{cite web | url=http://www.catb.org/jargon/html/D/dd.html | title=dd | author=Eric S. Raymond | accessdate=2008-02-19 }}</ref><ref>{{cite newsgroup |title=Re: origin of the UNIX dd command |author=Dennis Ritchie |date=Feb 17, 2004 |newsgroup=alt.folklore.computers |message-id=c0s1he$1atuh9$1@ID-156882.news.uni-berlin.de |url=https://groups.google.com/forum/#!msg/alt.folklore.computers/HAWoZ8g-xYk/HDUVxwTVLKAJ |quote=dd was always named after JCL dd cards. |access-date=January 10, 2016}}</ref> , وهي الحرفين الاوئل من كلمتي وصف البيانات Data Description ,<ref>See this old discussion {{cite web | url=http://www.djmnet.org/lore/dd-origin.txt | title=The Unix "dd" command | publisher=alt.folklore.computers | accessdate=2011-07-05 }}</ref> , ', 4 => false, 5 => ' مراد الامر الاصلي كان التحويل ما بين [[أسكي|اكواد الأسكي]] ASCII و [[كود التبادل الموسع للترميز العشري الثنائي|EBCDIC]] , تم اعتماد الامر dd منذ بداية الاصدار الخامس ليونكس <ref>{{cite techreport |first1=M. D. |last1=McIlroy |authorlink1=Doug McIlroy |year=1987 |url=http://www.cs.dartmouth.edu/~doug/reader.pdf |title=A Research Unix reader: annotated excerpts from the Programmer's Manual, 1971–1986 |series=CSTR |number=139 |institution=Bell Labs}}</ref>, وتم توصيف الامر dd قياسيا من قبل جمعية مهندسي الكهرباء والإلكترونيات [[IEEE|جمعية مهندسي الكهرباء والإلكترونيات]] (Std 1003.1-2008) ', 6 => '== استعمال ==', 7 => '== رسائل الإخراج ==', 8 => '== حجم البلوك Block size ==', 9 => false, 10 => '== استخداماته ==', 11 => 'الأمر dd يمكن استخدامها لمجموعة متنوعة من الأغراض.', 12 => '=== نقل البيانات ===', 13 => 'الامر dd يمكن من عمل نسخ طبق الاصل للبيانات عبر الملفات والأجهزة و الأقسام ووحدات التخزين', 14 => false, 15 => false, 16 => false, 17 => '{| class="wikitable"', 18 => '|+أشكال نقل البيانات للامر {{Mono|dd}}', 19 => '|-', 20 => '| <source lang="bash">dd if=/dev/sr0 of=myCD.iso bs=2048 conv=noerror,sync</source> || عمل نسخة بملف ايزو بنسخة مطابقة ISO image من CD-ROM في بعض الحالات تكون النسخة ISO المطابقة ليسة كالنسخة التي تم عملها ( او عمل حرق لها ) على ال CD-ROM .<ref>{{cite book', 21 => ' | url = http://books.google.com/books?id=ZBKsMYz1Q4kC&pg=PA174&lpg=PA174&dq=iso+image+2048+block&source=bl&ots=fKnHYFhTYV&sig=yxcSn_WWaIm7uYrXyPaL4bW01Js&hl=en&sa=X&ei=zXD5U7O_CcbdaMbWgegE&redir_esc=y#v=onepage&q&f=false', 22 => ' | title = The Linux Command Line, A Complete Introduction', 23 => ' | chapter = 15. Storage Media', 24 => ' | year = 2012 | accessdate = 2014-08-24', 25 => ' | author = William E. Shotts, Jr. | publisher = [[No Starch Press]]', 26 => ' | page = 174', 27 => '}}</ref>', 28 => '|-', 29 => '| <source lang="bash">dd if=system.img of=/dev/sdc bs=4096 conv=noerror</source> || استعادة محتويات قرص صلب من نسخة طبق الاصل سابقة.', 30 => '|-', 31 => '| <source lang="bash">dd if=/dev/sda2 of=/dev/sdb2 bs=4096 conv=noerror</source> || [[استنساخ بيانات|استنساخ]] cloning القسم Partition الى قسم اخر.', 32 => '|-', 33 => '| <source lang="bash">dd if=/dev/ad0 of=/dev/ad1 bs=1M conv=noerror</source> || Clones a hard disk drive "ad0" to "ad1".', 34 => '|}', 35 => '=== النسخ الاحتياطي واستعادة سجل الاقلاع الرئيسي ===', 36 => '=== تعديل بيانات ===', 37 => '=== محو القرص wipe ===', 38 => '=== استعادة البيانات recovery ===', 39 => '=== اختبارات الكفاءة Benchmarking ===', 40 => '=== توليد ملف ببيانات عشوائية ===', 41 => '=== تحويل حروف الملف إلى أحرف كبيرة ===', 42 => '== محدداته والقيود ==', 43 => '== الامر المحسن Dcfldd ==', 44 => false, 45 => '<!-- ', 46 => 'ch the initials stand for "Data Description".<ref>See this old discussion {{cite web | url=http://www.djmnet.org/lore/dd-origin.txt | title=The Unix "dd" command | publisher=alt.folklore.computers | accessdate=2011-07-05 }}</ref> The command's syntax resembles the JCL statement more than it does other Unix commands, so the syntax may have been a joke.<ref name="jargon-dd"/>', 47 => false, 48 => ' -->', 49 => false, 50 => '== مصادر ومراجع ==', 51 => '{{مراجع}}', 52 => false, 53 => '[[تصنيف:استعادة البيانات]]', 54 => '[[تصنيف:برامج يونكس القياسية]]', 55 => '[[تصنيف:برمجيات القرص الصلب]]', 56 => '[[تصنيف:خدمات مواصفات يونكس المنفردة]]' ]
السطور المزالة في التعديل (removed_lines)
[]
ما إذا كان التعديل قد تم عمله من خلال عقدة خروج تور (tor_exit_node)
0
طابع زمن التغيير ليونكس (timestamp)
1465156724