ERROR OCURRED

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, July 19, 2007

Linux Software Installation Method

Posted on 4:47 AM by Unknown
Linux Package Installation
The most common ways of geeting packages are by manually using FTP or a web browser.
Common download sites are:--
Redhat :--- http://www.redhat.com/
http://www.rpmfind.net/
Fedora :--- ftp://download.fedora.redhat.com/pub/fedora/linux/core/
http://download.fedora.redhat.com/pub/fedora/linux/core/

Automated Package Download
Fedora use YUM utilities for automated download and update.
Getting Software using :--- wget
wget command can be used to download files quickly when you already know the URL at which the RPM is located. for example look below:--
[root@raman home]# wget http://linux.stanford.edu/pub/mirrors/fedora/linux/core/2/i386/os/Fedora/RPMS/dhcp-3.0pl2-6.16.i386.rpm
--17:38:36-- ftp://linux.stanford.edu/pub/mirrors/fedora/linux/core/2/i386/os/Fedora/RPMS/dhcp-3.0pl2-6.16.i386.rpm
=> `dhcp-3.0pl2-6.16.i386.rpm.5'
Resolving linux.stanford.edu... done.
Connecting to linux.stanford.edu[171.66.2.18]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/mirrors/fedora/linux/core/2/i386/os/Fedora/RPMS ... done.
==> PASV ... done. ==> RETR dhcp-3.0pl2-6.16.i386.rpm ... done.
Length: 529,890 (unauthoritative)

100%[===============================>] 529,890 889.12K/s ETA 00:00

17:38:36 (889.12 KB/s) - `dhcp-3.0pl2-6.16.i386.rpm.5' saved [529890]

How to Install Source RPMs

download your desired RPM:--
[root@ raman home]# rpm -ivh ******-3.23.58-9.i386.rpm
How to List Installed RPMs
[root@ raman home]# rpm -qa (packages-name)

Uninstalling RPMs
[root@ raman home]# rpm -e (packages-name)

Installing Software Using tar
[root@raman home]# tar -xvzf linux-software-1.3.1.tar.gz
[root@raman home]# cd linux-software-1.3.1
Use the cd command to enter the subdirectory and follow the directions listed in the INSTALL and README files
Read More
Posted in | No comments

Friday, July 6, 2007

How Linux Machine boot

Posted on 4:32 AM by Unknown
How Linux Machine boot.
1) The boot loader find the kernal image on the disk,load it into memory and start it.
2)The kernal initialize the device and its drivers.
3)The kernal mount the root file systems.
4)The kernal starts a program called init.
5)init set the rest of the process in motion
6)The last process that init start as part of the boot sequence allow u to log in.

Linux NetworkingHow Change your ip Address
[root@raman home]# ifconfig eth0 192.168.1.1 netmask 255.255.255.0 up(up end the command activate your lan card).
The Configuration file located in /etc/sysconfig/network-scripts/ifcfg-eth0entry like this:--
[root@raman ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.1.1
NETMASK=255.255.255.0
GATEWAY=192.168.1.3

Dns entry file located in /etc/resolve.conf
entry like this:-
[root@raman ~]# cat /etc/resolv.conf
nameserver 192.168.1.3
nameserver 192.168.1.4

How you diable or enable your Lan card.
[root@raman home]# ifdown eth0
ifdown command disable your lan card.

[root@raman home]# ifup eth0
ifup command up yours lan card.

How you see your routing tables.
[root@raman ~]# route -n
Read More
Posted in | No comments

Sunday, July 1, 2007

Diffrence between Linux and Fedora

Posted on 11:28 PM by Unknown
What is Linux.
Linux is the core or kernal of a free operating systems.
What is Fedora
Fedora is an operating systems based on the Linux kernal,created,improved and distributed by the Fedora Project at http://fedora.redhat.com.
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • No package 'lua5.1' found
    hecking for LUA51... no checking for LUA51... configure: error: Package requirements (lua5.1 >= 5.1) were not met: No package 'lua5.1...
  • response to SOA query was unsuccessful: solved
    check your zone file [root@inf1sysadm1 data]# pwd /var/named/data # cat ind.raman.com.zone $ORIGIN . $TTL 3600 ; 1 hour ind.raman.com IN SO...
  • can't locate your x11 installation Fedora
    While install Conky, system through this error. Solution:- You need to install X11 Software Dev Package. Login on system with root user ...
  • Qmail Installation & Configuration step by step
    Tested under CentOS 5.8  64bit machine. 1)Packges which i installed for Qmail. httpd-2.2.3-76 php-5.1.6-39 perl-5.8.8 -38 gcc-4.1.2 mysql-5....
  • Dell MD3200 SAS Cabling With Diagram
    I have 2 MD3200 with SAS Ports + 2 Power Edge720. Task to connect Both DAS with Both server and make sure Both server showing  all DAS Parti...
  • It is safe to clean windows prefetch folder and registry folder ?
     It is safe to clean windows prefetch folder and registry folder ? Will this boost Windows operating system capabilities ? Many of you hav...
  • Windows 7 & Windows 8 fail to start
    Windows 7 fail to boot, what should I do? Is Windows 7 failing to boot after you installed the loader or after you just installed a fresh ne...
  • Steps how to change VolStatus in Bacula through bonsole.
    In my example MediaId=4 or Volumename=000018L4 shows volstatus is Purged. *list volumes Pool: Default +---------+------------+-----------+--...
  • Adobe Photoshop CS5 Error 16 , Adobe Photoshop CS5 Error 7
    When you install Adobe Photoshop CS5 you might get some errors. In case you get one you will see a code and a little description. Is very im...
  • X connection to localhost:10.0 broken (explicit kill or server shutdown).
    Solution:- With Xhost, you can solve this issue.

Categories

  • Adobe
  • Players
  • Reviews
  • Windows

Blog Archive

  • ►  2013 (27)
    • ►  October (3)
    • ►  August (1)
    • ►  June (1)
    • ►  April (3)
    • ►  February (10)
    • ►  January (9)
  • ►  2012 (29)
    • ►  December (2)
    • ►  November (7)
    • ►  October (10)
    • ►  September (4)
    • ►  August (1)
    • ►  June (2)
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2011 (36)
    • ►  December (3)
    • ►  November (3)
    • ►  October (1)
    • ►  September (5)
    • ►  August (4)
    • ►  May (2)
    • ►  April (4)
    • ►  March (5)
    • ►  February (2)
    • ►  January (7)
  • ►  2010 (24)
    • ►  December (1)
    • ►  November (1)
    • ►  October (4)
    • ►  August (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (5)
    • ►  January (8)
  • ►  2009 (18)
    • ►  December (6)
    • ►  November (3)
    • ►  August (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2008 (16)
    • ►  December (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (5)
    • ►  April (2)
    • ►  February (1)
    • ►  January (5)
  • ▼  2007 (4)
    • ▼  July (3)
      • Linux Software Installation Method
      • How Linux Machine boot
      • Diffrence between Linux and Fedora
    • ►  June (1)
Powered by Blogger.

About Me

Unknown
View my complete profile