Category: system engineering
-
SSH client config
The SSH client is capable of leveraging configured and runtime settings to influence its operation and behaviour. This may include creation and use of keys, host specific settings and enabling client capabilities. This is by no means intended to be a comprehensive guide of all things SSH config related, but merely a list of lessons…
-
Apache LDAP authentication
How do you configure the Apache HTTPD service to support LDAP authentication? I don’t know, but the links within might offer some suggestion
-
OpenAPI Specification
The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for HTTP APIs, which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic
-
Ghosting LVM disks
When it comes to using Ghost (Symantec Ghost 11.5) to create an image of a device that dual-boots both Windows and Linux, there are some ‘tricks’ that you need to be aware of in order to create an image set that can be distributed to other devices, or at least restored to the original device.…
-
Reinstalling grub after restoring a Ghost image
When restoring a Ghost image for a Linux device, it may be necessary to perform extra steps in order to get the system to boot. This is especially relevant if the image has been restored to a different physical device to that where the image was created from. One way to enable the system to…