Blog

Install LetsEncrypt SSL on Gitlab

To enable LetsEncrypt free SSL on Gitlab, edit file vi /etc/gitlab/gitlab.rb Modify following configrations letsencrypt[‘enable’] = true external_url “https://gitlab.example.com” letsencrypt[‘contact_emails’] = [‘foo@email.com’]…

crontab

crontab command is used to list/editc cronjobs. To list all cronjobs for current user, run crontab -l To edit cronjob for current…

gitlab

Install Gitlab on Debian/Ubuntu Install LetsEncrypt SSL on Gitlab Gitlab find version Restart gitlab gitlab-ctl restart Resconfigure gitlab, needed if you make…

Install Gitlab on Debian/Ubuntu

Install requirements echo “postfix postfix/main_mailer_type string ‘Internet Site'” | debconf-set-selections echo “postfix postfix/mailname string localhost” | debconf-set-selections curl -Ls https://packages.gitlab.com/gpg.key | apt-key…

Windows

To check Windows OS health If any errors are found, fix them with check disk errors Fix disk errors check for system…