There are a number of front-end tools available for connecting to, and working with, the PostgreSQL database. Among the most popular are psql, a command-line tool for querying the database,…
Lotfi Waderni
-
-
Centos/RedhatDatabasesLinux
How to Install PgAdmin 4 in Server mode as Web Application on CentOS 7 / RHEL 7
by Lotfi Waderni October 4, 2017PgAdmin 4 is a rewrite of the popular pgAdmin3 management tool for the PostgreSQL database. PgAdmin is the leading graphical Open Source management, development and administration tool for PostgreSQL. In…
-
Centos/RedhatLinux
How To Install and Configure DRBD Cluster on RHEL7 / CentOS7
by Lotfi Waderni September 22, 2017What is DRBD (Distributed Replicated Block Device)? DRBD (Distributed Replicated Block Device) is a Linux-based software component to mirror or replicate individual storage devices (such as hard disks or partitions)…
-
Centos/RedhatLinuxUbuntu
How to Manage Quota on GlusterFS Volumes and Directories
by Lotfi Waderni September 12, 2017GlusterFS is a scalable network filesystem suitable for data-intensive tasks such as cloud storage and media streaming. GlusterFS is free and open source software and can utilize common off-the-shelf hardware,…
-
LinuxMonitoring ToolsUbuntuZabbix
How To Install Zabbix 3.4 Monitoring Server On Ubuntu 16.04 LTS
by Lotfi Waderni September 11, 2017About Zabbix Zabbix is a free and open source network monitoring Software tool which is used to monitor and track the availability and performance of your IT infrastracture: servers, network…
-
Centos/RedhatLinuxMonitoring ToolsZabbix
How To Install Zabbix 3.4 Server On CentOS 7 / RHEL 7
by Lotfi Waderni September 8, 2017About Zabbix Zabbix is a free and open source network monitoring Software tool which is used to monitor and track the availability and performance of your IT infrastracture: servers, network…
-
Centos/RedhatLinuxUbuntu
How to mount a GlusterFS in a client machine
by Lotfi Waderni September 1, 2017You can access gluster volumes in multiple ways. You can use Gluster Native Client method for high concurrency, performance and transparent failover in GNU/Linux clients. You can also use NFS…
-
Centos/RedhatLinuxUbuntu
How to Create a Replicated GlusterFS Volumes
by Lotfi Waderni August 30, 2017Replicated volumes replicates files across bricks in the volume. You can use replicated volumes in environments where high-availability and high-reliability are critical. In this tutorial, we are going to create…
-
Centos/RedhatLinuxUbuntu
How To Create A Distributed GlusterFS Volumes
by Lotfi Waderni August 30, 2017Distributed volumes distributes files throughout the bricks in the volume. You can use distributed volumes where the requirement is to scale storage and the redundancy is either not important or…
-
Striped volumes stripes data across bricks in the volume. For best results, you should use striped volumes only in high concurrency environments accessing very large files. Note: The number of…
