#shell_script — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #shell_script, aggregated by home.social.
-
GT-CLPM: مدير الحزم الشامل الذي طالما انتظرته مجتمع Linux
📖 المقدمة
في عالم Linux المتنوع، يواجه المستخدمون تحديًا دائمًا في التعامل مع أنظمة إدارة الحزم المختلفة. كل توزيعة لها مدير الحزم الخاص بها: APT لـ Debian/Ubuntu، DNF لـ Fedora، Pacman لـ Arch، وهكذا. هذا التنوع، رغم كونه ميزة، يمكن أن يكون مصدر إرباك للمستخدمين، خاصة الجدد منهم.
GT-CLPM يأتي كحل ثوري لهذه المشكلة - مدير حزم موحد يعمل على جميع توزيعات Linux تقريبًا!
🎯 ما هو GT-CLPM؟
GT-CLPM (GNUTUX Command Line Package Manager) هو مدير حزم شامل مفتوح المصدر، صممه المطور SalehGNUTUX، بهدف تبسيط إدارة الحزم عبر توزيعات Linux المختلفة من خلال واجهة سطر أوامر موحدة وسهلة الاستخدام.
✨ المميزات الرئيسية
- 🌐 دعم متعدد اللغات: واجهة بالعربية والإنجليزية
- 📦 دعم 12+ مدير حزم: APT, DNF, YUM, Pacman, Zypper, Eopkg, XBPS, Emerge, PKG, APK, Nix
- 📱 تكامل مع Flatpak و Snap: إدارة شاملة لجميع أنواع الحزم
- ⚙️ أدوات نظام متكاملة: نسخ احتياطي، صيانة، معلومات النظام
- 🎨 واجهة ملونة: تجربة مستخدم جذابة وسهلة الاستخدام
🔧 كيف يعمل؟
الهيكل التقني
يستخدم GT-CLPM آلية ذكية للكشف التلقائي عن مدير الحزم المناسب لنظامك، ثم يقوم بتوجيه الأوامر إلى المدير الأصلي مع تقديم واجهة موحدة.
# مثال على الكود الذي يكشف مدير الحزم detect_package_manager() { if command -v apt &> /dev/null; then echo "apt" elif command -v dnf &> /dev/null; then echo "dnf" # ... وهكذا لبقية المديرين fi }الوظائف الأساسية
- إدارة الحزم التقليدية: تثبيت، إزالة، تحديث، ترقية
- البحث والمعلومات: البحث في المستودعات، عرض معلومات الحزم
- الصيانة: إصلاح الحزم المعطلة، تنظيف الذاكرة المؤقتة
- النسخ الاحتياطي: حفظ واستعادة قائمة الحزم المثبتة
🚀 طريقة الاستخدام
التثبيت السهل
# التثبيت برمزة واحدة curl -fsSL https://raw.githubusercontent.com/SalehGNUTUX/GT-CLPM/main/install.sh | bashالتشغيل
gt-clpmالواجهة التفاعلية
عند تشغيل البرنامج، تظهر قائمة رئيسية منظمة:
🏠 القائمة الرئيسية 1. 📦 عمليات مدير الحزم 2. 📱 مدير فلاتباك 3. 🔧 مدير سناب 4. ⚙️ أدوات النظام 5. 🛠️ الإعدادات 0. 🚪 خروج🌍 لماذا GT-CLPM مهم؟
للمستخدمين الجدد
- تبسيط التعلم: واجهة واحدة بدلاً من تعلم أوامر متعددة
- تقليل الأخطاء: أوامر موحدة تخفف من الأخطاء الشائعة
- دعم اللغة العربية: يجعل Linux أكثر accessibility للمستخدمين العرب
للمستخدمين المتقدمين
- توفير الوقت: واجهة موحدة لإدارة أنظمة متعددة
- أتمتة المهام: نسخ احتياطي تلقائي، صيانة مبرمجة
- مرونة أكبر: الانتقال بين التوزيعات بسهولة
للمطورين
- نموذج للبرمجة بلغة Bash: كود منظم ومعلق بشكل ممتاز
- تطوير مفتوح المصدر: إمكانية المساهمة والتطوير
- توثيق متعدد اللغات: يدعم مجتمعين مختلفين
🔮 المستقبل والتطوير
المشروع مفتوح المصدر ومرخص تحت رخصة GPLv2، مما يعني:
- حرية الاستخدام: لأي غرض
- حرية الدراسة: فهم كيفية العمل
- حرية التعديل: تطويع حسب الاحتياجات
- حرية التوزيع: مشاركة التحسينات
💡 حالات استخدام عملية
للإدارة المنزلية
# تحديث جميع الأنظمة بغض النظر عن التوزيعة gt-clpm → تحديث حزم النظاملبيئات العمل
# نسخ احتياطي لقائمة الحزم على أجهزة متعددة gt-clpm → أدوات النظام → نسخ احتياطي لقائمة الحزمللتعليم
# تعلم إدارة الحزم بطريقة موحدة gt-clpm → معلومات الحزم → أدخل اسم الحزمة🎉 الخلاصة
GT-CLPM ليس مجرد أداة تقنية، بل هو جسر يربط بين توزيعات Linux المختلفة، ويسهل رحلة المستخدم في عالم المصادر المفتوحة. يمثل المشروع نقلة نوعية في:
- تبسيط Linux: جعل النظام أكثر سهولة للجميع
- تمكين المستخدم العربي: دعم اللغة الأم
- توحيد المعايير: واجهة موحدة لأنظمة متعددة
- تعزيز المجتمع: مشروع مفتوح المصدر يمكن للجميع المساهمة فيه
🔗 روابط مهمة
- المستودع: GitHub - GT-CLPM
التثبيت:
curl -fsSL ... | bash- الدعم: قضايا GitHub
*جرب و أخبرنا بانطباعك.🚀
#bash #linux #package_manager #shell_script #ubuntu #fedora #archlinux #arabic #opensource #OpenSource #Linux #SystemAdministration #PackageManagement #ArabicDeveloper #TechInnovation #GTCLPM #Linux #PackageManager #مدير_حزم #لينكس #عربي #مفتوح_المصدر #GNUTUX
-
HCP Terraformの利用していないWorkspaceを一括削除するスクリプトを作成してみた
https://dev.classmethod.jp/articles/hcp-terraform-delete-empty-workspaces/ -
HCP Terraformの利用していないWorkspaceを一括削除するスクリプトを作成してみた
https://dev.classmethod.jp/articles/hcp-terraform-delete-empty-workspaces/ -
[小ネタ]Organizations組織内のCloudTrailの重複証跡を一括で無効化するスクリプト
https://dev.classmethod.jp/articles/aws-cloudtrail-disable-duplicate-trails-script/ -
[小ネタ]Organizations組織内のCloudTrailの重複証跡を一括で無効化するスクリプト
https://dev.classmethod.jp/articles/aws-cloudtrail-disable-duplicate-trails-script/ -
MC vs Ranger: أشهر برامج إدارة الملفات على الطرفية
Midnight Commander (MC)
#CLI #Linux #MC #Midnight_Commander #ثنائي_الألواحRanger
#Terminal #Python #معاينة_ملفات #TUI #Linux #RangerFMYazi
#Yazi #TerminalFM #مدير_ملفات_حديث
Nnn
#nnn #مدير_ملفات_خفيف #Terminal #CLI #Linux #سريعVifm
#Vifm #Vim_Keys #مدير_ملفات #CLIfff
#fff #مدير_ملفات #Shell_Script #بسيط #سريع #CLISuperfile
#Superfile #Terminal #حديث #TUI #معاينة_ملفات -
MC vs Ranger: أشهر برامج إدارة الملفات على الطرفية
Midnight Commander (MC)
#CLI #Linux #MC #Midnight_Commander #ثنائي_الألواحRanger
#Terminal #Python #معاينة_ملفات #TUI #Linux #RangerFMYazi
#Yazi #TerminalFM #مدير_ملفات_حديث
Nnn
#nnn #مدير_ملفات_خفيف #Terminal #CLI #Linux #سريعVifm
#Vifm #Vim_Keys #مدير_ملفات #CLIfff
#fff #مدير_ملفات #Shell_Script #بسيط #سريع #CLISuperfile
#Superfile #Terminal #حديث #TUI #معاينة_ملفات -
MC vs Ranger: أشهر برامج إدارة الملفات على الطرفية
Midnight Commander (MC)
#CLI #Linux #MC #Midnight_Commander #ثنائي_الألواحRanger
#Terminal #Python #معاينة_ملفات #TUI #Linux #RangerFMYazi
#Yazi #TerminalFM #مدير_ملفات_حديث
Nnn
#nnn #مدير_ملفات_خفيف #Terminal #CLI #Linux #سريعVifm
#Vifm #Vim_Keys #مدير_ملفات #CLIfff
#fff #مدير_ملفات #Shell_Script #بسيط #سريع #CLISuperfile
#Superfile #Terminal #حديث #TUI #معاينة_ملفات -
MC vs Ranger: أشهر برامج إدارة الملفات على الطرفية
Midnight Commander (MC)
#مدير_ملفات #CLI #Terminal #Linux #MC #Midnight_Commander #ثنائي_الألواح #Norton_Commander
Ranger
#مدير_ملفات #Terminal #Python #Vim_Like #معاينة_ملفات #TUI #Linux #RangerFM
Yazi
#Yazi #Rust #TerminalFM #مدير_ملفات_حديث #أداء_عالي #معاينة_ملفات #TUI
Nnn
#nnn #مدير_ملفات_خفيف #Terminal #C_Language #CLI #Linux #سريع
Vifm
#Vifm #Vim_Keys #مدير_ملفات #Terminal #CLI #هجين_MC_Vim
fff
#fff #مدير_ملفات #Shell_Script #بسيط #سريع #CLI #لا_إعتماديات
Superfile
#Superfile #Go_Lang #مدير_ملفات #Terminal #حديث #TUI #معاينة_ملفات
lf
#lf #Go_Lang #Ranger_Like #TerminalFM #CLI #خفيف
وسوم عامة
#Terminal_Applications #CLI_Tools #Linux_Tools #نظام_ملفات #File_Management
-
URLのリストをタイトル付きのMarkdownリンクリストにワンライナーで変換する
https://dev.classmethod.jp/articles/trasnfer-url-list-to-markdown-link-list-with-shell-oneliner/ -
URLのリストをタイトル付きのMarkdownリンクリストにワンライナーで変換する
https://dev.classmethod.jp/articles/trasnfer-url-list-to-markdown-link-list-with-shell-oneliner/ -
Well here's a neat little snippet. Make sure to utilize this before scraping your Exif data, lolz. I've posted about that before (feel free to doom scroll and find it) in a quote-post of an article my friend @danie10 on a couple of kewl GUI and CLI #Exif tools - it's really worth a read and personally, I think most folks should really consider keeping a separate store of their photos updated that has all, or at least most of the Exif data stripped out (in case you want to post any of it to social networking instances that don't automatically do that for you).
On the other hand, there's good reasons for also maintaining a store with that data intact, it even better, customized, for your own cataloging purposes...
And that's where @RL_Dane 's article below comes in handy - short, sweet, and gets it's done lickety split 🤘😎🤘
https://rldane.space/organizing-photos-by-geolocation-from-the-command-line.html
I hope those #ProTips help. Enjoy!
#tallship #shell_script #ksh #Bash
⛵
.
-
Well here's a neat little snippet. Make sure to utilize this before scraping your Exif data, lolz. I've posted about that before (feel free to doom scroll and find it) in a quote-post of an article my friend @danie10 on a couple of kewl GUI and CLI #Exif tools - it's really worth a read and personally, I think most folks should really consider keeping a separate store of their photos updated that has all, or at least most of the Exif data stripped out (in case you want to post any of it to social networking instances that don't automatically do that for you).
On the other hand, there's good reasons for also maintaining a store with that data intact, it even better, customized, for your own cataloging purposes...
And that's where @RL_Dane 's article below comes in handy - short, sweet, and gets it's done lickety split 🤘😎🤘
https://rldane.space/organizing-photos-by-geolocation-from-the-command-line.html
I hope those #ProTips help. Enjoy!
#tallship #shell_script #ksh #Bash
⛵
.
-
AWS Security Hubで複数リージョン複数コントロールをまとめて無効化するシェルスクリプトを作ってみた
https://dev.classmethod.jp/articles/aws-security-hub-disable-multiple-regions-controls-shell-script/ -
For me personally, this "Windows Extension Script" is the tool of the year. 👍👌🤟
-
For me personally, this "Windows Extension Script" is the tool of the year. 👍👌🤟
-
For me personally, this "Windows Extension Script" is the tool of the year. 👍👌🤟
-
For me personally, this "Windows Extension Script" is the tool of the year. 👍👌🤟
-
https://altformeget.online/n444.mp3
this tune was made by bash scripting, sources by noisebob.
now trying to figure out a way to automate the naming of the songs and albums that it will periodically generate.
#ShellNoise #BashFanatic #shell_script #ComputerNoise #experimental_music #Noise #Shitcore
-
https://altformeget.online/n444.mp3
this tune was made by bash scripting, sources by noisebob.
now trying to figure out a way to automate the naming of the songs and albums that it will periodically generate.
#ShellNoise #BashFanatic #shell_script #ComputerNoise #experimental_music #Noise #Shitcore
-
https://altformeget.online/n444.mp3
this tune was made by bash scripting, sources by noisebob.
now trying to figure out a way to automate the naming of the songs and albums that it will periodically generate.
#ShellNoise #BashFanatic #shell_script #ComputerNoise #experimental_music #Noise #Shitcore
-
bashunit - A simple testing library for bash scripts
#bash :bash: #shell #shell_script #testing -
bashunit - A simple testing library for bash scripts
#bash :bash: #shell #shell_script #testing -
bashunit - A simple testing library for bash scripts
#bash :bash: #shell #shell_script #testing -
Learnt something new today in #shell_script ing: touch test.{00..05} gives you test.00 test.01 ... to test.05.