Saturday, 30 November 2019

How to Mount an NFS Share on CentOS 8 Client



NFS (Network File System) is a distributed network file sharing system protocol. It is provides to share files and folders between Linux distributions over the network. Nfs-utils package needed to mount NFS share on clients as local file system.

How to Mount Windows Share on CentOS 7 using CIFS



CIFS (Common Internet File System) is an implementation of SMB and network file sharing protocol. It is used to provide shared access to files, folders and printers etc. between windows to windows and windows to Linux machines over the network.

How to Install MySQL Community Server 8 on CentOS 8 [MySQL Repo]



MySQL Community Server is a free and open source version of MySQL Database management System. It is widely used for database management in LAMP stack like servers and used in web applications to store and retrieve data from database.

How to Stop and Disable Firewall on CentOS 8




Firewall is a free and open source tool that provides security features to control inbound and outbound traffic. It is enabled by default in CentOS 8 Linux machines, Services and ports can be allow and block by configuring firewall service.

How to Mount/Access ISO File Contents on CentOS 7




ISO (International Organization for Standardization) format is an archive file format which mostly used to contains the complete image of an installation software’s CD or DVD, backups etc.

How to Configure iSCSI Initiator Node on CentOS 7



iSCSI (Internet Small Computer Systems Interface) is an Internet Protocol based storage networking for connecting remote storage devices over the network. It provides block-level access to storage devices. iSCSI is used to facilitate block-level data data transfer between iSCSI initiator on a client machine and target on a storage server over local area networks (LANs), wide area networks (WANs).

How to Mount an NFS Share on CentOS 7 Client



NFS (Network File System) is a distributed network file sharing system protocol. It is provides to share files and folders between Linux distributions over the network. Nfs-utils package needed to mount NFS share on clients as local file system.

Thursday, 28 November 2019

How to Install MySQL Community Server 8 on CentOS 7



MySQL Community Server is a free and open source version of MySQL Database management System. It is widely used for database management in LAMP stack like servers and used in web applications to store and retrieve data from database.