In this article we show you how to create a system image backup in Windows 10 and how to restore you system from a system image backup.
There are five types of configuration items (CIs)available in OTRS by default. This article shows you how to create a custom Config item class in OTRS.
This article shows you how to install and configure a PXE boot server and NFS in CentOS 7 to use as a Network Install Server
This article show you how to disable selinux in CentOS 7, adjust date and time and how to manage users in CentOS 7 from command line.
Step-by-step instructions with screenshot on how to install CentOS 7 and to configure network, manage packages and services after minimal install.
Installing an SSL certificate and migrating your Wordpress website from HTTP to HTTPS.
This article shows you how to install the open source helpdesk and ITSM software OTRS on CentOS 7 operating system
Here are the top Windows 10 keyboard shortcuts everyone should know. Includes shortcuts to open various apps and settings, manipulating files, managing windows, etc.
This article shows you how to manually install and configure PHP OCI8 extension and Oracle Instant Client Libraries to connect PHP applications with Oracle.
A Linked list consists of a set of nodes and each node has some data and a pointer to next node. Here is a C program to insert an element in a linked list