SLES as Apache Server

Introduction
According to the survey from http://www.netcraft.com/ , the Apache HTTP Server (Apache) is the world’s most widely-used Web server. Apache is Developed by the Apache Software Foundation (http://www.apache.org/), it is available for most operating systems. SUSE® Linux Enterprise Server includes Apache version 2.4. In this article: learn how to install, configure and Read More…

SLES Sharing Folder with SAMBA

SAMBA introduction in previous article of Networks pioneers  : we have discussed how to share folder with NFS in this article : we will extend our knowledge of linux sharing folder by using grate toll called SAMBA Samba is a tools  that gives SLES [or any Linux ] the ability to speak SMB (Server Message Block).SAMBA allow SLES to act file print sharing server to other linux machine and NORead More…

SLES Sharing Folder with NFS

introduction The Network File System (NFS) is a protocol that allows access to files on a server in a manner similar to accessing local files.SUSE Linux Enterprise Server SP1 installs NFS v4.2, which introduces support for :sparse files,file pre-allocation,server-side clone and copy, application data block (ADB),and labeled NFS for mandatory access control (MAC) (requires MAC on both clientRead More…

Software management with RPM

software management Introduction in SLES : software management can be done with one of the following :Graphically with Yast Command line with Suse Tool Zypper Command Line with Tool RPM RPM (RPM Package Manager) is used for managing software packages.Its main commands are rpm and rpmbuild.The powerful RPM database can be queried by the users, system administrators and package builders fRead More…