شرح طريقة تركيب Malice-Tab conky الرائعة لسطح المكتب
كما تعلمون توجد مجموعة ضخمة من برامج conky لسطح المكتب لكي تجعل مظهر سطح المكتبفى اللينكس قمة الروعة . فى السابق كان conky متاح فقط لبعض البيئات ولكن الآن بفضل فريق NoobsLab تم توفير الدعم والتعديل من اجل ان يعمل conky على اغلب التوزيعات .
وبرنامج conky يظهر يظهر لك بعض الخيارات والمعلومات على سطح المكتب بشكل جمالي رائع ومنها اظهار شبكة التحميل وسرعة التحميل، وعنوان IP، ومقدار استخدام رلرام ، وسرعة وحدة المعالجة المركزية ، ومعلومات شاملة عن نظام: لينكس ونسخة النواة، والأقراص الصلبة ودرجة حرارة وحدة المعالجة المركزية، والأقراص الصلبة ايضا.
[notification type=”info”] يمكن تركيب هذه الاضافة Tab conky على هذه التوزيعات Ubuntu 13.04/12.10/Ubuntu 12.04/11.10/11.04/Any Ubuntu Version/Any Linux Mint[/notification]
1) wget Installation Method (Works with all Linux Distributions):
Install Conky in Ubuntu/Linux Mint/Debian open terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
sudo apt-get install conky conky-all
cd && wget -O .start-conky http://goo.gl/6RrEw
chmod +x .start-conky
[notification type=”info”] تشغيل Startup Applications Preferences في توزيعة Linux Mint شاهد الصور التالية – ويمكنك بعدها تطبيق جميع الخطوات السابقة [/notification]
Install sensors for temperature
———————————–
———————————–
sudo apt-get install lm-sensors
sudo sensors-detect
1: Malice-Tab Conky for (Unity, Gnome Classic, Mate, and Others)
To install Malice-Tab conky in Ubuntu/Mint/Debian open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
—————————————————————-
—————————————————————-
cd && wget -O malice-tab-noobslab-u.zip http://goo.gl/tPklf
unzip malice-tab-noobslab-u.zip && rm malice-tab-noobslab-u.zip
2: Malice-Tab Conky for (Gnome Shell, Cinnamon)
To install Malice-Tab conky in Ubuntu/Mint/Debian open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
cd && wget -O malice-tab-noobslab-gs.zip http://goo.gl/9NxyR
unzip malice-tab-noobslab-gs.zip && rm malice-tab-noobslab-gs.zip
2) PPA Installation Method:
What’s new in PPA method:
Automatically adds to start-up.
Works in all environments.
Added option to choose between ethernet and wifi
Automatically adds to start-up.
Works in all environments.
Added option to choose between ethernet and wifi
To install Malice-Tab-conky in Ubuntu 13.10/13.04/12.10/12.04/Mint 15/14/13 open Terminal (Press Ctrl+Alt+T) and copy the
sudo apt-get install conky conky-all
sudo add-apt-repository ppa:noobslab/noobslab-conky
sudo apt-get update
sudo apt-get install malice-tab-conky
After installation logout and login back then must open “conky setup” from menu and setup your conky by following instructions then again logout and login back.
Note for Debian: In order to add PPA first you need to install package python-software-properties.
To install Malice-Tab-Conky in Previous Ubuntu/Linux Mint/Debian/and related Ubuntu derivatives open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
sudo apt-get install conky conky-all
mkdir ~/.config/autostart
sudo add-apt-repository “deb http://ppa.launchpad.net/noobslab/noobslab-conky/ubuntu precise main”
sudo apt-get update
sudo apt-get install malice-tab-conky
[notification type=”success”] To uninstall use following command in Terminal: [/notification]
sudo apt-get remove malice-tab-conky