اذهب إلى المحتوى

Sami Remili

الأعضاء
  • المساهمات

    79
  • تاريخ الانضمام

  • تاريخ آخر زيارة

كل منشورات العضو Sami Remili

  1. شكرا اخي على الاجابة
  2. موضوع جميل هل يوجد بالعربي كيفية التعامل مع اداة puppet و من synax و DSL
  3. ماهو: reference images templating disk image بخصوص the computing ماهو containers ماهو Public Cloud private Cloud hybrid cloud Multi-Cloud
  4. شكرا جزيلا أخي ..بارك الله فيك على الشرح
  5. هل من مواضيع حول استعمال puppet و يا ريت بالعربي puppet syntax resources package services attributes ensure require notify source replace و ماهو manifests templates module يا ريت شرح و اي ؤابط للمبتدئيين التعامل مع Puppet
  6. سلام عليكم ماهي domain-specific languages و هل شرح syntax الخاص بها كهذا الكود if $facts['is_virtual']{ package {'smartmontools': ensure => purged, } }else{ package {'smartmontools': ensure => installed, } } ماهو recourse , ماهو facts
  7. سلام عليكم ياريت شرح وافي بامثلة باررك الله فيكم 1/ماهو configuration management 2/ماهو infrastructure as code? 3/ مانعني ب the scale في مجال IT و الحوسبة the cloud 4/ماهي Puppet و استعملاتها
  8. شكرا جزيلا اخي على الشرح و بارك الله فيك على النصيحة نعم يمكن ان تقول developer analyst
  9. سلام عليكم اريد شرح بعض المصطلحات 1/ ماهي اداة uxterm و ياريت مثال 2/ ماهو scroll buffer 3/ ماهو traffic shaping 4/ ماهو decorator في بايثون 5/ عند استعمال امر top في ترمينال مامعنى الاختصارات التالية و اهميتها RES SHR VIRT 6/ ماهو profile @ 7/ و ماهي استعمالات الموديل التلية و يا ريت امثلة اذا امكن : guppy import heapy import zimply from zimply.zimply from bsu import Beautifulsoup from tqdm import tqdm from memory_profiler import profile
  10. سلام عليكم شرح المصطلحات التالية ببساطة و امثلة يا ريت لو تكرمتم wrapper watchdog invalid memory segmentation fault pointers undefined behavior valgrind tool
  11. سلام عليكم ما معنى هذا الرمز lrwx symlink
  12. بارك الله فيك اخي شرح مبسط اخي شكرا و ماذا عن الكود الثاني
  13. من يتكرم و يشرح لي هذيهن الكودين يا ريت شرط وافي 1/ #!/usr/bin/env python3 from multiprocessing import Pool def run(task): # Do something with task here print("Handling {}".format(task)) if __name__ == "__main__": tasks = ['task1', 'task2', 'task3'] # Create a pool of specific number of CPUs p = Pool(len(tasks)) # Start each task within the pool p.map(run, tasks) 2/ #!/usr/bin/env python3 import subprocess from multiprocessing import Pool import os src = "/data/prod/" dest = "/data/prod_backup/" def run(dirname): subprocess.call(["rsync", "-arq", src + dirname, dest + dirname]) if __name__ == "__main__" : for root, dirs, files in os.walk(src): if len(dirs) > 0 : break p = Pool(len(dirs)) p.map(run, dirs)
  14. بارك الله فيك اخي شكرا جزيلا اخي انت على حق محتوى عربي منعدم..على العموم اخوتي ما قصرتم شكرا
  15. سلام عليكم لدي بعض الاسئلة و اعتذر على وضعها مع بعضها نظرا لضييق الوقت و اتمنى شرح وافي بارك الله فيكم 1/ماهو مصطلح profiling (computer programming) 2/ماهو profiler 3/استعمال امر ab -n 500 4/ماهي memory leak 5/ماهو مصطلحات Real , User , SYS 6/مامعنى مصطلح expensive loops 7/ ماهو Kcachegrind و استعمالاته
  16. سلام عليكم ماهو ticketing system في مجال IT يا ريت بتفصيل و امثلة
  17. بارك الله فيك اخي كفيت و وفيت شكرا
  18. سلام عليكم هل من شرح مفصل عن CI/CD او continuous integration and or continuous deployment
  19. بارك الله فيك .. ساستعمل vscode
  20. sudo snap install atom:~$ error: This revision of snap "atom" was published using classic confinement and thus may perform arbitrary system changes outside of the security sandbox that snaps are usually confined to, which may put your system at risk. If you understand and want to proceed repeat the command including ================================================================================== sudo snap install atom --classic:~$ atom 1.51.0 from Snapcrafters installed ============================================== نفس المشكلة أخي العزيز
  21. sudo snap install atom [sudo] password for sami: snap "atom" is already installed, see 'snap help refresh' نفس المشكل عند طلب atom عن طريق terminal يذهب مباشرة لامر طباعة و الطابعة الموجودة على حاسوب هي epson xp-245
  22. عند أمر التسطيب sudo apt-get install atom Reading package lists... Done Building dependency tree Reading state information... Done No apt package "atom", but there is a snap with that name. Try "snap install atom" E: Unable to locate package atom
  23. I’m on Ubuntu 20.04 I’ve problem when call “atom” from Terminal it’s open directly to printer my Epson x245 check screenshot please أنا على لينيكس نسخة Ubuntu 20.04 أواجه مشكلة عند استدعاء برنامح "atom" من الوحدة الطرفية ، يفتح الطابعة مباشرة بواسطة Epson x245 و كأني طلب طباعة ورقة و عند الغاء طباعة لا يعمل هذه تحدث فقط عند استدعاء من الطرفية ..عند فتح من قائمة برامج يفتح عادي تحقق من لقطة الشاشة من فضلك
  24. شكرا جزيلا أخي حلت المشكة
  25. سلام عليكم خطا عند تنفيذ امر git fetch او git pull git: 'credential-cashe' is not a git command. See 'git --help'. The most similar command is credential-cache Username for 'https://github.com': و كذلك لا اريد اعادة تكرارا ادخال اسم المستخدم و كلمة السر كل مرة عند تنفيذ هذا الامر git config --global credential.helper cashe لا يحدث شئ انا على ليونكس ubuntu 20.04
×
×
  • أضف...