Check Postfix Log
sudo tail -f /var/log/syslog | grep postfix
Check if there is any line which don’t have “#” in gitlab CE configuration
sudo egrep -v "#" /etc/gitlab/gitlab.rb
Introduction A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and…
Introduction When setting up a web server, there are often sections of the site that you wish to restrict access to. Web applications often provide…
Introduction MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. This tutorial will help you set up MongoDB on…
Introduction When you first create a new Ubuntu 14.04 server, there are a few configuration steps that you should take early on as part of…