Linux

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…