Translate ترجمة

Translate to EnglishÜbersetzen Sie zum Deutsch/GermanΜεταφράστε στα ελληνικά/GreekПереведите к русскому/RussianOversetter til Norsk/NorwegianÖversätta till Svensk/Swedishहिन्दी अनुवाद करने के लिए/Hindi
Tradueix al català/CatalanTulkot uz latviešu/LatvianPreložiť do slovenčiny/SlovakVertaal aan het Nederlands/Dutchترجمة الى العربية/ArabicTraduzca al Español/SpanishTraduisez au Français/French
Traduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese TraditionalПереклад на українську/Ukrainian

Hard Disk Metadata القرص الصلب البيانات الوصفية

This post demonstrates how to access hard disk metadata such as disk geometry, capacility, manufacturer, serial number, firmware revision, rotational speed, and partiitioning information using libparted and various ioctls and output the metadata in a number of formats. هذه الوظيفة يوضح كيفية الوصول إلى القرص الثابت الفوقية مثل هندسة القرص ، capacility ، الصانع والرقم المسلسل ، ومراجعة البرامج الثابتة ، وسرعة الدوران ، والمعلومات باستخدام partiitioning ioctls libparted ومختلف وإخراج التعريف في عدد من الأشكال.

OpenSSL DES APIs بينسل ديس واجهات برمجة التطبيقات

This post examines what support is provided by OpenSSL v1.0 for the Data Encryption Standard (DES) and provides simple examples of how to used the provided application programming interfaces. هذا المنصب يدرس ما هو تقديم الدعم من قبل بينسل v1.0 لتشفير البيانات ويوفر (ديس) وستاندرد أمثلة بسيطة عن كيفية استخدام واجهات برمجة التطبيقات المقدمة. A brief overview of DES and the algorithmic implementation of DES known as Data Encryption Algorithm (DEA) is also provided. وتقدم أيضا لمحة موجزة عن ديس وتنفيذ خوارزمية للتعرف ديس تشفير البيانات خوارزمية (الوكالة).

Accessing UEFI Global Variables from User Space الوصول إلى العالمية UEFI متغيرات المستخدم من الفضاء

UEFI is a follow on to the original EFI specification developed by Intel in the late 1990s. UEFI هو اتباع إلى مواصفات اتحاد الصناعات الأصلية التي وضعتها شركة إنتل في أواخر 1990s. Until recently, UEFI was restricted to high-end servers but is now becoming more commonplace on commodity servers and desktops. حتى وقت قريب ، كان مقتصرا على UEFI الخوادم رفيعة المستوى ولكن أصبحت الآن أكثر شيوعا على ملقمات السلع الأساسية وسطح المكتب. Fedora 12 can be booted using UEFI. يمكن تمهيد فيدورا 12 باستخدام UEFI. In this post, I describe how to access and list the UEFI globally defined variables that Fedora 12 is aware of. في هذا المنصب ، وأنا تصف كيفية الحصول على الموارد وقائمة على المعرفة على الصعيد العالمي UEFI المتغيرات التي فيدورا 12 هو على علم.

ksh93 libshell ksh93 libshell

In a number of posts about a year ago I discussed how to develop custom builtins for Korn Shell 93 (ksh93) using libshell and published APIs. في عدد من الوظائف قبل نحو سنة ناقشت كيفية تطوير builtins مخصص لكورن شل 93 (ksh93) باستخدام واجهات برمجة التطبيقات libshell المنشورة. You can also use these same APIs to access ksh93 functionality from within a C application. يمكنك أيضا استخدام نفس هذه واجهات برمجة التطبيقات للوصول إلى وظائف ksh93 من داخل أحد تطبيقات جيم. This post provides three simple examples of how to do this. ويوفر هذا المنصب ثلاثة أمثلة بسيطة عن كيفية القيام بذلك.

Inverting Large Images Using CUDA قلب صور كبيرة باستخدام كودا

This is post demonstrates how to invert a very large image, stored as a vector, using nVidia's CUDA programming environment and a GeForce 260 GTX graphics card. هذه هي وظيفة يوضح كيفية عكس صورة كبيرة جدا ، والمخزنة على واسطة ، وذلك باستخدام نفيديا كودا في بيئة البرمجة و260 جهازا غيفورسي بطاقة الرسومات.