Tag Archives: add

Linux: Place own/custom certificates in /etc/ssl/certs

Hi,

sometimes it is necessary to add an own root/intermediate CA top your machine CA store.

Continue reading Linux: Place own/custom certificates in /etc/ssl/certs

Advertisment to support michlstechblog.info

Linux: Add a user with a disabled password

Hi,

these commands adds a user with a disabled password:
Continue reading Linux: Add a user with a disabled password

VMware vSphere: Join a vCenter VCSA Appliance to an Active directory domain by command line

Hi,

the vCenter GUI offers the ability to add an identity provider like Microsoft AD. In some cases this won’t work. For example if you are not a domain admin and you have to specify in which organisation unit the computer object should created. The computerobject should not exists. Delete an already exiting object, it would be created during the join process!
Continue reading VMware vSphere: Join a vCenter VCSA Appliance to an Active directory domain by command line

Windows: Add a static/persistent route

Hi,

to add a static route to a Windows machine use the route command.
Continue reading Windows: Add a static/persistent route

Debian & Ubuntu Linux: Install a package from backports

Hi,

if you require a newer version of a package on a debian based system it may be possible that it is backportet from the latest testing line.

Continue reading Debian & Ubuntu Linux: Install a package from backports