How to install CouchDB (& GUI manager) on CentOS & Ubuntu
Apache CouchDB is an open source, document oriented NoSQL database server. CouchDB uses JSON for data storage, JavaScript for MapReduce…
Apache CouchDB is an open source, document oriented NoSQL database server. CouchDB uses JSON for data storage, JavaScript for MapReduce…
OpenVPN is an open source application that allows us to create a SSL based virtual private network (VPN) that supports…
ELK stack is a popular, open source log management platform. It is used as a centralized management for storing ,…
Drupal is a free and open source content management system. Drupal aka Drupal core can server as a website, a…
Cloud is what everyone is talking about. We have a number of major players in the market that are offering…
Joomla is free and open source CMS or content management system used for publishing content online & for creating online…
Earlier we have learned about how we can configure apache as reverse proxy. As discussed earlier, Reverse proxy is a…
Regular expressions or regex or regexp are basically strings of character that define a search pattern, they can be used…
Apache Tomcat, also known as Tomcat server is an open source java servlet container & provides a pure JAVA http…
Netstat is a command line utility that tells us about all the tcp/udp/unix socket connections on our system. It provides…
PhpMyAdmin is free and open source tool for managing/administration of MySql & MariaDB databases. It provides a web based GUI…
Zabbix is open source monitoring software for servers, networks & applications. Zabbix offers real time monitoring of thousands of services…
Gitlab is web GUI based manager for git repositories with support for CI\CD, issue tracking & wiki. Gitlab provides easy…
Hello Linux-fanatics, in our previous tutorials we have discussed how we can redirect output of a script to a file…
Hello Linux-fanatics, In our last tutorial we learned to use READ command to take user’s Input & also learned to…
Hello Linux-fanatics, In our last tutorial we learned to use while & until loops in our scripts & now in…