OpenSuse 10.3 Installation

suse1.gif

I Personally found OpenSUSE 10.3 Installation as Much Reliable as Fedora 8.

Suse Installation is Quite Simple ,Just Boot From Cd/Dvd ,It will do it’s Work as Follows :

Note : – If You Use Dvd Instead Choose Your Flavour(Kde,Gnome or Others ).

You Can Manually Choose Both of The Enviroments if You Have atleast 7 Gb Of Disk Space and The Other Applications To.

Installation Steps Include :-

  • Step 1: Choose Language (Choose as u Prefer)
  • Step 2: License Agreement (Click on Accept)
  • Step 3: System Analysis and Installation Mode(Checking it’s Requirements)
  • Add Online openSUSE Repositories (Checking for Online Softwares Available)
  • Step 4: Select Time Zones (Selecting Country and Time Zone)
  • Desktop Selection (Gnome or Kde)
  • Step 5: Final Summary
  • Step 6: Installation (It will Start Installing Softwares)
  • Step 7: System Administrator Password (Enter Password which u Want)
  • Step 8: Host Name Selection
  • Step 9: Network Configuration
  • Step 10: Setup Online Updates (Checking for Online Updates if u have internet Connection)
  • Run Online Update
  • Step 11: User Setup (Enter Desired User Name and Password)
  • Writing System Configuration
  • Step 12: Release Notes
  • Hardware Setup (Mouse,Keyboard,Graphics,Sound,Lan,Printer,WebCam,etc)

    Congratulations!

I Normally Prefered Pictures Wise Installation Guide:Click Here

Have Fun

:)

  • Share/Bookmark

Send Scrap to All Friends in a Single Click

Scrap all Friends at Once in internet Explorer,Firefox,Opera.
For More Visit : TrickWorld
  • Share/Bookmark

Fedora Service Command Issue.

Today When i was using having root i typed service httpd start .it showed an error Message.

bash: service: command not found

I was Wondered when yesterday i have done the same thing ,it  had started normally ,what was the reason for that,i have googled and found the appropriate reason for that.

I Finally made to the conclusion that i have done the wrong thing today.

 What was that ?

i typed

[Puneet@localhost ~]$ su

password :

[root@localhost ~]# service httpd start

which i dont have to do so ,it Consistently giving me the same error..

bash: service: command not found

The main reason for that is i have to run su – instead of simply su .

Correct One. : -

[Puneet@localhost ~]$ su -

password :

[root@localhost ~]# service httpd start
Starting httpd:                                            [  OK  ]

If you are using su, remember the ‘-’ option to get the target user’s environment (make it a login shell). Otherwise, you are running with your PATH, instead of root’s PATH, and the privileged commands will not be found (/sbin/ is not part of a normal user’s command search PATH).

This Solved the Issue.

Thanks to macemoneta .

:)

  • Share/Bookmark

How To Skip Captcha While Sending Images in Scrap All?

Hi We Have Given a Software to scrap all Friends at Once and a script which will send Scrap to all Friends at Once.

Now,There are two ways from which You can send Images with Scraps WIthout Captcha Filling.

First way

1)Upload the Image which You want to send to Your Friends in Your Orkut Album.

2)After Uploading Right Click On the Image And Select Properties.

3) Now copy the Address url which is On the Properties Options.

4)Now Go to Scrap all and Paste That Copied Url and Send Scrap.

image2.jpg

Second Way.

1)Go to Your Scrapbook.

2)Click on the add Photo Option Present down the Text area.

3)Upload Your image which u want to send to Your Friend.

4)You will be Provided a Url ,Copy the Url and Paste it in Scrap all.

5)Click Send And You r Done.

images.jpg
Screen Shot Two.

 

Happy Orkuting

:)

  • Share/Bookmark

How to Enable Fedora Repo.

All Repositories are Stored in /etc/yum.repos.d folder. Either set enabled value to 1 in .repo file of repository OR use enablerepo option with yum.

Code:
yum --enablerepo=<repo_name> install <package>
Better Use Graphical Interface for this ,I Like Yumex the Most.
:)
  • Share/Bookmark

Mplayer For Fedora

I m Using Fedora 8 So I m Explaning for Fedora .Today i got an Error While Installing Mplayer From Livna Repository.

libdvdread.so.3 is needed by the Package mplayer-gui blah blah blah…

I then Downloaded Mplayer-Gui as given below,it is Working like a charm :)

Steps to Follow.

Mplayer Needs Three Downlaods.

1)codecs: essential-20071007.tar.bz2
2)src: MPlayer-1.0rc2.tar.bz2
3)skin: Blue-1.7.tar.bz2 (pick ANY)

The First one is Codecs for Mplayer,Second One is Mplayer itself,Third one is Mplayer skins.

Installation: All of MPlayer’s codecs must be installed in /usr/local/lib/codecs/.

Download The Codecs First and Place to it’s Position.

1)Codecs: http://www.mplayerhq.hu/design7/dload.html#binary_codecs

Now install the Codecs

[Puneet@localhost ~]$ bzip2 -cd essential-20071007.tar.bz2 | tar xvf -

Only needed if the directory: /usr/local/lib/codecs/ does NOT exist.

[Puneet@localhost ~]$ su -c 'mkdir /usr/local/lib/codecs/'
[Puneet@localhost ~]$ su -c 'mv -f essential-20071007/* /usr/local/lib/codecs/'
Password:
[Puneet@localhost ~]$ rmdir essential-20071007

2)Download Mplayer .

Choose this Package .(Http or ftp According to Your Comfort)

Mplayer : http://www.mplayerhq.hu/design7/dload.html

Download it on your Desktop .

Now Open Application->System tools->Terminal.

(Here U need to Give correct Path of the Directory Where You Have Downloaded the Package or Just Drag and Drop The Entire Downloaded Folder in the Terminal it will Give u The Path as given below)

[Puneet@localhost ~]$ bzip2 -cd MPlayer-1.0rc2.tar.bz2 | tar xvf -

[Puneet@localhost ~]$ cd MPlayer-1.0rc2/

Configuring allows to customize certain parameters before compiling.

[Puneet@localhost ~]$./configure –help

TheAbove Step will Not Configure anything it will Just Provide us the Help.

[Puneet@localhost MPlayer-1.0rc2]$ ./configure –enable-gui –enable-largefiles \ –enable-menu –prefix=/usr –confdir=/etc/mplayer

The Above Command is Not for any installation But for Configuring The gui for the Installation .

Gui Requirement:GTK

The old MPlayer GUI used GTK1.2. With version 1.0pre8 and newer the (preferred) GUI uses GTK 2. The GUI requires both gtk2 and glib2 installed as well as their devel libraries. Make sure you have the following RPMs (or newer): gtk2-2.10, gtk2-devel-2.10, glib2-2.12, glib2-devel-2.12. You can obtain these from any Fedora mirror (ex: F8,F7, FC6) or from your Fedora CD’s/DVD.

Configure Again !!!

if you have Already Gtk Installed oin your System There is No Need To Configure Again.just Check Your Installed Programmes if Gtk is There or Not.

This step is optional. If everything worked correctly the first time you configured then continue to compiling. However there is a chance you do not have something correctly installed on your computer.

Installation Process :

[Puneet@localhost MPlayer-1.0rc2]$ make

[Puneet@localhost MPlayer-1.0rc2]$ su -c ‘make install’

password :

MPlayer will be installed and the last few lines of output indicate where we should install the skins:

*** Download skin(s) at http://www.mplayerhq.hu/design7/dload.html
*** for GUI, and extract to /usr/share/mplayer/skins/

After Installing There is a Need Of Some Other Skins and Fonts Mplayer to Play on Gui.

OSD /Fonts

[Puneet@localhost ~]$mkdir ~/.mplayer/

FC5, newer:

[Puneet@localhost ~]$ln -s /usr/share/X11/fonts/TTF/luxisri.ttf ~/.mplayer/subfont.ttf
-OR- (FC1,2,3,4):

[Puneet@localhost ~]$ln -s /usr/X11R6/lib/X11/fonts/TTF/luxisri.ttf ~/.mplayer/subfont.ttf

-OR-

[Puneet@localhost ~]$ln -s /usr/share/fonts/msttcorefonts/arial.ttf ~/.mplayer/subfont.ttf

GUI/Skins

Download any of the Skins.

Skins: http://www.mplayerhq.hu/design7/dload.html#skins

Now Follow the Steps Below :

Install multiple skins and create 'default' as a soft link.
[Puneet@localhost ~]$su

Password:

[root@localhost ~]# bzip2 -cd Blue-1.7.tar.bz2 | tar xvf - -C /usr/share/mplayer/skins/
[root@localhost ~]# bzip2 -cd proton-1.2.tar.bz2 | tar xvf - -C /usr/share/mplayer/skins/
[root@localhost ~]# bzip2 -cd plastik-2.0.tar.bz2 | tar xvf - -C /usr/share/mplayer/skins/

Set the default skin (I picked 'Blue' Say):

[root@localhost]# cd /usr/share/mplayer/skins/

[root@localhost Skin]# ln -s Blue default

[root@local host]# exit

[Puneet@localhost ~]$

You r Done

Enjoy
 :)
  • Share/Bookmark
Get Adobe Flash playerPlugin by wpburn.com wordpress themes