Resource Exploit Database
Error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Problem When accessing a Git server (pushing or pulling new commits), we get an error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Analysis Apparently, the certificate of your Git server is not trusted. This usually happens if the Git
How to enable or disable services in Ubuntu?
Temporary enabling/disabling services To stop and start services temporarily (Does not enable / disable them for future boots), you can type: service SERVICE_NAME For example: sudo service apache2 stop (Will STOP the Apache service until Reboot or until you start it again). sudo service apache2
GDPR
Úrad na ochranu osobných údajov – Najčastejšie kladené otázky a odpovede 10 faktov, ktoré potrebuje podnikateľ vedieť o GDPR Bezpečnostný Projekt Podľa GDPR Posúdenie vplyvu na ochranu údajov podľa GDPR GDPR
Gitlab Update
1. Make a backup (Optional) If you would like to make a backup before updating, the below command will backup data in /var/opt/gitlab/backups by default. sudo gitlab-rake gitlab:backup:create STRATEGY=copy 2. Update GitLab Update to the latest version of GitLab. sudo