المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : لينكس معقوله ما احد عنده جواب!!!



مغترب
16-10-2001, 04:16 PM
اتوقع سؤالي مهو صعب عليكم
" وين احصل السورس كود مع العلم ان عندي سيدي الماندرك 7.2 "
ارجو الاجابه

isam
16-10-2001, 04:47 PM
if you wante the source code of the kernel you should find it in :
/usr/src/
there is most of the sources as I remember .. andway you should first make sure that kernel-src is installed ..
you asked about how to deal with the keyboard .. Although I don't understand what do you want .. it is simple programing .. in your program ( if it is in c++) you hsould do a cin .. if you re using C go with scanf .. i guess you know that .. but I don't know what do you want from the keyboard..
good luck

مغترب
16-10-2001, 09:37 PM
هلا أخوي عصام بايزيدي
أشكرك جداً على ردك

الفكره بأختصار تطوير نظام حمايه
من المعروف ان الكبيوتر يتعرف على الشخص من خلال اسم مستخدم وكلمه مرور
لكن تكمن المشكله لو سرقت كلمه السر
فكيف راح يعرف الجهاز ان الذي دخل ليس هو الشخص الصحيح
لكن لو وضعنا لكل مستخدم ملف خاص فيه بحيث كأبسط مثال لذلك ان يسجل سرعت كتابته على الكيبورد
فعند عمل هذا الشخص يحلل الجهاز سرعت كتابته على الكيبورد فإن شك في الشخص يرسل رساله للادمنستريتر ليخبره بأن المستخدم الفلاني فيه احتمال كبير ان باسورده مسروق
وقس على ذالك اشياء كثيره
اتمنا اني وصلت الفكره
واي احد عنده معلومه اتمنى انه لا يبخل علينا بالفائده

isam
16-10-2001, 10:11 PM
OK .. tht is a good idea .. but instead of dealing with the internals of the kernel ( which will require alot of source reading and very careful hacking for the code) and suggest thinking about implementing it with any of the user interfaces.. such as KDE .. so that you will deal with the KDE API .. I will try to look up for it .. and help you as much as possible ..

مغترب
16-10-2001, 11:14 PM
شكراً أخوي عصام