Simply enable it by issuing the following command from the terminal (the command is only one line):
gsettings set org.gnome.settings-daemon.peripherals.mouse middle-button-enabled true
source
|
لتفعيل الزر الأوسط (الثالث) في جنوم 3 من خلال الضغط على زري الفأرة الأول والثاني، ادخل الأمر التالي في الطرفية (الأمر سطر واحد فقط):
gsettings set org.gnome.settings-daemon.peripherals.mouse middle-button-enabled true
مصدر
|
Navigate to your home directory and create a directory entitled “.fonts”. Copy all of your fonts to this directory. Then open the terminal and type:
fc-cache -fv ~/.fonts
|
وجه الطرفية لدليل المستخدم الخاص بك (home directory) ثم إنشاء دليل جديد يحمل الاسم “fonts.”. بعد ذلك، قم بتقل ملفات الخطوط إلى الدليل الجديد. بعدما تنتهي من نقل الملفات، قم بإصدار الأمر التالي من الطرفية (الترمينال):
fc-cache -fv ~/.fonts
|
August 18, 2010 – 3:18 am
Categories: GNU/Linux
|
Tagged add, fonts, reload, ubuntu, update, إضافة, اوبنتو, تثبيت, تحديث, ترمينال, خطوط, طرفية
|
Open the terminal and type:
bc
for more info read man bc |
إفتح الطرفية (الترمينال) ثم اكتب:
bc
لمزيد من المعلومات قم بقراءة man bc |
August 18, 2010 – 3:06 am
Categories: Applications, GNU/Linux
|
Tagged calculator, command line, install, linux, terminal, لينكس, آلة حاسبة, ترمي, سطر الأوامر, طرفية
|
|
Copy and Paste keyboard shortcuts for Gnome-Terminal:
• Copy: <Ctrl>+<Shift>+C
• Paste: <Ctrl>+<Shift>+P |
إختصارات لوحة المفاليح لنسخ و لسق النص في الطرفية (جنوم تيرمينال):
• نسخ: Ctrl>+<Shift>+C>
• لسق: Ctrl>+<Shift>+P> |
Open the terminal and type:
gnome-panel-control --run-dialog
Note: The provided command is a part of the openboxWM package, so you must have it installed! To install it enter:
sudo apt-get install openbox
|
قم بتشغيل الطرفية و كتابة:
gnome-panel-control --run-dialog
ملاحظة: الأمر المذكور في الأعلي مرتبط مع حزمة openbox، فيجب توافرها لديك! للحصول عليها، قم بإدخال:
sudo apt-get install openbox
|
Open the terminal and type:
lscpu
or
cat /proc/cpuinfo
For more info read man lscpu and man proc |
إفتح الطرفية (الترمينال) ثم اكتب:
lscpu
أو
cat /proc/cpuinfo
لمزيد من المعلومات قم بقراءة man lscpu و man proc |
August 18, 2010 – 2:32 am
Categories: Applications, GNU/Linux
|
Tagged cpu, details, processor, terminal, ubuntu, وحدة معالجة, اوبونتو, ترمينال, خصائص, طرفية
|
| Open the terminal and type:
gconftool --set /desktop/gnome/session/required_components/panel --type string ''
Notes:
- This will make the gnome session not load the gnome panel. This does not delete the configuraton files.
- To make your session load the panel again, run the following command:
gconftool --set /desktop/gnome/session/required_components/panel --type string 'gnome-panel'
|
إفتح الطرفية واكتب:
gconftool --set /desktop/gnome/session/required_components/panel --type string ''
ملاحظات:
- هذا سيمنع جنوم من تشغيل ألواح جنوم عند بدأ تشغيل الواجهة الرسومية، ولكن هذا لا يعني أنه سيمسح التغييرات الشخصية لأي لوح.
- لجعل جنوم تشغيل الألواح عند البدأ مرة أخرى، قم بإدخال الأمر التالي في الطرفية:
gconftool --set /desktop/gnome/session/required_components/panel --type string 'gnome-panel'
|
August 18, 2010 – 2:30 am
Categories: GNU/Linux
|
Tagged gnome, panles, session, terminal, ubuntu, إزالة, الواح, اوبنتو, ترمينال, جنوم, طرفية
|
|
Open a Terminal and type:
rename.ul .old .new *.old
where:
- .old is the existing extension to be replaced
- .new is the extension with which the extensions will be replaced
Example: from .aac to .m4a
rename.ul .acc .m4a *.acc
see manpage: rename.ul(1) for more details. |
إفتح الطرفية(الترمينال) واكتب:
rename.ul .old .new *.old
حيث:
- .old هي الصيغة المراد استبدالها
- .new هي الصيغة الجديدة التى ستستبدل بها
مثال: تبديل صيغ .acc إلى .m4a
rename.ul .acc .m4a *.acc
لمزيد من المعلومات حول الأمر، إنظر إلى man rename.ul |
July 20, 2010 – 6:07 pm
Categories: GNU/Linux
|
Tagged How to, linux, rename, terminal, ubuntu, إعادة تسمية, اوبنتو, ترمينال, طرفية, طريقة
|
Through the command line
Simply open a terminal and type (in one line):
sudo dd if=/location/of/the/img/file.img of=/dev/sdx
Note:
- Make sure have unmounted the device first.
- The ‘x’ in “sdx” is different for each plugged device. You might overwrite your hard disk if you mix its device file with that of the flash drive!
- Make sure that it’s as “sdx” not as “sdxn” where ‘n’ is a number, such as ’1′ and ’2′.
Warning:
‘dd’ can overwrite your partition table and all data at the byte level. No software can recover that data once lost. Make sure that the device you point ‘dd’ at is the flash drive.
Through the Graphical User Interface
First, you need to install ‘usb-imagewriter’ from the repository by typing the following command in the terminal:
sudo apt-get install usb-imagewriter
After installing the tool through the command:
gksu imagewriter
Now all you have to do is to select the .img file, choose the USB Flash Disk from the other drop down menu, and finally click on the “write to device” button.
Also, please make sure you have unmounted the device first before burning the image. |
من خلال الطرفية
إفتح الطرفية و ادخل الامر التالي (على سطر واحد):
sudo dd if=/موقع/الملف/المراد/كتابته/file.img of=/dev/sdx
حيث sdx هو ملف المصاحب لجهاز الفلاش و يمكن ان يكون sda او sdb او غيره من الملفات. و يمكن معرفة ملف الفلاش من خلال قراءة مخرجات dmesg بعد إدخال الفلاش مباشرة.
تحذير:
يستطيع dd إفساد البارتشن و ما يحتوي من ملفات من خلال الكتابة عليها. و لا يوجد أي برنامج يتمكن من إرجاع الملفات حال الكتابة عليها. تأكد جيداً من ان ملف البارتشن sdx (المشار اليه عند of) هو الملف للفلاش و ليس لأحد البارتشنات الموجودة على القرص الصلب.
تنبيه:
قبل ان تشرع في كتابة الملف على الفلاش، تأكد من ان الفلاش غير مثبت على نظام الملفات (من خلال الأمر mount). قد يكون على الفلاش اكثر من بارتشن تحت إسم sdx1 , sdx2 حيث يبدل حرف x بحرف الفلاش. أيضاً، تأكد من تستخدم ملف الفلاش الرئيسي (sdx) , و ليس ملفات الفرعية.
من خلال الواجة الرسومية
اولاً، ثبت البرنامج ‘usb-imagewriter’ على جهازك:
sudo apt-get install usb-imagewriter
ثم قم بتشغيله:
gksu imagewriter
كل ما عليك فعله الآن هو تحديد الملف (.img) و الفلاش، وسيقوم البرنامج بالباقي. تأكد من فصل الفلاش عن نظام الملفات أولاً (unmount). |
May 29, 2010 – 11:59 am
Categories: Applications, GNU/Linux, Operating Systems
|
Tagged How to, img, install, linux, terminal, ubuntu, فلاش, اوبنتو
|

|
To enable split view functionality for gedit, you’ll need to install a plugin available for download here.
Place the extracted content in gedit’s plugins directory (create it if it hasn’t been already):
~/.gnome2/gedit/plugins
Open Preferences from the Edit menu. Then, select the plugins tab and enable the entry entitled “Split View 2″.
script obtained from http://www.psyguygames.com/SplitView2.01.tar.gz via http://live.gnome.org/Gedit/Plugins
Important Notes:
-
The compressed file has a wrong file extension and might cause problems if the extracting program used depends on filenames to determine compression type. Rename the file without extesnsions to avoid problems: SplitView2.01.tar.gz → SplitView2.01
-
You can’t split your workspace unless the document in focus has been saved.
|
لتقسم منطقة الكتابة في gedit إلى قسمين، تحتاج إلى الملف الموجود هنا. نزل الملف ثم فك الضغط، وانقل المحتوى الى:
~/.gnome2/gedit/plugins
إنشئ الدليل “plugins” ان لم يكن موجود، ثم إفتح نافذة الأعدادات (Preferences) من قائمة التحرير (Edit) ثم فَعِّل Split View 2 الموجود في قائمة “Plugins”.
جُلِبة مخطوطات بايثون من الموفع http://www.psyguygames.com/SplitView2.01.tar.gz على http://live.gnome.org/Gedit/Plugins
ملاحظات:
-
يوجد خطأ في تسمية الملف المضغوط. للتعامل مع المشكلة، أعد تسمية الملف من SplitView2.01.tar.gz إلى SplitView2.01 (دون tar.gz) لتفادي أي مشاكل مع البرامج التي تعتمد في تحديد نوع الملف على الإسم.
-
لن تقسم المنطقة مالم يتم حفظ المستند اولا.
|