Showing posts with label Fedora. Show all posts
Showing posts with label Fedora. Show all posts
Wednesday, March 13, 2013
Wednesday, October 3, 2012
The Linux Boot Process in Detail
1.
When a PC is booted it starts running a BIOS program which is a memory resident
program on an EEPROM integrated circuit.
BIOS –
Basic Input Output
of the System
EEPROM -
Electrically
Erasable Programmable Read-Only
Memory
...
Posted by
Unknown
0
comments
Read More
Wednesday, September 5, 2012
BASIC LDAP CONFIGURATION For RHEL / Centos / Fedora
INTRO: LDAP stands for Lightweight Directory Access Protocol. It is used as
centralized data (or
Directory)
server (not database server)
for various purposes.
There
is a difference between Directory server
and a Database server.
In
Directory server
the data is read more frequently than it is
written.
In
Database server
the data is written more frequently than it is
read.
Here
we shall see how LDAP is
used for creating centralized...
Posted by
Unknown
0
comments
Read More
Wednesday, August 29, 2012
CentOS / Redhat: Setup NFS v4.0 File Server (Advanced)

How do I setup NFS v4.0 distributed file system
access server under CentOS / RHEL v5.x for sharing files with UNIX and Linux
workstations? How to export a directory with NFSv4? How to mount a directory
with NFSv4?
Network File System (NFS) is a network file system protocol originally
developed...
Posted by
Unknown
0
comments
Read More
NFS Server and Client Configuration in RHEL / CENTOS / Fedora (Basic)
Server Side
NFS Package Installation
[root@system1 ~]# yum install nfs*
Create a shared directory with appropriate permission to access
[root@system1 ~]# cd /
[root@system1 /]# mkdir redhat
[root@system1 /]# ls
bin dev home lost+found misc net proc root selinux sys usr
boot etc lib media ...
Posted by
Unknown
0
comments
Read More
Subscribe to:
Posts (Atom)
Powered by Blogger.