WordPress on SLES Part II : WordPress installation

introduction
in previous article : we have successfully installed and configured LAMP [Linux ,Apache ,MySQL ,PHP] all with text command  in this article part 2  with text command also  ,we will : Create and configure Maria database for WordPress Download WordPress Install WordPress Customize our site Please remember WordPress requires [Apache, PHP and MySQL] So … &nbsRead More…

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…

Software management with Zypper

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  Zypper is a command line package manager for installing, updating and removing packages. It also manages repositories. It is especially useful for accomplishing remote software managementRead More…

SLES Changing Language and Country Settings

introduction Working in different countries or having to work in a multilingual environment requires your computer to be set up to support this. SLES 15  can handle different locales in parallel. A locale is a set of parameters that defines the language and country settings reflected in the user interface.The main system language was selected during installation and keyboard and time zonRead More…

SLES Manage Local Users

SLES user Management SLES 15 support both: local user and domain user managementIn this article : we will discuss managing local usersAs we know in windows operating system: local users are created in file C:WINDOWSSYSTEM32CONFIGSAMIn SLES 15 :users are created in in /etc/passwd and their password are encrypted in file /etc/shadowAlso group  are created in file /etc/groupRegarding users proRead More…

SLES Remote Administration with VNC

Introduction SLES server physically reside on Data Center So as administrator , you can access these servers by one of the following :the first method : working on server Directly on datacenter , which impractical 🙁   ,  just Skip it the second method : is working on SLES server remotely with   text  mode using ssh [secure Shell ] : which has been  DONE in previous  article the tRead More…

SLES Remote Administration with Secure Shell SSH

Introduction SLES server physically reside on Data Center So as administrator , you can access these servers by one of the following :the first method : working on server Directly on datacenter , which impractical 🙁   ,  just Skip it the second method : is working on SLES server remotely with   text  mode using ssh [secure Shell ] : which will be DONE in this article the third methodRead More…

Yast

Yast introduction Yast stand for Yet Another Setup ToolYast work in SLES installation and after installing AutoYaST [like control panel in windows ] to control operating system  SLES AutoYaST installations are performed using an AutoYaST control file (also called “profile”) with installation and configuration data.That control file can be created using the configuration interface of ARead More…

File System Hierarchy Standard (FHS)

Linux Standard Base (LSB) SUSE supports  the Linux Standard Base project. information about the project can be found at http://www.linuxbase.org.The  valid LSB specification is  Apart from the File System Hierarchy Standard (FHS),  things like the package format and details of the system initializationIn accordance with the LSB specification > SUSE LINUX is also compliant with the FilRead More…