Search This Blog

Showing posts with label Linux Installation. Show all posts
Showing posts with label Linux Installation. Show all posts

Friday, December 2, 2011

Download and Install Packages for SAMBA - PART2


Most RedHat and Fedora Linux software products are available in the RPM format. Downloading and installing RPMs isn't hard. If you need a refresher, Chapter 6, "Installing Linux Software", covers how to do this in detail.
Samba is comprised of a suite of RPMs that come on the Fedora CDs. The files are named:
  • samba
  • samba-common
  • samba-client
  • samba-swat

When searching for the file, remember that the RPM's filename usually starts with the RPM name followed by a version number as in samba-client-3.0.0-15.i386.

How to Get Samba Started

  • You can configure Samba to start at boot time using the chkconfig command:
[root@bigboy tmp]# chkconfig smb on
  • You can start/stop/restart Samba after boot time using the smb initialization script as in the examples below:
[root@bigboy tmp]# service smb start
[root@bigboy tmp]# service smb stop
[root@bigboy tmp]# service smb restart
Sometimes Samba may have an ancillary nmb daemon that also needs to be started. The syntax is the same as that for the smb daemon.
[root@bigboy tmp]# service nmb start
[root@bigboy tmp]# service nmb stop
[root@bigboy tmp]# service nmb restart
Note: Unlike many Linux packages, Samba does not need to be restarted after changes have been made to its configuration file, as it is read after the receipt of every client request.
  • You can test whether the smb process is running with the pgrep command, you should get a response of plain old process ID numbers:
[root@bigboy tmp]# pgrep smb

The Samba Configuration File

The /etc/samba/smb.conf file is the main configuration file you'll need to edit. It is split into five major sections, which Table 10-1 outlines:

Table 10-1 : File Format - smb.conf

SectionDescription
[global]General Samba configuration parameters
[printers]Used for configuring printersUsed for configuring printers
[homes]Defines treatment of user logins
[netlogon]A share for storing logon scripts. (Not created by default.)
[profile]A share for storing domain logon information such as "favorites" and desktop icons. (Not created by default.)
You can edit this file by hand, or more simply through Samba's SWAT web interface.

In the next PART we will find more about SWAT Web interface..!!

Wednesday, November 30, 2011

Redhat linux installation steps with screenshot

What is Linux?
Linux is a Unix-like computer operating system. Linux is one of the most prominent examples of free software and open source development; typically all underlying source code can be freely modified, used, and redistributed by anyone.
The Linux kernel was first released to the public on 17 September 1991, for the Intel x86 PC architecture. The kernel was augmented with system utilities and libraries from the GNU project to create a usable operating system, which led to an alternative term, GNU/Linux. Linux is packaged for different uses in Linux distributions, which contain the sometimes modified
kernel along with a variety of other software packages tailored to different requirements.
Predominantly known for its use in servers, Linux is supported by corporations such as Dell, Hewlett-Packard, IBM, Novell, Oracle Corporation, Red Hat, and Sun Microsystems. It is used as an operating system for a wide variety of computer hardware, including desktop computers, supercomputers, video game systems, such as PlayStation 2, 3, several arcade games, and embedded devices, such as mobile phones and routers.
How to install Linux Redhat Enterprise?
Insert your linux cd 1 on the CD-ROM and let it booting.
linux_redhat_enterprise_boot_1.PNG
Linux is booting…
linux_redhat_enterprise_boot_2.PNG
Welcome to Red Hat Enterprise Linux screen.
linux_redhat_enterprise_welcome_3.PNG
Red Hat Enterprise Linux screen.
linux_redhat_enterprise_screen_4.PNG
Click next to continue installation.
linux_redhat_enterprise_setup_5.PNG
Select the appropriate keyboard for the system. Click next to continue installation.
linux_redhat_enterprise_setup_keyboard_7.PNG
This operation will override any previous installation choices about which drives to ignore. Click yes to first time install the operating system and it will erasing all data.
linux_redhat_enterprise_disk_partitioning_8.PNG
Use automatic partinioning for beginner and you might set your own size if you want. Click next.
linux_redhat_enterprise_disk_partitioning_9.PNG
The GRUB boot loader wil be installed on /dev/sda. Click next.
linux_redhat_enterprise_boot_loader_10.PNG
You may set the IP address on your on host. Let it be automatically via DHCP first. You may configure the IP address later.
linux_redhat_enterprise_network_11.PNG
Click next to get the default setting of firewall and it will allowed www(http) to passw through the firewall.
linux_redhat_enterprise_firewall_12.PNG
Select the default language for the system. Click next.
linux_redhat_enterprise_language_13.PNG
Please select the time zone selection.
linux_redhat_enterprise_time_zone_14.PNG
Set the Root Password for the system.
linux_redhat_enterprise_root_password_15.PNG
The default installation environment includes recommended package selection as below pic.
linux_redhat_enterprise_package_16.PNG
Click next to begin installation.
linux_redhat_enterprise_about_install_17.PNG
Linux is installing.
linux_redhat_enterprise_installing_disk1_18.PNG
Linux is installing disk 2.
linux_redhat_enterprise_installing_disk2_19.PNG
Linux is installing disk 3.
linux_redhat_enterprise_installing_disk3_20.PNG
Linux is installing disk 4
linux_redhat_enterprise_installing_disk4_21.PNG
Linux is installing disk 1.
linux_redhat_enterprise_installing_disk1_22.PNG
The video hardware can be automatically detected. Click next to continue.
linux_redhat_enterprise_graphical_23.PNG
The monitor can be automatically detected.
linux_redhat_enterprise_monitor_24.PNG
Customize your own graphical configuration. Please select your login type.
linux_redhat_enterprise_customize_graphical_25.PNG
Congratulations, the installation is complete.
linux_redhat_enterprise_installing_complete_26.PNG
Next to continue some few configuration after installation.
linux_redhat_enterprise_welcome_setup_27.PNG
Linux is restarting….
linux_redhat_enterprise_loading_welcome_28.PNG
Linux is restarting……
linux_redhat_enterprise_loading_29.PNG
Select to agree the license agreement.
linux_redhat_enterprise_license_agreement_30.PNG
Choose your date and time.
linux_redhat_enterprise_date_time_31.PNG
Create you personal user account. Please not to create same account as root!!!!!!!
linux_redhat_enterprise_user_account_32.PNG
A sound card has been detected on your computer.
linux_redhat_enterprise_sound_card_33.PNG
You may register the product by selecting the option below.
linux_redhat_enterprise_network_34.PNG
You can install addition packages if you have the extras CDs.
linux_redhat_enterprise_additional_cd_35.PNG
Finish setup, and please click the ‘next’ button to continue.
linux_redhat_enterprise_finish_setup_36.PNG
Please enter your username and password.
linux_redhat_enterprise_login_username_37.PNG
Entering Linux……………..checking hardware………….
linux_redhat_enterprise_login_password_38.PNG
Here’s your Linux!!! Have Fun!!!!!
linux_redhat_enterprise_front_page_39.PNG