Install Quartus || 10.0 on UBUNTU

Hi

to install quartus || 10.0 you will maybe face some problems during installation ..

Apparently there is a conflict with the file libX11.so.6. Here is a simple workaround:

  • Add the option –confirm to execute the install script.
sh altera_installer.external.sh --confirm
Creating directory bin
Verifying archive integrity... All good.
About to extract 49568 KB in bin ... Proceed ? [Y/n] Y
Uncompressing Altera Installer............................................................................................................................
OK to execute: ./altera_installer_gui --gui  ? [Y/n]
  • Before proceeding, in another terminal, go in the same directory than the install script and delete the file ./bin/libX11.so.6.
rm bin/libX11.so.6
  • Now you can proceed.
OK to execute: ./altera_installer_gui --gui  ? [Y/n] Y
Fontconfig error: "conf.d", line 1: no element found
Fontconfig warning: line 73: unknown element "cachedir"
Fontconfig warning: line 74: unknown element "cachedir"
  • The installer GUI should pop up.

That’s it 🙂 enjoy quartus bye

source :

http://fpga4u.epfl.ch/wiki/Install_Quartus_II#Download_the_Installer_2

http://ubuntuforums.org/showthread.php?t=1616509

//for modelSim installation follow this page

http://www.philpem.me.uk/elec/fpga/quartus-ubuntu/

Move user from standard to Administrator in ubunut 12.04

Hello every one ..
Recently I have moved my default user from Administrator to standard , then I can’t do any thing (Add\remove\mount) ..

To bring it back to administrator do the following :

Reboot using grub and select an entry for recovery mode (hold shift after rebooting to make grub options appear).

Select the “root” option from the Recovery Menu. From the terminal that opens at the very bottom type:

mount -o remount,rw /

sudo addgroup your-username sudo

Then you can resume the boot by holding control and pressing “d” and select resume from the Recovery Menu.

 

Thats it

تضمين خطوط ويندوز في أبونتو

اسم التوزيعة:ubuntu\Debian

تصنيف المشكلة:
خطوط بشعة

الوصف:
يمكن أن يلاحظ من استخدم أنظمة جنو لينوكس أن الخطوط العربية بشعة وقليلة مقارنة بخطوط ويندوز الكثيرة جداً..
حسناً هل يمكن جعل خطوط لينوكس مثل ويندوز ..

الحل:

نعم حيث يمكننا استيراد خطوط ويندوز نفسها
ولفعل ذلك اتبع الخطوات التالية:

  1. إذهب إلى القرص الموجود عليه نظام ويندوز – مجلد windows – انسخ المجلد Fonts
  2. انسخه وقم بوضعه على مسار /home/username
  3. قم بتغيير اسمه إلى :
.fonts

4. من التيرمينال نفذ الأمر التالي :

fc-cache -vf

وهكذا نكون قد ضمّنا خطوط ويندوز..