Archive for the ‘ubuntu’ Category

Post

Mount ISO file to folder using Ubuntu shell

In Linux, ubuntu on November 29, 2009 by amabdelsalam

To mount an ISO file to a folder on ubuntu, open shell and run the command:

sudo mount -t iso9660 -o ro,loop=/dev/loop0

Post

Install Flash Player for Firefox for Ubuntu

In Linux, ubuntu on November 29, 2009 by amabdelsalam

If you cannot run Youtube videos on ubuntu firefox, then you miss the flash plugin, simply install it:

sudo apt-get install flashplugin-nonfree

Post

Fix for VLC Arabic Encoding Problem on Ubuntu

In Linux, ubuntu on November 29, 2009 by amabdelsalam

To solve the arabic encoding problem in VLC which appears in loading arabic subtitles for a movie, simply install the package: libfribidi0_0.20-1_i386.deb

Find the package here: http://ubuntuforums.org/showthread.php?t=485020

http://ubuntuforums.org/attachment.php?s=f46bc2f1415ad5d9587ab3366c464e3f&attachmentid=39554&d=1186008124

Post

Reverting Intel Video Card Driver to version 2.4 on Ubuntu 9.04 for better performance

In Linux, ubuntu on November 28, 2009 by amabdelsalam

Add the following lines to your /etc/apt/sources.list:

deb http://ppa.launchpad.net/siretart/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/siretart/ppa/ubuntu jaunty main

Import the appropriate GPG key (port 11371 on your firewall must be open to use the keyserver):

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xce90d8983e731f79

See https://help.launchpad.net/Packaging/PPA#Adding%20a%20PPA%20to%20your%20Ubuntu%20repositories for additional information how to add GPG keys to your system.

Install the driver:

$ sudo apt-get update
$ sudo apt-get install xserver-xorg-video-intel-2.4

Now you should be set. Restart X by running “sudo /etc/init.d/gdm restart” in a terminal and see if the graphics performance from intrepid is restored.

Do I need to change my xorg.conf file? ==> May not work. Situation not improved without xorg.conf change??

Rolling back

If the driver does not work for you, or is not better, you should rollback to the original Ubuntu one. Remove the two lines from /etc/apt/sources.list again, and install the original one again:

$ sudo apt-get install xserver-xorg-video-intel

If X.org does not start at all, you should change to a text terminal by pressing Ctrl+Alt+F2, logging in, and use “sudo nano” to edit /etc/apt/sources.list. After installing xserver-xorg-video-intel, restart the computer with “sudo reboot”.

Post

Control Auto-login in Ubuntu

In Linux, ubuntu on June 29, 2009 by amabdelsalam

  • From the Gnome Menu, select System > Administration > Login Window.
    Ubuntu AutoLogin
  • For security reasons, you’ll be asked to type your password.
    Ubuntu AutoLogon like Windows XP and Vista
  • Once you’ve entered your password, click OK.
  • In the dialog window that appears, go to the Security tab.
  • Check ‘Enable Automatic Login’
  • In the box below, select/type in the username
  • Click close to save the changes

Post

Solution for Ubuntu 8.10 and RTL8187B WiFi problem (Short Range WiFi)

In Linux, ubuntu on December 23, 2008 by amabdelsalam

Recently, I installed Ubuntu 8.10 on my notebook which contains RTL8187B WLAN card. unlike previous versions of Ubuntu which don’t detect such card, 8.10 detected the card, and WLAN worked very well. But I noticed that the range of the WLAN is very short, and after very few meters from the router, there is no traffic. After some long search, here is the solution that worked with me:

1- gksu gedit /etc/rc.local

2- Add the following line to rc.local before exit 0

iwconfig wlan0 rate 5.5M fixed

3- Reboot

Of course there are some other solutions based on ndiswrapper or the modified RTL8187B driver, but I found the above solution powerful and easy and no big change happened in the system.

Post

AcetoneISO 2.0 Makes Disk Mounting Simple [Featured Linux Download]

In Linux, ubuntu on June 5, 2008 by amabdelsalam




acetone_screen.jpgLinux
only: AcetoneISO2, a free, open-source application for Linux systems,
gives you complete control over your disk images and CD/DVD mounting
without having to touch the command line once. The previously mentioned
app has moved into a refined 2.0 version, adding a few new functions
(CD audio backup, DVD to AVI conversion, and more) and making
everything a bit simpler to use, with real time progress bars for all
features and no surprise terminal prompts. Packages are available for
most major Linux distributions at the download page, and the source is
provided for all others. AcetoneISO2 is a free download for Linux
systems only. Thanks, Mike H!

Post

[Solved Problem] Firefox crash on Ubuntu after installing Windows fonts

In Solved Problems, ubuntu on May 16, 2008 by amabdelsalam

The Problem
After installing Microsoft Core fonts on ubuntu, firefox crashed when loading pages. When trying to load firefox from the shell, the following message is received


(gecko:6422): Pango-WARNING **: failed to create cairo scaled font, expect ugly output. the offending font is ‘Arial 12′
Segmentation fault (core dumped)


Solution:
This problem is caused by permissions of the newly installed fonts, so just resetting permissions using the following command:


sudo chmod -Rv 775 /usr/share/fonts/


Post

[How To] Install Microsoft Fonts on Ubuntu?

In HowTo, Linux, ubuntu on May 16, 2008 by amabdelsalam

Installing Core Microsoft fonts:

sudo apt-get install msttcorefonts

To make them work in X-windows, you may also want to install x-ttcidfont-conf if it’s not already installed:

sudo apt-get install x-ttcidfont-conf

Another way to install fonts based on existing fonts folders inside Windows:

Gain root privileges:

sudo bash

Make a directory to store the fonts:

mkdir /usr/share/fonts/truetype/msfonts

Find the fonts on your windows partition, for me this was /media/sda1/Windows/Fonts

copy the fonts over:

cp /media/sda1/Windows/Fonts/*.ttf /usr/share/fonts/truetype/msfonts

Re-create the font cache:

fc-cache -f -v

Post

MP3 Tag editors for Ubuntu

In Linux, ubuntu on May 16, 2008 by amabdelsalam

EasyTag

EasyTAG is a utility for viewing and editing tags for MP3, MP2, MP4/AAC, FLAC, Ogg Vorbis, MusePack, Monkey’s Audio and WavPack files. Its simple and nice GTK+ interface makes tagging easier under GNU/Linux or Windows. The program exists for the both versions of the GTK library 1.2 and 2.4. The GTK 1.2 version wouldn’t change a lot (may be some bugs fixes), as all new developments will be concentrated on the new GTK 2.4 version.

Link:
http://easytag.sourceforge.net/