Creating a Git within a Git – aka, the Russian doll git
Using Felix’s technique works great. “ Git submodules suck. They are a pain to use, difficult to explain and […]
Using Felix’s technique works great. “ Git submodules suck. They are a pain to use, difficult to explain and […]
/var/opt/gitlab/nginx/etc/gitlab-http.conf
You can disable Gravatar in GitLab using the following two methods. Open the configuration file and add nano /var/opt/gitlab/gitlab-shell/config.yml […]
nano /var/opt/gitlab/nginx/etc/gitlab-http.conf BEFORE server { listen *:80; server_name host.com; server_tokens off; […]
bundle exec rake RAILS_ENV=production gitlab:backup:create The backup will should be created and located here. /home/git/gitlab/tmp/backups something like 3407151110_gitlab_backup.tar Download […]
You would change this in nginx site. If it’s a self-signed cert be sure to set self_signed_cert: true http_settings: […]
Note: As always you will want to backup your important data before attempting any system upgrades. To upgrade […]
Article purpose: How to fix “Your web server is not yet properly setup to allow files synchronization because the WebDAV […]
Use this command ssh-keygen -R hostname For example, ssh-keygen -R server2.mycompany.net This will allows changes to known_hosts to […]
https://www.odoo.com/forum/help-1/question/how-to-setup-a-regular-postgresql-database-backup-4728 00 01 * * * nice -19 /home/mbmaster/scripts/backupdb > /dev/null 2>&1 the “nice -19” is […]
You must be logged in to post a comment.