Friday, 17 April 2009

How To Install Flash Player 10 (Fedora 10)


sudo rpm -ivh
http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
sudo rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
mkdir -p /usr/lib/mozilla/plugins
sudo yum install flash-plugin
mozilla-plugin-config -i -g -v

Sunday, 8 March 2009

Mounting NTFS Drives (Fedora 10)


Install the utility ntfs-config from the repositories:

After using it, your fstab files should read:

# /etc/fstab: static file system information.
#
#

tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
#Entry for /dev/sda5 :
UUID=d572a434-8fb1-4fc2-b808-5649d0cc8a3e / ext3 defaults 1 1
#Entry for /dev/sda7 :
UUID=463e2a0f-3bfa-4fd5-935b-2d1720a62aea /home ext3 defaults 1 2
#Entry for /dev/sdb1 :
UUID=72188BF931F7548A /media/Archives ntfs-3g defaults,locale=en_US.UTF-8 0 0
#Entry for /dev/sdb5 :
UUID=448EE9AE6EA505E0 /media/Audio ntfs-3g defaults,locale=en_US.UTF-8 0 0
#Entry for /dev/sdb6 :
UUID=57D531AA6BB0C0BE /media/Video ntfs-3g defaults,locale=en_US.UTF-8 0 0
#Entry for /dev/sda6 :
UUID=0a44b859-4799-409b-86ac-d5708a7e141d swap swap defaults 0 0

#UUID=448EE9AE6EA505E0 /media/music ntfs-3g uid=1000,gid=100,umask=0 0 0
#UUID=72188BF931F7548A /media/archives ntfs-3g uid=1000,rw,gid=100,umask=0 0 0
#UUID=57D531AA6BB0C0BE /media/video ntfs-3g uid=1000,gid=100,umask=0 0 0
#UUID=DE487FA5487F7B5B /media/ntfs ntfs-3g uid=1000,gid=100,umask=0 0 0

Thursday, 26 February 2009

fstab - Backup (Fedora 10)


Dont forget to create the appropriate folders first!!!!

#
# /etc/fstab
# Created by anaconda on Thu Feb 19 18:50:36 2009
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for more info
#
UUID=d572a434-8fb1-4fc2-b808-5649d0cc8a3e / ext3 defaults 1 1
UUID=463e2a0f-3bfa-4fd5-935b-2d1720a62aea /home ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
UUID=0a44b859-4799-409b-86ac-d5708a7e141d swap swap defaults 0 0
#Added Mounts
#Audio
UUID=448EE9AE6EA505E0 /media/music ntfs-3g uid=1000,gid=100,umask=022 0 0
#Archives
UUID=72188BF931F7548A /media/archives ntfs-3g uid=1000,gid=100,umask=022 0 0
#Video
UUID=57D531AA6BB0C0BE /media/video ntfs-3g uid=1000,gid=100,umask=022 0 0
#NTFS Windows
UUID=DE487FA5487F7B5B /media/ntfs ntfs-3g uid=1000,gid=100,umask=022 0 0

Tuesday, 24 February 2009

Disabling Firefox's "Awesomebar" Permanently

In the address bar type "about:config" and press enter. Ignore the warranty warning by pressing "I'll be careful, I promise". Search for the "browser.urlbar.maxRichResults" entry, double click it and change the default number from 12 to -1. Goto "file", press "exit" and restart Firefox. The awesomebar should now be disabled.

Saturday, 21 February 2009

AF_INET Error In mplayer

To stop the AF_INET6 error when playing streaming media in mplayer, add the following line to ~/.mplayer/config:

prefer-ipv4 = yes

Backup xorg.conf (Fedora 11)

# Xorg configuration created by livna-config-display

Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
VendorName "Generic LCD Display"
ModelName "LCD Panel 1280x1024"
HorizSync 31.5 - 64.0
VertRefresh 56.0 - 65.0
Gamma 1
ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
ModeLine "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
ModeLine "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Virtual 1280 1024
Depth 24
Modes "1280x1024@60" "1280x960@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Wednesday, 18 February 2009

Installing Microsoft fonts (Fedora 10)

wget http://www.my-guides.net/en/images/stories/fedora10/msttcore-fonts-2.0-2.noarch.rpm

su -c 'rpm -ivh msttcore-fonts-2.0-2.noarch.rpm'

Thursday, 5 February 2009

Playing DVD's (Ubuntu 8.10)


Add the repositories first:


sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list

Then add the GPG key:


sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

Then install libdvdcss2:


sudo apt-get install libdvdcss2

Saturday, 24 January 2009

Setting up Vuse (Port forwarding and settings)


First, determine your upload speed here

Then use the chart here to determine what values need to be used.

Remember also to forward your ports, if your NAT score is low or is showing as firewalled.

Saturday, 27 December 2008

Reinstalling GRUB


You can try re-installing the grub using the Ubuntu Live CD, in two different ways.

GUI

1. Boot your computer up with Ubuntu CD
2. Go through all the process until you reach "[!!!] Disk Partition"
3. Select Manual Partition
4. Mount your appropriate linux partions / /boot swap .....
5. DO NOT FORMAT THEM.
6. Finish the manual partition
7. Say "Yes" when it asks you to save the changes
8. It will give you errors saying that "the system couldn't install ....." after that
9. Ignore them, keep select "continue" until you get back to the Ubuntu installation menu
10. Jump to "Install Grub ...."
11. Once it is finished, just restart your computer

Command line

1. Boot your computer up with Ubuntu CD
2. Open a terminal window or switch to a tty.
3. Go SuperUser (that is, type "sudo -s"). Enter root passwords as necessary.
4. Type "grub"
5. Type "find /boot/grub/stage1". You'll get a response like "(hd0,1)". Use whatever your computer spits out for the following lines.
6. Type "root (hd0,1)", or whatever your hard disk + boot partition numbers are for Ubuntu.
7. Type "setup (hd0)", to install GRUB to MBR, or "setup (hd0,1)" or whatever your hard disk + partition nr is, to install GRUB to a partition.
8. Quit grub by typing "quit".
9. Reboot and remove the bootable CD.

Saturday, 22 November 2008

ALBA DVD62XI DVD Region Hack

The ALBA DVD62XI dvd player is not multiregional out of the box, but there is a simple set of instructions to make it that way.

1. Turn on your TV and DVD player.
2. Press the Open/Close button on the remote control.
3. Using your remote control, key in the following numbers from the keypad: 3, 3, 0, 8, 8 one after the other,
4. Then immediately press the 10/0 button on the remote control to set the region to 0 which is the multiregional setting.
5. Pres the Open/Close button on the remote control.

Your player should now be multiregional... try a few DVDs and you'll see its all set up!