How to Check log and filesLinux / October 30, 2019 / By ziauddin 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
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 14.04 Linux 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… Read More »
How To Set Up Password Authentication with Nginx on Ubuntu 14.04 Linux 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… Read More »
How to Install MongoDB on Ubuntu 14.04 Linux 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… Read More »
Initial Server Setup with Ubuntu 14.04 Linux 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… Read More »