Update Gitlab in docker
Step by step procedure to update Gitlab in docker.
Step by step procedure to update Gitlab in docker.
I always asked myself how to terminate a Powershell script or session, each time I needed to do some tests by myself and also searched on Google. But I co...
Step by step procedure to backup and restore Gitlab in docker.
Install Gitlab runner on Windows over winrm PsRemoting with full command line.
Setup a SAN SSL certificate to use the HTTPS on Gitlab-CE in docker on Ubuntu server.
Step by step installation of Gitlab-CE in docker on Ubuntu server.
Create, get, migrate Windows scheduled task by a pure Powershell way.
Atlassian Confluance is not fully markdown friendly yet, to versioning your doc in pure text mode, you can use html format as a bridge.
If you want to create some tables from a python list, you can use the tabulate module, it can generate the table easily in text mode and in many formats, ...
pyVmomi event manager returns only the last 1000 events. But EventHistoryCollector object’s ReadNextEvents()method can collect all the events.