Skip to content
Thursday, January 28, 2021
Latest:
  • Allow users to run sudo command without entering the password
  • Install docker-compose in ubuntu 18.04
  • List all resources in an AWS account using AWS cli
  • How to install docker in ubuntu 16.04 and Amazon Linux
  • Install Apache JMeter in macOS

DevopsConfig

Techies Inside

  • Home
  • AWS
    • Cloudformation
  • Ansible
  • Docker
  • MacOS
  • Linux
  • Terraform
  • Scripting
    • Python
    • Shell Scripting
  • Databases
    • MongoDB
    • MySQL
  • Monitoring
    • Grafana
    • Nagios
    • Prometheus
  • Kubernetes
  • About us

GitLab

GitLab

Configure GitLab to send emails using Gmail SMTP settings

October 3, 2019October 3, 2019 Alvin JaisonLeave a reply

If you are planning to send application emails via gmail SMTP server intead of via Sendmail, follow the steps below Open GitLab config file in an editor sudo vim /etc/gitlab/gitlab.rb Add the following line in the config file Change “my.email@gmail.com”…

Git GitLab

Enable Git LFS in GitLab Omnibus Installation

October 3, 2019October 3, 2019 Alvin JaisonLeave a reply

Open gitlab config file in an editor sudo vim /etc/gitlab/gitlab.rb Search for the following line #gitlab_rails[‘lfs_enabled’] = false Uncomment it and change the value to true. It will look like this: gitlab_rails[‘lfs_enabled’] = true Save the file and reconfigure GitLab…

Git GitLab Linux

Install and configure GitLab on Ubuntu 18.04 LTS

October 3, 2019April 22, 2020 Alvin JaisonLeave a reply

Login into the server as root user and update the Ubuntu repository. apt-get update Now install curl , ca-certificates, and postfix packages. sudo apt-get install -y curl openssh-server ca-certificates sudo apt-get install -y postfix During Postfix installation a configuration screen…

Recent Posts

  • Allow users to run sudo command without entering the password
  • Install docker-compose in ubuntu 18.04
  • List all resources in an AWS account using AWS cli
  • How to install docker in ubuntu 16.04 and Amazon Linux
  • Install Apache JMeter in macOS

Recent Comments

  • pesnigoo.ru on List all resources in an AWS account using AWS cli
  • BrianerozY on How to install docker in ubuntu 16.04 and Amazon Linux
  • Justin on Ansible Ad-Hoc Commands & examples
  • BrianerozY on How to install docker in ubuntu 16.04 and Amazon Linux

Archives

  • May 2020
  • April 2020
  • December 2019
  • October 2019
Copyright © 2021 DevopsConfig. Theme: Creative Blog by Bishal Napit. Powered by WordPress.