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.”. بعد ذلك، قم بتقل ملفات الخطوط إلى الدليل الجديد. بعدما تنتهي من [...]
Posted in GNU/Linux
|
Tagged add, fonts, reload, ubuntu, update, إضافة, اوبنتو, تثبيت, تحديث, ترمينال, خطوط, طرفية
|
Open the terminal and type: bc for more info read man bc إفتح الطرفية (الترمينال) ثم اكتب: bc لمزيد من المعلومات قم بقراءة man bc
Posted in 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، فيجب توافرها لديك! للحصول عليها، قم بإدخال: [...]
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
Posted in 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 [...]
Posted in 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 حيث: – [...]
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 [...]
Open a Terminal and type: sudo apt-get install python-opengl python-gtkglext1 Then open/restart glChess.